geeqie.git
7 years agoFix #434: Part 2.0
Colin Clark [Tue, 20 Dec 2016 21:36:52 +0000 (21:36 +0000)]
Fix #434: Part 2.0

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

Remove data duplicated in the README and Help files
Include context-sensitive help in all preferences windows
Minor addition to README file

7 years agoFix #434: Remove duplicate data, context-sensitive help
Colin Clark [Tue, 20 Dec 2016 19:41:36 +0000 (19:41 +0000)]
Fix #434: Remove duplicate data, context-sensitive help

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

Remove data duplicated in the README and Help files
Include context-sensitive help in all preferences windows
Minor addition to README file

7 years agoPartial fix #395: File selection collection
Colin Clark [Sat, 17 Dec 2016 21:27:37 +0000 (21:27 +0000)]
Partial fix #395: File selection collection

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

Right-click on a file selection has a menu option to append the
selection to a new Collection

7 years agoPartial fix 435: Duplicates in file selection
Colin Clark [Sat, 17 Dec 2016 20:07:11 +0000 (20:07 +0000)]
Partial fix 435: Duplicates in file selection

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

Right-click on a file selection has a menu option to open the Find
Duplicates window

7 years agoFix #401: Find duplicates status bar text
Colin Clark [Thu, 15 Dec 2016 19:05:51 +0000 (19:05 +0000)]
Fix #401: Find duplicates status bar text

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

Ensure display of informative text such as "Reading dimensions.."

7 years agoFix #411: Use locale for date format
Colin Clark [Thu, 15 Dec 2016 13:23:12 +0000 (13:23 +0000)]
Fix #411: Use locale for date format

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

Use system locale for date format on the search page

7 years agoFix #417: Natural sort order
Colin Clark [Tue, 13 Dec 2016 20:12:06 +0000 (20:12 +0000)]
Fix #417: Natural sort order

https://github.com/BestImageViewer/geeqie/issues/417
Refer also to commit bd34c324c92456f5182579d6922d7aba664f93c3

Include an option on the Files tab of Preferences to permit the
selection of either g_utf8_collate_key() or
g_utf8_collate_key_for_filename() for the sort order of files and
folders

7 years agoMerge image animation
Klaus Ethgen [Sun, 4 Dec 2016 08:33:33 +0000 (09:33 +0100)]
Merge image animation

* github_heckendorfc_geeqie/animation:
  Set animation NULL after free on static images.
  Silence g_object_unref failed assertions.
  Make animation functions static.
  Stop animation if no file is showing.
  Animated images.

7 years agoSet animation NULL after free on static images.
Christian Heckendorf [Sat, 3 Dec 2016 16:24:36 +0000 (11:24 -0500)]
Set animation NULL after free on static images.

7 years agoMerge remote-tracking branch 'github/merge-requests/407'
Klaus Ethgen [Sat, 3 Dec 2016 15:05:32 +0000 (16:05 +0100)]
Merge remote-tracking branch 'github/merge-requests/407'

* github/merge-requests/407:
  Use correct thumbnail dirs

7 years agoTree view fix
Klaus Ethgen [Sat, 3 Dec 2016 14:58:56 +0000 (15:58 +0100)]
Tree view fix

* github/merge-requests/415:
  Fix hidden directories not showing in a tree view

Thanks Maciej.

7 years agoMerging two changes from Colin
Klaus Ethgen [Sat, 3 Dec 2016 14:50:38 +0000 (15:50 +0100)]
Merging two changes from Colin

* github/merge-requests/424:
  Revised Help files

* github/merge-requests/420:
  CopyMoveRename

7 years agoOpen BigTIFF (64-bit) files using the custom TIFF loader.
Martin Pelikán [Sat, 3 Dec 2016 11:53:50 +0000 (22:53 +1100)]
Open BigTIFF (64-bit) files using the custom TIFF loader.

In the worst case, old libtiff versions will return a different error.
See http://www.awaresystems.be/imaging/tiff/bigtiff.html for more info.

