geeqie.git
4 years agoUpdate GB English translation
Colin Clark [Sat, 19 Oct 2019 14:44:09 +0000 (15:44 +0100)]
Update GB English translation

gray -> grey

4 years agoDocument the X-Geeqie-Verbose-Multi plugin option
Colin Clark [Mon, 14 Oct 2019 09:07:53 +0000 (10:07 +0100)]
Document the X-Geeqie-Verbose-Multi plugin option

4 years agoFix #716: Sort Manager Feature regression: Copy/move/link selection lost on closing
Colin Clark [Sun, 13 Oct 2019 10:56:26 +0000 (11:56 +0100)]
Fix #716: Sort Manager Feature regression: Copy/move/link selection lost on closing

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

Save the config parameters in layoutwindow->options to be used later.

Also mouse right-click brings up a message box showing the user how to
include additional sort manager operations using plugins.

4 years agoShow lens ID data via a lua script
Colin Clark [Mon, 7 Oct 2019 16:46:37 +0000 (17:46 +0100)]
Show lens ID data via a lua script

Lens ID can be shown in the Overlay Screen Display or the Info sidebar
with the pre-formatted tag lua.lensID.

Requires lua and exiftool.

It is not included in the defaults because it runs rather slowly.

4 years agoFix #712: ability to return to previous image if home/end was pressed occasionally
Colin Clark [Thu, 26 Sep 2019 10:21:35 +0000 (11:21 +0100)]
Fix #712: ability to return to previous image if home/end was pressed occasionally

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

Additional Go menu items - Image Back, Image Forward

Remove key bindings for multi-page navigation - they conflict with other
usage. The user can set their own key bindings.

Remove enable/disable multi-page navigation items. The parameter
fd->page_total is set in another thread which causes problems. It is
easiest to leave them always enabled.

4 years agoGo menu - enable/disable multi-page navigation items
Colin Clark [Sun, 22 Sep 2019 11:58:10 +0000 (12:58 +0100)]
Go menu - enable/disable multi-page navigation items

4 years agoFix #698: Use more descriptive Buttons in preference dialog
Colin Clark [Sat, 21 Sep 2019 12:10:23 +0000 (13:10 +0100)]
Fix #698: Use more descriptive Buttons in preference dialog

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

There seems to be no real need for the Apply and Save buttons.

4 years agoFix #700: Rating -1 is displayed as 65535
Colin Clark [Sat, 21 Sep 2019 11:34:23 +0000 (12:34 +0100)]
Fix  #700: Rating -1 is displayed as 65535

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

Rating is a short.

4 years agoFile pane filter - checkbox for case sensitivity
Colin Clark [Thu, 19 Sep 2019 11:16:09 +0000 (12:16 +0100)]
File pane filter - checkbox for case sensitivity

The default for the filter is for case-insensitive.
The checkbox permits a case-sensitive filter.

4 years agoSpelling mistake - keyboard map
Colin Clark [Mon, 16 Sep 2019 15:57:30 +0000 (16:57 +0100)]
Spelling mistake - keyboard map

4 years agoUpdate GB English translation
Colin Clark [Sat, 7 Sep 2019 10:52:06 +0000 (11:52 +0100)]
Update GB English translation

Also show translations in Preferences

4 years agoUpdate rotate menu legends
Colin Clark [Sat, 7 Sep 2019 09:31:54 +0000 (10:31 +0100)]
Update rotate menu legends

Include a degree symbol in rotate menu legends

4 years agoAdl fix #705: Toolbar status class filter
Colin Clark [Fri, 6 Sep 2019 09:42:51 +0000 (10:42 +0100)]
Adl fix #705: Toolbar status class filter

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

Coding errors.

4 years agoBug fix: Close search window when search in progress
Colin Clark [Tue, 3 Sep 2019 17:00:09 +0000 (18:00 +0100)]
Bug fix: Close search window when search in progress

If the search window is closed when a search is still in progress, there
is a seg. fault.

sd->search_buffer_list is of type MatchFileData not of type FileData.

4 years agoSearch window: use control-enter to start/stop search
Colin Clark [Tue, 3 Sep 2019 10:48:37 +0000 (11:48 +0100)]
Search window: use control-enter to start/stop search

4 years agoRe: Release v1.5.1 build warning
Colin Clark [Sun, 1 Sep 2019 11:57:11 +0000 (12:57 +0100)]
Re: Release v1.5.1 build warning

https://www.freelists.org/post/geeqie/Release-v151,2

