geeqie.git
6 years agoLet the user specify gtk version and more in bug reports
Klaus Ethgen [Wed, 24 Jan 2018 21:40:02 +0000 (22:40 +0100)]
Let the user specify gtk version and more in bug reports

6 years agoBug fix: Bookmark DnD
Colin Clark [Tue, 23 Jan 2018 19:48:24 +0000 (19:48 +0000)]
Bug fix: Bookmark DnD

In some cases dragging-and-dropping something that is not a URI to
create a bookmark will cause Geeqie to crash.

6 years agoFixing automake build system
Klaus Ethgen [Mon, 22 Jan 2018 23:40:57 +0000 (00:40 +0100)]
Fixing automake build system

6 years agoMerge remote-tracking branch 'github/merge-requests/579'
Klaus Ethgen [Mon, 22 Jan 2018 20:08:23 +0000 (21:08 +0100)]
Merge remote-tracking branch 'github/merge-requests/579'

* github/merge-requests/579:
  Thumbnail all files if filtering is disabled.

6 years agoMerge remote-tracking branches 'github/merge-requests/581', 'github/merge-requests...
Klaus Ethgen [Mon, 22 Jan 2018 20:07:11 +0000 (21:07 +0100)]
Merge remote-tracking branches 'github/merge-requests/581', 'github/merge-requests/576', 'github/merge-requests/574' and 'github/merge-requests/573'

* github/merge-requests/581:
  Fix crash after strange behaviour of the "Really Continue" dialog

* github/merge-requests/576:
  Trap build errors

* github/merge-requests/574:
  Fix spelling mistake occured/occurred

* github/merge-requests/573:
  Partially fix #561: Hi-DPI-aware rendering of images.

6 years agoFix #523: <Esc> in "Really continue?" copy confirmation dialog leads to crash
Colin Clark [Mon, 22 Jan 2018 13:25:41 +0000 (13:25 +0000)]
Fix #523: <Esc> in "Really continue?" copy confirmation dialog leads to crash

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

Patch by Michael Cross and Andreas Rönnquist

6 years agoFix crash after strange behaviour of the "Really Continue" dialog
Michael Cross [Mon, 22 Jan 2018 00:21:49 +0000 (01:21 +0100)]
Fix crash after strange behaviour of the "Really Continue" dialog

6 years agoFix #577: give user warning/error when it is impossible to update EXIF orientation
Colin Clark [Sun, 21 Jan 2018 17:26:55 +0000 (17:26 +0000)]
Fix #577: give user warning/error when it is impossible to update EXIF orientation

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

Insert [ $? != 0 ] after all calls to exiv2, exiftran and mogrify

6 years agoThumbnail all files if filtering is disabled.
Anthony DeRobertis [Sat, 20 Jan 2018 02:09:08 +0000 (03:09 +0100)]
Thumbnail all files if filtering is disabled.

If the user has disabled filtering by file extension, then we should
also disable that filtering when generating/loading thumbnails. Fixes
regression from 9be75e3431104d6a3a0c80324a8e3ac60316be13.

6 years agoFix #578: unable to write orientation to file
Colin Clark [Wed, 17 Jan 2018 16:42:48 +0000 (16:42 +0000)]
Fix #578: unable to write orientation to file

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

Path/filename was not protected with quotes

6 years agoTrap build errors
Andreas Rönnquist [Fri, 12 Jan 2018 14:24:36 +0000 (15:24 +0100)]
Trap build errors

Without this fix the make would fail on missing symbols, and this instead
makes it fail already when gdk_pixbuf_csource is faulty.

6 years agoFix #567: unused return value in color-man.c
Colin Clark [Fri, 5 Jan 2018 19:07:48 +0000 (19:07 +0000)]
Fix #567: unused return value in color-man.c

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

6 years agoFix #566: submenu items "variable set but not used" errors in 1.4
Colin Clark [Fri, 5 Jan 2018 19:06:05 +0000 (19:06 +0000)]
Fix #566: submenu items "variable set but not used" errors in 1.4

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

6 years agoFix #574: Spelling errors detected by Lintian
Andreas Rönnquist [Thu, 4 Jan 2018 17:06:16 +0000 (17:06 +0000)]
Fix #574: Spelling errors detected by Lintian

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