7 years agoSilence g_object_unref failed assertions.
Christian Heckendorf [Sun, 28 Aug 2016 00:34:00 +0000 (20:34 -0400)]
Silence g_object_unref failed assertions.

7 years agoMake animation functions static.
Christian Heckendorf [Sun, 28 Aug 2016 00:32:46 +0000 (20:32 -0400)]
Make animation functions static.

7 years agoStop animation if no file is showing.
Christian Heckendorf [Sat, 27 Aug 2016 18:32:33 +0000 (14:32 -0400)]
Stop animation if no file is showing.

7 years agoAnimated images.
Christian Heckendorf [Fri, 26 Aug 2016 22:38:51 +0000 (18:38 -0400)]
Animated images.

7 years agoFix #414 Render Intents
Colin Clark [Wed, 24 Aug 2016 16:28:23 +0000 (17:28 +0100)]
Fix #414 Render Intents

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

Permit the user to select the rendering intent.

7 years agoMap image direction
Colin Clark [Wed, 24 Aug 2016 16:19:04 +0000 (17:19 +0100)]
Map image direction

If an image has a valid Exif.GPSInfo.GPSImgDirection tag, and the icon
on the map is clicked, a line showing camera direction is displayed
also.

7 years agoBug Fix #426: geeqie -r file:FILE crashes if FILE does not exist
Colin Clark [Wed, 24 Aug 2016 16:01:32 +0000 (17:01 +0100)]
Bug Fix #426: geeqie -r file:FILE crashes if FILE does not exist

If the file does not exist, default to the home directory

7 years agoMerge remote-tracking branch 'github/merge-requests/428'
Klaus Ethgen [Mon, 22 Aug 2016 14:03:10 +0000 (15:03 +0100)]
Merge remote-tracking branch 'github/merge-requests/428'

* github/merge-requests/428:
  Wrap cairo_destroy call with appropriate CPP macro
  Fix memory leak

7 years agoWrap cairo_destroy call with appropriate CPP macro
Michael Cross [Fri, 19 Aug 2016 11:33:01 +0000 (12:33 +0100)]
Wrap cairo_destroy call with appropriate CPP macro

7 years agoFix memory leak
Michael Cross [Fri, 19 Aug 2016 10:28:22 +0000 (11:28 +0100)]
Fix memory leak

7 years agoFixing Memory leak
Michael Cross [Fri, 19 Aug 2016 06:03:41 +0000 (07:03 +0100)]
Fixing Memory leak

I also suffer from what I believe is this bug. It was not present in
geeqie 1.0 and was simple for me to reproduce in 1.2+. I open a
directory containing a few thousand jpg files of around 100k each and
just keep hitting the key for "Next Image". After around a minute my
computer will freeze.

Given this reproducibility, I ran git bisect and found the commit that
introduced the behaviour for me was the following

    commit b4c4a924121c3aa6b2f1eb7570dd3f419d2f4d83
    Author: Vladimir Nadvornik <nadvornik@suse.cz>
    Date:   Thu Aug 2 00:15:16 2012 +0200

        use cairo for drawing

I then noticed what I think is a missing cairo_destroy call in
cellrenderericon.c. The following patch solves the problem completely
for me as far as I can tell.

7 years agoRevised Help files
Colin Clark [Mon, 8 Aug 2016 19:22:40 +0000 (20:22 +0100)]
Revised Help files

7 years agoBug Fix #233 Custom Border
Colin Clark [Sun, 24 Jul 2016 20:27:14 +0000 (21:27 +0100)]
Bug Fix #233 Custom Border

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

In the change from v1.1 to v1.2 (GTK3 and cairo were part of this), the
custom border was ignored and simply set to black.
Perhaps it was not possible to get a "good" solution with the current
design.
Possibly this change is not the best solution, but nevertheless it
should be sufficient until a better version is produced.

7 years agoCopyMoveRename
Colin Clark [Wed, 20 Jul 2016 12:20:24 +0000 (13:20 +0100)]
CopyMoveRename

In Copy, Move and Rename operations, show a thumbnail of the source file
and, if the destination already exists, show a thumbnail for that also.
Use the Rename dialogue for Copy and Move operations also.

