Commit Graph

173 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 8ddea0ecad Bump version to 0.1.0. 2011-02-07 20:46:29 +01:00
Přemysl Eric Janouch a27122e3ae Fix generation of NSIS installer packages. 2011-02-07 20:34:48 +01:00
Přemysl Eric Janouch ea6bae70e5 Normalize CMakeLists.txt.
Use the full version number in package names.
2011-02-07 19:20:53 +01:00
Přemysl Eric Janouch 97f7d2808f Update README. 2011-02-07 19:10:29 +01:00
Přemysl Eric Janouch 169a28cc23 Define github as the homepage for logdiag. 2011-02-07 18:03:15 +01:00
Přemysl Eric Janouch ea9267665d Add some hints for CPack RPM generator. 2011-02-07 17:53:31 +01:00
Přemysl Eric Janouch be10a5602b Fix the win32-depends target.
Now the target seems to be quite useless, but let's keep it there.
2011-02-07 17:00:31 +01:00
Přemysl Eric Janouch 2aac9c6f23 Fix drawing of symbol menus. 2011-02-07 13:53:56 +01:00
Přemysl Eric Janouch 847945f051 Split the inductor symbol in two, remove pads. 2011-02-07 13:53:55 +01:00
Přemysl Eric Janouch 00d9072c5b Add some miscellaneous symbols. 2011-02-07 13:53:49 +01:00
Přemysl Eric Janouch 1277b6eaaf Add support for LdDiagramConnection to LdCanvas.
Heavy LdCanvas refactoring, some modifications to ld-types.

It just wasn't possible for me to further work with an old,
2000 lines long file without shuffling everything around
at the same time.
2011-02-07 01:10:17 +01:00
Přemysl Eric Janouch ee95916749 Fix memory leaks in LdDiagramConnection. 2011-02-06 18:29:35 +01:00
Přemysl Eric Janouch 107ec13506 Fix a memory leak in LdDiagramSymbol. 2011-02-06 17:57:37 +01:00
Přemysl Eric Janouch 7f08a51c66 Extend symbol area to whole pixels.
This gives better cairo performance.
2011-02-06 12:36:11 +01:00
Přemysl Eric Janouch 2dcf578c12 Use correct rounding when moving selection. 2011-02-05 20:17:39 +01:00
Přemysl Eric Janouch dca71f66c3 Fix undoing, create a unit test for history. 2011-02-05 19:47:07 +01:00
Přemysl Eric Janouch 611b11508a Make grid dots pixel-sharp. 2011-02-05 18:52:51 +01:00
Přemysl Eric Janouch 3cec64ebe8 Refactor ld-canvas.c, extend LdCanvas operations.
Now objects can be selected and moved by dragging the mouse.
2011-02-05 18:48:11 +01:00
Přemysl Eric Janouch 2b0672a2cb Implement zooming in LdWindowMain.
Add convenience methods to LdCanvas.
2011-02-04 20:19:01 +01:00
Přemysl Eric Janouch 6e8839d485 Don't install gtk-doc documentation yet. 2011-02-04 19:47:10 +01:00
Přemysl Eric Janouch 5ec4e59ea5 Use MD5 checksums in Win32Depends.cmake. 2011-02-04 18:40:27 +01:00
Přemysl Eric Janouch 26b5ff3f72 Update dependencies.
There's a JsonGenerator bug in json-glib 0.10.2.
2011-02-04 17:26:44 +01:00
Přemysl Eric Janouch f2005e3b2f Make LdDiagram work with json-glib 0.10. 2011-02-04 17:17:57 +01:00
Přemysl Eric Janouch e651ac258a Add a unit test for LdPointArray. 2011-02-03 08:13:56 +01:00
Přemysl Eric Janouch 75c2358b69 Extend LdPointArray. 2011-02-02 23:53:38 +01:00
Přemysl Eric Janouch f864693f1b Update gtk-doc documentation. 2011-02-02 17:26:04 +01:00
Přemysl Eric Janouch 2744d84896 Introduce LdDiagramConnection. 2011-02-02 17:22:34 +01:00
Přemysl Eric Janouch 539f537846 Fix drawing of the grid. 2011-02-01 17:21:08 +01:00
Přemysl Eric Janouch a967a2c3b8 Bind actions to cursor keys in LdCanvas.
If there's a selection, move it. Otherwise move the viewport.
2011-02-01 14:52:48 +01:00
Přemysl Eric Janouch c091f71f9a Offer the undo functionality in LdWindowMain.
Kill the "Export" action for now.
2011-02-01 14:52:27 +01:00
Přemysl Eric Janouch 18f5da9529 Add an undo framework to LdDiagram.
Modify LdDiagram and LdDiagramObject to use it.

