geeqie.git
11 years agoFix a small issue with strptime stable/1.x
Klaus Ethgen [Sun, 28 Feb 2010 15:17:12 +0000 (15:17 +0000)]
Fix a small issue with strptime

strptime do not initialize all fields. So the undefined fields could end
in crash later on.

11 years agoUnifying the datetime output
Klaus Ethgen [Sat, 27 Feb 2010 20:34:54 +0000 (20:34 +0000)]
Unifying the datetime output

The output of %date% and %formatted.DateTime% should be equivalent.

11 years agoFix a snprintf() warning regarding unsigned int64 format string.
Laurent Monin [Thu, 23 Dec 2010 14:35:24 +0000 (15:35 +0100)]
Fix a snprintf() warning regarding unsigned int64 format string.

Solved by using "%llu" and type cast to (unsigned long long)

11 years agoFix bashism
Michal Ä\8cihaÅ\99 [Sun, 12 Dec 2010 12:35:54 +0000 (13:35 +0100)]
Fix bashism

11 years agoBuild with large file support
Michal Ä\8cihaÅ\99 [Sun, 12 Dec 2010 12:35:40 +0000 (13:35 +0100)]
Build with large file support

11 years agoFix directory walking bug
Klaus Ethgen [Fri, 6 Jan 2012 01:23:57 +0000 (02:23 +0100)]
Fix directory walking bug

There was a annoying bug when walking up more than one directory level.

11 years agofixed filelist_sort_compare_filedata to not return 0 no different files
Vladimir Nadvornik [Fri, 30 Sep 2011 21:57:31 +0000 (23:57 +0200)]
fixed filelist_sort_compare_filedata to not return 0 no different files

11 years agodo not use FileData entries with empty path
Vladimir Nadvornik [Fri, 30 Sep 2011 08:54:32 +0000 (10:54 +0200)]
do not use FileData entries with empty path

11 years agoSome small logic mistakes
Klaus Ethgen [Mon, 10 May 2010 11:33:13 +0000 (11:33 +0000)]
Some small logic mistakes

Use boolean operators for booleans and bitwise otherwise only.

11 years agoGTK marks several functions as deprecated
Klaus Ethgen [Mon, 10 May 2010 11:32:56 +0000 (11:32 +0000)]
GTK marks several functions as deprecated

The following functions has been replaced and deprecated by version
2.20:
   - GTK_WIDGET_CAN_FOCUS
   - GTK_WIDGET_DRAWABLE
   - GTK_WIDGET_HAS_FOCUS
   - GTK_WIDGET_HAS_GRAB
   - GTK_WIDGET_IS_SENSITIVE
   - GTK_WIDGET_NO_WINDOW
   - GTK_WIDGET_REALIZED
   - GTK_WIDGET_SENSITIVE
   - GTK_WIDGET_STATE
   - GTK_WIDGET_TOPLEVEL
   - GTK_WIDGET_VISIBLE

11 years agoAdd unknown file class to grouping
Klaus Ethgen [Sun, 28 Feb 2010 22:55:37 +0000 (22:55 +0000)]
Add unknown file class to grouping

11 years agoDisplay more descriptive screen names
Daniel van Vugt [Thu, 18 Aug 2011 20:46:55 +0000 (22:46 +0200)]
Display more descriptive screen names

Display names like VGA1, DVI1, ... in fullscreen preferences instead of "Monitor 1", "Monitor 2".

Author: Daniel van Vugt <vanvugt@gmail.com>

11 years agoFix overlay formatting example in README.
Laurent Monin [Thu, 30 Dec 2010 08:42:27 +0000 (09:42 +0100)]
Fix overlay formatting example in README.

11 years agoUpdate README a bit.
Laurent Monin [Thu, 30 Dec 2010 08:41:59 +0000 (09:41 +0100)]
Update README a bit.

11 years agoWhitespaces fixes.
Laurent Monin [Wed, 29 Dec 2010 15:06:20 +0000 (16:06 +0100)]
Whitespaces fixes.

11 years agoSet fixed (but resizeable) width for Description column in Preferences > Files table
Laurent Monin [Thu, 23 Dec 2010 15:44:25 +0000 (16:44 +0100)]
Set fixed (but resizeable) width for Description column in Preferences > Files table

11 years agoRemove obsolete .cvsignore from tree.
Laurent Monin [Thu, 16 Dec 2010 19:18:32 +0000 (20:18 +0100)]
Remove obsolete .cvsignore from tree.

