geeqie.git
5 years agoOption to hide predefined keyword tree
Colin Clark [Sun, 26 Aug 2018 18:32:38 +0000 (19:32 +0100)]
Option to hide predefined keyword tree

Selected on Preferences/General

5 years agoBug fix #305: Faster Tagging (Keywords)
Colin Clark [Sun, 26 Aug 2018 18:14:39 +0000 (19:14 +0100)]
Bug fix #305: Faster Tagging (Keywords)

https://github.com/BestImageViewer/geeqie/issues/305

Make correct context-sensitive help file call

5 years agoFix #305: Faster Tagging (Keywords)
Colin Clark [Sun, 26 Aug 2018 12:32:42 +0000 (13:32 +0100)]
Fix #305: Faster Tagging (Keywords)

https://github.com/BestImageViewer/geeqie/issues/305

Keyword autocompletion - see the Info Sidebar section in the Help file
for details

5 years agoAdditional parameters from ZoneDetect
Colin Clark [Tue, 21 Aug 2018 16:02:20 +0000 (17:02 +0100)]
Additional parameters from ZoneDetect

Additional parameters derived from GPS data:
formatted.countryname - ISO 3166 country name
formatted.countrycode - ISO 3166 two-letter country code

5 years agoFix #630: add headline field to the sidebar
oxpa [Tue, 21 Aug 2018 11:21:17 +0000 (12:21 +0100)]
Fix #630: add headline field to the sidebar

https://github.com/BestImageViewer/geeqie/pull/630

5 years agoadd headline field
Igor Ippolitov [Mon, 20 Aug 2018 15:30:44 +0000 (18:30 +0300)]
add headline field

5 years agoRemove ZoneDetect .bin file from repository
Colin Clark [Mon, 20 Aug 2018 13:34:57 +0000 (14:34 +0100)]
Remove ZoneDetect .bin file from repository

A Debian maintainer has pointed out that Debian does not permit .bin
files in the packages they create.
The ZoneDetect database file, timezone21.bin has therefore been removed
from the repository.

New users must download the .bin file themself if they require UTC/DST
time offset.

This situation exists because the ZoneDetect developer has not yet put
the source code for the database generator onto GitHub - when that
happens, the database file will be generated by Geeqie (using the
ZoneDetect sources) during the installation procedure.

5 years agoBug fix #251: Crop simulation
Colin Clark [Sat, 18 Aug 2018 10:00:35 +0000 (11:00 +0100)]
Bug fix #251: Crop simulation

https://github.com/BestImageViewer/geeqie/issues/251

If draw rectangle is not selected, return null.

5 years agoFix #629: Keywords are not adding properly to selected files
Colin Clark [Fri, 17 Aug 2018 17:12:04 +0000 (18:12 +0100)]
Fix #629: Keywords are not adding properly to selected files

https://github.com/BestImageViewer/geeqie/issues/629

The right-click menu of the left-hand keywords pane of the info sidebar
now uses only the selected keywords.
Any partially selected keywords will be expanded to the full keyword.
Select none == select all

5 years agoBug fix #624: Filter files by shell or regular expression pattern
Colin Clark [Thu, 16 Aug 2018 18:48:59 +0000 (19:48 +0100)]
Bug fix #624: Filter files by shell or regular expression pattern

https://github.com/BestImageViewer/geeqie/issues/624

Show new entries in the combo box
Permit entries to be deleted (select the entry, click on the text box,
press delete, press enter)

5 years agoFix #624: Filter files by shell or regular expression pattern
Colin Clark [Wed, 15 Aug 2018 18:43:06 +0000 (19:43 +0100)]
Fix #624: Filter files by shell or regular expression pattern

https://github.com/BestImageViewer/geeqie/issues/624

An option on Select/Show File Filter (or the toolbar) to provide regular
expression file-filtering of the currently displayed folder.

5 years agoMerge remote-tracking branch 'github/merge-requests/628'
Klaus Ethgen [Tue, 14 Aug 2018 20:28:02 +0000 (21:28 +0100)]
Merge remote-tracking branch 'github/merge-requests/628'

* github/merge-requests/628:
  Fix typo unkown/unknown

5 years agoFix typo unkown/unknown
Andreas Rönnquist [Tue, 14 Aug 2018 20:22:49 +0000 (22:22 +0200)]
Fix typo unkown/unknown