layout_image.c:398:9: error: suggest parentheses around assignment used
as truth value [-Werror=parentheses]

4 years agoFix #708: Japanese translation update
Yoteichi [Thu, 22 Aug 2019 10:09:21 +0000 (11:09 +0100)]
Fix #708: Japanese translation update

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

4 years agoNew release
Klaus Ethgen [Tue, 20 Aug 2019 19:12:01 +0000 (20:12 +0100)]
New release

4 years agoFix #188: Support preview of .svgz files
Colin Clark [Sat, 17 Aug 2019 10:03:36 +0000 (11:03 +0100)]
Fix #188: Support preview of .svgz files

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

4 years agoInclude favicon
Colin Clark [Sat, 17 Aug 2019 08:34:49 +0000 (09:34 +0100)]
Include favicon

4 years agoAdditional remote command: --get-file-info
Colin Clark [Wed, 14 Aug 2019 18:06:41 +0000 (19:06 +0100)]
Additional remote command: --get-file-info

Provides the following information -

Data only available from Geeqie:
Class:
Page no: (for multi-page images)

Data not easily obtained from other command-line programs:
Country name:
Country code:
Timezone:
Local time:

4 years agoShow page no. in OSD
Colin Clark [Wed, 14 Aug 2019 14:19:56 +0000 (15:19 +0100)]
Show page no. in OSD

If the file is a multi-page file, e.g. .tiff, show page number and page
total as "[n/m]" using tag: file.page_no

4 years agoInclude jpeg2000 loader
Colin Clark [Tue, 13 Aug 2019 12:46:17 +0000 (13:46 +0100)]
Include jpeg2000 loader

Basic .jp2 loader

4 years agoBug fix #705: Toolbar status class filter
Colin Clark [Tue, 13 Aug 2019 12:19:51 +0000 (13:19 +0100)]
Bug fix #705: Toolbar status class filter

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

GTK2 compatibility problem.

4 years agoFix ZoneDetect licence bug
Colin Clark [Mon, 12 Aug 2019 09:25:26 +0000 (10:25 +0100)]
Fix ZoneDetect licence bug

ZoneDetect licence was not displayed

4 years agoFix #704: Updating NEWS in master
Kalin Kozhuharov [Sun, 11 Aug 2019 09:58:26 +0000 (10:58 +0100)]
Fix #704: Updating NEWS in master

4 years agoRemove references to .xcf files
Colin Clark [Sun, 11 Aug 2019 09:46:33 +0000 (10:46 +0100)]
Remove references to .xcf files

The .xcf loader referenced decodes only up to v002, which is too old to
be of value.

4 years agoInclude .psd loader
Colin Clark [Sat, 10 Aug 2019 11:45:40 +0000 (12:45 +0100)]
Include .psd loader

Derived from io-psd.c, which can be found in several places on the
Internet.
Probably there are .psd loaders with more comprehensive features.

4 years agoRemove ZoneDetect from installation script
Colin Clark [Fri, 9 Aug 2019 09:49:54 +0000 (10:49 +0100)]
Remove ZoneDetect from installation script

The timezone database can now be loaded from Preferences/General

4 years agoMerge branch 'master' of git://www.geeqie.org/geeqie
Colin Clark [Fri, 9 Aug 2019 08:51:18 +0000 (09:51 +0100)]
Merge branch 'master' of git://geeqie.org/geeqie

4 years agoFix #705: Toolbar status class filter
Colin Clark [Fri, 9 Aug 2019 08:50:33 +0000 (09:50 +0100)]
Fix #705: Toolbar status class filter

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

In the file filter box there is a menu to select which classes are to be
filtered

4 years agoMerge branch 'lua53'
Klaus Ethgen [Wed, 7 Aug 2019 14:55:15 +0000 (15:55 +0100)]
Merge branch 'lua53'

* lua53:
  Compatibility function for lua > 5.1

4 years agoBug fix #626: Animated GIFS lead to high CPU load
Colin Clark [Tue, 6 Aug 2019 11:49:55 +0000 (12:49 +0100)]
Bug fix #626: Animated GIFS lead to high CPU load

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

Cure a memory leak.
A less significant memory leak remains.

4 years agoFix #324: TIFF multipage viewing
Colin Clark [Tue, 6 Aug 2019 11:39:28 +0000 (12:39 +0100)]
Fix #324: TIFF multipage viewing

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

4 years agoAdditional commands for multi-page files
Colin Clark [Tue, 6 Aug 2019 11:28:47 +0000 (12:28 +0100)]
Additional commands for multi-page files