11 years agoConvert svn:ignore properties to .gitignore
Laurent Monin [Sat, 11 Dec 2010 19:09:43 +0000 (20:09 +0100)]
Convert svn:ignore properties to .gitignore

Simplify .gitignore and add few forgotten entries

11 years agoUpdate french translation.
Laurent Monin [Tue, 6 Mar 2012 17:03:01 +0000 (18:03 +0100)]
Update french translation.

11 years agoUpdated Slovak (SK_sk) translation
Peter Tuhársky [Tue, 8 Mar 2011 19:51:56 +0000 (20:51 +0100)]
Updated Slovak (SK_sk) translation

From http://sourceforge.net/tracker/?func=detail&aid=3105396&group_id=222125&atid=1054682

11 years agoVarious errors in the translation (typo, etc.)
Vincent Blut [Sat, 3 Dec 2011 14:46:20 +0000 (15:46 +0100)]
Various errors in the translation (typo, etc.)

Patch submitted by Vincent Blut that fix some typo in French locales.
Closes Debian bug #620895.

11 years agoComplete Swedish translation including bugs based on 55de20b 2010-12-11 version
Tore Ericsson [Mon, 14 Feb 2011 20:21:55 +0000 (21:21 +0100)]
Complete Swedish translation including bugs based on 55de20b 2010-12-11 version

11 years agoAlmost complete Swedish translation
Tore Ericsson [Mon, 14 Feb 2011 14:04:07 +0000 (15:04 +0100)]
Almost complete Swedish translation

Could not translate dialogue button texts, such as Apply, Close, Cancel, New,
Edit, Delete, etc. Also remains three entries where I don't know the meaning
on lines 1550, 1558, and 5229. The English text seems to be completely out of
order on lines 5601 and 5606. -- Note also: The first cache path in the
thumbnail dialogue window appears having a duplication error.

11 years agoStarted with Swedish translation
Tore Ericsson [Mon, 14 Feb 2011 13:51:44 +0000 (14:51 +0100)]
Started with Swedish translation

12 years agoignore raw image support reported by the pixbuf loader
Vladimir Nadvornik [Mon, 26 Sep 2011 13:02:05 +0000 (15:02 +0200)]
ignore raw image support reported by the pixbuf loader

12 years agofixed using DEBUG_N from multiple threads
Vladimir Nadvornik [Sat, 9 Apr 2011 14:38:46 +0000 (16:38 +0200)]
fixed using DEBUG_N from multiple threads

12 years agoFix bug 3006812: ensure exif cache is initialized even when all files are unreadable.
Laurent Monin [Thu, 16 Dec 2010 21:26:36 +0000 (22:26 +0100)]
Fix bug 3006812: ensure exif cache is initialized even when all files are unreadable.

Add a new function exif_init_cache() and call it at top of exif_read_fd(),
the issue was caused by a return NULL on unreadable file, before initializinf exif_cache
and when exif_free_fd() is called, file_cache_put() was called on invalid cache.

12 years agoFix bug 2999830: do not report failed chown() on copy.
Vladislav Naumov [Thu, 16 Dec 2010 20:55:03 +0000 (21:55 +0100)]
Fix bug 2999830: do not report failed chown() on copy.

Debian bug 574853 reported by Ian Zimmerman <itz@buug.org>

I was trying to copy images from my camera which is mounted as a USB
mass storage device.  The files on the mount are owned by root, and
geeqie tries to chown (and chgrp) the copy, fails, and displays an
error message.  This is only mildly annoying when copying a single
file, but when I want to copy multiple files the failure stops the
operation after the first file.

Patch by Vladislav Naumov <vnaum@vnaum.com>

This patch ignores chown errors, while still doing chown
(so root still can copy files preserving ownership).

http://sourceforge.net/tracker/?func=detail&aid=2999830&group_id=222125&atid=1054680
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574853 (original report)

12 years agoChange the image size from 10×20 to 20×20
Klaus Ethgen [Sun, 24 Jul 2011 12:17:34 +0000 (13:17 +0100)]
Change the image size from 10×20 to 20×20

Now the image should not be scaled anymore. Fix Bug Debian:614607 and
SF:3191174.

12 years agoFix a remote command bug
Klaus Ethgen [Sun, 15 May 2011 18:44:04 +0000 (19:44 +0100)]
Fix a remote command bug

