geeqie.git
15 years agoFix the is_keyword bug
Klaus Ethgen [Mon, 6 Apr 2009 23:59:38 +0000 (23:59 +0000)]
Fix the is_keyword bug

The is_keyword would be new set when placing the radio buttons. This
Patch fix it by setting the variable afterwards.

15 years agoSet the focus for new keyword dialog
Klaus Ethgen [Mon, 6 Apr 2009 23:39:27 +0000 (23:39 +0000)]
Set the focus for new keyword dialog

15 years agoDisable unused functions when compiled without threads support, prevents few warnings.
Laurent Monin [Mon, 6 Apr 2009 22:18:13 +0000 (22:18 +0000)]
Disable unused functions when compiled without threads support, prevents few warnings.

15 years agoFix up event source ids type: gint -> guint.
Laurent Monin [Mon, 6 Apr 2009 22:13:54 +0000 (22:13 +0000)]
Fix up event source ids type: gint -> guint.
Functions like g_timeout_add() or g_idle_add() return a guint
greater than 0, but in most places it was wrongly stored as int
and initialized to -1.
This broke assertions matching in g_source_remove() for example
since id was always greater than 0 even when timer was not set
(-1 was casted to the biggest guint).

15 years agore-ordered some options, improved descriptions
Vladimir Nadvornik [Mon, 6 Apr 2009 21:52:49 +0000 (21:52 +0000)]
re-ordered some options, improved descriptions

15 years agounconditionally enable fast jpeg thumbnailing
Vladimir Nadvornik [Mon, 6 Apr 2009 20:38:54 +0000 (20:38 +0000)]
unconditionally enable fast jpeg thumbnailing

15 years agoadded pane_notify_selection to pane API
Vladimir Nadvornik [Mon, 6 Apr 2009 19:53:59 +0000 (19:53 +0000)]
added pane_notify_selection to pane API

15 years agoRemove unused field in IconData.
Laurent Monin [Mon, 6 Apr 2009 19:13:35 +0000 (19:13 +0000)]
Remove unused field in IconData.

15 years agooptimized sidecar file check
Vladimir Nadvornik [Mon, 6 Apr 2009 19:09:55 +0000 (19:09 +0000)]
optimized sidecar file check

15 years agofixed bug in overlay drawing
Vladimir Nadvornik [Sun, 5 Apr 2009 09:46:49 +0000 (09:46 +0000)]
fixed bug in overlay drawing

15 years agoimproved Scroll reset method in preferences dialog
Vladimir Nadvornik [Sun, 5 Apr 2009 09:25:48 +0000 (09:25 +0000)]
improved Scroll reset method in preferences dialog

15 years agodisabled 2-pass rendering also affect color correction
Vladimir Nadvornik [Sat, 4 Apr 2009 23:12:19 +0000 (23:12 +0000)]
disabled 2-pass rendering also affect color correction
https://sourceforge.net/tracker/?func=detail&aid=2689249&group_id=222125&atid=1054683

15 years agoadded option that simplifies saving of multi-window configurations
Vladimir Nadvornik [Sat, 4 Apr 2009 22:29:25 +0000 (22:29 +0000)]
added option that simplifies saving of multi-window configurations

15 years agodropped show_copy_path option
Vladimir Nadvornik [Sat, 4 Apr 2009 22:09:50 +0000 (22:09 +0000)]
dropped show_copy_path option

15 years agodropped read_buffer options - they don't have any significant effect
Vladimir Nadvornik [Sat, 4 Apr 2009 21:53:12 +0000 (21:53 +0000)]
dropped read_buffer options - they don't have any significant effect

15 years agostartup path options simplified and moved to layout options
Vladimir Nadvornik [Sat, 4 Apr 2009 21:14:34 +0000 (21:14 +0000)]
startup path options simplified and moved to layout options

15 years agomoved options from Advanced tab to other tabs
Vladimir Nadvornik [Sat, 4 Apr 2009 20:20:17 +0000 (20:20 +0000)]
moved options from Advanced tab to other tabs
TODO: add Advanced section on each tab

15 years agoadded metadata_read_GPS_coord
Vladimir Nadvornik [Sat, 4 Apr 2009 19:10:49 +0000 (19:10 +0000)]
added metadata_read_GPS_coord

