Re: [Geeqie-devel] Rawtherapee gets .jpg

2017-10-31 Thread Colin Clark
On 31/10/17 18:43, Ray via Geeqie-devel wrote:   Is there a way to set Geeqie to send .DNG and .CR2 raw files to Rawtherapee (RT) instead of the .JPG thumbnail? The association almost gets it right by not having RT visible in edit menus when no raw filetypes are found, but it is sending the .j

[Geeqie-devel] Webp pixbuf loader

2017-10-21 Thread Colin Clark
This pixbuf loader seems to work with Geeqie: https://github.com/aruiz/webp-pixbuf-loader -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Geeqie-devel] Rename External Editors

2017-10-10 Thread colin clark
Is there any objection to changing all references from "External Editors" to "Plugins", and creating an additional top-level menu entry to access them? -- Sent from: http://gnome-apps.13852.n7.nabble.com/Geeqie-f47609.html ---

[Geeqie-devel] Sourceforge - Internet searches

2017-08-16 Thread Colin Clark
Hello Klaus The SourceForge website is still coming out top of the list for Internet searches on Geeqie, but that site is now truly dead. Would it be possible to replace the front page with just a simple re-direct to Geeqie's new home? -

[Geeqie-devel] Thumbnail cache folder location

2017-07-28 Thread colin clark
Someone recently posted a message on github pointing out a problem with thumbnail cache folders. In addition to this problem, the code seems to be inconsistent in where it thinks the cache should be. Geeqie can save thumbnails is two formats: Standard format as specified in the freedesktop docs; a

Re: [Geeqie-devel] Pay for feature

2017-07-19 Thread colin clark
In case you are not tracking the repository, there is another commit that permits you to also copy from the Exif pane in the sidebar. Left click stores in one clipboard; right click to the other. I've already forgotten which way round. A bit of empirical research should give you the answer. --

Re: [Geeqie-devel] Pay for feature

2017-07-13 Thread colin clark
Implemented in commit bfa5abb9b5c at geeqie.org. Just click on any cell, and the value is copied into the clipboard. -- View this message in context: http://gnome-apps.13852.n7.nabble.com/Pay-for-feature-tp69948p69956.html Sent from the Geeqie mailing list archive at Nabble.com. --

Re: [Geeqie-devel] Pay for feature

2017-07-12 Thread colin clark
At the moment you can just highlight a single line of data. Do you just want to copy a single line to the clipboard, or a set of consecutive or non-consecutive lines? -- View this message in context: http://gnome-apps.13852.n7.nabble.com/Pay-for-feature-tp69948p69950.html Sent from the Geeqie m

[Geeqie-devel] Caching data

2017-07-07 Thread Colin Clark
Thumbnails: I have all my photo data arranged in a tree under a single folder - that means I can regularly use the menu item "Render thumbnails for a specific folder - include subfolders" to re-render everything, overnight if necessary. That saves a lot of time when I open any folder in icon v

[Geeqie-devel] Cache and .sim files

2017-07-01 Thread Colin Clark
Hello Klaus The thumbnail maintenance command "Clear cache" (Geeqie thumbnail cache, not shared cache) does not always delete the .sim files that are stored in the cache along with the thumbnail .pngs. It depends on the setting "Disable File Filtering" in Preferences. If File Filtering is e

Re: [Geeqie-devel] clang and GTK3