5 years agoRef #624: Filter files by shell or regular expression pattern
Colin Clark [Mon, 13 Aug 2018 13:30:01 +0000 (14:30 +0100)]
Ref #624: Filter files by shell or regular expression pattern

https://github.com/BestImageViewer/geeqie/issues/624

The File name (when "contains" is selected) and Comment items on the
Search page use Perl Compatible Regular Expressions.

Basic searches should be no different to current usage.

5 years agoMove menu/toolbar to top of window
Colin Clark [Sun, 12 Aug 2018 16:29:35 +0000 (17:29 +0100)]
Move menu/toolbar to top of window

Moving the menu/toolbar to the top of the window eliminates the problem
of these items being partially obscured when the tools pane is reduced
to a small width.

5 years agoAdditional optional entries for the toolbar
Colin Clark [Sat, 11 Aug 2018 18:48:17 +0000 (19:48 +0100)]
Additional optional entries for the toolbar

5 years agoBug fix: Crash when GPSInfo contains illegal characters
Colin Clark [Fri, 10 Aug 2018 09:06:19 +0000 (10:06 +0100)]
Bug fix: Crash when GPSInfo contains illegal characters

If Exif.GPSInfo contains unexpected characters, it can cause a seg.
fault when passed to atof().

5 years agoScript for compiling on Debian systems
Colin Clark [Mon, 6 Aug 2018 11:55:46 +0000 (12:55 +0100)]
Script for compiling on Debian systems

Several improvements

5 years agoTooltips for bookmarks and shortcuts
Colin Clark [Sat, 4 Aug 2018 18:57:56 +0000 (19:57 +0100)]
Tooltips for bookmarks and shortcuts

The tooltip shows the path for bookmarks and shortcuts

5 years agoTooltip for path entry
Colin Clark [Thu, 2 Aug 2018 19:15:36 +0000 (20:15 +0100)]
Tooltip for path entry

The current path entry can be partially obscured if the vertical divider
is pushed too far to the left.
This commit shows the current path as the tooltip.

5 years agoRevised script for compiling on Debian system
Colin Clark [Thu, 2 Aug 2018 13:28:17 +0000 (14:28 +0100)]
Revised script for compiling on Debian system

Omitted dependencies
Command line option to compile commit -n
Distribution detection

5 years agoBug Fix: Float file list layout not preserved in GTK3
Colin Clark [Wed, 1 Aug 2018 18:17:46 +0000 (19:17 +0100)]
Bug Fix: Float file list layout not preserved in GTK3

gtk_vpaned_new() is deprecated and replaced by gtk_paned_new().

But the macro GTK_IS_VPANED does not work with gtk_paned_new().

5 years agoFix #627: Add awk shebang to geocode-parameters.awk
Andreas Rönnquist [Wed, 1 Aug 2018 09:37:17 +0000 (10:37 +0100)]
Fix #627: Add awk shebang to geocode-parameters.awk

https://github.com/BestImageViewer/geeqie/pull/627

5 years agoAdd awk shebang to geocode-parameters.awk
Andreas Rönnquist [Tue, 31 Jul 2018 16:34:40 +0000 (18:34 +0200)]
Add awk shebang to geocode-parameters.awk

5 years agoEnhanced script for compiling on Debian systems
Colin Clark [Fri, 27 Jul 2018 15:49:58 +0000 (16:49 +0100)]
Enhanced script for compiling on Debian systems

5 years agoShell script to aid compiling on Debian systems
Colin Clark [Sat, 21 Jul 2018 18:18:08 +0000 (19:18 +0100)]
Shell script to aid compiling on Debian systems

5 years agoBug fix: Preserve cache mode
Colin Clark [Sat, 21 Jul 2018 11:34:02 +0000 (12:34 +0100)]
Bug fix: Preserve cache mode

In some circumstances, the selected cache mode was not preserved

5 years agoFix #251: Crop simulation
Colin Clark [Fri, 20 Jul 2018 16:45:10 +0000 (17:45 +0100)]
Fix #251: Crop simulation

Menu option to draw a rectangle.
Rectangle co-ordinates can be obtained with the remote command:
--remote --get-rectangle