15 years agoset current fd when the bar is shown again
Vladimir Nadvornik [Sat, 4 Apr 2009 16:42:54 +0000 (16:42 +0000)]
set current fd when the bar is shown again
https://sourceforge.net/tracker/?func=detail&atid=1054680&aid=2729157&group_id=222125

15 years agoconvert commandline to utf8
Vladimir Nadvornik [Fri, 3 Apr 2009 19:35:34 +0000 (19:35 +0000)]
convert commandline to utf8

15 years agoForce thumbnails refreshing when thumbnails dimensions are modified through Preferences.
Laurent Monin [Thu, 2 Apr 2009 23:11:07 +0000 (23:11 +0000)]
Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.

15 years agoUse full path in genmarshal.
Laurent Monin [Thu, 2 Apr 2009 16:10:12 +0000 (16:10 +0000)]
Use full path in genmarshal.
This allows out of source builds with fakeroot.
Patch by Lukas Jirkovsky.

15 years agoCleanup.
Laurent Monin [Tue, 31 Mar 2009 22:23:33 +0000 (22:23 +0000)]
Cleanup.

15 years agoimproved next/prev operation on sidecar files
Vladimir Nadvornik [Tue, 31 Mar 2009 21:33:54 +0000 (21:33 +0000)]
improved next/prev operation on sidecar files

all operations with list index seem to be broken but IMHO this fix is
sufficient for 1.0. Then it definitely needs a better interface.

15 years agoAdd and install a template to be used as new editor. Need more work.
Laurent Monin [Tue, 31 Mar 2009 20:57:31 +0000 (20:57 +0000)]
Add and install a template to be used as new editor. Need more work.

15 years agofixed vdlist_find_row return value
Vladimir Nadvornik [Tue, 31 Mar 2009 20:53:37 +0000 (20:53 +0000)]
fixed vdlist_find_row return value

15 years agouse a better signal
Vladimir Nadvornik [Tue, 31 Mar 2009 20:35:04 +0000 (20:35 +0000)]
use a better signal

15 years agoMake desktop window list checkboxes centered and not activatable.
Laurent Monin [Tue, 31 Mar 2009 20:22:47 +0000 (20:22 +0000)]
Make desktop window list checkboxes centered and not activatable.

15 years agoimproved debug messages
Vladimir Nadvornik [Tue, 31 Mar 2009 20:05:16 +0000 (20:05 +0000)]
improved debug messages

15 years agoreport pixbuf loader errors
Vladimir Nadvornik [Tue, 31 Mar 2009 19:34:39 +0000 (19:34 +0000)]
report pixbuf loader errors
https://sourceforge.net/tracker/?func=detail&aid=2720577&group_id=222125&atid=1054680

15 years agoAllow to delete an editor's desktop file from editors list window.
Laurent Monin [Tue, 31 Mar 2009 18:45:33 +0000 (18:45 +0000)]
Allow to delete an editor's desktop file from editors list window.

15 years agoUpdate POTFILES.in and french translation.
Laurent Monin [Mon, 30 Mar 2009 20:42:06 +0000 (20:42 +0000)]
Update POTFILES.in and french translation.

15 years agoFrench translation was updated.
Laurent Monin [Mon, 30 Mar 2009 20:01:27 +0000 (20:01 +0000)]
French translation was updated.

15 years agoUpdate Changelog file.
Laurent Monin [Mon, 30 Mar 2009 19:57:44 +0000 (19:57 +0000)]
Update Changelog file.

15 years agoFixed bug where pixel/color information at x=0 coordinates werent shown:
Laurent Monin [Mon, 30 Mar 2009 19:01:09 +0000 (19:01 +0000)]
Fixed bug where pixel/color information at x=0 coordinates werent shown:
- pixel-coordinates now calculated with floor
- guard for update in layout does not apply for 0 coordinates anymore

Patch by Ruben Stein.

15 years agoFix up previous patch.
Laurent Monin [Mon, 30 Mar 2009 17:52:14 +0000 (17:52 +0000)]
Fix up previous patch.

15 years agoDesktop files window: make columns sortable, replace Apply and OK buttons by one...
Laurent Monin [Mon, 30 Mar 2009 17:05:31 +0000 (17:05 +0000)]
Desktop files window: make columns sortable, replace Apply and OK buttons by one Save button which is made sensitive when needed.