2017-06-27 Thread colin clark
ok, I just wondered if I had missed something in the configuration. The errors are : cellrenderericon.c:728:39: error: implicit conversion from enumeration type 'GtkStateType' to different enumeration type 'GtkStateFlags' [-Werror,-Wenum-conversion] gtk_style_context_set_state(contex

[Geeqie-devel] clang and GTK3

2017-06-27 Thread Colin Clark
Hello Klaus When I configure to use clang, GTK2 is ok, but GTK3 fails on two lines in cellrendericon. Have I missed a configuration item, or is this merely "yet another bug to be fixed"? -- Check out the vibrant tech c

Re: [Geeqie-devel] Sourceforge blows

2017-06-25 Thread colin clark
Would it also be possible for an email to be sent to the list whenever the Geeqie repository is updated? -- View this message in context: http://gnome-apps.13852.n7.nabble.com/Sourceforge-blows-tp69852p69910.html Sent from the Geeqie mailing list archive at Nabble.com.

Re: [Geeqie-devel] Sourceforge blows

2017-06-12 Thread colin clark
I would also a prefer a mailing list setup that gives the option of replying either to the list or to the original sender. With sourceforge I have a tendency to send to personal emails instead of to the list, as I had intended... Also I see that the Gmane link on geeqie.org is defunct. Nabble is st

[Geeqie-devel] Deprecated functions - standard practice

2017-01-18 Thread Colin Clark
I would like to make an attempt to reduce the number of deprecated warnings, but I have no knowledge of current standard methods. I see some projects use a single header file to redefine functions - indeed, Geeqie uses compat.h for this in a small way. Although this removes the need to put mult

[Geeqie-devel] Delete key standardisation

2016-12-31 Thread Colin Clark
change of meaning to current users. I would suggest a pop-up warning window with a "Do not show this again" check-box. Anyone have any views on this? Colin Clark -- Check out the vibrant tech community o

Re: [Geeqie-devel] Geeqie++ fever dreams

2016-12-29 Thread Colin Clark
On 30/12/16 00:02, Alexander Antimonov wrote: > > I take "jpeg comment" issues: #381, #286. > In the Help files - in sections Overlay Screen Display and Lua Extensions - one of the examples explains how to get the jpeg comments into the Overlay Screen Display using a Lua script. Of course you wi

Re: [Geeqie-devel] Geeqie++ fever dreams (+Win32)

2016-12-28 Thread Colin Clark
On 24/12/16 15:39, Alexander Antimonov wrote: > While porting to C++1x it is good chance to make Geeqie more > cross-platform. But it seems Gtk is becoming (has become) an auxiliary > tool for the "GnomeOS". And some of the well-known projects was/is > migrating from Gtk. Maybe we should consider Q

[Geeqie-devel] Github bugs and versions

2016-12-22 Thread Colin Clark
Hello Klaus I want to log an new bug on Github, but I would also like to indicate which versions it affects (as there seems to be still a few people around using old versions). But I don't see any way in Github other than to create a set of labels - one for each existing version of Geeqie - an

Re: [Geeqie-devel] Natural sort order for files and folders

2016-12-13 Thread Colin Clark
On 12/12/16 06:54, Klaus Ethgen wrote: > Well, for directories, we have no choosable sort method. But ... > ... For images you can choose the sort order via context menu. There is > one, "sort nummerical", that is exactly what you ask for. > Hello Klaus Unfortunately even for just files, the numer

[Geeqie-devel] Natural sort order for files and folders

2016-12-11 Thread Colin Clark
Is this simple change the correct solution, or have I missed something? If this is ok, and should be implemented, should it be a user-selectable option? Thanks for any comments Colin Clark -- Developer Access Pr

[Geeqie-devel] Screwed up repos

2016-08-26 Thread Colin Clark
Hello Klaus I've accidentally pushed something onto the master at github. I did not realise I could do this - I didn't think I had write access. Now the geeqie.org and github repositories are out of sync. What's the best solution? If I simply delete the last commit on github will that make thi

Re: [Geeqie-devel] Merge requests

2016-08-24 Thread Colin Clark
Hello Klaus I'd messed up some directories including .ssh. Then made a "quick fix" by restoring files to the wrong place. Everything seems ok now. Thanks Colin... -- _

Re: [Geeqie-devel] Merge requests

2016-08-24 Thread Colin Clark
Hello Klaus Yes, a while ago something got changed and I no longer have write access. I've been intending to look in my backups to see what I did, but I keep getting distracted - the sun has been shining, and that's something that doesn't happen around here too often Sorry, I'll make another e

Re: [Geeqie-devel] Wrong rendering intent when using monitor profile

2016-07-09 Thread Colin Clark
if the above information is relevant or not. I leave it to others to decide what to do. Colin Clark.. -- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutt

[Geeqie-devel] GTK2 GTK3

2016-07-03 Thread Colin Clark
Hi Klaus I am somewhat lost in understanding how this kind of development works (I only worked on embedded micros - very different). What is the typical arrangement for development of an application that compiles on both GTK2 and GTK3? Is it standard to maintain two separate development trees?

Re: [Geeqie-devel] Release 1.3

2016-05-31 Thread Colin Clark
>> There may be people trying to use Geeqie who struggle just to download a >> tar and do a make. For them, compiler warnings are an unnecessary worry, >> because they do not understand that the warnings are in fact irrelevant >> to them. > I don't think that people who struggle over that output wi

Re: [Geeqie-devel] Release 1.3

2016-05-29 Thread Colin Clark
On 29/05/16 14:36, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Am So den 29. Mai 2016 um 4:01 schrieb John Stoffel: >> Just gettings the warnings fixed would be a good goal in my mind. > True. > > As you might have noticed, I already did some cleanup in merges 2943d

Re: [Geeqie-devel] few questions regarding marks

2016-05-25 Thread Colin Clark
On 25/05/16 18:00, Denis S wrote: > > BTW why keyword association with marks disappear when I reinstall > program, I don't touch settings folder, is it expected behaviour? > Yes. I believe that it is intended that the marks are used as a "scratch-pad" feature, and that keywords should be used fo

Re: [Geeqie-devel] few questions regarding marks

2016-05-25 Thread Colin Clark
1. I can't find how to enable marks in file manager, they are no longer displayed, nor do I see mark filter. I previously used it for sorting photos(by associating with keywords) and then filtering out what's necessary. Is this feature have gone for good or I just can't find how to enable it?

Re: [Geeqie-devel] Autogen.sh and README

2016-05-25 Thread Colin Clark
> By the way, what is your native language? Maybe you can have a look into > that language file, I believe that there are many fuzzy stuff now. > Sorry, English is my only language, and the English in the source files looks ok to me. On the other hand, the Help files are a nightmare to work with

[Geeqie-devel] Autogen.sh and README

2016-05-24 Thread Colin Clark
Hi Klaus To try to make installation instructions clearer I have changed the name of some of the configuration options, and changed priorities. --enable-gps is now --enable-map, and --enable-clutter is now --enable-gpu-accel --disable-gtk3 now disables the two above options also. I hope that's

Re: [Geeqie-devel] GPS maps

2016-05-22 Thread Colin Clark
On 20/05/16 23:08, Greg Troxel wrote: What does clutter do without champlain? If you compile with the --enable-clutter option, on the Preferences/Image tab there is an additional check-box: "GPU Acceleration". This feature doesn't work on my system - possibly libclutter has evolved and Geeqie h

Re: [Geeqie-devel] Image overlay configurable font and colours

2016-05-19 Thread Colin Clark
On 19/05/16 13:42, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi Colin, > > What did you do to make this two patches compilable? I am not able to > compile them. I always get compiler errors (and some warnings): > preferences.c: In function 'config_window_apply'

Re: [Geeqie-devel] GPS maps

2016-05-15 Thread Colin Clark
On 06/05/16 17:53, Klaus Ethgen wrote: > I installed libchamplain-0.12-dev, libclutter-gtk-1.0-dev and > libchamplain-gtk-0.12-dev now and enabled via "--enable-gps > --enable-clutter". (Is clutter always needed? Why not just have the gps > switch if it is bound to clutter?) > > Compile and went we

[Geeqie-devel] Lat long as a search parameter

2016-05-07 Thread Colin Clark
Colin Clark diff --git a/src/search.c b/src/search.c index c4f1146..012c0b0 100644 --- a/src/search.c +++ b/src/search.c @@ -190,6 +190,19 @@ struct _SearchData ThumbLoader *thumb_loader; gboolean thumb_enable; FileData *thumb_fd; + + /* Used for lat/lon coordinate search + */ + gint

[Geeqie-devel] GPS maps

2016-05-06 Thread Colin Clark
Hi Klaus Whilst you are in the middle of many, many, changes... Time has flown by, and now GPS and electronic maps are part of everyday devices - including cameras. Do you think that the GPS map option should now be set as the default? Minimalists and maintainers of minimal-packages would sti

Re: [Geeqie-devel] Git repository workflow

2016-05-05 Thread Colin Clark
> I now set version in configure.in using the short commit release. > > That is not perfect as it will not be rebuild with a subsequent make but > at least it is a start. > > For Release this need to be set manually as before. Maybe I can make a > better solution or someone comes up with one. > > H

Re: [Geeqie-devel] Git repository workflow

2016-05-02 Thread Colin Clark
> I'll post in the issues if appropriate: the question I have at the > moment is that the about box seems woefully out of date, as is "geeqie > --version". I am fairly sure I am compiling master HEAD. > Hi Klaus There have been quite a few updates to the repository recently, and maybe a few more

Re: [Geeqie-devel] Gone missing sourceforge file

2016-04-30 Thread Colin Clark
On 30/04/16 11:18, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi Colin, > > Am Fr den 29. Apr 2016 um 21:45 schrieb Colin Clark: >> Has anyone kept a copy of this file?: >> >> http://sourceforge.net/apps/trac/geeqie/wiki/GuideEdi

[Geeqie-devel] Gone missing sourceforge file

2016-04-29 Thread Colin Clark
Has anyone kept a copy of this file?: http://sourceforge.net/apps/trac/geeqie/wiki/GuideEditorsConfig Wishful thinking probably, but I thought I would try Colin Clark -- Find and fix application performance

Re: [Geeqie-devel] [patch] Fullscreen fix

2016-04-28 Thread Colin Clark
y way out is to log in to another session and kill geeqie Your patch eliminates this problem for me. So, yes, it works for me too. Colin Clark -- Find and fix application performance issues faster with Applicatio

Re: [Geeqie-devel] [BestImageViewer/geeqie] Use Formatted Renaming wrong and you'll lose your pictures, PERMANENTLY! (#380)

2016-04-28 Thread Colin Clark
On 26/04/16 19:54, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi Colin, > > Am Di den 26. Apr 2016 um 19:23 schrieb Colin Clark: >>> I think, you refer to Bug #377, not #380...? >> #377 is "Reorganising bookmarks by mouse dra

Re: [Geeqie-devel] [BestImageViewer/geeqie] Use Formatted Renaming wrong and you'll lose your pictures, PERMANENTLY! (#380)

2016-04-26 Thread Colin Clark
I think, you refer to Bug #377, not #380...? Regards Klaus - -- Hi Klaus #377 is "Reorganising bookmarks by mouse drag causes seg fault", which is still open. (Actually, I think it is probably a general DnD fault, not a bookmarks problem.) In #380 MrDrizz refers to the fault that was

Re: [Geeqie-devel] [PATCH v2 1/1] Fix crash on drag and drop from xfe

2016-04-26 Thread Colin Clark
ree(msg); >> +} > I'm not real happy about that strdup loop, but warning_dialog() didn't > look like a good basis for a dialog with multiple strings (i.e. the list > of failed conversions). Any suggestions for that, or is it fine as-is? > > Hi Jonathon I am not compet

