geeqie.git
15 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).

15 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.

15 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).

15 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

15 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

15 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

15 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

15 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.

15 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.

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

15 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

15 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

15 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.

15 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.

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

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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

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

15 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

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

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

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

15 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

15 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

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

15 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

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

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

15 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

15 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

15 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

15 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.

15 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.

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

15 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

15 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

15 years agoadded messages for debugging startup time
Vladimir Nadvornik [Sun, 6 Sep 2009 09:08:37 +0000 (09:08 +0000)]
added messages for debugging startup time

15 years agoUpdate svn ignore lists.
Laurent Monin [Sat, 5 Sep 2009 13:48:21 +0000 (13:48 +0000)]
Update svn ignore lists.

15 years agoFix up compilation issues related to libchamplain.
Laurent Monin [Fri, 4 Sep 2009 15:53:04 +0000 (15:53 +0000)]
Fix up compilation issues related to libchamplain.

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

15 years agofixed in-place rename
Vladimir Nadvornik [Thu, 3 Sep 2009 20:00:40 +0000 (20:00 +0000)]
fixed in-place rename

15 years agodo not reload image on copy, move, rename and external editor
Vladimir Nadvornik [Thu, 3 Sep 2009 19:18:20 +0000 (19:18 +0000)]
do not reload image on copy, move, rename and external editor

changed files should be detected anyway
http://sourceforge.net/tracker/index.php?func=detail&aid=2848373&group_id=222125&atid=1054680

15 years agofixed vd_notify_cb leak
Vladimir Nadvornik [Fri, 28 Aug 2009 23:09:05 +0000 (23:09 +0000)]
fixed vd_notify_cb leak

15 years agoimproved printing of selection
Vladimir Nadvornik [Fri, 28 Aug 2009 21:01:29 +0000 (21:01 +0000)]
improved printing of selection

15 years agoimproved the sidecar grouping algorithm
Vladimir Nadvornik [Fri, 28 Aug 2009 20:18:46 +0000 (20:18 +0000)]
improved the sidecar grouping algorithm

15 years agofixed toggle_slideshow function
Vladimir Nadvornik [Thu, 27 Aug 2009 20:23:28 +0000 (20:23 +0000)]
fixed toggle_slideshow function

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

15 years agoupdated version message
Vladimir Nadvornik [Wed, 26 Aug 2009 19:19:06 +0000 (19:19 +0000)]
updated version message

15 years agosave one unnecessary call to stat_utf8
Vladimir Nadvornik [Wed, 26 Aug 2009 19:16:02 +0000 (19:16 +0000)]
save one unnecessary call to stat_utf8

15 years agouse name as a tooltip of external editor if comment is missing
Vladimir Nadvornik [Tue, 25 Aug 2009 22:21:46 +0000 (22:21 +0000)]
use name as a tooltip of external editor if comment is missing

the hotkey dialog ignores entries with empty tooltip

15 years agowrite metadata before another opeation
Vladimir Nadvornik [Tue, 25 Aug 2009 21:30:50 +0000 (21:30 +0000)]
write metadata before another opeation

- this is implemented for copy and external editor
- the unsaved metadata should survive operations like move or rename
- saving metadata before delete is pointless

15 years agoworkaround for xpm loader
Vladimir Nadvornik [Sun, 23 Aug 2009 14:10:56 +0000 (14:10 +0000)]
workaround for xpm loader

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

15 years agofixed moving and maintenance of std. thumbnails
Vladimir Nadvornik [Sun, 23 Aug 2009 13:37:15 +0000 (13:37 +0000)]
fixed moving and maintenance of std. thumbnails

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

15 years agoremove deleted files from metadata queue
Vladimir Nadvornik [Sat, 22 Aug 2009 21:58:49 +0000 (21:58 +0000)]
remove deleted files from metadata queue

15 years agofixed sidecar grouping
Vladimir Nadvornik [Sat, 22 Aug 2009 20:20:19 +0000 (20:20 +0000)]
fixed sidecar grouping

this fixes grouping of files which differs only
in upper/lowercase extension. The old code stopped scanning
when the first file was found.

15 years agofixed possible crash in exif_item_get_integer
Vladimir Nadvornik [Tue, 18 Aug 2009 20:19:23 +0000 (20:19 +0000)]
fixed possible crash in exif_item_get_integer

15 years agoupdated links
Vladimir Nadvornik [Mon, 3 Aug 2009 20:47:14 +0000 (20:47 +0000)]
updated links