6 years agoPartial fix #561: Hi-DPI-aware rendering of images
Zoltan Ivanfi [Thu, 4 Jan 2018 16:30:39 +0000 (16:30 +0000)]
Partial fix #561: Hi-DPI-aware rendering of images

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

Image overlays and thumbnails still to be done

6 years agoFix spelling mistake occured/occurred
Andreas Rönnquist [Thu, 4 Jan 2018 13:28:10 +0000 (14:28 +0100)]
Fix spelling mistake occured/occurred

6 years agoSort/search on Exif.Photo.DateTimeDigitized
Colin Clark [Wed, 3 Jan 2018 20:58:28 +0000 (20:58 +0000)]
Sort/search on Exif.Photo.DateTimeDigitized

Implement sort and search on Exif.Photo.DateTimeDigitized

Note: pan view not included

6 years agoSort/search on file class
Colin Clark [Wed, 3 Jan 2018 17:49:15 +0000 (17:49 +0000)]
Sort/search on file class

Implement sort and search on file class (raw image, video etc.)

Note that the sort order is set by an enumerated type in typedefs.h, but
cannot be easily changed because the class is saved in the filter
section of geeqierc.xml as an integer.

6 years agoFix #571: Huge performance hit when enabling animation
Tomasz Golinski [Wed, 3 Jan 2018 16:10:35 +0000 (16:10 +0000)]
Fix #571: Huge performance hit when enabling animation

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

Check for  animation only on gif files.

6 years agoPartially fix #561: Hi-DPI-aware rendering of images.
Zoltan Ivanfi [Thu, 28 Dec 2017 18:32:22 +0000 (19:32 +0100)]
Partially fix #561: Hi-DPI-aware rendering of images.

Displayed images are no longer blurry on Hi-DPI displays, nor they have a grid
artifact any more.

Image overlays and thumbnails are not addresset yet and are still blurry.

6 years agoContext-sensitve help
Colin Clark [Mon, 1 Jan 2018 19:12:33 +0000 (19:12 +0000)]
Context-sensitve help

Implement context-sensitive help key for the following windows:
exif
collection
duplicates
image
pan view
search

Replace all instances of the constant GDK_KEY_F1 with a call to a
function which gets the key code set by the user in Preferences/Keyboard
for Help

6 years agoAdding direct subscribe field on the page
Klaus Ethgen [Mon, 1 Jan 2018 12:40:30 +0000 (13:40 +0100)]
Adding direct subscribe field on the page

6 years agoApplying website changes from release
Klaus Ethgen [Mon, 1 Jan 2018 12:33:53 +0000 (13:33 +0100)]
Applying website changes from release

6 years agoMailinglist
Klaus Ethgen [Mon, 25 Dec 2017 11:43:28 +0000 (12:43 +0100)]
Mailinglist

6 years agoFix for some small memory leaks
Tomasz Golinski [Sat, 30 Dec 2017 12:53:50 +0000 (13:53 +0100)]
Fix for some small memory leaks

6 years agoUpdate polish translations
Tomasz Golinski [Sat, 30 Dec 2017 12:46:51 +0000 (13:46 +0100)]
Update polish translations

6 years agoCatch build errors
Klaus Ethgen [Sat, 30 Dec 2017 12:40:21 +0000 (13:40 +0100)]
Catch build errors

Small node for #563, the case in doc/Makefile.am is no issue. It is a
complete different syntax.

This fix #563.

6 years agoUpdate klingon po
Klaus Ethgen [Thu, 28 Dec 2017 19:11:46 +0000 (20:11 +0100)]
Update klingon po

6 years agoUpdate all po files
Klaus Ethgen [Thu, 28 Dec 2017 19:11:31 +0000 (20:11 +0100)]
Update all po files

6 years agoUpdate polish translations
Tomasz Golinski [Thu, 28 Dec 2017 18:31:06 +0000 (19:31 +0100)]
Update polish translations

6 years agoSome dir debuggings
Klaus Ethgen [Mon, 18 Dec 2017 09:54:40 +0000 (10:54 +0100)]
Some dir debuggings

6 years agoAddl fix #543: Size of dialog windows in the GTK3 version is too small
Colin Clark [Tue, 12 Dec 2017 18:51:56 +0000 (18:51 +0000)]
Addl fix #543: Size of dialog windows in the GTK3 version is too small

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

Prevent duplicate entries when multiple Geeqie windows are opened

