2010-11-21 00:54 | initial location support, with (useless) map view | Dan Callaghan | 5 | +475 | -92 |
2010-11-20 09:23 | use rdf:Alt for description | Dan Callaghan | 2 | +8 | -2 |
2010-11-20 08:10 | separated image property model from editing view; working implementation of revert | Dan Callaghan | 5 | +213 | -119 |
2010-11-20 05:18 | space in cname causes breakage with vala-0.11 | Dan Callaghan | 2 | +3 | -1 |
2010-10-24 07:00 | fix deprecations for vala-0.11 | Dan Callaghan | 4 | +12 | -13 |
2010-10-24 07:58 | we need vala-0.10 | Dan Callaghan | 1 | +2 | -1 |
2010-09-25 04:02 | use CC and VALAC from the environment | Dan Callaghan | 1 | +7 | -3 |
2010-09-19 09:53 | enable some extra debugging goodness in gui tests | Dan Callaghan | 1 | +6 | -1 |
2010-09-19 09:39 | explicit save button, with dirty tracking and close-without-saving warning dialog (TODO implement revert) | Dan Callaghan | 3 | +121 | -14 |
2010-09-19 09:39 | build script: make tests optional | Dan Callaghan | 1 | +7 | -1 |
2010-09-19 05:43 | revamped build script a bit | Dan Callaghan | 1 | +111 | -60 |
2010-09-20 04:22 | list dependencies in README | Dan Callaghan | 1 | +29 | -7 |
2010-09-18 13:11 | Python GUI tests using dogtail and python-xlib | Dan Callaghan | 3 | +103 | -0 |
2010-09-18 13:05 | write typed elements (exiv2 doesn't like it if we don't) | Dan Callaghan | 1 | +56 | -7 |
2010-09-18 09:23 | forgot about trailing xpacket PI | Dan Callaghan | 1 | +3 | -2 |
2010-09-14 09:31 | README and legal junk | Dan Callaghan | 16 | +422 | -0 |
2010-09-12 10:38 | accessibility stuff | Dan Callaghan | 2 | +17 | -7 |
2010-09-12 10:38 | oops | Dan Callaghan | 1 | +1 | -1 |
2010-09-12 00:16 | oops, memory management fail | Dan Callaghan | 1 | +5 | -0 |
2010-09-11 11:08 | write XMP data to files (using exiv2 directly, instead of gexiv2) | Dan Callaghan | 8 | +310 | -29 |
2010-09-11 11:06 | class construct -> static construct, since the former is called for every subclass too, whereas the latter is called exactly once | Dan Callaghan | 2 | +2 | -2 |
2010-09-06 11:48 | use rdf:resource for leaf resource properties | Dan Callaghan | 1 | +28 | -3 |
2010-09-06 11:35 | better RDF XML writing support | Dan Callaghan | 2 | +81 | -12 |
2010-09-06 10:23 | thanks gcc | Dan Callaghan | 1 | +3 | -3 |
2010-09-06 10:19 | better glib-ish bindings for genx, including error checking | Dan Callaghan | 5 | +152 | -81 |
2010-09-01 11:58 | first steps towards RDF writer (full of sucky error checking) | Dan Callaghan | 5 | +320 | -6 |
2010-09-01 11:54 | better debugging output | Dan Callaghan | 1 | +15 | -4 |
2010-09-01 11:49 | Tim Bray's Genx <http://www.tbray.org/ongoing/When/200x/2004/02/20/GenxStatus> from <http://www.tbray.org/ongoing/genx/genx.tgz> | Dan Callaghan | 3 | +2605 | -0 |
2010-08-23 11:48 | split parsing code into its own file | Dan Callaghan | 2 | +346 | -318 |
2010-08-23 09:59 | use show/hide signals to trigger load/commit for PropertyEditors | Dan Callaghan | 2 | +13 | -10 |
2010-08-23 09:39 | custom CellRenderer for properties TreeView, to avoid having an extra column | Dan Callaghan | 3 | +24 | -17 |
2010-08-23 09:26 | avoid int <-> void* casts | Dan Callaghan | 1 | +17 | -13 |
2010-08-22 09:23 | implement TreeModel directly on ImageMetadata, to avoid having to synchronise and separate ListStore; share graph on ImageMetadata | Dan Callaghan | 3 | +122 | -50 |
2010-08-22 04:17 | --save-temps is handy for debugging | Dan Callaghan | 1 | +1 | -1 |
2010-08-22 04:14 | generate a new, updated graph on exit (discards unrelated statements though, so I need a different approach) | Dan Callaghan | 3 | +61 | -25 |
2010-08-21 07:24 | more property UI stuff | Dan Callaghan | 2 | +78 | -21 |
2010-08-21 05:11 | layout fiddling | Dan Callaghan | 2 | +5 | -5 |
2010-08-21 04:16 | namespace XmpEdit -> Xmpedit | Dan Callaghan | 5 | +5 | -5 |
2010-08-21 04:15 | beginnings of UI for editing properties | Dan Callaghan | 5 | +170 | -17 |
2010-08-09 12:59 | parse XMP packet on loading and spit out some crap (does nothing useful, yet) | Dan Callaghan | 1 | +6 | -2 |
2010-08-09 12:43 | support some more RDF/XML features (enough to parse some rudimentary XMP packets, yay) | Dan Callaghan | 1 | +165 | -19 |
2010-08-09 11:34 | size() is bytes, length is chars (oops) | Dan Callaghan | 1 | +23 | -1 |
2010-08-08 08:25 | switched from waf to my own simple build script, since it was too hard to make waf do build variants for valac | Dan Callaghan | 4 | +37 | -25 |
2010-08-08 08:24 | the beginnings of an RDF/XML parsing library | Dan Callaghan | 2 | +326 | -1 |
2010-07-24 07:28 | updated waf to svn r9076 | Dan Callaghan | 1 | +0 | -0 |
2010-07-18 09:57 | embed vala debug info in generate C files | Dan Callaghan | 1 | +1 | -0 |
2010-07-18 08:43 | actually displaying something now | Dan Callaghan | 8 | +89 | -60 |
2010-07-17 07:40 | ported to vala | Dan Callaghan | 16 | +140 | -260 |
2010-07-17 07:39 | waf from svn r8298 (fixes vala tool errors) | Dan Callaghan | 1 | +0 | -0 |
2010-07-17 01:13 | switch from scons to waf | Dan Callaghan | 11 | +21 | -10 |
2010-07-17 01:12 | waf-1.5.18 from http://waf.googlecode.com/files/waf-1.5.18 | Dan Callaghan | 1 | +0 | -0 |
2010-07-17 00:07 | attempt at tying together property list and editor frame (does NOT work, but committed anyway in preparation for switching to vala) | Dan Callaghan | 8 | +111 | -34 |
2010-05-30 02:23 | scons > make | Dan Callaghan | 2 | +9 | -23 |
2010-05-30 02:04 | display markup in property list | Dan Callaghan | 7 | +51 | -20 |
2010-05-29 05:55 | converted tabs to spaces (ugh) | Dan Callaghan | 4 | +42 | -42 |
2010-05-29 05:54 | display image | Dan Callaghan | 2 | +9 | -2 |
2010-05-29 05:15 | don't merge IPTC and EXIF, easier to work with them separately (I think) | Dan Callaghan | 1 | +0 | -4 |
2008-12-25 07:29 | scrollbars are good | Dan Callaghan | 2 | +6 | -1 |
2008-12-25 07:22 | set window title to basename of photo (XXX should probably avoid gio dep just for this?) | Dan Callaghan | 2 | +7 | -4 |
2008-12-25 07:22 | that was dumb >_> | Dan Callaghan | 1 | +8 | -12 |
2008-12-25 07:01 | proper arg handling; avoid SIGABRT on exiv2 errors | Dan Callaghan | 1 | +21 | -3 |
2008-12-25 07:00 | fixed up Makefile | Dan Callaghan | 1 | +13 | -7 |
2008-12-25 06:13 | yay, it finally does something | Dan Callaghan | 6 | +133 | -0 |