7 years agoMerge remote-tracking branches #419 and #416
Klaus Ethgen [Fri, 15 Jul 2016 17:39:02 +0000 (18:39 +0100)]
Merge remote-tracking branches #419 and #416

* merge-requests/419:
  Force focus to geeqie after leaving fullscreen

* merge-requests/416:
  Add four new preferences

7 years agoForce focus to geeqie after leaving fullscreen
Wayne A. Ptaff [Fri, 15 Jul 2016 15:51:42 +0000 (11:51 -0400)]
Force focus to geeqie after leaving fullscreen

On some multi-monitor setups / window manager
combinations, the geeqie main window does not
claim focus back after leaving fullscreen mode.

This fixes https://github.com/BestImageViewer/geeqie/issues/418

7 years agoBug fix: Crashes with drag-drop in bookmarks
Colin Clark [Wed, 13 Jul 2016 19:14:46 +0000 (20:14 +0100)]
Bug fix: Crashes with drag-drop in bookmarks

Also ameliorates https://github.com/BestImageViewer/geeqie/issues/377

bookmark_drag_begin:
eliminate a run-time error message

bookmark_dnd_get_data:
uri_filelist_from_uris returns a list of type FileData. What is required
is text.

bookmark_drag_set_data:
uris_from_filelist expects a list of type FileData, but was given a list
of type text

The code: "gdk_drag_context_get_dest_window(context) ==
gtk_widget_get_window(bm->widget)"
does not function as expected. The reason is unknown.
In order to avoid crashes, drags from bookmarks are disabled for the
moment.
There is no significant loss of functionality.

7 years agoAdd four new preferences
Maciej S. Szmigiero [Sat, 9 Jul 2016 17:25:08 +0000 (19:25 +0200)]
Add four new preferences

This commit adds four new preferences:
* Whether to use saved window positions also for new windows (in case saved
window positions are enabled),
* Whether to enable navigation by left or middle click on image,
* Ability to set keyboard scrolling step multiplier,
* Whether list directory view uses single click to enter a directory or
GTK+ activation default (which is currently a double click).

Default values of all these preferences have been set in a such way to not
cause any changes in behavior for existing users.

Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
7 years agoFix hidden directories not showing in a tree view
Maciej S. Szmigiero [Sat, 9 Jul 2016 16:57:08 +0000 (18:57 +0200)]
Fix hidden directories not showing in a tree view

Directory tree view contains code that when "Show hidden files or folders"
option is not enabled but the user enters a path containing hidden
directories the missing tree entries are added automatically.

This didn't work (at least) in case when the first hidden directory in
newly selected path was in a current directory because the tree populating
function exited early when directory contents did not change since last
run, before checking for this special case.

Fix this by skipping this check when we have to add such hidden directory
entry.

This check must also be skipped when 'force' flag is passed to this
function, otherwise when enabling "Show hidden files or folders" option
the missing directories are not added to the tree until Geeqie is
restarted.

Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
7 years agoFix deprecated - gdk_window_get_pointer
Colin Clark [Tue, 5 Jul 2016 18:47:40 +0000 (19:47 +0100)]
Fix deprecated - gdk_window_get_pointer

Also fixes https://github.com/BestImageViewer/geeqie/issues/399

7 years agoMerge remote-tracking branch 'github/merge-requests/410'
Klaus Ethgen [Thu, 30 Jun 2016 08:06:20 +0000 (09:06 +0100)]
Merge remote-tracking branch 'github/merge-requests/410'

* github/merge-requests/410:
  1 fuzzy (0%), 11 untranslated (0%)
  fuzzy 0% [8], untranslates 4% [60]
  fuzzy 3%, unstranslated 10%
  fuzzy 3%, untranslated down to 15%
  fuzzy strings down to 3%
  some more changes
  even more changes
  more changes
  1st change

7 years agoKeyboard Map
Colin Clark [Wed, 29 Jun 2016 19:24:54 +0000 (20:24 +0100)]
Keyboard Map

Add keyboard map option to Help menu.

qwerty keyboard only.