Control-Home and Control-End for first and last page of a multi-page
file.

4 years agoBug fix: Eliminate runtime error
Colin Clark [Mon, 5 Aug 2019 11:56:48 +0000 (12:56 +0100)]
Bug fix: Eliminate runtime error

Eliminate runtime error: "gdk_pixbuf_format_get_name: assertion 'format
!= NULL' failed"

4 years agoFix #626: Animated GIFS lead to high CPU load
Colin Clark [Sun, 4 Aug 2019 16:08:01 +0000 (17:08 +0100)]
Fix #626: Animated GIFS lead to high CPU load

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

File is read asynchronously, so no longer blocks while the file is read.
Cpu load is still high, but this is unavoidable.

4 years agoRef #223: Update website
Colin Clark [Sat, 3 Aug 2019 14:08:27 +0000 (15:08 +0100)]
Ref #223: Update website

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

Change link to Mac Homebrew

4 years agoFix #703: Fix build on non-glibc platforms
Dmitry Marakasov [Sat, 3 Aug 2019 11:34:42 +0000 (12:34 +0100)]
Fix #703: Fix build on non-glibc platforms

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

4 years agoFix #683: Build fails on macOS due to use of _NL_TIME_FIRST_WEEKDAY
Colin Clark [Sat, 3 Aug 2019 11:25:16 +0000 (12:25 +0100)]
Fix #683: Build fails on macOS due to use of _NL_TIME_FIRST_WEEKDAY

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

4 years agoUpdate from website
Klaus Ethgen [Fri, 2 Aug 2019 07:01:44 +0000 (08:01 +0100)]
Update from website

4 years agoMerge branch 'master' of http://www.geeqie.org/git/geeqie
Colin Clark [Wed, 31 Jul 2019 16:00:10 +0000 (17:00 +0100)]
Merge branch 'master' of www.geeqie.org/git/geeqie

4 years agoAddl fix #444: User-definable toolbar
Colin Clark [Wed, 31 Jul 2019 15:59:11 +0000 (16:59 +0100)]
Addl fix #444: User-definable toolbar

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

The status bar toolbar is now user-definable.

4 years agoTry
Klaus Ethgen [Sun, 28 Jul 2019 22:01:16 +0000 (23:01 +0100)]
Try

4 years agoAnother sign problem
Klaus Ethgen [Sun, 28 Jul 2019 21:13:21 +0000 (22:13 +0100)]
Another sign problem

4 years agoFixing some sign errors pointed to by travis
Klaus Ethgen [Sun, 28 Jul 2019 21:06:13 +0000 (22:06 +0100)]
Fixing some sign errors pointed to by travis

4 years agofixup! Using other travis install method
Klaus Ethgen [Sun, 28 Jul 2019 20:48:21 +0000 (21:48 +0100)]
fixup! Using other travis install method

4 years agoUsing other travis install method
Klaus Ethgen [Sun, 28 Jul 2019 20:45:57 +0000 (21:45 +0100)]
Using other travis install method

4 years agoFix travis idiosyncrasy
Klaus Ethgen [Sun, 28 Jul 2019 20:03:30 +0000 (21:03 +0100)]
Fix travis idiosyncrasy

That travis stuff docu is just unuseful.

4 years agoLimiting to more recent version of glib
Klaus Ethgen [Sun, 28 Jul 2019 19:58:28 +0000 (20:58 +0100)]
Limiting to more recent version of glib

g_utf8_make_valid was implemented with glib 2.52. That also causes
builds on ubuntu trusty fail.

4 years agoMake the zoom lable a bit bigger
Klaus Ethgen [Sun, 28 Jul 2019 19:24:06 +0000 (20:24 +0100)]
Make the zoom lable a bit bigger

Thanks Sami Farin for reporting and patch.

Closes #686.

4 years agoCompatibility function for lua > 5.1
Klaus Ethgen [Sat, 27 Jul 2019 08:30:15 +0000 (09:30 +0100)]
Compatibility function for lua > 5.1

4 years agoBug fix: pdf and djvu files
Colin Clark [Fri, 26 Jul 2019 11:48:48 +0000 (12:48 +0100)]
Bug fix: pdf and djvu files

Set default orientation for djvu files (FIXME)
Remove class Pdf and implement class Document
Improve error detection of file types

4 years agoBug fix #322: include pdf-view
Colin Clark [Thu, 25 Jul 2019 08:50:55 +0000 (09:50 +0100)]
Bug fix #322: include pdf-view

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