12 years agoDo not delete path settings when adding new directory
Klaus Ethgen [Sat, 9 Apr 2011 18:47:30 +0000 (19:47 +0100)]
Do not delete path settings when adding new directory

This patch will change the way, geeqie is mangling the path name in the
rename (copy) dialog when creating new directory. Will fix the bugs
Debian:529531 and SF:2795791.

12 years agoFix wrong line ending
Klaus Ethgen [Thu, 21 Apr 2011 17:44:15 +0000 (18:44 +0100)]
Fix wrong line ending

14 years agoupdated ChangeLog file v1.0 v1.0.0
Vladimir Nadvornik [Wed, 17 Feb 2010 21:05:10 +0000 (21:05 +0000)]
updated ChangeLog file

14 years agoadded 2010 to copyright text
Vladimir Nadvornik [Tue, 16 Feb 2010 21:18:03 +0000 (21:18 +0000)]
added 2010 to copyright text

14 years agoupdated version string
Vladimir Nadvornik [Tue, 16 Feb 2010 21:10:12 +0000 (21:10 +0000)]
updated version string

14 years agoRestore translators list, removed by revision 1899.
Laurent Monin [Tue, 16 Feb 2010 20:07:05 +0000 (20:07 +0000)]
Restore translators list, removed by revision 1899.

14 years agoUpdate russian translation. Thanks to Denis Silakov.
Laurent Monin [Tue, 16 Feb 2010 19:55:35 +0000 (19:55 +0000)]
Update russian translation. Thanks to Denis Silakov.

14 years agofixed segfault in exif parser
Vladimir Nadvornik [Sun, 14 Feb 2010 22:00:23 +0000 (22:00 +0000)]
fixed segfault in exif parser

http://sourceforge.net/tracker/index.php?func=detail&aid=2950617&group_id=222125&atid=1054682

14 years agofixed reference count
Vladimir Nadvornik [Sun, 14 Feb 2010 21:35:11 +0000 (21:35 +0000)]
fixed reference count

there was a bug in reference count on writting unsaved metadata
before starting an external editor

14 years agotest gnome-doc-tool in configure
Vladimir Nadvornik [Sun, 7 Feb 2010 13:16:35 +0000 (13:16 +0000)]
test gnome-doc-tool in configure

14 years agodropped obsolete sections, gqview changelog moved to wiki
Vladimir Nadvornik [Sun, 7 Feb 2010 12:44:55 +0000 (12:44 +0000)]
dropped obsolete sections, gqview changelog moved to wiki

14 years agoBrazilian Portuguese translation was updated.
Laurent Monin [Tue, 2 Feb 2010 20:21:11 +0000 (20:21 +0000)]
Brazilian Portuguese translation was updated.

Thanks to Sergio Cipolla.

References:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567824

14 years agoczech translation fixes
Vladimir Nadvornik [Wed, 27 Jan 2010 22:27:10 +0000 (22:27 +0000)]
czech translation fixes

14 years agoUpdate catalan translation, by angel mompo.
Laurent Monin [Wed, 27 Jan 2010 19:58:11 +0000 (19:58 +0000)]
Update catalan translation, by angel mompo.

14 years agoFix osd zoom level refreshing (it was broken since some times).
Laurent Monin [Sun, 17 Jan 2010 13:34:48 +0000 (13:34 +0000)]
Fix osd zoom level refreshing (it was broken since some times).

14 years agoUpdate dutch translation. Work in progress.
Laurent Monin [Wed, 13 Jan 2010 19:49:39 +0000 (19:49 +0000)]
Update dutch translation. Work in progress.

Patch by Marcel Pol.

14 years agoWops, typo...
Klaus Ethgen [Mon, 11 Jan 2010 14:10:49 +0000 (14:10 +0000)]
Wops, typo...

14 years agocopy_file(): remove incomplete file on error (bug 2890715)
Laurent Monin [Sun, 10 Jan 2010 14:23:29 +0000 (14:23 +0000)]
copy_file(): remove incomplete file on error (bug 2890715)

The behavior changed, data is first written to a temporary file,
which is unlinked in case of error, then the tempfile is renamed
to the final name.
Size of buffer was increased from 4k to 16k.

14 years agoWorkaround intltoolize 0.40.6 bug related to LINGUAS, see bug 2817602.
Laurent Monin [Sat, 9 Jan 2010 11:44:27 +0000 (11:44 +0000)]
Workaround intltoolize 0.40.6 bug related to LINGUAS, see bug 2817602.