15 years agoFixing libexiv2 bug
Klaus Ethgen [Mon, 3 Aug 2009 12:34:57 +0000 (12:34 +0000)]
Fixing libexiv2 bug

15 years agoFix a small problem with casefull keywords
Klaus Ethgen [Sat, 1 Aug 2009 22:37:57 +0000 (22:37 +0000)]
Fix a small problem with casefull keywords

In @1636 I miss one check for keyword case. Now it should be all fixed.

15 years agoThis function is never used anymore: file_maint_removed
Klaus Ethgen [Sat, 1 Aug 2009 22:37:37 +0000 (22:37 +0000)]
This function is never used anymore: file_maint_removed

15 years agoupdated project status
Vladimir Nadvornik [Fri, 31 Jul 2009 20:46:55 +0000 (20:46 +0000)]
updated project status

15 years agoadded project web page under version control
Vladimir Nadvornik [Fri, 31 Jul 2009 20:31:56 +0000 (20:31 +0000)]
added project web page under version control

15 years agoSome systems (BSD,MacOsX,HP-UX,...) define MAP_ANON and not MAP_ANONYMOUS. Make each...
Laurent Monin [Thu, 30 Jul 2009 17:59:20 +0000 (17:59 +0000)]
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.

15 years agoupdated czech translation
Vladimir Nadvornik [Wed, 29 Jul 2009 21:03:38 +0000 (21:03 +0000)]
updated czech translation

15 years agoimproved scroll on slower machines
Vladimir Nadvornik [Tue, 28 Jul 2009 22:27:24 +0000 (22:27 +0000)]
improved scroll on slower machines

patch by Stanislav Brabec

15 years agodo not process sidecar files in bar_gps
Vladimir Nadvornik [Tue, 28 Jul 2009 22:14:26 +0000 (22:14 +0000)]
do not process sidecar files in bar_gps

patch by Colin Clark

15 years agorun the scripts with /bin/sh
Vladimir Nadvornik [Tue, 28 Jul 2009 22:03:54 +0000 (22:03 +0000)]
run the scripts with /bin/sh

15 years agoFrench translation was updated.
Laurent Monin [Sat, 25 Jul 2009 08:23:23 +0000 (08:23 +0000)]
French translation was updated.

15 years agoRemove some bashisms from configure.in. Patch by Greg Troxel.
Laurent Monin [Sat, 25 Jul 2009 08:13:13 +0000 (08:13 +0000)]
Remove some bashisms from configure.in. Patch by Greg Troxel.

15 years agoRomanian translation was completed. Thanks to Sabin Iacob.
Laurent Monin [Sat, 25 Jul 2009 08:00:07 +0000 (08:00 +0000)]
Romanian translation was completed. Thanks to Sabin Iacob.

15 years agoupdate column sizes after toggling thumbnails
Vladimir Nadvornik [Fri, 24 Jul 2009 14:07:54 +0000 (14:07 +0000)]
update column sizes after toggling thumbnails

15 years agofixed switching of multiline texts
Vladimir Nadvornik [Fri, 24 Jul 2009 13:32:37 +0000 (13:32 +0000)]
fixed switching of multiline texts

15 years agodo not try to reload deleted image
Vladimir Nadvornik [Fri, 24 Jul 2009 12:56:54 +0000 (12:56 +0000)]
do not try to reload deleted image

deleted image is replaced by the next one from the list, keep
the old image displayed until the new one is set

15 years agocall gtk_tree_view_columns_autosize only when reall needed
Vladimir Nadvornik [Fri, 24 Jul 2009 12:45:42 +0000 (12:45 +0000)]
call gtk_tree_view_columns_autosize only when reall needed

gtk_tree_view_columns_autosize is rather expensive, call it only
afrer directory change or after user-requested refresh

15 years agodo not use cell_data_func
Vladimir Nadvornik [Fri, 24 Jul 2009 12:21:23 +0000 (12:21 +0000)]
do not use cell_data_func

cell_data_func is too slow, store formatted string in the tree_store
instead

16 years agofixed destroying of menu data
Vladimir Nadvornik [Tue, 21 Jul 2009 14:17:01 +0000 (14:17 +0000)]
fixed destroying of menu data

Make sure that menu destroy functions do not access parent widget
structures that are already destroyed
There are 2 ways to achieve this:
- use g_signal_handlers_disconnect_matched() like in vf_destroy_cb()
- use separate data structure passed to *_popup_menu_destroy_cb()
  like in img-view.