15 years agoimproved bar_pane_comment_notify_cb
Vladimir Nadvornik [Sun, 29 Mar 2009 20:06:21 +0000 (20:06 +0000)]
improved bar_pane_comment_notify_cb

15 years agofixed a typo
Vladimir Nadvornik [Sun, 29 Mar 2009 19:57:19 +0000 (19:57 +0000)]
fixed a typo

15 years agofixed possible crash
Vladimir Nadvornik [Sun, 29 Mar 2009 19:40:16 +0000 (19:40 +0000)]
fixed possible crash

15 years agoadded UfRaw ID files to known filetypes
Vladimir Nadvornik [Sun, 29 Mar 2009 16:39:42 +0000 (16:39 +0000)]
added UfRaw ID files to known filetypes

15 years agopane interface cleanup
Vladimir Nadvornik [Sun, 29 Mar 2009 14:26:44 +0000 (14:26 +0000)]
pane interface cleanup

15 years agoimproved sidebar configuration
Vladimir Nadvornik [Sun, 29 Mar 2009 14:20:44 +0000 (14:20 +0000)]
improved sidebar configuration

15 years agore-added possibility to display basic file info (size, mode, date)
Vladimir Nadvornik [Sun, 29 Mar 2009 10:36:13 +0000 (10:36 +0000)]
re-added possibility to display basic file info (size, mode, date)

15 years agofixed keyboard focus on start-up
Vladimir Nadvornik [Sat, 28 Mar 2009 15:51:21 +0000 (15:51 +0000)]
fixed keyboard focus on start-up
https://sourceforge.net/tracker/?func=detail&aid=2707025&group_id=222125&atid=1054680

15 years agoactive image follows keyboard focus
Vladimir Nadvornik [Sat, 28 Mar 2009 15:31:04 +0000 (15:31 +0000)]
active image follows keyboard focus

15 years agosplit-mode cleanup and improvements
Vladimir Nadvornik [Sat, 28 Mar 2009 15:09:09 +0000 (15:09 +0000)]
split-mode cleanup and improvements

15 years agoadded simple desktop file editor
Vladimir Nadvornik [Fri, 27 Mar 2009 08:05:14 +0000 (08:05 +0000)]
added simple desktop file editor

15 years agoImprove editors through .desktop files implementation:
Laurent Monin [Thu, 26 Mar 2009 21:49:20 +0000 (21:49 +0000)]
Improve editors through .desktop files implementation:
- stricter Exec parameters detection
- correct Icon key handling (absolute file vs name and --icon prefix)
- improved escape, single, double quotes handling and escaping

15 years agofixed histogram drawing
Vladimir Nadvornik [Thu, 26 Mar 2009 07:56:01 +0000 (07:56 +0000)]
fixed histogram drawing

15 years agoFrench translation was updated.
Laurent Monin [Mon, 23 Mar 2009 18:49:23 +0000 (18:49 +0000)]
French translation was updated.

15 years agomore consistent remote options naming
Vladimir Nadvornik [Sat, 21 Mar 2009 23:16:38 +0000 (23:16 +0000)]
more consistent remote options naming

15 years agofixed segfault in histogram
Vladimir Nadvornik [Sat, 21 Mar 2009 20:19:11 +0000 (20:19 +0000)]
fixed segfault in histogram
http://sourceforge.net/tracker/index.php?func=detail&aid=2690498&group_id=222125&atid=1054680

15 years agolayout id "_current_" matches the currently active layout window
Vladimir Nadvornik [Sat, 21 Mar 2009 19:51:07 +0000 (19:51 +0000)]
layout id "_current_" matches the currently active layout window

15 years agodo not copy existing layout id to new window
Vladimir Nadvornik [Sat, 21 Mar 2009 18:22:04 +0000 (18:22 +0000)]
do not copy existing layout id to new window

15 years agoupdate translated pane titles
Vladimir Nadvornik [Sat, 21 Mar 2009 17:47:50 +0000 (17:47 +0000)]
update translated pane titles

15 years agodo not re-create ui_manager at layout change
Vladimir Nadvornik [Fri, 20 Mar 2009 22:48:01 +0000 (22:48 +0000)]
do not re-create ui_manager at layout change

15 years agoadded a possibility to update existing bars from config
Vladimir Nadvornik [Fri, 20 Mar 2009 21:28:31 +0000 (21:28 +0000)]
added a possibility to update existing bars from config