Re: [Geeqie-devel] [PATCH 0/1] Fix crash on drag and drop from Xfe

2016-04-17 Thread Colin Clark
ome text", GTK_STOCK_DIALOG_WARNING, NULL); some where in there? (Although the code doesn't know what its parent is, so that may also be a problem). Sorry, but I cannot test here this because I cannot replicate that fault on my system. My apologies if I have misunderstood your so

[Geeqie-devel] Issue #329 easier way to get cwd when copying

2016-04-11 Thread Colin Clark
aybe a pop-up window that is triggered on the first-time run after a version number change, and change the minor or micro version number whenever a material commit is made... Colin Clark -- Find and fix application

[Geeqie-devel] Cloning geeqie

2016-03-26 Thread Colin Clark
, the last commit is dated Sep 27 2015. Best regards Colin Clark -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more

[Geeqie-devel] Bug fix: Rename function can delete files

2016-02-29 Thread Colin Clark
ename multiple files to a single name, so I coded it as an Error action, rather than a Warning action]. Colin Clark diff --git a/src/filedata.c b/src/filedata.c index c99f3a9..6894e85 100644 --- a/src/filedata.c +++ b/src/filedata.c @@ -2156,10 +2156,12 @@ gbo

[Geeqie-devel] Documentation - Command line and Remote options