16 years agoFix a overrun
Klaus Ethgen [Sat, 18 Jul 2009 08:16:54 +0000 (08:16 +0000)]
Fix a overrun

data_offset + data_length could be bigger than guint which makes the
calculation overflow to a value smaller then size.

16 years agoupdated ChangeLog file
Vladimir Nadvornik [Thu, 2 Jul 2009 17:37:05 +0000 (17:37 +0000)]
updated ChangeLog file

16 years agoupdated ca.po - submitted by Mecatxis
Vladimir Nadvornik [Thu, 2 Jul 2009 17:31:38 +0000 (17:31 +0000)]
updated ca.po - submitted by Mecatxis

16 years agomake sure that automake and config.h uses the same installation paths
Vladimir Nadvornik [Wed, 1 Jul 2009 20:55:37 +0000 (20:55 +0000)]
make sure that automake and config.h uses the same installation paths

16 years agoupdated version string
Vladimir Nadvornik [Wed, 1 Jul 2009 19:38:17 +0000 (19:38 +0000)]
updated version string

16 years agofixed mnemonic conflicts
Vladimir Nadvornik [Wed, 1 Jul 2009 19:33:09 +0000 (19:33 +0000)]
fixed mnemonic conflicts

16 years agoremoved msgctxt keyword, older gettext fails on it
Vladimir Nadvornik [Wed, 1 Jul 2009 18:59:39 +0000 (18:59 +0000)]
removed msgctxt keyword, older gettext fails on it

16 years agoremoved gettext.h reference
Vladimir Nadvornik [Wed, 1 Jul 2009 18:32:32 +0000 (18:32 +0000)]
removed gettext.h reference

16 years agoupdated spec file
Vladimir Nadvornik [Wed, 1 Jul 2009 07:04:42 +0000 (07:04 +0000)]
updated spec file

16 years agoFrench translation was updated.
Laurent Monin [Tue, 30 Jun 2009 23:40:37 +0000 (23:40 +0000)]
French translation was updated.

16 years agofixed an use of uninitialized value
Vladimir Nadvornik [Tue, 30 Jun 2009 20:15:33 +0000 (20:15 +0000)]
fixed an use of uninitialized value

16 years agofixes for a built without Exiv2
Vladimir Nadvornik [Tue, 30 Jun 2009 20:12:28 +0000 (20:12 +0000)]
fixes for a built without Exiv2

don't try to access XMP metadata if not compiled with Exiv2
some metadata options are valid without Exiv2, do not disable them

16 years agoRevert "Add pgettext for some ambiguous strings"
Klaus Ethgen [Tue, 30 Jun 2009 19:53:55 +0000 (19:53 +0000)]
Revert "Add pgettext for some ambiguous strings"

Now there should be all ambiguous strings gone. This reverts commit 1628

With that commit also all ambiguous strings should be solved.

16 years agoadd desktop.in files to the tarball
Vladimir Nadvornik [Tue, 30 Jun 2009 19:12:25 +0000 (19:12 +0000)]
add desktop.in files to the tarball

16 years agofixed writting to gqview legacy format
Vladimir Nadvornik [Mon, 29 Jun 2009 19:48:14 +0000 (19:48 +0000)]
fixed writting to gqview legacy format

16 years agoFrench translation was updated.
Laurent Monin [Mon, 29 Jun 2009 16:32:43 +0000 (16:32 +0000)]
French translation was updated.

16 years agoFix POTFILES.in and update regen_potfiles.sh to add .desktop.in files.
Laurent Monin [Mon, 29 Jun 2009 16:02:28 +0000 (16:02 +0000)]
Fix POTFILES.in and update regen_potfiles.sh to add .desktop.in files.

16 years agoadded geeqie-import-geeqie.desktop.in
Vladimir Nadvornik [Sun, 28 Jun 2009 13:41:51 +0000 (13:41 +0000)]
added geeqie-import-geeqie.desktop.in

16 years agolibchamplain compatibility fix
Vladimir Nadvornik [Sun, 28 Jun 2009 11:55:54 +0000 (11:55 +0000)]
libchamplain compatibility fix

16 years agocleanup: remove some disabled code
Vladimir Nadvornik [Sun, 28 Jun 2009 09:25:47 +0000 (09:25 +0000)]
cleanup: remove some disabled code