14 years agoLog a message when EOVERFLOW error is set by stat() when building files lists. See...
Laurent Monin [Sat, 9 Jan 2010 10:37:48 +0000 (10:37 +0000)]
Log a message when EOVERFLOW error is set by stat() when building files lists. See bug 2876142.

14 years agoAdd Serbian translation.
Laurent Monin [Tue, 5 Jan 2010 22:28:11 +0000 (22:28 +0000)]
Add Serbian translation.

Note there are two *.po files, one for Cyrilic and one for Latin
letters.

Thanks to Milos Popovic.

14 years agoUpdate README about translations.
Laurent Monin [Tue, 5 Jan 2010 22:26:03 +0000 (22:26 +0000)]
Update README about translations.

14 years agoAllow to switch to fullscreen mode using LIRC.
Laurent Monin [Tue, 5 Jan 2010 17:49:50 +0000 (17:49 +0000)]
Allow to switch to fullscreen mode using LIRC.

Imagine the following situation (which happened to me several times) :
you want to see photos from your bed or your sofa so you launch geeqie
and go to the right directory, then you take your remote control and sit
comfortably far from your keyboard and mouse. And when you want to begin
to watch photos, you realize you forgot to enable full screen! You have
to stand up and to go until your computer and come back, whereas you
could have done it with your remote control.

Patch by Bernard Massot.

14 years agoGet rid of Geeqie version and beta release message. It clutters command line usage...
Laurent Monin [Sat, 2 Jan 2010 12:38:55 +0000 (12:38 +0000)]
Get rid of Geeqie version and beta release message. It clutters command line usage, and is not that useful. Suggested by Michal Čihař.

14 years agoFix bug 2917164.
Laurent Monin [Sat, 19 Dec 2009 12:53:20 +0000 (12:53 +0000)]
Fix bug 2917164.
g_utf8_collate_key_for_filename() don't give sort order one
may expect. Using g_utf8_collate_key() make things closer
to many other programs output (ie. ls and gqview).

Thanks to Michael pointing this out.

14 years agoStore sort parameters in appropriate variables.
Laurent Monin [Sat, 19 Dec 2009 12:49:19 +0000 (12:49 +0000)]
Store sort parameters in appropriate variables.

14 years agoMove "Add Keyword" menu item at top of Keywords bar contextual menu.
Laurent Monin [Thu, 10 Dec 2009 17:48:43 +0000 (17:48 +0000)]
Move "Add Keyword" menu item at top of Keywords bar contextual menu.

Suggested by Lars Täuber.

14 years agoFix contextual menus in lateral bars.
Laurent Monin [Thu, 10 Dec 2009 17:44:31 +0000 (17:44 +0000)]
Fix contextual menus in lateral bars.

Use button_release_event instead of button_press_event,
this makes contextual menus persistent until an option
is selected or the menu is closed.

14 years agoSome systems do not have SA_SIGINFO (siginfo_t), like GNU/Hurd, so just test if defin...
Laurent Monin [Fri, 4 Dec 2009 21:01:11 +0000 (21:01 +0000)]
Some systems do not have SA_SIGINFO (siginfo_t), like GNU/Hurd, so just test if defined or not. Patch by Michal Čihař (Bug ID: 2894271).

14 years agoEditors: disable Delete button if a .desktop file is not writeable and disable Edit...
Laurent Monin [Fri, 4 Dec 2009 20:40:02 +0000 (20:40 +0000)]
Editors: disable Delete button if a .desktop file is not writeable and disable Edit button when no entry is selected.