Trash commit c2403fdcf7.
2011-02-01 14:52:17 +01:00
Přemysl Eric Janouch caf06ff4e8 Introduce LdUndoAction. 2011-01-31 21:58:41 +01:00
Přemysl Eric Janouch 6ff28b0992 Register a MIME type. 2011-01-30 15:29:19 +01:00
Přemysl Eric Janouch c07d5f552d Connect to the "data-changed" signal in LdDiagram.
Also rewrite some of the functions.
2011-01-29 15:19:52 +01:00
Přemysl Eric Janouch 400568ed7d Add some reminder comments. 2011-01-29 13:09:16 +01:00
Přemysl Eric Janouch cf3e4ae473 Fix program messages and gtk-doc comments. 2011-01-28 17:50:21 +01:00
Přemysl Eric Janouch c2403fdcf7 Extend LdDiagramObject.
* Add generic methods for data storage, making it able
  to store data in a hierarchy.
* Reimplement ld_diagram_{get,set}_data_for_param on top
  of the generic methods.
* Add a "data-changed" signal.
2011-01-28 16:29:18 +01:00
Přemysl Eric Janouch b7fa5372fd Update package links in Win32Depends.cmake. 2011-01-27 19:16:13 +01:00
Přemysl Eric Janouch d6de5609ed Remove marshallers from the tree and ignore them.
Require glib-genmarshal (a part of the standard GTK+ distribution).
2011-01-27 18:56:41 +01:00
Přemysl Eric Janouch 17bf37ceba Rename ld_diagram_object_{get,set}_data().
Make small corrections.
2011-01-27 16:31:20 +01:00
Přemysl Eric Janouch b782dae4b2 Make ld_canvas_new() return a GtkWidget reference.
For consistency with GTK+.
2011-01-24 17:22:37 +01:00
Přemysl Eric Janouch 5d766cba77 Rename g_cclosure_user_marshal_* to ld_marshal_*. 2011-01-24 17:18:28 +01:00
Přemysl Eric Janouch 33beece3ab Move the library toolbar to its own class. 2011-01-24 17:13:56 +01:00
Přemysl Eric Janouch 4a9a8e8f0a Include liblogdiag.h as it was an external lib. 2011-01-24 04:42:18 +01:00
Přemysl Eric Janouch 9a49a2219a Fix gtk-doc comments for signals. 2011-01-23 15:52:52 +01:00
Přemysl Eric Janouch 1235d571ae Fix installation location of gtk-doc help. 2011-01-23 15:40:31 +01:00
Přemysl Eric Janouch 18b732653e Update FindGtkDoc.cmake.
* Hack up support for gtkdoc-scangobj and use it in CMakeLists.txt.
* Trash gtkdoc-mktmpl, we won't need it.
* Always remove SGML/XML/HTML directories before filling them.
2011-01-23 15:17:11 +01:00
Přemysl Eric Janouch ea3793589e Prevent cleaning of generated icons. 2011-01-23 13:26:00 +01:00
Přemysl Eric Janouch f5079833eb Set up the project for NSIS.
Make lines in the LICENSE file shorter, so they don't wrap there.
2011-01-22 20:18:46 +01:00
Přemysl Eric Janouch 37e2c5f01f Generate more icons.
* Add automatic icon generation to CMakeLists.txt.
  These icons are generated from the scalable SVG image.
* Add pregenerated icons to the tree.
* Link an icon to the Windows binary.
2011-01-22 18:07:12 +01:00