6 years agoCatch build errors in this special case
Klaus Ethgen [Tue, 12 Dec 2017 12:22:32 +0000 (13:22 +0100)]
Catch build errors in this special case

Unfortunately, Debian decided to just report that to there own
repository with bug number #883526 but does not report it upstream.

However, that will fix the "bug".

6 years agoFix #548: Send text output to stdout
cclark [Sat, 9 Dec 2017 11:13:34 +0000 (11:13 +0000)]
Fix #548: Send text output to stdout

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

Additional parameter to print_term() and printf_term() to send output to
either stderr or stdout

6 years agoDialogs with thumbnails do not resize correctly
Colin Clark [Fri, 8 Dec 2017 11:58:17 +0000 (11:58 +0000)]
Dialogs with thumbnails do not resize correctly

Dialogs with thumbnails do not resize correctly when width is changed

6 years agoFix #553:Desktop file without %f or %F crashes Geeqie
Colin Clark [Fri, 8 Dec 2017 11:45:30 +0000 (11:45 +0000)]
Fix #553:Desktop file without %f or %F crashes Geeqie

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

A .desktop file without %f or %F and is a filter, will crash Geeqie.
Check if filedata structure is null.

6 years agoAddl fix #254: GIF animation support
Colin Clark [Fri, 1 Dec 2017 09:28:55 +0000 (09:28 +0000)]
Addl fix #254: GIF animation support

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

Animation enabled by default

6 years agoFix #544: copy symlinks as symlinks instead of dereferencing them
gqpwruser [Sat, 25 Nov 2017 17:08:34 +0000 (17:08 +0000)]
Fix #544: copy symlinks as symlinks instead of dereferencing them

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

Relative symbolic links and the Move operation are still not handled

6 years agoFix #541: Showing existing, or maybe generating thumbnails for MP4 and WEBM
Tomasz Golinski [Fri, 24 Nov 2017 10:27:12 +0000 (10:27 +0000)]
Fix #541: Showing existing, or maybe generating thumbnails for MP4 and WEBM

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

Preview and thumbnails of video clips can be displayed. Clips can be run via a defined external program

6 years agoAdditional default video filters
Tomasz Golinski [Fri, 24 Nov 2017 10:07:58 +0000 (10:07 +0000)]
Additional default video filters

6 years agoCode clean-up
Tomasz Golinski [Fri, 24 Nov 2017 10:04:06 +0000 (10:04 +0000)]
Code clean-up

6 years agoFix #543: Size of dialog windows in the GTK3 version is too small
Colin Clark [Thu, 23 Nov 2017 20:44:03 +0000 (20:44 +0000)]
Fix #543: Size of dialog windows in the GTK3 version is too small

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

Additional option in Preferences/Windows to preserve size and location
of dialog windows

6 years agoDisconnect all mark keyword connections
Colin Clark [Fri, 17 Nov 2017 16:46:18 +0000 (16:46 +0000)]
Disconnect all mark keyword connections

Additional keyword menu item to disconnect all marks keywords
connections

6 years agoAdditional pixbuf loader documentation
Colin Clark [Thu, 16 Nov 2017 10:07:31 +0000 (10:07 +0000)]
Additional pixbuf loader documentation

Also update web/help files

6 years agoFix #542: About window shows old commit
Colin Clark [Mon, 13 Nov 2017 10:41:19 +0000 (10:41 +0000)]
Fix #542: About window shows old commit

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

The old commit ID was being kept in autom4te.cache. This is not being
cleared by "make distclean", and so the old ID continues to be used.

Revised user docs show to use:

sudo make uninstall; sudo make maintainer-clean; ./autogen.sh
make -j<no. of cpu cores>; sudo make install

6 years agoAddl Fix #137: "Copy path" problem (or may be feature)
Colin Clark [Mon, 13 Nov 2017 09:58:48 +0000 (09:58 +0000)]
Addl Fix #137: "Copy path" problem (or may be feature)

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

Fix error which shows up with clang

6 years agoUpdate documentation for Fit image to window options
Colin Clark [Sat, 11 Nov 2017 14:53:53 +0000 (14:53 +0000)]
Update documentation for Fit image to window options

6 years agoFix #538: Sort Configure Plugins by default
Colin Clark [Fri, 10 Nov 2017 16:24:59 +0000 (16:24 +0000)]
Fix #538: Sort Configure Plugins by default

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