7 years ago1 fuzzy (0%), 11 untranslated (0%)
nikoss [Wed, 29 Jun 2016 18:17:19 +0000 (21:17 +0300)]
1 fuzzy (0%), 11 untranslated (0%)

7 years agofuzzy 0% [8], untranslates 4% [60]
nikoss [Sun, 26 Jun 2016 18:26:21 +0000 (21:26 +0300)]
fuzzy 0% [8], untranslates 4% [60]

7 years agoKeyword right-click menu
Colin Clark [Mon, 20 Jun 2016 16:03:37 +0000 (17:03 +0100)]
Keyword right-click menu

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

Change confusing menu prompt from Add to New

7 years agoCheck if GPS data is reasonable
Colin Clark [Mon, 20 Jun 2016 13:31:32 +0000 (14:31 +0100)]
Check if GPS data is reasonable

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

Fix incorrect logic.

7 years agoCheck if GPS data is reasonable
Colin Clark [Mon, 20 Jun 2016 11:25:27 +0000 (12:25 +0100)]
Check if GPS data is reasonable

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

Change lat/long fallback values to 0 rather than 1000

7 years agoUse correct thumbnail dirs
rezso [Sun, 19 Jun 2016 23:25:10 +0000 (01:25 +0200)]
Use correct thumbnail dirs

Since glib 2.34, the thumbnails are in .cache/thumbnails, not in .thumbnails.

7 years agoProperly open and work with large TIFF files.
Martin Pelikán [Sun, 19 Jun 2016 15:32:00 +0000 (01:32 +1000)]
Properly open and work with large TIFF files.

Any file between 2^31 and 2^32 bytes shouldn't have its size displayed
as a negative number. Viewing more than 32768 pixels in each dimension
is only a matter of using 64bit arithmetic when calculating allocation
sizes and pointers into that memory. Multiplying is always suspicious.

While there, make the error messages clearer about what went wrong.

Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
7 years agofuzzy 3%, unstranslated 10%
nikoss [Fri, 17 Jun 2016 09:01:39 +0000 (12:01 +0300)]
fuzzy 3%, unstranslated 10%

7 years agofuzzy 3%, untranslated down to 15%
nikoss [Tue, 14 Jun 2016 20:02:06 +0000 (23:02 +0300)]
fuzzy 3%, untranslated down to 15%

7 years agofuzzy strings down to 3%
nikoss [Sat, 11 Jun 2016 17:56:53 +0000 (20:56 +0300)]
fuzzy strings down to 3%

7 years agosome more changes
nikoss [Fri, 3 Jun 2016 19:46:24 +0000 (22:46 +0300)]
some more changes

7 years agoeven more changes
nikoss [Thu, 2 Jun 2016 21:00:00 +0000 (00:00 +0300)]
even more changes

7 years agomore changes
nikoss [Wed, 1 Jun 2016 18:54:27 +0000 (21:54 +0300)]
more changes

7 years ago1st change
nikoss [Wed, 1 Jun 2016 18:23:35 +0000 (21:23 +0300)]
1st change

7 years agoWork around changed c++11 std::string implementation
David Kalnischkies [Fri, 27 May 2016 11:04:40 +0000 (12:04 +0100)]
Work around changed c++11 std::string implementation

Bug was already partly fixed by 96db62d but there was even more
positions that was unseen by Solomon.

The patch is originally from Debian bug report #800350.

Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
7 years agoUpdate web page
Klaus Ethgen [Fri, 27 May 2016 10:15:08 +0000 (11:15 +0100)]
Update web page

7 years agoBackported stuff from release and web
Klaus Ethgen [Fri, 27 May 2016 09:46:11 +0000 (10:46 +0100)]
Backported stuff from release and web

7 years agoReformat and reword README
Klaus Ethgen [Thu, 26 May 2016 19:58:35 +0000 (20:58 +0100)]
Reformat and reword README

7 years agoBetter Changelog
Klaus Ethgen [Thu, 26 May 2016 19:52:20 +0000 (20:52 +0100)]
Better Changelog

- Don't show merges
- Don't show notes
- Force using UTF-8