Exposure icon unintentionally deleted in last commit

4 years agoBug fix: Compute TimeZone data
Colin Clark [Thu, 25 Jul 2019 08:25:28 +0000 (09:25 +0100)]
Bug fix: Compute TimeZone data

Improved error detection

4 years agoFix #691: wrong GPS
Colin Clark [Wed, 24 Jul 2019 15:47:06 +0000 (16:47 +0100)]
Fix #691: wrong GPS

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

European locales use a comma as a decimal separator.
The XMP spec. specifies a dot as a decimal separator.

4 years agoFix #322: include pdf-view
Colin Clark [Tue, 23 Jul 2019 09:22:52 +0000 (10:22 +0100)]
Fix #322: include pdf-view

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

Page Back/Page Forward icons on toolbar
Mouse buttons 8 and 9 can be defined to Page Back/Page Forward
Background always set to white

4 years agoFix #277: DjVu image support for geeqie
Colin Clark [Mon, 22 Jul 2019 11:40:14 +0000 (12:40 +0100)]
Fix #277: DjVu image support for geeqie

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

4 years agoFix #659: Option to change behaviour of mouse back button
Colin Clark [Sun, 21 Jul 2019 09:58:25 +0000 (10:58 +0100)]
Fix #659: Option to change behaviour of mouse back button

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

Mouse buttons 8, 9 (Back, Forward) can be set to any menu item.
The defines are set in Edit/Preferences/Behavior

4 years agoAddl fix #590: Do you have plan to support webp format
Colin Clark [Sun, 21 Jul 2019 09:14:29 +0000 (10:14 +0100)]
Addl fix #590: Do you have plan to support webp format

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

Include libwebp option in installer

4 years agoBug fix #322: include pdf-view
Colin Clark [Fri, 19 Jul 2019 15:48:22 +0000 (16:48 +0100)]
Bug fix #322: include pdf-view

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

Seg fault when compiled with GTK2.
Requires additional ifdefs around pdf calls.

4 years agoFix #690: Sometimes Geeqie gets stuck in tree view
Colin Clark [Fri, 19 Jul 2019 09:03:42 +0000 (10:03 +0100)]
Fix #690: Sometimes Geeqie gets stuck in tree view

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

4 years agoAddl fix #322: include pdf-view
Colin Clark [Thu, 18 Jul 2019 17:32:50 +0000 (18:32 +0100)]
Addl fix #322: include pdf-view

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

View multi-page pdfs.
Use <control>page-up and <control>page-down to scroll through the pages.

4 years agoUpdate Russian translation
Виктор Майстренко [Fri, 12 Jul 2019 09:43:56 +0000 (10:43 +0100)]
Update Russian translation

4 years agoRemove references to obsolete desktop files
Colin Clark [Fri, 12 Jul 2019 09:34:37 +0000 (10:34 +0100)]
Remove references to obsolete desktop files

4 years agoAddl fix #283: add support for loading remote URLs
Colin Clark [Thu, 11 Jul 2019 10:20:49 +0000 (11:20 +0100)]
Addl fix #283: add support for loading remote URLs

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

Drag-and-drop to image pane.
Use only displayable file types

4 years agoFix #283: add support for loading remote URLs
Colin Clark [Wed, 10 Jul 2019 18:23:36 +0000 (19:23 +0100)]
Fix #283: add support for loading remote URLs

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

Type in or drag-drop a URL to the Path Entry field.
Remote command --file:<file> also recognizes URLs

4 years agoFix #601: Show over-/underexposed
Colin Clark [Tue, 9 Jul 2019 18:03:31 +0000 (19:03 +0100)]
Fix #601: Show over-/underexposed

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

Menu View/Over-Under Exposed, or keystroke Shift-E

4 years agoBug fix: Include grayscale as toolbar item
Colin Clark [Tue, 9 Jul 2019 13:01:32 +0000 (14:01 +0100)]
Bug fix: Include grayscale as toolbar item

Missing icon

4 years agoInclude grayscale as a toolbar item
Colin Clark [Tue, 9 Jul 2019 09:52:07 +0000 (10:52 +0100)]
Include grayscale as a toolbar item

4 years agoFix #590: Do you have plan to support webp format
Colin Clark [Sat, 6 Jul 2019 16:28:35 +0000 (17:28 +0100)]
Fix #590: Do you have plan to support webp format

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