6 years agoFix #520: copy path inserts quotes around path
Colin Clark [Thu, 9 Nov 2017 15:52:54 +0000 (15:52 +0000)]
Fix #520: copy path inserts quotes around path

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

Additional menu item:
Copy path unquoted

DnD still uses quotes

6 years agoFix #137: "Copy path" problem (or may be feature)
Colin Clark [Wed, 8 Nov 2017 17:06:50 +0000 (17:06 +0000)]
Fix #137: "Copy path" problem (or may be feature)

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

Additional option on Preferences/Behavior to select either PRIMARY or
CLIPBOARD for the copy path menu item

6 years agoInclude note about original author
Klaus Ethgen [Sun, 5 Nov 2017 18:53:36 +0000 (19:53 +0100)]
Include note about original author

6 years agoRevert Copy path breakage patch
Klaus Ethgen [Sat, 4 Nov 2017 20:22:59 +0000 (21:22 +0100)]
Revert Copy path breakage patch

This reverts commit ea5503b10067779c9055b1211b7e91553a6a93c6.

6 years agoFix #137: "Copy path" problem (or may be feature)
Colin Clark [Sat, 4 Nov 2017 18:47:50 +0000 (18:47 +0000)]
Fix #137: "Copy path" problem (or may be feature)

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

Use CLIPBOARD instead of PRIMARY for copy path commands

6 years agoUpdate web help file and other docs
Colin Clark [Sat, 4 Nov 2017 11:29:31 +0000 (11:29 +0000)]
Update web help file and other docs

Update on-line help files
Update man page
Update README, HACKING, CODING docs
Remove BUGS file - it does not seem to be useful

6 years agoSlideshow --remote delay in hrs-mins-secs
Colin Clark [Sat, 4 Nov 2017 10:46:22 +0000 (10:46 +0000)]
Slideshow --remote delay in hrs-mins-secs

6 years agoAddl: Update man page
Colin Clark [Fri, 3 Nov 2017 12:04:17 +0000 (12:04 +0000)]
Addl: Update man page

Quit missing from --remote options

6 years agoAddl fix #532: Remove Changelog.html and Readme.html from Makefile.am
Colin Clark [Fri, 3 Nov 2017 11:16:58 +0000 (11:16 +0000)]
Addl fix #532: Remove Changelog.html and Readme.html from Makefile.am

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

Fix Makefile.am

6 years agoAddl fix #532: Remove Changelog.html and Readme.html from Makefile.am
Colin Clark [Fri, 3 Nov 2017 11:06:15 +0000 (11:06 +0000)]
Addl fix #532: Remove Changelog.html and Readme.html from Makefile.am

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

Remove ChangeLog file from repository; replace by ChangeLog.gqview which
contains only the early changes

6 years agoUpdate man page
Colin Clark [Thu, 2 Nov 2017 19:58:40 +0000 (19:58 +0000)]
Update man page

6 years agoAddl fix #444: User-definable toolbar
Colin Clark [Thu, 2 Nov 2017 11:37:53 +0000 (11:37 +0000)]
Addl fix #444: User-definable toolbar

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

.desktop file icons are displayed.
Still problems with other icons.

6 years agoFix #533: fails to make install if markdown not install
Colin Clark [Thu, 2 Nov 2017 11:04:25 +0000 (11:04 +0000)]
Fix #533: fails to make install if markdown not install

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

6 years agoFix #163: Remove redundant file types
Colin Clark [Mon, 30 Oct 2017 13:57:16 +0000 (13:57 +0000)]
Fix #163: Remove redundant file types

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

gdk-pixbuf no longer supports RAS, PCX and WBMP
https://bugzilla.gnome.org/show_bug.cgi?id=721372

JPEG-2000 - libpixbufloader-jasper has been removed from debian:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812630
Some other distributions may still have it

DCR, X3F, K25 don't display

6 years agoFixing changelog generation
Klaus Ethgen [Sun, 29 Oct 2017 12:39:18 +0000 (13:39 +0100)]
Fixing changelog generation

6 years agoFix #532: Remove Changelog.html and Readme.html from Makefile.am
Colin Clark [Sat, 28 Oct 2017 17:17:06 +0000 (18:17 +0100)]
Fix #532: Remove Changelog.html and Readme.html from Makefile.am

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

