Re: [Geeqie-devel] TODO for alpha3

2008-08-17 Thread Omari Stephens
Hi, all First, a caveat for the change I'm about to suggest: There is a problem with the dbus usage in gimp 2.4.6 which causes a new image to be opened in a second/nth instance of gimp rather than the original one when `gimp` is used instead of `gimp-remote`. That said… In the editors, `gimp-

[Geeqie-devel] Two patches: fix segfault, and update deprecated GTK API calls

2008-10-27 Thread Omari Stephens
Hi, all fix_comment_search.patch: Current CVS segfaults if you search for comments in a directory where at least one photo doesn't have a comment. This patch fixes that behavior (by having the comment_read function return FALSE when a comment doesn't exist) update_deprecated_treeview_fxn: Ma

Re: [Geeqie-devel] Another bunch of patches

2008-11-05 Thread Omari Stephens
Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Mi den 5. Nov 2008 um 8:25 schrieb Laurent MONIN: >> I don't see the point of this patch, code was disabled and a FIXME added >> because >> it wasn't equivalent to older code.

[Geeqie-devel] [PATCH] Previous segfault patch incomplete; broke keywords

2008-11-06 Thread Omari Stephens
My patch for the comments-related segfault was incomplete, and as such, it broke keywords in files whose metadata had keywords but no comments. The attached patch fixes that (and still fixes the case where one searches on comments and hits a file with keywords but no comments). Lastly, I would

Re: [Geeqie-devel] How should we handle XDG support ?

2008-11-16 Thread Omari Stephens
Laurent MONIN wrote: ::snip? SNIP!:: > geeqierc and other conf files are going to: > $XDG_CONFIG_HOME/geeqie/ (default to $HOME/.config/geeqie/). > > metadata and thumbnails cache (if std is not used) are going to: > $XDG_CACHE_HOME/geeqie/metadata/ (default to $HOME/.cache/geeqie/metadata/) Shoul

Re: [Geeqie-devel] How should we handle XDG support ?

2008-11-17 Thread Omari Stephens
Klaus Ethgen wrote: > Am Mo den 17. Nov 2008 um 0:39 schrieb Omari Stephens: >> (general response) >> Admittedly, I'm loath to think that splitting things up by default is a good >> idea ??? the Windows Registry already went down this path, and it's an >>

Re: [Geeqie-devel] Shortkey to open editor does not work

2009-01-17 Thread Omari Stephens
Michael Schwendt wrote: > On Sun, 18 Jan 2009 01:08:29 +0530, Martin wrote: > >> Yes, please. I also much prefer the older one-touch solution. >> Usually, I don't even have my hands on the mouse when going through >> pictures... > > Well, no mouse-click is needed. Here the pop-up menu can be ope

Re: [Geeqie-devel] Next plans

2009-01-28 Thread Omari Stephens
Christopher Beland wrote: > Regarding plans to improve usability in the next release, I have a few > suggestions. > > In general, where possible I prefer to reduce the number of > preferences by just having the application do something sensible. It > makes it easier to find the preferences people

Re: [Geeqie-devel] Next plans

2009-01-29 Thread Omari Stephens
Christopher Beland wrote: > On Wed, 2009-01-28 at 22:01 +0100, Vladimir Nadvornik wrote: >> Hm, I would incline to a switch to the standard dialog, mostly because the >> current code is hard to maintain. I will have to think about it. Any other >> opinions? > > Actually, I think the benefits of

Re: [Geeqie-devel] Question regarding raw files

2009-02-02 Thread Omari Stephens
Jeffery Small wrote: > I wrote: > >> I have *.mrw raw files from my Minolta digital camera. However, I cannot >> determine how to display the *.jpg and corresponding *.mrw images >> together. Is this possible? Thanks. > > Frederic writes: > >> You mean you want to see only one image for both

Re: [Geeqie-devel] Sidebars

