Sun, 06 Sep 2009 14:01:03 +0000 |
nadvornik |
load desktop files in idle time
|
Sun, 06 Sep 2009 09:08:37 +0000 |
nadvornik |
added messages for debugging startup time
|
Fri, 04 Sep 2009 15:53:04 +0000 |
zas_ |
Fix up compilation issues related to libchamplain.
|
Wed, 26 Aug 2009 19:19:06 +0000 |
nadvornik |
updated version message
|
Sat, 22 Aug 2009 21:58:49 +0000 |
nadvornik |
remove deleted files from metadata queue
|
Thu, 30 Jul 2009 17:59:20 +0000 |
zas_ |
Some systems (BSD,MacOsX,HP-UX,...) define MAP_ANON and not MAP_ANONYMOUS. Make each an alias of other to be sure. issue reported by Martin Proetzsch.
|
Wed, 10 Jun 2009 20:26:47 +0000 |
nadvornik |
do not install helper scripts into /usr/bin
|
Sun, 31 May 2009 14:32:39 +0000 |
nadvornik |
fixed incorrect type conversion
|
Tue, 12 May 2009 18:25:18 +0000 |
nadvornik |
added GPS map support - patch by Colin Clark
|
Sat, 02 May 2009 11:14:24 +0000 |
nadvornik |
force the metadata dialog if it was triggered by the menu or the button
|
Fri, 03 Apr 2009 19:35:34 +0000 |
nadvornik |
convert commandline to utf8
|
Thu, 02 Apr 2009 23:11:07 +0000 |
zas_ |
Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
|
Fri, 20 Mar 2009 09:46:35 +0000 |
nadvornik |
added function to reload external editors at any time
|
Thu, 19 Mar 2009 22:58:28 +0000 |
nadvornik |
initialization clean-up
|
Sun, 15 Mar 2009 07:07:52 +0000 |
zas_ |
gint -> gboolean.
|
Sat, 28 Feb 2009 20:48:47 +0000 |
zas_ |
No space between function name and first parenthesis, it eases greping (see CODING).
|
Sat, 28 Feb 2009 09:59:27 +0000 |
nadvornik |
create toolbar from ui_manager
|
Wed, 25 Feb 2009 18:21:20 +0000 |
nadvornik |
fixed filter initialization
|
Mon, 23 Feb 2009 21:21:15 +0000 |
nadvornik |
enabled commandline again
|
Sun, 22 Feb 2009 15:35:37 +0000 |
nadvornik |
config file format changed to XML
|
Sun, 15 Feb 2009 13:11:21 +0000 |
nadvornik |
histogram caching
|
Sat, 07 Feb 2009 19:01:21 +0000 |
nadvornik |
use metadata_read_* functions where possible
|
Wed, 04 Feb 2009 17:15:30 +0000 |
zas_ |
Add year 2009 to copyright info everywhere.
|
Sun, 01 Feb 2009 12:48:14 +0000 |
nadvornik |
read external editors from .desktop files
|
Thu, 29 Jan 2009 18:05:41 +0000 |
nadvornik |
added SIGBUS handler
|
Fri, 02 Jan 2009 14:58:21 +0000 |
nadvornik |
added done callback to utilops
|
Mon, 22 Dec 2008 18:29:25 +0000 |
nadvornik |
write metadata after timeout, image change or dir change
|
Sun, 23 Nov 2008 16:10:29 +0000 |
zas_ |
Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
|
Sat, 15 Nov 2008 20:01:25 +0000 |
zas_ |
Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
|
Sat, 15 Nov 2008 17:48:31 +0000 |
zas_ |
Rename check_for_home_path() to mkdir_if_not_exists().
|