Wrong exit codes

6 years agoAddl fix 269: Image marks "save" feature
Colin Clark [Sat, 28 Oct 2017 15:24:43 +0000 (16:24 +0100)]
Addl fix 269: Image marks "save" feature

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

ifdef out --remote --lua if lua not installed

6 years agoAuto-generate README and ChangeLog html user docs
Colin Clark [Sat, 28 Oct 2017 11:07:11 +0000 (12:07 +0100)]
Auto-generate README and ChangeLog html user docs

Change Makefile.am to:
Run markdown to create README.html from README.md
Run git to create new ChangeLog file and ChangeLog.html from that
Revise format of ChangeLog.html
If markdown or git executables are not present, do nothing

6 years agoTemp fix #531: Segfault when changing width of Collection window (GTK3)
Colin Clark [Sat, 28 Oct 2017 10:23:18 +0000 (11:23 +0100)]
Temp fix #531: Segfault when changing width of Collection window (GTK3)

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

Temporary fix to stop the crash

6 years agoDocument additional pixbuf loaders
Colin Clark [Thu, 26 Oct 2017 09:56:11 +0000 (10:56 +0100)]
Document additional pixbuf loaders

6 years agoAdding issue template
Klaus Ethgen [Wed, 25 Oct 2017 19:45:15 +0000 (20:45 +0100)]
Adding issue template

6 years agoRemove more links to sourceforge
Klaus Ethgen [Wed, 25 Oct 2017 19:27:42 +0000 (20:27 +0100)]
Remove more links to sourceforge

6 years agoRemove sourceforge mailinglist from website
Klaus Ethgen [Wed, 25 Oct 2017 19:14:33 +0000 (20:14 +0100)]
Remove sourceforge mailinglist from website

6 years agoFix #196: Geeqie crashes when renaming some images inside a collection
Colin Clark [Wed, 25 Oct 2017 18:11:40 +0000 (19:11 +0100)]
Fix #196: Geeqie crashes when renaming some images inside a collection

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

6 years agoFix #269: External image marks - (--remote --lua)
Colin Clark [Sun, 22 Oct 2017 18:39:44 +0000 (19:39 +0100)]
Fix #269: External image marks - (--remote --lua)

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

Additional lua fn: Image:get_marks()
Additional command line option: --remote --lua:<file>,<lua_script>

6 years agoFix #134: Incorrect russian translation
Yuri Kozlov [Wed, 18 Oct 2017 16:49:46 +0000 (17:49 +0100)]
Fix #134: Incorrect russian translation

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

6 years agoFix #356: Select dirlist when entering a directory
unqwist [Wed, 18 Oct 2017 16:04:54 +0000 (17:04 +0100)]
Fix #356: Select dirlist when entering a directory

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

6 years agoFix #313, #521: zoom increment is not multiplicative
Colin Clark [Tue, 17 Oct 2017 16:43:49 +0000 (17:43 +0100)]
Fix #313, #521: zoom increment is not multiplicative

https://github.com/BestImageViewer/geeqie/issues/313
https://github.com/BestImageViewer/geeqie/issues/521

6 years agoAddl fix 510: Rudimentary video support
Tomasz Golinski [Mon, 16 Oct 2017 09:15:19 +0000 (10:15 +0100)]
Addl fix 510: Rudimentary video support

https://github.com/BestImageViewer/geeqie/issues/510
Segfaults when you click on the image area in an empty directory

6 years agoFix #527: source directory is not writable
Colin Clark [Sun, 15 Oct 2017 18:46:31 +0000 (19:46 +0100)]
Fix #527: source directory is not writable

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

The case of a file being in the root ( / ) folder not taken into account

6 years agoFix #514: Permit reinstallation of symlink
mandree [Sun, 15 Oct 2017 10:50:37 +0000 (11:50 +0100)]
Fix #514: Permit reinstallation of symlink

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

6 years agoFixing missing field initializer
Klaus Ethgen [Sat, 14 Oct 2017 08:07:13 +0000 (09:07 +0100)]
Fixing missing field initializer

6 years agoAddl fix #510: Rudimentary video support
Tomasz Golinski [Fri, 13 Oct 2017 15:55:27 +0000 (16:55 +0100)]
Addl fix #510: Rudimentary video support

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

Additional option to start video playback via left-click.