2009-02-12 Thread Omari Stephens
Vladimir Nadvornik wrote: ::snip? SNIP!:: > - If we want to make everything configurable, it might be a good idea to > use XML for config file, because the current format is not optimal > for re-using components with different configuration (for example > the configuration is saved only for the fir

Re: [Geeqie-devel] Sidebars

2009-02-13 Thread Omari Stephens
[1] http://library.gnome.org/devel/glib/stable/glib-Simple-XML-Subset-Parser.html Vladimir Nadvornik wrote: > On pá 13. února 2009, Omari Stephens wrote: >> Vladimir Nadvornik wrote: >> ::snip? SNIP!:: >>> - If we want to make everything configurable, it might be a good idea to >&g

[Geeqie-devel] Editors configuration needs further improvement

2009-04-04 Thread Omari Stephens
I hadn't compiled geeqie in a while, so I did a quick `svn up; make; make install` today. Things are looking nice. However, I have some questions about how the new Editors work: 1) How do I disable ones that I don't care about? Sure, Viking (a GPS/mapping app) may be able to do something wit

Re: [Geeqie-devel] Color profile menu

2009-04-12 Thread Omari Stephens
Vladimir Nadvornik wrote: > Hi, > > Is there any advantage of having the color profile menu in a popup on the > status bar? I am thinking about moving it to the View menu. This would > simplify the code a bit and allow using hotkeys. It's nice to be able to see at a glance whether geeqie is ren

[Geeqie-devel] Geeqie coding standards

2009-05-24 Thread Omari Stephens
Hi, all I found myself with some free time this weekend, so I'm trying to do some more hacking. In particular, I'm again trying to get images in the "View in new window" window to be color-managed. While doing some preliminary reading, it suddenly dawned on me that some of the lines in geeqie

[Geeqie-devel] [PATCH] Make "View in new window" a color-managed view

2009-05-24 Thread Omari Stephens
Nth time is the charm, apparently. Patch (against r1711) attached. Doesn't seem to affect panview. --xsdg Index: src/img-view.c === --- src/img-view.c (revision 1711) +++ src/img-view.c (working copy) @@ -847,6 +847,10 @@ gtk_co

Re: [Geeqie-devel] Geeqie coding standards

2009-05-25 Thread Omari Stephens
Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi, > > Am Mo den 25. Mai 2009 um 0:25 schrieb Omari Stephens: >> I found myself with some free time this weekend, > > Lucky dear. ;-) > >> #2) We need to get rid of tabs as

Re: [Geeqie-devel] Pan view : one purpouse for calendar view

2009-05-29 Thread Omari Stephens
Oscar Miras wrote: > Hi Vladimir & geeqie team; > > How do you do ? > I've been making some improvement in Pan view. Now you can enter > fullscreen mode with Enter key; and I'm working in how to centre > correctly images on screen ( sometimes, when you click a thumbnail, it's > shown behind vis

[Geeqie-devel] [PATCH] fix screen profile leak

2009-06-09 Thread Omari Stephens
Geeqie loads the screen profile for every image. If this is a file, there's no problem — the file itself is read in by lcms and the parsed profile object is dealt with properly in color_man.c. If the profile is in the X11 _ICC_PROFILE atom, though, the profile data is read and stored "in" a p

[Geeqie-devel] [PATCH] Re: Make "View in new window" a color-managed view

2009-06-09 Thread Omari Stephens
Vladimir Nadvornik wrote: On po 25. května 2009, Omari Stephens wrote: Nth time is the charm, apparently. Patch (against r1711) attached. Doesn't seem to affect panview. OK, if the fix is that simple we can add it now. But the change below looks wrong. The color processing shou

Re: [Geeqie-devel] Compilation performance question

2009-06-18 Thread Omari Stephens
Laurent Monin wrote: > Oscar Miras a écrit : >> Hi all, >> > Hi Oscar, >> Sometimes in geeqie code I find things like this: >> In pan-util.c ; pan_calendar_computer function >> > No such function in pan-util.c. > Though there's a pan_calendar_compute(), in pan-calendar.c at line 189 > (current tr

[Geeqie-devel] Geeqie shouldn't simply forget about ~/.geeqie/metadata/...

2009-06-20 Thread Omari Stephens
I found today that new geeqie creates ~/.local/share/geeqie/metadata but doesn't migrate ~/.geeqie/metadata/... over. Why not? I almost flipped out when it seemed like geeqie had lost the tags from the thousands and thousands of photos I've looked through in recent months. That said, I migra

Re: [Geeqie-devel] file operations very slow

2009-06-21 Thread Omari Stephens
stair wrote: > I have been a long time user of GQview and switched to GeeQie about a > year ago, great stuff Guys, it looks like you are working really hard on > it I look forward to watching GeeQie develop. > > Now my point, when performing file operations from within GeeQie e.g. > moving or d

Re: [Geeqie-devel] Geeqie shouldn't simply forget about ~/.geeqie/metadata/...

2009-06-22 Thread Omari Stephens
Vladimir Nadvornik wrote: > On Sunday 21 June 2009 00:15:15 Omari Stephens wrote: >> I found today that new geeqie creates ~/.local/share/geeqie/metadata but >> doesn't migrate ~/.geeqie/metadata/... over. Why not? I almost flipped >> out when it seemed like geeqie

Re: [Geeqie-devel] Full screen changes in beta1

2009-06-22 Thread Omari Stephens
Reid Rivenburgh wrote: > On Thu, Jun 11, 2009 at 12:59 AM, Vladimir Nadvornik wrote: >> On Thursday 11 June 2009 05:22:43 Reid Rivenburgh wrote: Could please you try to compile and test the SVN version? Here is a howto: http://geeqie.wiki.sourceforge.net/building >>> I compiled from SVN,

Re: [Geeqie-devel] Qt Calendar ?

2009-06-28 Thread Omari Stephens
Oscar Miras wrote: > Look at this Calendar implemented in QT: > > http://doc.trolltech.com/4.2/qcalendarwidget.html#details > > Do you think we could use it for pan-calendar view? We could implement > our own functions in the widget. Depending on both GTK and QT is a recipe for disaster. > If y

Re: [Geeqie-devel] Can't enable libchamplain

2009-06-28 Thread Omari Stephens
Oscar Miras wrote: > Hi all, > > I'm trying to configure geeqie tu compile bar_gps, but I always get: > > Support: > LCMS: no > Exiv2: yes > Lirc: no > Libchamplain:no > Libchamplain-gtk:no > > I've already installed all these packages: > > libchampla

[Geeqie-devel] Weird memory corruption in menu code -> segfault

2009-07-06 Thread Omari Stephens
Hi, all I've found a consistent segfault that seems to be related to menu-destruction code. To reproduce: 1) Open a panview 2) Switch to calendar mode 3) Click on a day with images 4) Right-click an image 5) Select "View in New Window" 6) Right-click on the image in the new window 7) Select "Go

Re: [Geeqie-devel] patch for MAP_ANONYMOUS use

2009-07-12 Thread Omari Stephens
Greg Troxel wrote: > NetBSD has MAP_ANON, and MAP_ANONYMOUS looks odd to me. I tried to find > what POSIX says, and it seems MAP_ANON* is not part of the required > definition of mmap: > > http://www.opengroup.org/onlinepubs/009695399/functions/mmap.html > > I am pretty sure mmap originated arou

Re: [Geeqie-devel] Evidence based photo selection

2009-07-18 Thread Omari Stephens
Noah Slater wrote: > Hello, > > I use Geeqie to select photographs from very large collections, such as the > thousands I might take on a shoot. As it stands, run through the photographs > in > a directory, deleting the ones that I don't think should make it to the next > stage of the selection p

Re: [Geeqie-devel] Evidence based photo selection

2009-07-20 Thread Omari Stephens
Vladimir Nadvornik wrote: > Hi all, > > I am back ;) Welcome back. Hope you enjoyed your vacation > > On so 18. července 2009, Omari Stephens wrote: ::snip? SNIP!:: >> Score (aka stars) would be nice. > > Adding star rating is easy. > > Sorting images accor

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-24 Thread Omari Stephens
Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi, > > Am Fr den 24. Jul 2009 um 23:08 schrieb Vladimir Nadvornik: >> I'd rather wait with adding the patch after 1.0, since it is a non-trivial >> change. > > Wouldn't it be better to add such patches to a branch and

[Geeqie-devel] #geeqie IRC on Freenode

2009-07-25 Thread Omari Stephens
Hey, all Just a quick heads-up that I created #geeqie on irc.freenode.net Feel free to stop by/idle/whatever :o) --xsdg -- ___ Geeqie-devel mailing list Geeqie-devel@lists.sou

Re: [Geeqie-devel] Compiling geeqie on Mac

2009-07-26 Thread Omari Stephens
Laurent Monin wrote: > Martin Proetzsch a écrit : >> Hello Laurent, >> >> >> On Jul 26, 2009, at 9:09 PM, Laurent Monin wrote: >> >> >>> Yes, instead can you try the attached patch ? >>> >>> MAP_ANON should be defined, but not MAP_ANONYMOUS on some systems, >>> so making an alias should suffice.

Re: [Geeqie-devel] Comercial programs and other issues

2009-07-29 Thread Omari Stephens
Oscar Miras wrote: > Hi guys, > > I'm writting a preview of my project and I would like to insert an image > of any comercial software that works in the way that Geeqie with Pan > View Calendar mode does; but incredibly I don't find any searching in > google. Could you help me :( ? > > Thanks

[Geeqie-devel] Geeqie needs documentation

2009-07-29 Thread Omari Stephens
Geeqie clearly needs documentation — one shouldn't be required to email the mailing list to discover all of its cool features. I might just be insane enough to start working on this. Thoughts? For the record, the type of documentation I have in mind is probably called a "user manual." --xsdg

Re: [Geeqie-devel] Geeqie 1.0 beta2 assertion failed bug

2009-08-18 Thread Omari Stephens
Yes, this does look similar to the bug I encountered. Note that my bug wasn't necessarily related to panview; that's just a way I found to consistently reproduce it. It was a memory corruption bug, as this seems to be. --xsdg big...@spin.ict.pwr.wroc.pl wrote: > Hi, > >I've got an assert

Re: [Geeqie-devel] A request

2009-08-21 Thread Omari Stephens
Jeffery Small wrote: > Using Geeqie 1.0alpha3: > > I don't remember if this issue was raised before, but would it be possible > to include a command line switch that would suppress the display of Warning > messages. I get many of the following: It was. These messages are printed directly by exiv

Re: [Geeqie-devel] Rotating images

2009-08-22 Thread Omari Stephens
Vladimir Nadvornik wrote: ::snip? SNIP!:: > IMO this would be superfluous. There are two clear steps: > > 1. mark the correct orientation in metadata - this is usually done by the > camera or it can be done manually in geeqie > > 2. adjust the pixels according to metatata - this is what the "App

Re: [Geeqie-devel] Speed Comparisons

2009-08-25 Thread Omari Stephens
[NOTE: I just realized that my tree is patched with the multi-threaded thumbnail loaders patch. I'm not sure what this may have changed.] So, the vast majority of the time is spent in: static void vflist_name_cell_data_cb(...) which lives around line 1771 of view_file_list.c The backtrace gene

Re: [Geeqie-devel] Speed Comparisons

2009-08-25 Thread Omari Stephens
Sabin Iacob wrote: ::snip? SNIP!:: > P.S. is it me, or do Nikon NEF files really render faster than JPEGs? :-/ They should render as fast as JPEGs of the same quality. What you see is actually an embedded (iirc) ~75% quality JPEG preview that lives in every NEF. It's not actually processing the

Re: [Geeqie-devel] Speed Comparisons

2009-08-25 Thread Omari Stephens
Vladimir Nadvornik wrote: > On Tuesday 25 August 2009 20:33:14 Omari Stephens wrote: >> [NOTE: I just realized that my tree is patched with the multi-threaded >> thumbnail loaders patch. I'm not sure what this may have changed.] >> >> So, the vast majority of the

[Geeqie-devel] Panview menus are unusably broken

2009-09-21 Thread Omari Stephens
Easy to trigger (r1854): 1) Start geeqie 2) Start panview 3) Right-click anywhere 4) Dismiss the menu, either by clicking somewhere, or hitting escape, or selecting a menu option 5) Boom filedata.c:680: fd magick mismatch @ filedata.c:1104 ** ERROR:filedata.c:682:file_data_unref_debug: assertion

[Geeqie-devel] What needs to happen to get the release out the door?

2009-11-10 Thread Omari Stephens
It would be really nice to get 1.0 out the door, so folks can take advantage of the steps we've made in the past year-and-a-half. What things are blocking the release? What do we need to do to take care of those things? As for the "looking for translators and documentation writers" link on the

Re: [Geeqie-devel] Evidence based photo selection

2009-11-13 Thread Omari Stephens
Noah Slater wrote: > Hello, > > I use Geeqie to select photographs from very large collections, such as the > thousands I might take on a shoot. As it stands, run through the photographs > in > a directory, deleting the ones that I don't think should make it to the next > stage of the selection p

Re: [Geeqie-devel] Evidence based photo selection

2009-11-14 Thread Omari Stephens
The first stage of this is done. Patch attached. More comments inline and below. Omari Stephens wrote: Noah Slater wrote: Hello, I use Geeqie to select photographs from very large collections, such as the thousands I might take on a shoot. As it stands, run through the photographs in a

Re: [Geeqie-devel] Saving marks

2009-11-17 Thread Omari Stephens
Peter Falter wrote: > It seems that Marks are not saved when geeqie is quitted and switched > on again, right? > > This is an odd behavior, i recognized after marking around 180 > pictures in a folder with over 750 pics... > > Despite this not so nice "feature" of 1.0beta2 i like geeqie very

Re: [Geeqie-devel] Next development steps

2009-11-17 Thread Omari Stephens
Vladimir Nadvornik wrote: ::snip? SNIP!:: >> Yes, i agree, 1.0 should be released. What is missing for that ? >> > I thought we could improve the documentation first, but I agree that it is > not > a showstopper. > > I have also mostly implemented a script for converting the wiki to docbook > a

Re: [Geeqie-devel] Evidence based photo selection

2009-11-20 Thread Omari Stephens
Slowly chugging along. This patch includes "Increment"/"Decrement" buttons, and preliminary auto-advance (so when you click one of the buttons, it automatically advances to the next image). I'm halfway done with adding keyboard shortcut support; that'll probably be done before I go to sleep

[Geeqie-devel] Rate your images using geeqie!

2009-11-20 Thread Omari Stephens
r.h index 61dc4be..d24acf3 100644 --- a/trunk/src/bar.h +++ b/trunk/src/bar.h @@ -20,7 +20,8 @@ typedef enum { PANE_EXIF, PANE_HISTOGRAM, PANE_KEYWORDS, - PANE_GPS + PANE_GPS, + PANE_RATING } PaneType; typedef struct _PaneData PaneData; diff --git a/trunk/src/bar_rating.c b/trunk/src/bar_rat

Re: [Geeqie-devel] Rate your images using geeqie!

2009-11-21 Thread Omari Stephens
/geeqie/ratings/ratings.v5.full.patch.txt Cheers, --xsdg commit c49f2751dd0aac4f5c90e5399178ff84e7cfccca Author: Omari Stephens Date: Sat Nov 21 20:32:19 2009 + Add support for searching for Ratings diff --git a/trunk/src/bar_rating.c b/trunk/src/bar_rating.c index 80b972c..0898183

Re: [Geeqie-devel] Reduce size of thumbnail files

2009-12-26 Thread Omari Stephens
On 12/26/2009 10:07 PM, Wojciech Muła wrote: > Hi all! > > Single thumbnail file is quite small, but when we have bunch of them > it could be a problem; recently I discovered, that size of my > .thumbnails directory was 2GB. > > I've tested very simple method to reduce size of thumb pngs - before >

[Geeqie-devel] We need to release 1.0 before the end of January

2010-01-02 Thread Omari Stephens
Unfortunately, for whatever different reasons, we're having a lot of trouble pulling things together. Regardless of what the reasons are, we can't let this continue to kill the development momentum that geeqie's been building over the past many months. Consider that in June of 2009, there were

Re: [Geeqie-devel] svn -> git

2010-01-16 Thread Omari Stephens
On 01/16/2010 10:24 AM, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi, > > I think about the last break in into berlios. Principle that could also > happens to sourceforge. > > With a subversion repository all our work could be compromised and we > are not able to s

Re: [Geeqie-devel] Segfault on trying to view image

2010-01-28 Thread Omari Stephens
[cc+ zas] --xsdg On 01/29/2010 01:54 AM, Alex Dedul wrote: > Hi there! > > Hm, i was trying to do this bug report in bug tracker [1], but there > it was just deleted without explanations, so i'd like to discuss this > here then. > > I just downloaded this image [2] and here geeqie just segfaults

Re: [Geeqie-devel] Segfault on trying to view image

2010-01-29 Thread Omari Stephens
On 01/29/2010 01:31 PM, Alex Dedul wrote: > By the way, just noticed it writes this on the console > > pl...@plisk ~/dl/DC $ geeqie thefun.ru-britni-9-15.jpg > warning: exif tag Exif.Photo.ExifVersion has 0 elements, exif spec requests 4 > exif tag Exif.Photo.ExifVersion data size mismatch > warnin

[Geeqie-devel] 1.0?

2010-02-04 Thread Omari Stephens
It is now February. Geeqie has had no substantive feature checkins in 3 months. Please, please tag _something_ as 1.0 and kick it out the door so we can move on. Please. Seriously. --xsdg -- The Planet: dedicated an

Re: [Geeqie-devel] [PATCH] exif autorotate for proofs

2010-04-08 Thread Omari Stephens
Only a minor nitpick from me: I don't think you actually need the "rotated" temporary variable. Regardless, looks good to my eyes (of course, I have no say over what gets included or not :o) --xsdg On 04/02/2010 11:17 AM, Jonathan Woithe wrote: > Hi > > Find below a patch which adds auto-rotat

Re: [Geeqie-devel] bug in CMS?

2010-05-26 Thread Omari Stephens
On 05/26/2010 10:51 PM, Bartosz SKOWRON wrote: > hi guys, > > i've just bought a new LCD (EIZO S2433W) with pretty wide gamut. I use > gnome-color-manager to set the profile for the LCD. In Geeqie's > preferences I have turn on 'Use system screen profile if available' > and in the menu View -> Col

Re: [Geeqie-devel] Feature request: Toggle viewing button

2010-08-16 Thread Omari Stephens
On 08/16/2010 02:35 AM, Jeffery Small wrote: > > One thing that I would find to be a very useful addition to geeqie would be > a button that would toggle between the current picture and the last picture > viewed. If you select multiple images, when you cycle (by pressing spacebar/backspace, clicki

Re: [Geeqie-devel] Geeqie developemant stopped?

2010-09-07 Thread Omari Stephens
On 09/07/2010 01:14 AM, Милош Поповић wrote: > 1. I can see that last commit to SourceForge SVN was in May 2010. Are > you giving up with Geeqie? Dev on geeqie does seem to have stalled again. I haven't seen zas, Vladimir, or Klaus around the list in a long while. That said, I suspect that deve

Re: [Geeqie-devel] Issue/Error with move/delete files (Ubuntu 10.10, Geeqie 1.0)

2010-11-17 Thread Omari Stephens
On 11/16/2010 11:30 AM, Callan Jefferson Davies wrote: ::snip? SNIP!:: >- An example file would be : > > -rwxrwx--- 1 root bogglers 4.1M 2010-11-12 21:54 20101109-142128.JPG > >- If I delete file, a copy DOES appear in /home/callan/geeqie_trash >- But the file on my NAS is not removed -

Re: [Geeqie-devel] Geeqie editor checking write permission unnecessarily

2010-11-23 Thread Omari Stephens
On 11/18/2010 09:03 PM, Jared Henley wrote: > Hi, > > I have a use case where geeqie's checking for > write permissions on a directory is unnecessary and annoying. The behavior does sound like a bug. As it happens, there was a likely-related issue reported a couple days ago. That said, could you

Re: [Geeqie-devel] Issue/Error with move/delete files (Ubuntu 10.10, Geeqie 1.0)

2010-11-23 Thread Omari Stephens
On 11/18/2010 12:02 PM, Callan Jefferson Davies wrote: >>> - If I delete file, a copy DOES appear in /home/callan/geeqie_trash >>> - But the file on my NAS is not removed - I get an error 'external >>> editor returned error status - file delete failed' > > >> Is this the exact error message you g

Re: [Geeqie-devel] Geeqie developemant stopped?

2010-12-11 Thread Omari Stephens
On 12/11/2010 05:53 PM, Laurent Monin wrote: > Милош Поповић a écrit : >> 1. I can see that last commit to SourceForge SVN was in May 2010. Are >> you giving up with Geeqie? >> >> 2. Can you implement writing XMP to RAW files? As far as I know it can >> be done with ExifTools >> >> 3. Can Geeqie li

Re: [Geeqie-devel] [PATCH] optionally autorotate proofs

2010-12-12 Thread Omari Stephens
On 12/13/2010 01:31 AM, Jonathan Woithe wrote: >>> Around April 2010 I submitted a diff to the ML which adds auto-rotation to >>> proofs ... >> >> I already did, check >> https://github.com/zas/geeqie_zas/commit/c4e3c3ee6f8b80c43925b0d38b8bcfae71050c6a >> If the patch is the same, we are done. Than

Re: [Geeqie-devel] Keyword handling

2011-01-19 Thread Omari Stephens
On 01/14/2011 02:37 AM, Daniel Skorka (by way of Daniel Skorka ) wrote: > Hello list, > > I'm using geeqie 1.0 and have run into a problem. I used geeqie to tag > a bunch of images with my own keywords, that were saved to XMP info > inside the file. Saved and quit, so far everything's fine, when I

Re: [Geeqie-devel] geeqie & db integration

2011-01-20 Thread Omari Stephens
On 01/20/2011 08:09 AM, Zeus V Panchenko wrote: > Hi all, > > i'm new fan of geeqie. Before discovering geeqie i was using gqview > for a several years. > > i was testing all monster-not-depen graphics viwers in FreeBSD ports > collection and geeqie is the best featured for my workflow. > > while r

Re: [Geeqie-devel] geeqie & db integration

2011-01-20 Thread Omari Stephens
On 01/20/2011 08:33 AM, Zeus V Panchenko wrote: > Omari Stephens (x...@csail.mit.edu) [11.01.20 10:17] wrote: >> >> There was definitely discussion about using a database for image >> metadata. > > really not only image metadata but anything related to image, for > e

Re: [Geeqie-devel] feature request: RW2 raw files

2011-01-30 Thread Omari Stephens
On 01/29/2011 12:46 PM, Lars Täuber wrote: > Hi there, > > lately i realized that geeqie knows about Canon RAW files. Unfortunately the > RAW files from my Panansonic GH1 are unknown to it. > dcraw and ufraw understand the Panasonic raw format. The files end on .RW2 > and are based on TIFF like m

Re: [Geeqie-devel] Geeqie repositories

2011-02-13 Thread Omari Stephens
Having 10 different repositories doesn't do anyone any good. How about sending an email first so we're all on the same page? Currently, there are geeqie git repositories at: github (started by zas) sourceforge (ported from sourceforge svn by someone; I forget who, but they sent email to the lis

Re: [Geeqie-devel] Revisiting file_data_free: assertion failed: (fd->sidecar_files == NULL)

2011-03-05 Thread Omari Stephens
On 03/04/2011 11:04 PM, Michael Schwendt wrote: > Hello everyone! > > This post is related to Geeqie crashing in an assertion in file_data_unref > (see subject line). > > In addition to perusing more of the source code, I've received helpful --debug > output from a bug reporter, who can reproduce t

Re: [Geeqie-devel] zoom to fit

2011-03-06 Thread Omari Stephens
On 03/06/2011 05:46 PM, Lee Gold wrote: > The zoom to fit still does not work! Yes it does! --xsdg PS: You're going to need to include some more details about what you're trying and what happens when you try it for someone to be able to help. ---

Re: [Geeqie-devel] zoom to fit

2011-03-08 Thread Omari Stephens
er hand will zoom to fit the > window. > > This is based on actual experience doing the above. Try it! Edit->Preferences->Preferences->Image Enable "Allow enlargement of image for zoom to fit." --xsdg > > > > >> - Original Message - >>

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

2011-04-14 Thread Omari Stephens
On 04/14/2011 05:39 PM, Colin Clark wrote: > 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 fi

Re: [Geeqie-devel] Geeqie repositories

2011-04-25 Thread Omari Stephens
Hey, Klaus I just created an account on gitorious ("xsdg" as might be expected). Could you add me to geeqie-developers? Thanks, --xsdg On 04/15/2011 03:35 PM, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hello Vladimir, > > Am Fr den 15. Apr 2011 um 14:54 schrieb

Re: [Geeqie-devel] Geeqie repositories

2011-04-25 Thread Omari Stephens
Reply-to considered harmful 8) --xsdg -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial

[Geeqie-devel] Documentation and code standards

2011-05-02 Thread Omari Stephens
Howdy, all. It's time for a thought on code cleanliness 1) It's probably a good idea for us to start documenting the functions we write and the APIs we create. For one, it's a reminder to think about what specific problems the function/API is solving. Beyond that, it helps someone unfamiliar

[Geeqie-devel] On refcounting

2011-05-04 Thread Omari Stephens
Howdy, all I'm poking around with the marks code. Currently, marks are _really slow_ when you connect at least one mark to an image tag — when an image with no marks drops to zero refs, we lose track of what marks it may have, and on the next marks filtering op, we end up having to hit the XM

Re: [Geeqie-devel] Documentation and code standards

2011-05-05 Thread Omari Stephens
On 05/05/2011 07:50 AM, Colin Clark wrote: > Hi > Perhaps I could make some comments here not as a developer, but as a user. >> 1) It's probably a good idea for us to start documenting the functions >> we write and the APIs we create. For one, it's a reminder to think >> about what specific proble

Re: [Geeqie-devel] On refcounting

2011-05-07 Thread Omari Stephens
On 05/07/2011 09:20 AM, Vladimir Nadvornik wrote: > Hi, > > On St 4. května 2011, Omari Stephens wrote: >> Howdy, all >> >> I'm poking around with the marks code. Currently, marks are _really >> slow_ when you connect at least one mark to an image tag — w

Re: [Geeqie-devel] New behavior for alphabetical order?

2011-05-20 Thread Omari Stephens
Both of these problems sound like they stem from locale problems. Locale affects both sort order and default console charset. Try `echo $LANG` on both machines. --xsdg On 05/19/2011 11:40 PM, Raymond Ouellette wrote: > Québec, le 19 mai 2011 > > Hi, > > I was a long time user of GQview now usin

Re: [Geeqie-devel] Geeqie with Darktable

2011-10-23 Thread Omari Stephens
On 10/22/2011 03:38 PM, David Vincent-Jones wrote: > I am a new user and would like to use Geeqie as a manager for my images > in conjunction with the darktable editor. > > Image titles, tags and other exif data that I add to my images during > the raw conversion process are not included within the

Re: [Geeqie-devel] Geeqie with Darktable

2011-10-23 Thread Omari Stephens
d keywords to a selected > image group? Select all of the relevant images, and then right-click on a stored keyword. You should see the option "Add keyword to all selected images" near the top of the contextual menu. --xsdg > > David > > On Sun, 2011-10-23 at 21:20 +, Om

Re: [Geeqie-devel] Geeqie with Darktable

2011-10-27 Thread Omari Stephens
fferent rows which is annoying. > > Bottom line: I just need Geeqie to be able to read and sort incoming > exif aware images, hopefully using tags and ratings. > > David > > On Sun, 2011-10-23 at 21:20 +, Omari Stephens wrote: >> On 10/22/2011 03:38 PM, David Vincent-Jones wrot

Re: [Geeqie-devel] Geeqie with Darktable

2011-10-27 Thread Omari Stephens
Please keep replies on the mailing list. On 10/27/2011 05:25 PM, David Vincent-Jones wrote: > On Thu, 2011-10-27 at 08:49 +0000, Omari Stephens wrote: >> If you manually edit to, > Excuse my ignorance but where do I make this edit? I assume > that would be a global change. I me

[Geeqie-devel] [PATCH] Fix segfault when using a filename on the commandline

2012-02-26 Thread Omari Stephens
xsdg >From 4e29db57ca00952c7485758099034c058916331f Mon Sep 17 00:00:00 2001 From: Omari Stephens Date: Mon, 27 Feb 2012 06:02:02 + Subject: [PATCH] Fix segfault when a filename is specified on the commandline Somehow, the file-specified-on-commandline codepath developed a dependency on the options global, which hadn'

Re: [Geeqie-devel] Star Rating

2012-04-07 Thread Omari Stephens
ef enum { PANE_EXIF, PANE_HISTOGRAM, PANE_KEYWORDS, - PANE_GPS + PANE_GPS, + PANE_RATING } PaneType; typedef struct _PaneData PaneData; diff --git a/trunk/src/bar_rating.c b/trunk/src/bar_rating.c new file mode 100644 index 000..0898183 --- /dev/

Re: [Geeqie-devel] New development

2012-05-14 Thread Omari Stephens
I had sent a bugfix patch to the list, "[PATCH] Fix seghfault when using a filename on the commandline". Dunno if someone pushed that or not, but it should definitely be in any new release. --xsdg On 05/14/2012 05:22 PM, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 >

Re: [Geeqie-devel] xmp information

2012-06-15 Thread Omari Stephens
On 06/15/2012 05:53 PM, David Vincent-Jones wrote: > Is there any way to be able to display the xmp data (specifically > 'keywords') when I click on an image? I have to click on the xmp file > now to see the tags. It sounds like geeqie isn't associating the xmp sidecars with the images. Maybe pl

Re: [Geeqie-devel] [patch] fixes a crash on geeqie ~/foto.JPG

2012-06-19 Thread Omari Stephens
I'm pretty sure this is a problem that I found and created a fix for previously. See "[PATCH] Fix segfault when using a filename on the commandline" from 27 Feb 2012. If you have that change (or equivalent), it may mean my change was incorrect or incomplete, in which case I can take another lo

Re: [Geeqie-devel] XMP 'file' Display

2012-07-15 Thread Omari Stephens
And the answer is... --xsdg On 07/16/2012 02:26 AM, David Vincent-Jones wrote: > OK I finally found it! > > On Sun, 2012-07-15 at 12:11 -0700, David Vincent-Jones wrote: >> Is there any way that I can avoid Geeqie trying to display my .xmp files >> as if they were image files? -

Re: [Geeqie-devel] XMP 'file' Display

2012-07-16 Thread Omari Stephens
; Sorry Omari your cryptic answer is not clear. > > On Mon, 2012-07-16 at 02:47 +0000, Omari Stephens wrote: >> And the answer is... >> >> --xsdg >> >> On 07/16/2012 02:26 AM, David Vincent-Jones wrote: >>> OK I finally found it! >>> >&g

Re: [Geeqie-devel] Geeqie 1.1

2012-07-27 Thread Omari Stephens
On 07/27/2012 07:56 PM, Vladimir Nadvornik wrote: > Dne pátek 27 Červenec 2012 17:44:27 John Stoffel napsal(a): >> >> Can you give a summary of the differnces between the two branches? >> Maybe it would make sense to replace a 1.1beta patch release and a all >> the new features in a 2.0beta release

Re: [Geeqie-devel] assign keyword to group of images

2012-07-31 Thread Omari Stephens
On 07/08/2012 11:38 AM, Toni Mini wrote: > I was wondering if it is possible to assign the same keyword to a group > of images. Such as I have found in the documentation and by trying it > out myself, I can only assign the same keyword to one image at a time. You have to use the keywords pane (ctr

Re: [Geeqie-devel] Geeqie 1.1

2012-08-07 Thread Omari Stephens
On 08/07/2012 07:27 PM, John Stoffel wrote: > > vinit> The current version of geeqie1.1 that vladimir has putted, is > vinit> not been able to recognize the image files if the file names of > vinit> these file do not end with one of the standard image file > vinit> extension. I think the applicatio

Re: [Geeqie-devel] Next development

2012-08-13 Thread Omari Stephens
On 08/13/2012 06:10 PM, Vladimir Nadvornik wrote: > Hi all, > > Now, after 1.1 release it is time to focus on next development. > > As I wrote earlier, the next release will be 2.0. The main change will be Gtk3 > port, which I have mostly done. > > I also want to implement this: > > - GPU based sca

Re: [Geeqie-devel] Next development

2012-08-14 Thread Omari Stephens
On 08/13/2012 09:32 PM, David Vincent-Jones wrote: > > On 12-08-13 01:58 PM, Vladimir Nadvornik wrote: >> 16bit is necessary for editing. > Is there serious interest in *editing* in Geeqie? Not that I'm aware of; I'm pretty sure Vlad was merely contradicting my suggestion (and successfully). > M

Re: [Geeqie-devel] Next development

2012-08-16 Thread Omari Stephens
On 08/16/2012 03:07 PM, Vladimir Nadvornik wrote: > On Wednesday, August 15, 2012 07:38:25 AM David Vincent-Jones wrote: >> Is there an established goal, or set of goals, for Geeqie? If so where >> will I find them. >> If the direction is already clearly stated somewhere it should be much >> easier

Re: [Geeqie-devel] Next development

2012-08-16 Thread Omari Stephens
Vinit > > On Fri, Aug 17, 2012 at 12:48 AM, Vladimir Nadvornik <mailto:nadvor...@suse.cz>> wrote: > > Dne čtvrtek 16 Srpen 2012 17:46:37 Omari Stephens napsal(a): > > On 08/16/2012 03:07 PM, Vladimir Nadvornik wrote: > > > On Wednesday, August 15, 2012 07

  1   2   >