7 years agoUpdated polish translation
Tomasz Golinski [Thu, 26 May 2016 08:23:06 +0000 (09:23 +0100)]
Updated polish translation

Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
7 years agoUpdate copyright in all files
Klaus Ethgen [Tue, 24 May 2016 13:47:56 +0000 (14:47 +0100)]
Update copyright in all files

7 years agoConfiguration options and documentation
Colin Clark [Tue, 24 May 2016 13:22:28 +0000 (14:22 +0100)]
Configuration options and documentation

Configuration option changes:
--enable-gps is now --enable-map
--enable-clutter is now --enable-gpu-accel

If --disable-gtk3 is issued, both map and gpu-accel options are also
disabled.

--enable-map is the only option required to compile in the map.

README updated accordingly.

7 years agoGerman translation completed
Klaus Ethgen [Tue, 24 May 2016 12:59:50 +0000 (13:59 +0100)]
German translation completed

7 years agoEnable color manager in all fullscreen methods
Klaus Ethgen [Tue, 24 May 2016 11:42:42 +0000 (12:42 +0100)]
Enable color manager in all fullscreen methods

For some reasons, that got lost when moving the image instead of
copying.

Fixes #375.

7 years agoCollections mouse hover
Colin Clark [Mon, 23 May 2016 08:49:25 +0000 (09:49 +0100)]
Collections mouse hover

Partial solution to #396
https://github.com/BestImageViewer/geeqie/issues/396

When the mouse is hovered over a thumbnail in a collections window, the
tooltip (the filename and path) is in the correct position.

Not a good solution, but there will be more problems with GTK 3.20

7 years agoMerge remote-tracking branch 'github/merge-requests/393'
Klaus Ethgen [Sun, 22 May 2016 20:23:16 +0000 (21:23 +0100)]
Merge remote-tracking branch 'github/merge-requests/393'

* github/merge-requests/393:
  Fix compilation instructions.

7 years agoImage overlay configurable items GTK2
Colin Clark [Sun, 22 May 2016 09:35:21 +0000 (10:35 +0100)]
Image overlay configurable items GTK2

Supports GTK2 and GTK3

7 years agoFix compilation instructions.
ode79 [Sun, 22 May 2016 00:17:14 +0000 (01:17 +0100)]
Fix compilation instructions.

There is no configure file, you have to run autogen.sh before make.

7 years agoUpdated all .po files with current strings
Klaus Ethgen [Thu, 19 May 2016 16:40:50 +0000 (17:40 +0100)]
Updated all .po files with current strings

7 years agoRefined zoom step
Klaus Ethgen [Thu, 19 May 2016 16:26:05 +0000 (17:26 +0100)]
Refined zoom step

I would give the credentials to the orignal author but he is only known
as "unqwist".

Closes #359.

7 years agoRemove some leftover from toolbar rc entries
Klaus Ethgen [Thu, 19 May 2016 15:27:35 +0000 (16:27 +0100)]
Remove some leftover from toolbar rc entries

This revert (partly) c95bd69 and d5b911c.

7 years agoDon't store toolbars in config file
Klaus Ethgen [Thu, 19 May 2016 13:35:25 +0000 (14:35 +0100)]
Don't store toolbars in config file

It makes no sense to save that information in config file. Even more, it
makes more troubles than it is worth.

Starting from here, just drop that information and use the configured in
values all the time.

This also fixes the troubles with e9fc136.

7 years agoFixing some whitespace issues
Klaus Ethgen [Thu, 19 May 2016 13:29:22 +0000 (14:29 +0100)]
Fixing some whitespace issues

7 years agoImage overlay configurable items
Colin Clark [Thu, 19 May 2016 14:27:16 +0000 (15:27 +0100)]
Image overlay configurable items

The gui items require GTK+ 3.4.
For GTK+ 2 the effects are neverthless obtainable by editing the
relevant lines in geeqierc.xml

7 years agoUpdate de and pl po files from pot
Klaus Ethgen [Wed, 18 May 2016 21:19:52 +0000 (22:19 +0100)]
Update de and pl po files from pot