14 years agoAdd Opera to the list of browsers. Patch by Christian Heckendorf (feature request...
Laurent Monin [Fri, 4 Dec 2009 19:45:09 +0000 (19:45 +0000)]
Add Opera to the list of browsers. Patch by Christian Heckendorf (feature request ID: 2908469).

14 years agobuild documentation with gnome-doc-tool in makefile
Vladimir Nadvornik [Fri, 27 Nov 2009 23:27:35 +0000 (23:27 +0000)]
build documentation with gnome-doc-tool in makefile

14 years agoscripts for converting wiki documentation to docbook
Vladimir Nadvornik [Sun, 22 Nov 2009 09:12:22 +0000 (09:12 +0000)]
scripts for converting wiki documentation to docbook

14 years agocheck gtk_clutter_init return value
Vladimir Nadvornik [Sat, 21 Nov 2009 20:08:51 +0000 (20:08 +0000)]
check gtk_clutter_init return value

https://sourceforge.net/tracker/index.php?func=detail&aid=2899866&group_id=222125&atid=1054680

14 years agochanged https to http in wiki links
Vladimir Nadvornik [Wed, 18 Nov 2009 12:34:30 +0000 (12:34 +0000)]
changed https to http in wiki links

14 years agoSpanish translation was updated. Thanks to Redy Rodriguez.
Laurent Monin [Fri, 13 Nov 2009 18:37:31 +0000 (18:37 +0000)]
Spanish translation was updated. Thanks to Redy Rodriguez.

14 years agoUpdated spanish translation. Thanks to Redy Rodriguez.
Laurent Monin [Sat, 7 Nov 2009 21:31:23 +0000 (21:31 +0000)]
Updated spanish translation. Thanks to Redy Rodriguez.

14 years agoGerman translation update
Klaus Ethgen [Tue, 13 Oct 2009 21:49:42 +0000 (21:49 +0000)]
German translation update

14 years agoAdd compatibility for GTK 2.18
Klaus Ethgen [Tue, 13 Oct 2009 21:49:21 +0000 (21:49 +0000)]
Add compatibility for GTK 2.18

With 2.18 some functions are deprecated. With geeqie that are two at the
moment.
- gtk_tree_view_column_get_cell_renderers - which can be replaced by
  gtk_cell_layout_get_cells
- gdk_event_get_graphics_expose - I just commented it as there seems to
  be no replacement in GTK 2.18

14 years agoadded a workaround for https://bugzilla.gnome.org/show_bug.cgi?id=590692
Vladimir Nadvornik [Sat, 10 Oct 2009 15:01:41 +0000 (15:01 +0000)]
added a workaround for https://bugzilla.gnome.org/show_bug.cgi?id=590692

14 years agouse text renderer for editor->hidden
Vladimir Nadvornik [Sat, 10 Oct 2009 10:15:23 +0000 (10:15 +0000)]
use text renderer for editor->hidden

The toggle was too confusing because it was not dirrectly editable.

14 years agoignored multiple directories specified on commandline
Vladimir Nadvornik [Thu, 1 Oct 2009 18:40:34 +0000 (18:40 +0000)]
ignored multiple directories specified on commandline

IMHO this was inconsistent - specifying one directory had completely
different effect than specifying two or more directories. Moreover,
it segfaulted.
Now only one directory is allowed.

14 years agofixed tree_store reordering
Vladimir Nadvornik [Thu, 1 Oct 2009 17:37:51 +0000 (17:37 +0000)]
fixed tree_store reordering

14 years agodo not cache incomplete thumbnails
Vladimir Nadvornik [Mon, 28 Sep 2009 12:04:35 +0000 (12:04 +0000)]
do not cache incomplete thumbnails

14 years agoconsider sidecars in layout_image popup menu
Vladimir Nadvornik [Mon, 28 Sep 2009 09:57:06 +0000 (09:57 +0000)]
consider sidecars in layout_image popup menu

14 years agobar_gps cleanup
Vladimir Nadvornik [Sat, 26 Sep 2009 11:37:09 +0000 (11:37 +0000)]
bar_gps cleanup

- removed the scrollbar
- do not set decel-rate,
  https://bugzilla.gnome.org/show_bug.cgi?id=596419

14 years agoprint text using pango renderer
Vladimir Nadvornik [Sat, 26 Sep 2009 08:47:28 +0000 (08:47 +0000)]
print text using pango renderer

- the text is sent to postscript as a bitmap
- this fixes printing of non-ascii characters

http://sourceforge.net/tracker/index.php?func=detail&aid=2836135&group_id=222125&atid=1054680

14 years agorequire libchamplain 0.4
Vladimir Nadvornik [Fri, 25 Sep 2009 20:39:15 +0000 (20:39 +0000)]
require libchamplain 0.4

- check for libchamplain 0.4
- dropped libchamplain 0.3.x support

http://sourceforge.net/tracker/index.php?func=detail&aid=2861847&group_id=222125&atid=1054680

14 years agofixed and simplified sidecar grouping code
Vladimir Nadvornik [Thu, 24 Sep 2009 21:52:44 +0000 (21:52 +0000)]
fixed and simplified sidecar grouping code

14 years agofixed emitting of error signal from image loader
Vladimir Nadvornik [Thu, 24 Sep 2009 18:02:29 +0000 (18:02 +0000)]
fixed emitting of error signal from image loader

14 years agofixed pan-view popup menu
Vladimir Nadvornik [Mon, 21 Sep 2009 18:48:32 +0000 (18:48 +0000)]
fixed pan-view popup menu

- removed wrong callback
- consider sidecar files in the editor popup

14 years agofixed selection handling in sidebar
Vladimir Nadvornik [Mon, 14 Sep 2009 21:25:10 +0000 (21:25 +0000)]
fixed selection handling in sidebar

14 years agofixed editor list in popup menu
Vladimir Nadvornik [Sun, 13 Sep 2009 21:08:40 +0000 (21:08 +0000)]
fixed editor list in popup menu

- show an editor if any of selected files matches
- added debug messages

14 years agofixed incorrect translation
Vladimir Nadvornik [Sun, 13 Sep 2009 21:03:17 +0000 (21:03 +0000)]
fixed incorrect translation

14 years agofixed filelist refresh
Vladimir Nadvornik [Sun, 13 Sep 2009 20:00:08 +0000 (20:00 +0000)]
fixed filelist refresh

14 years agopreserve histmap on NOTIFY_CHANGE
Vladimir Nadvornik [Sun, 13 Sep 2009 12:33:11 +0000 (12:33 +0000)]
preserve histmap on NOTIFY_CHANGE

14 years agoadded possibility to use geeqie-rotate as a standalone script
Vladimir Nadvornik [Sun, 13 Sep 2009 09:55:21 +0000 (09:55 +0000)]
added possibility to use geeqie-rotate as a standalone script

14 years agostrip the "lang=" prefix from exiv2 in all metadata formats
Vladimir Nadvornik [Sat, 12 Sep 2009 16:37:05 +0000 (16:37 +0000)]
strip the "lang=" prefix from exiv2 in all metadata formats

14 years agosimplified template
Vladimir Nadvornik [Sat, 12 Sep 2009 16:03:09 +0000 (16:03 +0000)]
simplified template

14 years agoeditor fixes
Vladimir Nadvornik [Sat, 12 Sep 2009 15:51:37 +0000 (15:51 +0000)]
editor fixes

- fixed editor loading order
- fixed EditorWindow->modified flag handling

14 years agofixed reloading of editors
Vladimir Nadvornik [Sat, 12 Sep 2009 15:31:24 +0000 (15:31 +0000)]
fixed reloading of editors

14 years agoadvertisment added
Vladimir Nadvornik [Wed, 9 Sep 2009 18:16:09 +0000 (18:16 +0000)]
advertisment added

14 years agostart_editor_from_filelist_full fixes
Vladimir Nadvornik [Mon, 7 Sep 2009 20:44:29 +0000 (20:44 +0000)]
start_editor_from_filelist_full fixes

fixed return value from start_editor_from_filelist_full()
call editor_command_parse to detect possible problems early enough

14 years agofixed list of possible editors in popup menu
Vladimir Nadvornik [Mon, 7 Sep 2009 20:04:22 +0000 (20:04 +0000)]
fixed list of possible editors in popup menu

14 years agofixes sidecar file grouping
Vladimir Nadvornik [Mon, 7 Sep 2009 19:48:05 +0000 (19:48 +0000)]
fixes sidecar file grouping

files with a number in extension were listed twice, it
caused problems later

14 years agoComment out unused functions, silenting related compilation warnings.
Laurent Monin [Mon, 7 Sep 2009 08:24:09 +0000 (08:24 +0000)]
Comment out unused functions, silenting related compilation warnings.

14 years agoRemove an unused variable and minor code cleanup.
Laurent Monin [Mon, 7 Sep 2009 08:18:18 +0000 (08:18 +0000)]
Remove an unused variable and minor code cleanup.

14 years agoimproved editor loading
Vladimir Nadvornik [Sun, 6 Sep 2009 14:29:19 +0000 (14:29 +0000)]
improved editor loading

14 years agofixed unnecessary image reloads in color menu
Vladimir Nadvornik [Sun, 6 Sep 2009 14:21:19 +0000 (14:21 +0000)]
fixed unnecessary image reloads in color menu

14 years agoload desktop files in idle time
Vladimir Nadvornik [Sun, 6 Sep 2009 14:01:03 +0000 (14:01 +0000)]
load desktop files in idle time

- scanning all desktop files takes a lot of time because of hdd seek
- this change moves the scanning to idle time
- the editors appears in the menus some time after startup

https://sourceforge.net/tracker/index.php?func=detail&aid=2852522&group_id=222125&atid=1054680