The package gdk-pixbuf-loader-webp is not in Debian. The loader can be
complied from source from:
https://github.com/aruiz/webp-pixbuf-loader

However at the moment it is easier for the user if it is compiled in to
Geeqie.

4 years agoAddl fix #610: Support heic image format
Colin Clark [Fri, 5 Jul 2019 10:18:28 +0000 (11:18 +0100)]
Addl fix #610: Support heic image format

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

Delete HEIF class. Use magic number to make .heic files class Image

4 years agoAdl fix #322: Include pdf-view
Colin Clark [Wed, 3 Jul 2019 17:33:03 +0000 (18:33 +0100)]
Adl fix #322: Include pdf-view

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

Use pixel data from memory instead of opening file again.
Also include Pdf as a class option in the search page.

4 years agoAddl fix #610: Support heic image format
Colin Clark [Wed, 3 Jul 2019 12:58:17 +0000 (13:58 +0100)]
Addl fix #610: Support heic image format

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

Include HEIF in  README

4 years agoFix #610: Support heic image format
Colin Clark [Wed, 3 Jul 2019 12:50:48 +0000 (13:50 +0100)]
Fix #610: Support heic image format

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

Primary image only displayed

4 years agoEnable lua scripts to be called from Info sidebar
Colin Clark [Sun, 30 Jun 2019 11:22:19 +0000 (12:22 +0100)]
Enable lua scripts to be called from Info sidebar

A lua script can be called from any of the List Panes in the Info
sidebar.

Add a new entry and in the Key field use:
lua.<lua script name>

The output of the script should of course be text.

4 years agoBug fix: Start-up directory setting not preserved
Colin Clark [Sat, 22 Jun 2019 15:37:40 +0000 (16:37 +0100)]
Bug fix: Start-up directory setting not preserved

When the Start-up directory radio buttons were initialized, the setting
always reverted to No change.

4 years agoImplement downloadable timezone database
Colin Clark [Mon, 17 Jun 2019 10:32:22 +0000 (11:32 +0100)]
Implement downloadable timezone database

Option in Preferences/General to download timezone database from
geeqie.org/downloads
Updated source files from https://github.com/BertoldVdb/ZoneDetect
Script for generation of timezone database

4 years agoFix #678: The image overlay should show the full image path, not just the filename
Dima Kogan [Sun, 9 Jun 2019 09:51:57 +0000 (10:51 +0100)]
Fix #678: The image overlay should show the full image path, not just the filename

https://github.com/BestImageViewer/geeqie/issues/678
Additional parameter path in OSD

4 years agoCamera import - warn of duplicate filenames
Colin Clark [Wed, 5 Jun 2019 09:32:53 +0000 (10:32 +0100)]
Camera import - warn of duplicate filenames

Digital cameras can have files of the same name in several sub-folders.
Detect this and warn the user that some files will not be downloaded.

4 years agoFix build against exiv2-0.27.1+
Pieter Krul [Sun, 12 May 2019 01:23:44 +0000 (03:23 +0200)]
Fix build against exiv2-0.27.1+

4 years agoWorking check for lua
Klaus Ethgen [Fri, 24 May 2019 08:04:42 +0000 (09:04 +0100)]
Working check for lua

This was not working on gentoo as gento use slotted packages instead of
versioned package namens.

4 years agoAllow to disable trash completely
Klaus Ethgen [Fri, 24 May 2019 07:38:54 +0000 (08:38 +0100)]
Allow to disable trash completely

The posibilito to not use trash at all was lost with implementation of
system trash.

However, usually one does not want the system to keep megabytes of trash
lying around. That option allows to switch trash of completely.

The implementation, however, is a bit dirty, maybe someone else has a
better Idea to do it.

5 years agoFix #664: Recursive slideshow does not respect file sorting
Colin Clark [Mon, 8 Apr 2019 10:32:12 +0000 (11:32 +0100)]
Fix #664: Recursive slideshow does not respect file sorting

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

5 years agoFix #663: Use grammatically correct month names in pan view
Tomasz Goliński [Mon, 1 Apr 2019 10:56:36 +0000 (11:56 +0100)]
Fix #663: Use grammatically correct month names in pan view

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

5 years agoBug fix: Update documentation, remove obsolete GQview import options
Colin Clark [Sun, 31 Mar 2019 10:28:34 +0000 (11:28 +0100)]
Bug fix: Update documentation, remove obsolete GQview import options

Remove reference to plugins/import folder