5 years agoBug fix: Collection preview
Colin Clark [Thu, 19 Jul 2018 09:56:46 +0000 (10:56 +0100)]
Bug fix: Collection preview

Creating thumbnails takes too long; use only thumbnails in the cache.
Option in Preferences/General to define the maximum number of thumbnails
in the montage.

5 years agoRef #332: include pdf-view
Colin Clark [Wed, 18 Jul 2018 10:09:22 +0000 (11:09 +0100)]
Ref #332: include pdf-view

Display an image of the first page of a pdf file.
GTK3 only.

5 years agoCollection preview
Colin Clark [Wed, 18 Jul 2018 09:16:41 +0000 (10:16 +0100)]
Collection preview

If the folder containing collection files (usually
$HOME/.local/share/geeqie/collections) is opened, the image pane will
show a montage of the thumbnails (to a maximum of 20) of the images in
the selected collection.
Requires ImageMagick.

This is a simplistic implementation, and should be improved e.g.

Use collect-io.c to parse the collection file
Use cached thumbnails instead of re-creating
Use Geeqie to create the montage instead of using ImageMagick

5 years agoPan view warning window
Colin Clark [Sun, 15 Jul 2018 10:02:07 +0000 (11:02 +0100)]
Pan view warning window

Ensure the pan view warning window is displayed at a sensible width

5 years agoBritish English translation update
Colin Clark [Sat, 14 Jul 2018 16:26:32 +0000 (17:26 +0100)]
British English translation update

dialog -> dialogue

5 years agoAdditional toolbar icons
Colin Clark [Sat, 14 Jul 2018 15:46:15 +0000 (16:46 +0100)]
Additional toolbar icons

5 years agoRef #331: Overimposed custom composition rule lines
Colin Clark [Sat, 14 Jul 2018 13:23:55 +0000 (14:23 +0100)]
Ref #331: Overimposed custom composition rule lines

"Rule of thirds" guidelines are included as an additional item in the
overlay screen display feature.

5 years agoCollections changes
Colin Clark [Sat, 7 Jul 2018 18:50:31 +0000 (19:50 +0100)]
Collections changes

Implement a file class for Collections
Include an icon for collections (temporary icon until someone creates an
appropriate one)
Double-click on a .gqv icon in the files pane opens the collection
window
Option in Preferences/Behavior to open collection windows on top

N.B. current users have to manually edit the Collections entry in
Preferences/Files to change the collections class from metadata to
collection

5 years agoAdditional file info parameters (2)
Colin Clark [Fri, 6 Jul 2018 18:46:54 +0000 (19:46 +0100)]
Additional file info parameters (2)

Omitted files

5 years agoAdditional file info parameters
Colin Clark [Fri, 6 Jul 2018 18:44:10 +0000 (19:44 +0100)]
Additional file info parameters

Additional parameters which can be displayed in the info sidebar or
overlay screen display:

file owner (file.owner)
file group (file.group)
file class (file.class) e.g. RAW image etc.
file symbolic link (file.link)

5 years agoDrag and drop file onto search window
Colin Clark [Sat, 30 Jun 2018 21:18:19 +0000 (22:18 +0100)]
Drag and drop file onto search window