7 years agoImage overlay configurable colours
Colin Clark [Wed, 18 May 2016 19:36:07 +0000 (20:36 +0100)]
Image overlay configurable colours

User configurable options to set the colours of the Image Overlay text
and background

7 years agoImage overlay configurable font
Colin Clark [Wed, 18 May 2016 11:13:12 +0000 (12:13 +0100)]
Image overlay configurable font

User configurable option to set the font of the Image Overlay text

7 years agoCode clean up
Colin Clark [Mon, 16 May 2016 10:45:51 +0000 (11:45 +0100)]
Code clean up

Uncomment code: https://bugzilla.gnome.org/show_bug.cgi?id=596419 fixed
Uncomment code: champlain zoom fixed
Deprecated code updated
Unused variables deleted

7 years agoDisplay the similarity image
Klaus Ethgen [Sun, 15 May 2016 11:20:34 +0000 (12:20 +0100)]
Display the similarity image

7 years agoRemoving obsolete checksum stuff
Klaus Ethgen [Sun, 15 May 2016 10:00:52 +0000 (11:00 +0100)]
Removing obsolete checksum stuff

That checksum stuff for similarity check is replaced with MD5 from the
very begin. Removing that ancient code.

7 years agoSimple script to decode similarity data
Klaus Ethgen [Sun, 15 May 2016 09:47:45 +0000 (10:47 +0100)]
Simple script to decode similarity data

This is just for debugging.

7 years agoMerge branch 'rot-invariant'
Klaus Ethgen [Sun, 15 May 2016 08:38:44 +0000 (09:38 +0100)]
Merge branch 'rot-invariant'

This implements the rotation invariant duplicates search, implemented by Cyril
Roussillon.

The Feature is enabled by default but can be disabled in preferences dialog.

Please note that, due a slightly different fingerprint algorithm, the .sim files
needs to be deleted manually and recreated to get the full benefit.

* rot-invariant:
  Allow to configure rotation invariance
  Slightly better similarity samples
  Implementing rotation invariant duplicates search

7 years agoAllow to configure rotation invariance
Klaus Ethgen [Fri, 13 May 2016 15:44:10 +0000 (16:44 +0100)]
Allow to configure rotation invariance

7 years agoSlightly better similarity samples
Cyril Roussillon [Fri, 13 May 2016 12:43:41 +0000 (13:43 +0100)]
Slightly better similarity samples

Slight modification of the image_sim_fill_data, that creates the
similarity signature. When the image size is not a multiple of 32, all
cells had size w/32, so the last w%32 pixels were just ignored, and more
importantly it was not symmetric at all when the signature was built
from the other side, which is annoying for my comparison algorithm. So I
changed the cell size (x_inc) from a constant one to
"round(w_left/n_left)", in order to spread the spare pixels (eg to split
42 pixels into 4 cells, it results in 11,10,11,10 instead of
10,10,10,10). With an image of size w with w%32=16, my
rotation-invariant algorithm results in a similarity of
0.951000 with the original version, and 0.999968 with this modification
(apparently lossless jpeg rotation is not perfectly lossless).

Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
7 years agoImplementing rotation invariant duplicates search
Cyril Roussillon [Fri, 13 May 2016 12:41:02 +0000 (13:41 +0100)]
Implementing rotation invariant duplicates search

Modifies the functions image_sim_compare and image_sim_compare_fast so
that it compares with the eight possible isometric transformations
(compositions of 90°-rotations, mirrors, transpose,...), using the same
similarity signature.

Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
8 years agoBetter configure
Klaus Ethgen [Fri, 6 May 2016 16:29:06 +0000 (17:29 +0100)]
Better configure

8 years agoRemove obsolete and outdated debian directory
Klaus Ethgen [Fri, 6 May 2016 16:09:18 +0000 (17:09 +0100)]
Remove obsolete and outdated debian directory

Debian replaces the content of this directory anyway and it does not
match the current project state anymore. So lets remove it.

That does not mean that it is gone forever but then I will most likely
use the original debian one.