2016-02-07 Thread Colin Clark
non-intuitive) commands must be executed: sudo make clean make sudo make install Colin Clark diff --git a/doc/docbook/GuideReferenceCommandLine.xml b/doc/docbook/GuideReferenceCommandLine.xml index 1294df7..e23f583 100644 --- a/doc/docbook/GuideReferenceCommandLine.xml +++ b/doc/docbook

[Geeqie-devel] Feature Request #70 Navigation menu option and button for parent directory

2016-02-02 Thread Colin Clark
'/toolitem action = "Back"/a ' ~/.config/geeqie/geeqierc.xml then all will be well. This is not ideal, but I see no other solution. Colin Clark diff --git a/src/layout_util.c b/src/layout_util.c index a954019..5d99ea3 100644 --- a/src/layout_util.c +++ b/src/layout_util.c

[Geeqie-devel] Bug fix: #227 Keywords section of Info sidebar doesn't work on GTK3 build

2016-02-01 Thread Colin Clark
d the next time geeqie is run. Colin Clark.. diff --git a/src/bar_keywords.c b/src/bar_keywords.c index f58f348..4cf240a 100644 --- a/src/bar_keywords.c +++ b/src/bar_keywords.c @@ -113,6 +113,7 @@ struct _PaneKeywordsData guint idle_id; /* event source id */ FileData *fd; gchar *key;

