Thu, 25 Dec 2008 12:39:34 +0000 |
nadvornik |
implemented a possibility to connect keywords with marks
|
Thu, 25 Dec 2008 12:28:04 +0000 |
nadvornik |
low-level keyword-to-mark functionality
|
Thu, 25 Dec 2008 12:19:37 +0000 |
nadvornik |
perform internal commands in idle call
|
Tue, 23 Dec 2008 22:42:57 +0000 |
nadvornik |
allow writing of empty keywords/comment
|
Tue, 23 Dec 2008 20:53:44 +0000 |
nadvornik |
added change notification to bar_info.c
|
Tue, 23 Dec 2008 19:15:12 +0000 |
nadvornik |
improved buffering and notifications
|
Tue, 23 Dec 2008 19:13:48 +0000 |
nadvornik |
write changes immediately, the necessary buffering is done on lower
|
Mon, 22 Dec 2008 23:25:15 +0000 |
nadvornik |
file class made configurable in preferences
|
Mon, 22 Dec 2008 19:43:46 +0000 |
zas_ |
French translation was updated.
|
Mon, 22 Dec 2008 18:29:25 +0000 |
nadvornik |
write metadata after timeout, image change or dir change
|
Mon, 22 Dec 2008 18:15:26 +0000 |
nadvornik |
show metadata options in preferences dialog
|
Sun, 21 Dec 2008 21:36:58 +0000 |
nadvornik |
fixed safe delete
|
Sun, 21 Dec 2008 21:20:36 +0000 |
nadvornik |
most of the metadata options now works
|
Sun, 21 Dec 2008 16:26:03 +0000 |
nadvornik |
fixed new options
|
Sun, 21 Dec 2008 09:28:16 +0000 |
zas_ |
French translation was updated.
|
Sat, 20 Dec 2008 23:18:20 +0000 |
nadvornik |
added options for metadata - not yet used
|
Sat, 20 Dec 2008 21:47:04 +0000 |
zas_ |
Fix two minor compilation warnings.
|
Sat, 20 Dec 2008 21:30:27 +0000 |
zas_ |
Switch to fullscreen when double clicking on file in icon or list view. Feature request 1966042. The code was there since a long time but disabled, please report any issue.
|
Sat, 20 Dec 2008 20:43:56 +0000 |
nadvornik |
use the workflow in utilops.c for metadata approving and writting
|
Tue, 16 Dec 2008 12:59:23 +0000 |
nadvornik |
queue metadata and write them in an idle callback
|
Mon, 15 Dec 2008 22:47:31 +0000 |
nadvornik |
prepared infrastructure for delayed metadata writting - refreshing
|
Mon, 15 Dec 2008 18:04:42 +0000 |
zas_ |
Allow to drag keywords on files in list or icon view. Dragged text is appended to keywords list of the destination file.
|
Tue, 09 Dec 2008 19:12:38 +0000 |
zas_ |
French translation was updated.
|
Tue, 09 Dec 2008 17:51:28 +0000 |
zas_ |
Allow to invert the current selection in Collection view. A new Selection submenu was added to the contextual menu, Select All and Select None were moved to it, and Invert selection was added.
|
Mon, 08 Dec 2008 21:34:32 +0000 |
zas_ |
Display error dialog with appropriate message when user is trying to open an invalid collection file.
|
Mon, 08 Dec 2008 21:33:14 +0000 |
zas_ |
Cosmetic fix.
|
Sun, 07 Dec 2008 15:51:50 +0000 |
zas_ |
Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name).
|
Sun, 07 Dec 2008 13:28:04 +0000 |
nadvornik |
handle the case when io.open() fails
|
Sat, 06 Dec 2008 21:24:38 +0000 |
nadvornik |
disabled the "unused parameter" warnings, they are harmless and nobody
|
Tue, 02 Dec 2008 19:34:53 +0000 |
zas_ |
Rename few variables to make the code more readable.
|
Sun, 30 Nov 2008 21:59:28 +0000 |
zas_ |
keyword_list_find() -> find_string_in_list(), return gboolean.
|
Sun, 30 Nov 2008 21:52:37 +0000 |
zas_ |
metadata_set_keywords() -> metadata_set(). Use gboolean type for boolean parameters.
|