8 years agodebian: point watch file to github
Lars Ellenberg [Thu, 17 Mar 2016 12:14:57 +0000 (13:14 +0100)]
debian: point watch file to github

8 years agoPatch to fix duplicate window update
Michael Schwendt [Fri, 1 Feb 2013 17:44:12 +0000 (18:44 +0100)]
Patch to fix duplicate window update

Fixes #190.

Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
8 years agoMerge Colins changes
Klaus Ethgen [Thu, 5 May 2016 19:29:30 +0000 (20:29 +0100)]
Merge Colins changes

* 'master' of git://www.geeqie.org/geeqie:
  Lua Documentation

8 years agoLua Documentation
Colin Clark [Thu, 5 May 2016 17:40:59 +0000 (18:40 +0100)]
Lua Documentation

Basic Lua documentation.

Requires expansion and re-work.

8 years agoAvoids a double-free
Michael Schwendt [Mon, 24 Dec 2012 13:24:27 +0000 (14:24 +0100)]
Avoids a double-free

Avoids a double-free due to a boolean that would be retrieved from a
deleted/freed structure.

Fix #361.

Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
8 years agoRemoved some obsolete tools
Klaus Ethgen [Thu, 5 May 2016 11:26:05 +0000 (12:26 +0100)]
Removed some obsolete tools

8 years agoImproving desktop template
Klaus Ethgen [Thu, 5 May 2016 10:19:53 +0000 (11:19 +0100)]
Improving desktop template

8 years agoSmall dependency to fully mitigate the marshaler stuff
Klaus Ethgen [Wed, 4 May 2016 16:47:34 +0000 (17:47 +0100)]
Small dependency to fully mitigate the marshaler stuff

8 years agoRemove autocreated files from git
Klaus Ethgen [Wed, 4 May 2016 16:34:43 +0000 (17:34 +0100)]
Remove autocreated files from git

That is a nasty bug. The files gq-marshal.[ch] gets created from
gq-marshal.list but are checked in to git.

I removed that files now from git so they get recreated properly every
time. (Closes #383)

Thanks Russel Winder for the insistent nagging about that.

8 years agoUpdate German translations
Klaus Ethgen [Wed, 4 May 2016 14:59:25 +0000 (15:59 +0100)]
Update German translations

Issue: #387

8 years agoUpdate from pot file
Klaus Ethgen [Wed, 4 May 2016 12:50:27 +0000 (13:50 +0100)]
Update from pot file

Fixes #364.

8 years agoEnable greek translation
Klaus Ethgen [Wed, 4 May 2016 12:35:31 +0000 (13:35 +0100)]
Enable greek translation

Thanks to Nikos Papadopoulos.

See #364.

8 years agoFix a typo
Klaus Ethgen [Wed, 4 May 2016 07:30:12 +0000 (08:30 +0100)]
Fix a typo

This bug was introduced in fe69cac by John (2005-03-19).

Fixes #386.

8 years agoMerge Colins changes
Klaus Ethgen [Tue, 3 May 2016 10:26:21 +0000 (11:26 +0100)]
Merge Colins changes

* 'master' of git://www.geeqie.org/geeqie:
  Document toolbar enhancements

8 years agoSet git version in master branch
Klaus Ethgen [Tue, 3 May 2016 10:17:49 +0000 (11:17 +0100)]
Set git version in master branch

8 years agoRemoving not used configure variables
Klaus Ethgen [Tue, 3 May 2016 09:54:00 +0000 (10:54 +0100)]
Removing not used configure variables

$GQ_PATCH_VERSION and $GQ_PATCH_DATE was never used.

8 years agoDocument toolbar enhancements
Colin Clark [Sun, 1 May 2016 16:44:01 +0000 (17:44 +0100)]
Document toolbar enhancements

Update help file to describe how to put additional icons on the toolbar.

Requires re-work.

8 years agoMerge Colins changes
Klaus Ethgen [Sun, 1 May 2016 13:09:08 +0000 (14:09 +0100)]
Merge Colins changes

* 'master' of git://www.geeqie.org/geeqie:
  Fix #211 Corrupt help file