15 years agoadded tooltips to external editors on toolbar
Vladimir Nadvornik [Fri, 20 Mar 2009 17:02:00 +0000 (17:02 +0000)]
added tooltips to external editors on toolbar
- patch by Colin Clark

15 years agoadded "load config" command to remote control
Vladimir Nadvornik [Fri, 20 Mar 2009 16:28:43 +0000 (16:28 +0000)]
added "load config" command to remote control

15 years agoadded possibility to update existing layout window from config
Vladimir Nadvornik [Fri, 20 Mar 2009 14:36:59 +0000 (14:36 +0000)]
added possibility to update existing layout window from config

15 years agodo not add duplicate keywords from config file
Vladimir Nadvornik [Fri, 20 Mar 2009 11:52:29 +0000 (11:52 +0000)]
do not add duplicate keywords from config file

15 years agobe more verbose on parse errors
Vladimir Nadvornik [Fri, 20 Mar 2009 10:12:29 +0000 (10:12 +0000)]
be more verbose on parse errors

15 years agoadded function to reload external editors at any time
Vladimir Nadvornik [Fri, 20 Mar 2009 09:46:35 +0000 (09:46 +0000)]
added function to reload external editors at any time
eliminated init_after_global_options()

15 years agoinitialization clean-up
Vladimir Nadvornik [Thu, 19 Mar 2009 22:58:28 +0000 (22:58 +0000)]
initialization clean-up

15 years agoimproved config file formatting
Vladimir Nadvornik [Thu, 19 Mar 2009 22:12:14 +0000 (22:12 +0000)]
improved config file formatting

15 years agoadded more IPTC tags
Vladimir Nadvornik [Tue, 17 Mar 2009 23:03:07 +0000 (23:03 +0000)]
added more IPTC tags

15 years agoimplemented editing support in exif pane
Vladimir Nadvornik [Tue, 17 Mar 2009 22:41:09 +0000 (22:41 +0000)]
implemented editing support in exif pane

15 years agofixed loading of desktop file icons, gtk seems to expect an icon name without extension
Vladimir Nadvornik [Tue, 17 Mar 2009 19:52:56 +0000 (19:52 +0000)]
fixed loading of desktop file icons, gtk seems to expect an icon name without extension

15 years agosimplified code
Vladimir Nadvornik [Tue, 17 Mar 2009 19:09:34 +0000 (19:09 +0000)]
simplified code

15 years agoimproved expanding and hiding of helper keywords
Vladimir Nadvornik [Tue, 17 Mar 2009 18:58:15 +0000 (18:58 +0000)]
improved expanding and hiding of helper keywords

15 years agofixed keyword tree redrawing
Vladimir Nadvornik [Tue, 17 Mar 2009 18:30:53 +0000 (18:30 +0000)]
fixed keyword tree redrawing

15 years agoPreliminary support for doxygen: make doxygen-doc will create documentation from...
Laurent Monin [Tue, 17 Mar 2009 00:05:13 +0000 (00:05 +0000)]
Preliminary support for doxygen: make doxygen-doc will create documentation from sources in doc/doxygen directory.

15 years agogint -> gboolean where applicable. The end (ouf!).
Laurent Monin [Mon, 16 Mar 2009 20:39:09 +0000 (20:39 +0000)]
gint -> gboolean where applicable. The end (ouf!).

15 years agogint -> gboolean where applicable.
Laurent Monin [Mon, 16 Mar 2009 19:11:39 +0000 (19:11 +0000)]
gint -> gboolean where applicable.

15 years agogint -> gboolean where applicable.
Laurent Monin [Mon, 16 Mar 2009 18:19:11 +0000 (18:19 +0000)]
gint -> gboolean where applicable.

15 years agoimproved pane_keywords notification
Vladimir Nadvornik [Sun, 15 Mar 2009 23:22:17 +0000 (23:22 +0000)]
improved pane_keywords notification

15 years agocall the notify function just once when the keywords are pushed to the
Vladimir Nadvornik [Sun, 15 Mar 2009 22:46:25 +0000 (22:46 +0000)]
call the notify function just once when the keywords are pushed to the
textarea

