Commit Graph

50 Commits

Author SHA1 Message Date
Eric S. Raymond
cf0104ccbf trackplacer: fix and document smart insertion. 2008-10-14 13:51:55 +00:00
Eric S. Raymond
c4283786b8 trackplacer: implement Animate button and smart insertion. 2008-10-14 13:27:29 +00:00
Eric S. Raymond
8bb915ddaf trackplacer: typo fixes. 2008-10-14 03:07:54 +00:00
Eric S. Raymond
fa51ffc956 trackplacer: dragging icons almost works again. 2008-10-14 02:15:12 +00:00
Eric S. Raymond
5ab5c1138e trackplacer: Major refactoring step. 2008-10-14 02:03:58 +00:00
Eric S. Raymond
0baf1aecc4 trackplacer: icon dragging is partly implemented.
Need to do better atrefresh of nearby icons damaged by a drag.
2008-10-13 23:02:14 +00:00
Eric S. Raymond
f9d7b869d8 trackplacer: Sinplify by eliminating .trk files,
...we now read and write .cfg files directly.
2008-10-13 20:18:37 +00:00
Eric S. Raymond
def4a63a06 trackplacer: more tweaking for intelligent defaults. 2008-10-13 18:42:27 +00:00
Eric S. Raymond
909bc3300e trackplacer: smarter defaulys for the write operation. 2008-10-13 18:16:58 +00:00
Eric S. Raymond
d85d1c8f1c trackplacer: tooltips for the controls. 2008-10-13 17:22:37 +00:00
Eric S. Raymond
1710292e2a Implement separate save and write buttons. 2008-10-13 17:09:20 +00:00
Eric S. Raymond
4bb7711cdd trackplacer: can now write progressive macros in .cfg format. 2008-10-13 16:57:51 +00:00
Eric S. Raymond
eba4454b65 trackplacer: code cosmetics. 2008-10-13 15:50:33 +00:00
Eric S. Raymond
eb94543f76 trackplacer: Arrange for the drawing area to scroll...
...if the screen is too small to display the entire map.
2008-10-13 15:47:30 +00:00
Eric S. Raymond
f88068d6b1 trackplacer: clean up position indicator on leaving window. 2008-10-13 14:32:07 +00:00
Eric S. Raymond
c5260c9d08 trackplacer: can now read track files. 2008-10-13 14:22:06 +00:00
Eric S. Raymond
3d60f8e6d8 trackplacer: we can now write track files. 2008-10-13 13:55:30 +00:00
Eric S. Raymond
9aedec1cee trackplacer: handle file read errors. 2008-10-13 12:39:08 +00:00
Eric S. Raymond
79f71984fa trackplacer: implementthe help button. 2008-10-13 12:19:35 +00:00
Eric S. Raymond
9f10a7b737 trackplacer: implement a civilized quit button. 2008-10-13 04:08:38 +00:00
Eric S. Raymond
9d6161f8e3 trackplacer: simplify and refactor file selector code. 2008-10-13 03:06:02 +00:00
Eric S. Raymond
14fbce435f trackplacer: fix bug in erasure code. 2008-10-12 20:52:49 +00:00
Eric S. Raymond
e0097e7119 trackplacer: draw icons at proper size. 2008-10-12 20:41:00 +00:00
Eric S. Raymond
71f5eb875a trackplacer: cleaner coordinate display usung a label. 2008-10-12 19:52:50 +00:00
Eric S. Raymond
e9bc38c246 trackplacer: coordinate display enabled. 2008-10-12 19:50:15 +00:00
Eric S. Raymond
64d8844c0d trackplacer: now drawing with transparency. 2008-10-12 17:18:47 +00:00
Eric S. Raymond
eb007f1a00 Features are now drawn, but without transparency. 2008-10-12 17:05:58 +00:00
Eric S. Raymond
d34f99828d trackplacer: fix slightly bugg cancel button. 2008-10-12 16:18:29 +00:00
Eric S. Raymond
0ffdea70f5 trackplacer: Add -d option to set source tree root. 2008-10-12 16:15:11 +00:00
Eric S. Raymond
236e8bbf62 trackplacer: refactor to support any number of action icons. 2008-10-12 16:07:23 +00:00
Eric S. Raymond
557f02ae36 trackplacer: deletions from tracks now work. 2008-10-12 15:38:49 +00:00
Eric S. Raymond
c72e637e63 track_placer: snap-to logic for deleting icons is working. 2008-10-12 15:28:46 +00:00
Eric S. Raymond
df7711c340 trackplacer: we can erase brush dots now. 2008-10-12 14:02:16 +00:00
Eric S. Raymond
f363d4e8d3 trackplacer: cosmetic tweak to the interface. 2008-10-12 06:23:34 +00:00
Eric S. Raymond
fe5b7b9045 trackplacer: editing controls are iconized. 2008-10-12 06:04:09 +00:00
Eric S. Raymond
ae04573fc5 trackplacer: Control to set editing action is now active. 2008-10-12 05:45:00 +00:00
Eric S. Raymond
33302e66b8 trackplacer: instantiate the editing controls. 2008-10-12 05:39:23 +00:00
Eric S. Raymond
745ddafdd7 trackplacer: map now renders in correct colors. 2008-10-12 04:12:02 +00:00
Eric S. Raymond
c7ad8a4fcb trackplacer: we've got map rendering, but the colors are wrong. 2008-10-12 02:44:32 +00:00
Eric S. Raymond
5ff665e366 trackplacer: simplify handling of the map backround. 2008-10-12 02:30:34 +00:00
Eric S. Raymond
1b8d24cd69 trackplacer: Found out how to extract image dimensions. 2008-10-12 01:37:30 +00:00
Eric S. Raymond
ddfb35bbb1 trackplacer: refactor, eliminating a global. 2008-10-11 23:41:41 +00:00
Eric S. Raymond
e286fad78c trackplacer: correctly modal file selector. 2008-10-11 23:07:34 +00:00
Eric S. Raymond
be7411fc8b trackplacer: paste in the simplescribble demo code...
...so we have basic event capture working.
2008-10-11 15:11:16 +00:00
Eric S. Raymond
8c314bc016 trackplacer: add some autodocumentation. 2008-10-11 15:04:27 +00:00
Eric S. Raymond
e8f862e367 trackplacer: make the cancel button work. 2008-10-11 13:27:57 +00:00
Eric S. Raymond
7c98c5e6bf trackplacer: error notifications in GUI style. 2008-10-11 13:22:04 +00:00
Eric S. Raymond
ad4b39e5ac trackplacer: refactor, and document expected behavior. 2008-10-11 12:59:35 +00:00
Eric S. Raymond
aef93974d5 trackplacer: initialization code for editing. 2008-10-11 12:34:44 +00:00
Eric S. Raymond
c10c8c7bdf trackplacer: And so, it begins. 2008-10-11 03:22:26 +00:00