Přemysl Eric Janouch
66dc2948df
Add Czech translation.
2011-02-12 18:54:42 +01:00
Přemysl Eric Janouch
948e9d53d2
Update translation template.
2011-02-12 18:40:21 +01:00
Přemysl Eric Janouch
9a217e97c8
Change the way translations are done.
...
* Require gettext-tools to build.
* Depend on libintl on Win32.
2011-02-12 18:40:16 +01:00
Přemysl Eric Janouch
68e6e4a7e8
Make symbol menus nicer.
2011-02-12 18:26:27 +01:00
Přemysl Eric Janouch
b7875c361f
Update the symbol library, add trivial text API.
2011-02-12 18:26:15 +01:00
Přemysl Eric Janouch
299ce010bd
Update the symbol library.
...
* Add bipolar, IGFET and JFET transistors.
* Add more variants to some symbols.
* Add a symbol for a simple terminal.
* Avoid unneccessary stroke() calls.
* Fix comments.
2011-02-11 18:37:00 +01:00
Přemysl Eric Janouch
2c5f2f5b3f
Export more cairo functions to Lua.
...
Also rewrite the wrappers to be shorter.
2011-02-11 18:07:49 +01:00
Přemysl Eric Janouch
d96acedcdb
Speed up drawing of the grid.
2011-02-10 06:03:41 +01:00
Přemysl Eric Janouch
39fb4bb56f
Make all variables in Lua scripts local.
2011-02-09 14:18:22 +01:00
Přemysl Eric Janouch
ab3e2733ce
Add build instructions for Windows to README.
2011-02-08 10:56:00 +01:00
Přemysl Eric Janouch
93bac99a10
Make CPack information more NSIS-friendly.
...
1. It's wont process UTF-8 correctly, so let's cripple my name.
2. Add a project URL, again in a crippled format.
2011-02-08 00:38:44 +01:00
Přemysl Eric Janouch
da34bbb3bb
Fix Win32Depends.cmake.
...
I've known about this all the time, hoping it's not a problem.
2011-02-07 23:28:55 +01:00
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