15 years agogint -> gboolean.
Laurent Monin [Sun, 15 Mar 2009 20:16:20 +0000 (20:16 +0000)]
gint -> gboolean.

15 years agofixed segfault in osd called from img-view
Vladimir Nadvornik [Sun, 15 Mar 2009 18:41:25 +0000 (18:41 +0000)]
fixed segfault in osd called from img-view
http://sourceforge.net/tracker/index.php?func=detail&aid=2684068&group_id=222125&atid=1054680

15 years agogint -> gboolean.
Laurent Monin [Sun, 15 Mar 2009 18:06:41 +0000 (18:06 +0000)]
gint -> gboolean.

15 years agofixed viewing image from dupe and search windows
Vladimir Nadvornik [Sun, 15 Mar 2009 17:40:04 +0000 (17:40 +0000)]
fixed viewing image from dupe and search windows

15 years agogint -> gboolean.
Laurent Monin [Sun, 15 Mar 2009 15:01:07 +0000 (15:01 +0000)]
gint -> gboolean.

15 years agogint -> gboolean.
Laurent Monin [Sun, 15 Mar 2009 13:33:56 +0000 (13:33 +0000)]
gint -> gboolean.

15 years agofixed XMP and IPTC entry names in exif pane
Vladimir Nadvornik [Sun, 15 Mar 2009 12:41:39 +0000 (12:41 +0000)]
fixed XMP and IPTC entry names in exif pane

15 years agoadded notification to the exif pane
Vladimir Nadvornik [Sun, 15 Mar 2009 12:20:14 +0000 (12:20 +0000)]
added notification to the exif pane

15 years agofixed a bug in osd updating, it seems that the osd icons work again
Vladimir Nadvornik [Sun, 15 Mar 2009 11:58:46 +0000 (11:58 +0000)]
fixed a bug in osd updating, it seems that the osd icons work again

15 years agocompute histogram in idle time
Vladimir Nadvornik [Sun, 15 Mar 2009 11:34:09 +0000 (11:34 +0000)]
compute histogram in idle time

15 years agofixed possible deadlock with multiple thumb loaders in parallel
Vladimir Nadvornik [Sun, 15 Mar 2009 09:06:13 +0000 (09:06 +0000)]
fixed possible deadlock with multiple thumb loaders in parallel

15 years agogint -> gboolean.
Laurent Monin [Sun, 15 Mar 2009 07:07:52 +0000 (07:07 +0000)]
gint -> gboolean.

15 years agocompletely separated global and layout window options
Vladimir Nadvornik [Sat, 14 Mar 2009 23:26:42 +0000 (23:26 +0000)]
completely separated global and layout window options
layout window configuration is available under separate menu entry

15 years agogint -> gboolean.
Laurent Monin [Sat, 14 Mar 2009 21:12:55 +0000 (21:12 +0000)]
gint -> gboolean.

15 years agoMore gboolean.
Laurent Monin [Sat, 14 Mar 2009 20:07:23 +0000 (20:07 +0000)]
More gboolean.

15 years agoUse gboolean where applicable, minor cleanup and indentations fixes.
Laurent Monin [Sat, 14 Mar 2009 19:25:21 +0000 (19:25 +0000)]
Use gboolean where applicable, minor cleanup and indentations fixes.

15 years agoimproved notification system
Vladimir Nadvornik [Sat, 14 Mar 2009 17:21:35 +0000 (17:21 +0000)]
improved notification system

15 years agoMore gboolean and tidy up.
Laurent Monin [Sat, 14 Mar 2009 11:26:43 +0000 (11:26 +0000)]
More gboolean and tidy up.

15 years agocleanup, small fixes
Vladimir Nadvornik [Sat, 14 Mar 2009 10:34:42 +0000 (10:34 +0000)]
cleanup, small fixes

15 years agodo not allow to add keywords with the same name as siblings
Vladimir Nadvornik [Fri, 13 Mar 2009 23:19:58 +0000 (23:19 +0000)]
do not allow to add keywords with the same name as siblings

15 years agoadded keyword tree filtering
Vladimir Nadvornik [Fri, 13 Mar 2009 16:45:21 +0000 (16:45 +0000)]
added keyword tree filtering

15 years agoshow file name in advanced_exif
Vladimir Nadvornik [Fri, 13 Mar 2009 12:06:01 +0000 (12:06 +0000)]
show file name in advanced_exif