If a file is dragged and dropped onto either the path or similarity
entry box in the search window, the full URI (e.g. file:///home/etc_etc)
is copied.

This commit ensures the correct format is used, and also fills in the
tooltip.

5 years agoAdl fix #323: Rating system
Colin Clark [Fri, 29 Jun 2018 11:19:26 +0000 (12:19 +0100)]
Adl fix #323: Rating system

https://github.com/BestImageViewer/geeqie/issues/323

Display star rating in collection window

5 years agoAddl fix #147: Darktable XMP Sidecar Files not grouped
Colin Clark [Fri, 29 Jun 2018 10:27:49 +0000 (11:27 +0100)]
Addl fix #147: Darktable XMP Sidecar Files not grouped

https://github.com/BestImageViewer/geeqie/issues/147

In some cases remove_level_from_path() returned NULL instead of a
zero-length string.
This caused problems when followed by a strcmp()

5 years agoTabcomp and hidden files
Colin Clark [Thu, 28 Jun 2018 18:22:21 +0000 (19:22 +0100)]
Tabcomp and hidden files

Make tabcomp follow the "Show hidden files or folders" option

5 years agoFix #620: Fix build on x32
Andreas Rönnquist [Tue, 26 Jun 2018 13:50:24 +0000 (14:50 +0100)]
Fix #620: Fix build on x32

https://github.com/BestImageViewer/geeqie/pull/620

5 years agoAddl fix #323: Rating system
Colin Clark [Tue, 26 Jun 2018 10:59:11 +0000 (11:59 +0100)]
Addl fix #323: Rating system

https://github.com/BestImageViewer/geeqie/issues/323

g_ascii_string_to_unsigned() requires glib 2.54.
The test set-up on Travis requires glib 2.40

5 years agoFix #618: Avoid using PATH_MAX where not available
Andreas Rönnquist [Mon, 25 Jun 2018 09:19:46 +0000 (10:19 +0100)]
Fix #618: Avoid using PATH_MAX where not available

https://github.com/BestImageViewer/geeqie/pull/618

Geeqie fails to build on Hurd because of not finding PATH_MAX, this fix would avoid using PATH_MAX on systems where it isn't available.

5 years agoChange character code in decode_sim
Colin Clark [Sun, 24 Jun 2018 19:20:23 +0000 (20:20 +0100)]
Change character code in decode_sim

Change character code 0xD7 to 0x78

5 years agoUpdate documentation for similarity cache
Colin Clark [Sun, 24 Jun 2018 15:13:47 +0000 (16:13 +0100)]
Update documentation for similarity cache

5 years agoBug fix: Create thumbnails maintenance option
Colin Clark [Sun, 24 Jun 2018 13:43:35 +0000 (14:43 +0100)]
Bug fix: Create thumbnails maintenance option

In the Cache Maintenance dialog, Create Thumbnails is always enable. If
thumbnail creation is disabled in Preferences/General, thumbnails are
still created, but sometimes in the wrong folder.

This commit disables Create Thumbnails in the maintenance dialog when
when thumbnail creation is disabled in Preferences.

5 years agoFix #617: Spanish translation update
micrococo [Sun, 24 Jun 2018 10:50:22 +0000 (11:50 +0100)]
Fix #617: Spanish translation update

https://github.com/BestImageViewer/geeqie/pull/617

5 years agoBritish English translation
Colin Clark [Sun, 24 Jun 2018 10:39:19 +0000 (11:39 +0100)]
British English translation

5 years agoAddl fix #323: Rating system
Colin Clark [Fri, 22 Jun 2018 18:20:08 +0000 (19:20 +0100)]
Addl fix #323: Rating system

https://github.com/BestImageViewer/geeqie/issues/323

Preserve show star rating setting
User option to select the character for Star and Rejected -
Preferences/General

5 years agoLittle note about comments in bug report
Klaus Ethgen [Fri, 22 Jun 2018 09:38:37 +0000 (10:38 +0100)]
Little note about comments in bug report

5 years agoFix #616: Image Position settings missing in 1.4
Colin Clark [Thu, 21 Jun 2018 10:50:49 +0000 (11:50 +0100)]
Fix #616: Image Position settings missing in 1.4

https://github.com/BestImageViewer/geeqie/issues/616

Image scroll settings are now on status bar. Update tool-tip and
documentation.

5 years agoBug fix323: Rating system
Colin Clark [Wed, 20 Jun 2018 17:16:40 +0000 (18:16 +0100)]
Bug fix323: Rating system

Revised Unicode character

5 years agoBuf fix #323: Rating system
Colin Clark [Wed, 20 Jun 2018 15:06:48 +0000 (16:06 +0100)]
Buf fix #323: Rating system

https://github.com/BestImageViewer/geeqie/issues/323

Convert Unicode characters to UTF-8

5 years agoFix #614: Wrap and/or truncate long file names in file list view
Colin Clark [Wed, 20 Jun 2018 10:07:08 +0000 (11:07 +0100)]
Fix #614: Wrap and/or truncate long file names in file list view

https://github.com/BestImageViewer/geeqie/issues/614

In List view, the tooltip is set to column 1 data.

5 years agoShow star rating in files pane
Colin Clark [Mon, 18 Jun 2018 18:17:19 +0000 (19:17 +0100)]
Show star rating in files pane

Accessed via a right-click menu

5 years agoRead metadata in the idle loop
Colin Clark [Mon, 18 Jun 2018 17:53:46 +0000 (18:53 +0100)]
Read metadata in the idle loop

Selecting sort-by DateOriginal, DateDigitized or Rating caused Geeqie to
freeze while the metadata was read for the whole folder contents.

This commit reads those data in the idle loop and thus prevents the
freeze.
There is an option in Preferences/Metadata to autmatically read the
metadata in the idle loop whenever a new folder is selected.

5 years agoOption to change default button for copy/move dialogs
Colin Clark [Thu, 7 Jun 2018 13:13:43 +0000 (14:13 +0100)]
Option to change default button for copy/move dialogs

Option on Preferences/Behavior to use With Rename as the default button
for Copy/Move dialogs.
The option is off by default.

5 years agoFix #612: Pan view image class filtering
Tomasz Golinski [Thu, 7 Jun 2018 10:44:36 +0000 (11:44 +0100)]
Fix #612: Pan view image class filtering

https://github.com/BestImageViewer/geeqie/issues/612

5 years agoShow rating as star characters
Colin Clark [Sun, 3 Jun 2018 10:39:01 +0000 (11:39 +0100)]
Show rating as star characters

Additional tag formatted.star_rating to show Xmp.xmp.Rating as a set of
star characters

5 years agoBug fix: incorrect initialization check of filedata exifdate_digitized
Colin Clark [Thu, 31 May 2018 18:00:02 +0000 (19:00 +0100)]
Bug fix: incorrect initialization check of filedata exifdate_digitized

5 years agoInclude file ctime as a formatted tag
Colin Clark [Thu, 31 May 2018 10:20:22 +0000 (11:20 +0100)]
Include file ctime as a formatted tag

Include ctime as the formatted tag: file.ctime

5 years agoPan view - right click menu goto original
Colin Clark [Mon, 28 May 2018 09:05:33 +0000 (10:05 +0100)]
Pan view - right click menu goto original

Additional item on the right-click menu to go to the source image

5 years agoBug fix: Pan view - implement exif data display
Colin Clark [Mon, 28 May 2018 08:58:42 +0000 (09:58 +0100)]
Bug fix: Pan view - implement exif data display

If geeqierc.xml contained no data for the sidebar exif pane, there would
be a seg fault

5 years agoPan view calendar - show day-of-week legend
Colin Clark [Sun, 27 May 2018 16:57:58 +0000 (17:57 +0100)]
Pan view calendar - show day-of-week legend

5 years agoSupport for Canon ISO tags
Michał Pecio [Sun, 27 May 2018 09:45:10 +0000 (10:45 +0100)]
Support for Canon ISO tags

Some pre-2010 Canon cameras didn't write the standard EXIF ISO speed
tag. The ISO speed of photos taken with such cameras can be found in
the proprietary Exif.CanonSi.ISOSpeed tag

5 years agoPan view calendar - use locale to set first day of week
Colin Clark [Sat, 26 May 2018 19:20:01 +0000 (20:20 +0100)]
Pan view calendar - use locale to set first day of week

5 years agoPan view - implement exif data display
Colin Clark [Thu, 24 May 2018 18:25:45 +0000 (19:25 +0100)]
Pan view - implement exif data display

The option to display exif data in pan view was NULLed out.

This commit implements the display of exif data.
The parameters displayed are the same as in the info sidebar.

5 years agoPan view - eliminate run-time error
Colin Clark [Thu, 24 May 2018 09:04:39 +0000 (10:04 +0100)]
Pan view - eliminate run-time error

Remove redundant code

5 years agoAddl fix #220: marks do not persist
Colin Clark [Fri, 18 May 2018 16:48:12 +0000 (17:48 +0100)]
Addl fix #220: marks do not persist

https://github.com/BestImageViewer/geeqie/issues/220

Additional parameter on search page to find files which have marks set.

5 years agoFix #597: Help file search
Colin Clark [Wed, 16 May 2018 18:22:12 +0000 (19:22 +0100)]
Fix #597: Help file search

https://github.com/BestImageViewer/geeqie/issues/597

Only on-line help files are searched.
Search engine defined in Preferences/General.
Local help files are not searched.

5 years agoBug fix: Mnemonic text for marks
Colin Clark [Wed, 16 May 2018 09:04:01 +0000 (10:04 +0100)]
Bug fix: Mnemonic text for marks

Incorrect initialization

5 years agoFix #609: Crash on "View in New Window" if no image active
Colin Clark [Tue, 15 May 2018 08:37:55 +0000 (09:37 +0100)]
Fix #609: Crash on "View in New Window" if no image active

https://github.com/BestImageViewer/geeqie/issues/609

5 years agoRename menu item "Thumbnail maintenance" to "Cache maintenance"
Colin Clark [Sun, 6 May 2018 18:54:36 +0000 (19:54 +0100)]
Rename menu item "Thumbnail maintenance" to "Cache maintenance"

5 years agoMnemonic text for marks
Colin Clark [Sun, 6 May 2018 15:55:11 +0000 (16:55 +0100)]
Mnemonic text for marks

The marks check boxes at the top of the file pane have tooltips that may
be used to describe each mark.
The text can be modified by right-click.

5 years agoLog window - do not show buttons when debug is disabled
Colin Clark [Sun, 6 May 2018 08:40:30 +0000 (09:40 +0100)]
Log window - do not show buttons when debug is disabled

5 years agoFix #220, 269: marks do not persist
Colin Clark [Fri, 4 May 2018 15:16:37 +0000 (16:16 +0100)]
Fix #220, 269: marks do not persist

https://github.com/BestImageViewer/geeqie/issues/220
https://github.com/BestImageViewer/geeqie/issues/269

Marks/image connections can optionally be saved in a text file in the
same folder as History etc.
The option is in Preferences/Behavior - set to save by default.
Also a menu item to clear all marks.

5 years agoEnsure ChangeLog gets regenerated
Colin Clark [Thu, 3 May 2018 15:03:26 +0000 (16:03 +0100)]
Ensure ChangeLog gets regenerated

6 years agoFix #605: Crash when writing metadata to .svg files
Colin Clark [Wed, 2 May 2018 18:02:13 +0000 (19:02 +0100)]
Fix #605: Crash when writing metadata to .svg files

https://github.com/BestImageViewer/geeqie/issues/605

This corrects a coding error, which caused the crash.

Parhaps the defaults in filefilter.c at about line 238 should be changed
to set these files to no-write:
pnm, svg, gif, xbm, xpm, bmp, ico, ras

But line 228 sets them to writable anyway.

6 years agoUpdate ffmpegthumbnailer library version
Colin Clark [Tue, 1 May 2018 15:46:59 +0000 (16:46 +0100)]
Update ffmpegthumbnailer library version

Update required library version to 2.1.0 - required for
ThumbnailerLogLevel

6 years agoLocal time - UTC offset and daylight saving correction
Colin Clark [Wed, 25 Apr 2018 10:46:38 +0000 (11:46 +0100)]
Local time - UTC offset and daylight saving correction

Use GPS lat/long to provide local time corrected for UTC offset and DST
correction.

The corrected time is available in formatted.localtime
The selected timezone is available in formatted.timezone

6 years agoFix #600: Window "Edit command results" with GTK3 has disproportionate spacing (OK...
Colin Clark [Thu, 12 Apr 2018 10:34:52 +0000 (11:34 +0100)]
Fix #600: Window "Edit command results" with GTK3 has disproportionate spacing (OK with GTK2)

https://github.com/BestImageViewer/geeqie/issues/600

6 years agoModify copy/move dialogs
Colin Clark [Wed, 11 Apr 2018 15:23:10 +0000 (16:23 +0100)]
Modify copy/move dialogs

Revert "Copy" and "Move" button to its previous brief format.
Additional "With Rename" button to start the on-the-fly renaming dialog.

6 years agoAdditional loader for DDS file format
Wolfgang Lieff [Fri, 6 Apr 2018 16:43:03 +0000 (17:43 +0100)]
Additional loader for DDS file format

6 years agoBug fix: Option to display window ID
Colin Clark [Tue, 3 Apr 2018 12:08:34 +0000 (13:08 +0100)]
Bug fix: Option to display window ID

Reinstate line deleted in error.

6 years agoOption to display window ID
Colin Clark [Tue, 3 Apr 2018 11:41:35 +0000 (12:41 +0100)]
Option to display window ID

Additional Preferences/Windows option to show the window ID in the
titlebar. Off by default.

6 years agoAdditional remote commands for layout windows
Colin Clark [Sun, 1 Apr 2018 10:36:20 +0000 (11:36 +0100)]
Additional remote commands for layout windows

Additional remote commands:
--remote --id:<ID>
--remote --open-window
--remote --close-window

The id:<ID> parameter sends subsequent commands to the specified window.
The window titlebar show the window identifier.

6 years agoFix #162: Cannot symlink file if two geeqie instances are running
Colin Clark [Thu, 29 Mar 2018 16:10:58 +0000 (17:10 +0100)]
Fix #162: Cannot symlink file if two geeqie instances are running

https://github.com/BestImageViewer/geeqie/issues/162

Do not permit a second instance of Geeqie to be started.

There is only one geeqierc.xml file - it is not sensible to allow more
than one instance to be run.

File/New Window can be used instead.

6 years agoCollection window - thumbnail focus
Colin Clark [Sat, 24 Mar 2018 10:37:17 +0000 (10:37 +0000)]
Collection window - thumbnail focus

If a collection is being shown in an image window, moving through the
images causes the thumbnail in focus in the collection window to follow

6 years agoFix #599: Shift + Direction is not accelerated in image viewer like help file suggests
Colin Clark [Wed, 21 Mar 2018 13:59:50 +0000 (13:59 +0000)]
Fix #599: Shift + Direction is not accelerated in image viewer like help file suggests

https://github.com/BestImageViewer/geeqie/issues/599

6 years agoFix #535: Include additional mime types
Colin Clark [Tue, 13 Mar 2018 11:16:21 +0000 (11:16 +0000)]
Fix #535: Include additional mime types

https://github.com/BestImageViewer/geeqie/issues/535

6 years agoCollections - goto menu option
Colin Clark [Wed, 7 Mar 2018 10:33:53 +0000 (10:33 +0000)]
Collections - goto menu option

In a Collections window, an additional right-click menu option to go to
the source image.

6 years agoFix #592: Directory widget loses focus on tab completion
Colin Clark [Sun, 4 Mar 2018 12:00:19 +0000 (12:00 +0000)]
Fix #592: Directory widget loses focus on tab completion

https://github.com/BestImageViewer/geeqie/issues/592

The call to layout_set_path() was shifting the focus.

6 years agoRemote command --pixel-info
Colin Clark [Tue, 27 Feb 2018 17:12:33 +0000 (17:12 +0000)]
Remote command --pixel-info

Additional remote command:
geeqie --remote --pixel-info

Gives X, Y and RGB of the mouse pointer on the current image. Format is:
[x,y]: RGB( r, g, b)

6 years agoAdditional documentation for webp format
Colin Clark [Sun, 11 Feb 2018 11:12:37 +0000 (11:12 +0000)]
Additional documentation for webp format

Include sample script to install webp pixbuf loader
Other on-line help updates

6 years agoMerge remote-tracking branch 'github/merge-requests/589'
Klaus Ethgen [Sat, 10 Feb 2018 17:50:21 +0000 (18:50 +0100)]
Merge remote-tracking branch 'github/merge-requests/589'

* github/merge-requests/589:
  layout_util: fix passing an rvalue to WEXITSTATUS

Just to complete Colins commit

6 years agoFix #588,589: Geeqie fails to build on macOS
Misty De Meo [Sat, 10 Feb 2018 17:16:52 +0000 (17:16 +0000)]
Fix #588,589: Geeqie fails to build on macOS

https://github.com/BestImageViewer/geeqie/issues/588
https://github.com/BestImageViewer/geeqie/pull/589

6 years agolayout_util: fix passing an rvalue to WEXITSTATUS
Misty De Meo [Thu, 8 Feb 2018 07:04:01 +0000 (23:04 -0800)]
layout_util: fix passing an rvalue to WEXITSTATUS

Fixes #588.

6 years agoShow .icc files when selecting color profiles
Colin Clark [Sun, 4 Feb 2018 11:43:05 +0000 (11:43 +0000)]
Show .icc files when selecting color profiles

Modify tabcomp code to permit filter and filter description to be set.
Modify preferences to filter on .icc when selecting color profiles.