5 years agoUpdate documentation, remove obsolete GQview import options
Colin Clark [Wed, 27 Mar 2019 11:56:16 +0000 (11:56 +0000)]
Update documentation, remove obsolete GQview import options

Update plugin and remote commands documentation.
The last update for GQview was 13 years ago; presumably the import
options are no longer useful.

5 years agoFix #661, #662: String comparison to translated string causes crash
Andreas Rönnquist [Tue, 26 Feb 2019 10:07:24 +0000 (10:07 +0000)]
Fix #661, #662: String comparison to translated string causes crash

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

5 years agoBug Fix: DEBUG_NAME() function for use with GTKInspector
Colin Clark [Thu, 21 Feb 2019 15:04:01 +0000 (15:04 +0000)]
Bug Fix: DEBUG_NAME() function for use with GTKInspector

gcc shows a "too many arguments" error, but clang does not.

5 years agoDEBUG_NAME() function for use with GTKInspector
Colin Clark [Thu, 14 Feb 2019 12:05:04 +0000 (12:05 +0000)]
DEBUG_NAME() function for use with GTKInspector

This debug function can be used with GTKInspector to provide a visual
indication of where a widget is declared.

This is a documentation facility to aid developers new to the project.

Sample call:
GTK_DEBUG=interactive src/geeqie

5 years agoBug fix: Search page - calls to g_regex_unref)
Colin Clark [Wed, 13 Feb 2019 11:47:38 +0000 (11:47 +0000)]
Bug fix: Search page - calls to g_regex_unref)

Eliminate run-time errors caused by unwanted calls to g_regex_unref()

5 years agoMerge merge requests 641, 638, 630 and 627
Klaus Ethgen [Tue, 5 Feb 2019 20:18:18 +0000 (21:18 +0100)]
Merge merge requests 641, 638, 630 and 627

Just pro forma as they are already in the history.

* github/merge-requests/641:
  Add export-jpg to POTFILES.in

* github/merge-requests/638:
  Avoid non-portable == for the test command

* github/merge-requests/630:
  add headline field

* github/merge-requests/627:
  Add awk shebang to geocode-parameters.awk

5 years agoMerge merge requests 649, 647 and 651
Klaus Ethgen [Tue, 5 Feb 2019 20:14:17 +0000 (21:14 +0100)]
Merge merge requests 649, 647 and 651

Just pro forma as they are already in the history.

* github/merge-requests/649:
  Tell Git to ignore .desktop files globally

* github/merge-requests/647:
  rename configure.in to configure.ac

* github/merge-requests/651:
  Fix fullscreen spanning multiple monitors

5 years agoMerge merge requests 660, 658, 655 and 648
Klaus Ethgen [Tue, 5 Feb 2019 20:06:16 +0000 (21:06 +0100)]
Merge merge requests 660, 658, 655 and 648

* github/merge-requests/660:
  tr.po-update

* github/merge-requests/658:
  Bug fix: reads of uninitialized data

* github/merge-requests/655:
  fix build against exiv2-0.27.x

* github/merge-requests/648:
  Correctly size image windows opened from collections

5 years agotr.po-update
yasarciv67 [Sat, 2 Feb 2019 16:18:13 +0000 (18:18 +0200)]
tr.po-update

5 years agoDon't include ZoneDetect sources
Klaus Ethgen [Thu, 31 Jan 2019 07:25:14 +0000 (08:25 +0100)]
Don't include ZoneDetect sources

Reverted Colins commit on request.

This Commit is just to create a conflict. Do *NOT* merge!

`git reset (--hard) origin/master` is the way to go.

5 years agoFix #658: Bug fix: reads of uninitialized data
Rinat Ibragimov [Mon, 21 Jan 2019 11:54:49 +0000 (11:54 +0000)]
Fix #658: Bug fix: reads of uninitialized data

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

5 years agoBug fix: reads of uninitialized data
Rinat Ibragimov [Sun, 20 Jan 2019 19:56:30 +0000 (22:56 +0300)]
Bug fix: reads of uninitialized data

5 years agoFix #654, 655: fix build against exiv2-0.27.x
Rasmus Thomsen [Sun, 6 Jan 2019 17:40:31 +0000 (17:40 +0000)]
Fix #654, 655: fix build against exiv2-0.27.x

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

5 years agoFix #656: make install fails on POTFILES.in (random-image plugin)
Andreas Rönnquist [Sun, 6 Jan 2019 17:17:20 +0000 (17:17 +0000)]
Fix #656: make install fails on POTFILES.in (random-image plugin)

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