6 years agoAddl fix #147: Darktable XMP Sidecar Files not grouped
Tomasz Golinski [Fri, 13 Oct 2017 13:19:22 +0000 (14:19 +0100)]
Addl fix #147: Darktable XMP Sidecar Files not grouped

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

6 years agoMulti-button mouse support
Tomasz Golinski [Fri, 13 Oct 2017 12:21:11 +0000 (13:21 +0100)]
Multi-button mouse support

Initial support for multi-button mouse.
When image pane has focus, mouse buttons 8 and 9 are mapped to Forward and Back.

6 years agoFix documentation errors
Colin Clark [Thu, 12 Oct 2017 09:39:25 +0000 (10:39 +0100)]
Fix documentation errors

6 years agoRename External Editors to Plugins
Colin Clark [Wed, 11 Oct 2017 18:24:57 +0000 (19:24 +0100)]
Rename External Editors to Plugins

6 years agoSet template.desktop to have a default icon
Colin Clark [Wed, 11 Oct 2017 11:27:00 +0000 (12:27 +0100)]
Set template.desktop to have a default icon

6 years agoAddl #444: Change format for Add button menu
Colin Clark [Tue, 10 Oct 2017 18:02:41 +0000 (19:02 +0100)]
Addl #444: Change format for Add button menu

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

For Add button show the action icon instead of a Plus sign.

6 years agoUpdate template.desktop documentation
Colin Clark [Tue, 10 Oct 2017 16:02:01 +0000 (17:02 +0100)]
Update template.desktop documentation

6 years agoFix #444: User-definable toolbar
Colin Clark [Tue, 10 Oct 2017 09:53:31 +0000 (10:53 +0100)]
Fix #444: User-definable toolbar

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

Set via an additional tab on the Preferences dialogue

6 years agoRemove GQView legacy items from menu; update docs
Colin Clark [Sun, 8 Oct 2017 12:30:05 +0000 (13:30 +0100)]
Remove GQView legacy items from menu; update docs

6 years agoRevert: Do not send debug data to terminal
Colin Clark [Tue, 3 Oct 2017 09:35:14 +0000 (10:35 +0100)]
Revert: Do not send debug data to terminal

6 years agoFix regression
Klaus Ethgen [Sat, 30 Sep 2017 17:07:35 +0000 (18:07 +0100)]
Fix regression

Fix #519.

6 years agoFix #207: Symlink doesn't show in Sort Manager
Colin Clark [Sat, 30 Sep 2017 09:25:33 +0000 (10:25 +0100)]
Fix #207: Symlink doesn't show in Sort Manager

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

6 years agoUpdate installation instructions
Colin Clark [Wed, 27 Sep 2017 16:43:52 +0000 (17:43 +0100)]
Update installation instructions

6 years agoDo not send debug data to terminal
Colin Clark [Tue, 26 Sep 2017 17:42:37 +0000 (18:42 +0100)]
Do not send debug data to terminal

When running Geeqie from the terminal, a user sees irrelevant messages
and when debugging the window gets clogged with unnecessary data.
The log window - or log file - contains all debug output anyway.

6 years agoBug fix: Initialise map coordinates to gdouble
Colin Clark [Tue, 26 Sep 2017 10:27:32 +0000 (11:27 +0100)]
Bug fix: Initialise map coordinates to gdouble

6 years agoAddl Fix #508: Copy and Move windows scale incorrectly
Colin Clark [Sat, 23 Sep 2017 10:35:02 +0000 (11:35 +0100)]
Addl Fix #508: Copy and Move windows scale incorrectly

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

6 years agoBug fix: Failed editor call blocks further actions
Colin Clark [Sat, 23 Sep 2017 10:01:45 +0000 (11:01 +0100)]
Bug fix: Failed editor call blocks further actions

When a call to an external editor fails, cancel the action so that
further editors can be called

6 years agoFix #518: [raw file] -> External Editor -> RawTerapee can't be started
Colin Clark [Sat, 23 Sep 2017 09:53:10 +0000 (10:53 +0100)]
Fix #518: [raw file] -> External Editor -> RawTerapee can't be started

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

Additional mime types

6 years agoSlideshow delay in hrs-mins-secs
Colin Clark [Fri, 22 Sep 2017 16:43:07 +0000 (17:43 +0100)]
Slideshow delay in hrs-mins-secs