[Geeqie-devel] GPS Maps

2016-01-31 Thread Colin Clark
e compilation on my system. Colin Clark.. diff --git a/src/renderer-clutter.c b/src/renderer-clutter.c index c0f3b10..de91bc5 100644 --- a/src/renderer-clutter.c +++ b/src/renderer-clutter.c @@ -234,7 +234,19 @@ static void rc_prepare_post_process_lut(RendererClutter *rc) g_object_unref(tmp_pixb

Re: [Geeqie-devel] Keyboard shortcuts for externel editors?

2013-11-02 Thread Colin Clark
Volker Wysk writes: > > > Hallo! > > Is it possible to associate keyboad shortcuts with external editors? > If it isn't, then this would be a feature request. > > Cheers, > Volker > > > > - The shortcuts are in preferences/keyboard but I find that once an accelerator key is set

Re: [Geeqie-devel] Consider adding an "Up" button

2013-10-08 Thread colin clark
The attached diff file should get you an Up button.Unfortunately an existing geeqierc.xml file will prevent an new toolbar item being displayed, so you will need to edit that file to include the new item.It's perhaps easiest to rename geeqierc.xml, run geeqie to generate a new file, and look for th

[Geeqie-devel] Keywords pane height

2012-11-28 Thread Colin Clark
Is there a way to set the height of the Keywords pane in the info sidebar? Other panes such as Title and Comment have a height parameter in the geeqierc.xml file, but not Keywords. Is there a reason for Keywords to not have a height parameter? Thanks Colin Clark

Re: [Geeqie-devel] Geeqie repositories

2011-07-24 Thread Colin Clark
Klaus Ethgen-5 wrote: > > > - - Then I have different remotes with all the branches they have: >github git://github.com/zas/geeqie_zas.git (fetch) >github g...@github.com:zas/geeqie_zas.git (push) >gitorious g...@gitorious.org:geeqie/geeqie.git (fetch) >gitorious g

Re: [Geeqie-devel] group permissions not recognized

2011-07-16 Thread Colin Clark
On 15/07/11 14:00, Richard Guy Briggs wrote: > On Fri, Jul 15, 2011 at 11:50:13AM +, Arnd wrote: >> Richard Guy Briggs [Tue, 12 >> Jul 2011 17:08:33 -0400] >> > When trying to manipulate files for which I have group write > permissions but not user write permissions, the operation fail

Re: [Geeqie-devel] group permissions not recognized

2011-07-12 Thread Colin Clark
ave write permission, then the operating system does not consider the group or world write permissions. Colin Clark -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the

Re: [Geeqie-devel] Documentation and code standards

2011-05-05 Thread Colin Clark
there is no other application than xv out in the wild > that is that fast. (See also my own work on xv[0].) I remember that from years ago! I have no recollection of why I stopped using it - I'll take a look at your website. Colin Clark.. --

Re: [Geeqie-devel] Documentation and code standards

2011-05-05 Thread Colin Clark
But whatever, when I'm doing this kind of work I have to switch back to GQview! But again, one must be realistic, and a combination of GQview and Geeqie works well for me as is. Colin Clark.. -- WhatsUp Go

Re: [Geeqie-devel] grouping with darktable xmp files

2011-04-14 Thread Colin Clark
On 13/04/11 22:01, Colin Clark wrote: > On 10/04/11 17:51, stair wrote: >> I have recently starting using darktable for my raw processing and have >> come across a problem with the way geeqie groups darktable's xmp files, or >> rather doesn't, the files are not group

Re: [Geeqie-devel] grouping with darktable xmp files

2011-04-13 Thread Colin Clark
ar files get corrupted when doing a copy or move. So there is clearly a bug in this part of the code, but if this is corrected it may be that you will get the functionality you are looking for. Colin Clark -

[Geeqie-devel] copy/move/rename - GQview-style preview

2011-01-26 Thread Colin Clark
o and st_dev. It would be good if someone could verify that it doesn't work - then I know I'll have to find another solution. Colin Clark -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD val

[Geeqie-devel] File rename function - possible data loss

2011-01-21 Thread Colin Clark
ith a program like Geeqie - inexperienced users should be given more protection. I have attached a patch which might solve the problem. Perhaps someone else could review the code? Colin Clark diff --git a/src/filedata.c b/src/filedata.c index 388037f..bd73058 100644 --- a/src/filedata.c

[Geeqie-devel] Collections - collect_io.c - possible bug

2011-01-20 Thread Colin Clark
the moment I do not understand the collection code, but for me just commenting out line 661 solves the problem. Colin Clark -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics a

Re: [Geeqie-devel] File copy and move functions

2011-01-17 Thread Colin Clark
39a8 > Thanks for the information. I now understand things a little better. maybe. Perhaps that section of filedata.c should use the file's inode or something similar. If there is no other better idea, I guess I'

[Geeqie-devel] File copy and move functions

2011-01-16 Thread Colin Clark
code at line 405 in filedata.c used for? and, if it used, how should I create a FileData structure to an existing file during a move operation? Thanks Colin Clark diff --git a/src/utilops.c b/src/utilops.c index e32a18d..0ae0f7a 100644 --- a/src/utilops.c +++ b/src/utilops.c @@ -49,6 +49,7

[Geeqie-devel] preferences.c - patch for FIXMEs

2010-12-28 Thread Colin Clark
column 0, row 0 These are just cosmetic changes, so are not really of interest until the next release happens. Colin Clark diff --git a/src/preferences.c b/src/preferences.c index bedc10b..d088bc2 100644 --- a/src/preferences.c +++ b/src/preferences.c @@ -712,12 +712,48 @@ static void

Re: [Geeqie-devel] grouping function for "sidecar-extension"

2010-12-16 Thread Colin Clark
geeqie-devel > > Hi It's been some time since you posted this message, but maybe you are still looking for the answer. If you open the Files tab on the Preferences page and set "Disable File Filtering" you will get the functionality you are looking for. Alternatively u

[Geeqie-devel] File selection lists -- sidecar files

2009-07-20 Thread Colin Clark
the sidecar file, and this hides the marker for the image file. I have attached a patch that corrects this problem. Colin Clark.. Index: src/bar_gps.c === --- src/bar_gps.c (revision 1797) +++ src/bar_gps.c (working copy) @@ -227,7

Re: [Geeqie-devel] Symlink in the current SVN

2009-07-18 Thread Colin Clark
Marcin Zajączkowski wrote: > On Sat, 18 Jul 2009 19:54:43 +0100 > Colin Clark wrote: > (...) > >>>>> In geeqie 1.0beta1 Symlink command was moved File menu. In current >>>>> SVN (1797) there is no Symlink there and in fact I wasn't able to >&g

Re: [Geeqie-devel] Symlink in the current SVN

2009-07-18 Thread Colin Clark
Marcin Zajączkowski wrote: > On Sat, 18 Jul 2009 19:05:41 +0100 > Colin Clark wrote: > > >> Marcin Zajączkowski wrote: >> >>> Hi, >>> >>> >>> In geeqie 1.0beta1 Symlink command was moved File menu. In current >>> SVN (

Re: [Geeqie-devel] Symlink in the current SVN

2009-07-18 Thread Colin Clark
gt; Geeqie-devel mailing list > Geeqie-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geeqie-devel > > Hi, If you right-click the mouse on the image or on a thumbnail, in the "Edit" sub-menu is an entry for Symlink. Colin Clark.. -

Re: [Geeqie-devel] Some thoughts

2009-07-01 Thread Colin Clark
versions that are not readily available? Should I make the patch cater for both 0.3 and 0.3.3 versions, or just for the 0.3.3? Colin Clark... -- ___ Geeqie-devel mailing list Gee

Re: [Geeqie-devel] Some thoughts

2009-06-29 Thread Colin Clark
x Is this something like the facility you are considering? Colin Clark.. Index: src/bar_gps.c === --- src/bar_gps.c (revision 1779) +++ src/bar_gps.c (working copy) @@ -3,7 +3,7 @@ * (C) 2004 John Ellis * Copyright (C) 2008 - 2009

Re: [Geeqie-devel] Some thoughts

2009-06-06 Thread Colin Clark
makes no real sense (other words could equally well be used), but if people have come to recognise this usage of the word in connection with digital images, maybe it could be left untranslated? Colin Clark... --

Re: [Geeqie-devel] Next Changes - libchamplain

2009-05-12 Thread Colin Clark
t if anyone finds the map useful and would like the above problems solved, I'm happy to try to do that. But otherwise I'll continue working on what I set out to do at the start - to geocode photos by drag-and-drop on a map, and implem

Re: [Geeqie-devel] Next Changes - libchamplain

2009-05-11 Thread Colin Clark
e-gps. Colin Clark.. Index: configure.in === --- configure.in (revision 1697) +++ configure.in (working copy) @@ -328,6 +328,45 @@ AC_SUBST(LDFLAGS) +# Libchamplain support - used for GPS map fac

Re: [Geeqie-devel] Next Changes - libchamplain

2009-04-24 Thread Colin Clark
do not need to be solved. This is just to let you know the current standing. Meanwhile I'll continue to bang my head against a brick wall with these memory and exception errors. Colin Clark... Index: configu

Re: [Geeqie-devel] Next Changes - libchamplain

2009-04-05 Thread Colin Clark
s.c sees) gets triggered. Did I miss something? By the way, do you use a text formatter or do you just do everything by hand? The closest I get to the geeqie standard is the Whitesmith style using astyle, which isn

Re: [Geeqie-devel] Next Changes - libchamplain

2009-04-01 Thread Colin Clark
ick cycles through the layers (unfortunately the thumbnail view only works if thumbnails are currently being shown). Multiple file selection is a total mess. Unless someone else comes up with another solution, I'll just keep hacking away to try to improve things. Colin Clark... Inde

Re: [Geeqie-devel] Next Changes - libchamplain

2009-03-25 Thread Colin Clark
it seems to me to be very complicated to add another pane to the sidebar. Is there a quick-and-easy way to add another pane? Thanks Colin Clark.. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are p

[Geeqie-devel] Toolbar refresh

2009-03-20 Thread Colin Clark
e, and not when the mode changes, so I guess this is where the problem lies. Sorry I can't help more. Colin Clark.. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with

Re: [Geeqie-devel] Toolbar - tooltips

2009-03-20 Thread Colin Clark
Hello Vladimir Yes, this would be a correct implementation. It would be great if you could send a patch. I have attached a patch file, hopefully the right format. Colin Clark.. Index: editors.c === --- editors.c (revision

[Geeqie-devel] Toolbar - tooltips

2009-03-19 Thread Colin Clark
issed an important aspect? Thanks Colin Clark... -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIA

Re: [Geeqie-devel] View-as-icons - slow response

2009-03-14 Thread Colin Clark
nges you have made have solved the problem. Svn 1528 does not exhibit that behaviour. Thanks Colin Clark... -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross

Re: [Geeqie-devel] View-as-icons - slow response

2009-03-12 Thread Colin Clark
s it causes is known about anyway. Colin Clark... -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs

Re: [Geeqie-devel] View-as-icons - slow response

2009-03-09 Thread Colin Clark
It is a 1.8 GHz Pentium 4 with 1 GByte memory. Colin Clark.. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise

[Geeqie-devel] View-as-icons - slow response

2009-03-08 Thread Colin Clark
e --enable-threads option makes no difference. Sorry I can't be of more help. Colin Clark... -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in op

[Geeqie-devel] Cannot erase Keywords and Comments

2008-12-23 Thread Colin Clark
same behaviour is present also for Comments - once I have saved a comment, I cannot get back to having an empty comment field. It doesn't seem to matter which metadata save options I use. I know another bug report isn't much of a Christmas present, but anyway, Happy Christmas. C

Re: [Geeqie-devel] Segmentation fault in image-load.c

2008-11-28 Thread Colin Clark
Laurent Monin wrote: > Colin Clark a écrit : > >> Hello Laurent >> >> I am running 32-bit Ubuntu 8.10 on a standard PC. I use the normal >> autogen/configure/make sequence and I have attached a copy of the >> compile log as 1273.txt. >> >>

[Geeqie-devel] Segmentation fault in image-load.c

2008-11-24 Thread Colin Clark
Hi I have compiled geeqie from the latest svn. Geeqie runs ok until I move to a directory containing an image. I then get a segmentation fault at line 475 of image-load.c with il->data_mutex having value zero. Does anyone have an idea of where the problem may be? Thanks Colin Cl

Re: [Geeqie-devel] Full screen problem

2008-09-01 Thread Colin Clark
Vladimir Nadvornik wrote: > Dne neděle 31 srpen 2008 Colin Clark napsal(a): > >> Hi >> >> I have found that I have the following problem with the latest releases >> of Geeqie. >> >> If I open a folder, then wait for the thumbnails to be completely

[Geeqie-devel] Full screen problem

2008-08-31 Thread Colin Clark
's all the information I can give. Colin Clark... - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a

Re: [Geeqie-devel] Segmentation fault: View as List

2008-08-23 Thread Colin Clark
Colin Clark wrote: > Hi > > I'm using svn 1074. If I select the file list option "View as List" and > then try to create a new folder I get a segmentation fault at line 274 > of view_dir_tree.c. > > The variable "store" doesn't contain anythi

[Geeqie-devel] Segmentation fault: View as List

2008-08-23 Thread Colin Clark
ctly. Sorry, that's as far as my debugging capabilities take me. Perhaps someone can help? Colin Clark.. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

Re: [Geeqie-devel] TODO for alpha3

2008-08-21 Thread Colin Clark
Laurent MONIN wrote: > On Mon, 18 Aug 2008 14:27:49 +0100 > Colin Clark <[EMAIL PROTECTED]> wrote: > > >> The Home icon on the toolbar takes me to my home directory. I would >> prefer to be able to configure the destination to take me back to the >> root

Re: [Geeqie-devel] TODO for alpha3

2008-08-18 Thread Colin Clark
who has contributed to this project. Colin Clark... - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand p