-
zas_ committed revision 1870 to the Geeqie Image Viewer SVN repository, changing 1 files.
2009-11-13 18:37:31 UTC by zas_
-
Attached patch should do the fix.
2009-11-09 10:56:33 UTC by nijel
-
main.c: In function 'setup_sigbus_handler':
main.c:716: error: 'SA_SIGINFO' undeclared (first use in this function)
main.c:716: error: (Each undeclared identifier is reported only once
main.c:716: error: for each function it appears in.)
I tried to look at the source and solution to me looks like configure check for SA_SIGINFO and disabling SIGBUS if it is not found.
2009-11-08 20:30:45 UTC by nijel
-
I am waiting until exiv2 supports this in an unified way, see the roadmap for 1.0
http://dev.exiv2.org/projects/roadmap/exiv2
and these issues:
http://dev.exiv2.org/issues/show/505
http://dev.exiv2.org/issues/show/585
http://dev.exiv2.org/issues/show/601.
2009-11-07 21:51:29 UTC by nadvornik
-
zas_ committed revision 1869 to the Geeqie Image Viewer SVN repository, changing 1 files.
2009-11-07 21:31:23 UTC by zas_
-
Which version of geeqie and of gtk+ are you using ?
For your information, we have to use collation keys here since filenames are encoded in utf8.
Please show exactly what you get when sorting, and what you want using real examples of filenames.
Something like "i get : a c b ", "i want: a b c"
Filename sorting is not the same for gtk>2.8.0 than before:
#if GLIB_CHECK_VERSION(2, 8, 0)
2009-11-07 12:04:42 UTC by zas_
-
Oops; wasn't logged in when I posted that. Anyway, this appears to be a bug actually... just looked at the code and it's an easy fix:
around line 41 of filedata.c:
gint filelist_sort_compare_filedata(FileData *fa, FileData *fb)
{
...
if (options->file_sort.case_sensitive)
return strcmp(fa->collate_key_name, fb->collate_key_name);
else
return...
2009-11-07 09:43:19 UTC by thetrivialstuff
-
I hate "natural sort" with a passion. Why? Because it makes it impossible to find things. In a large directory with long filenames that are more or less random (but happen to be numeric-looking), natural sort results in a more-or-less random order. If my filenames have numeric strings that are many digits long, I have to count the number of digits before I can predict where the file I want is...
2009-11-07 08:47:26 UTC by nobody
-
It would be really nice if gqview would use the Gimp file format
plugins if they are detected. I know this is a major feature request
but writing an interface to the Gimp plugins would really pay off in
the long term for gqview and the whole open source community.
gqview would profit since it can show obscure and less obscure files
(.psd and .xwd come to mind) with the help of several...
2009-11-02 15:52:49 UTC by nijel
-
Jpeg files can contain section with comments on they own and it does need to use EXIF for that. Some tools also use this for storing comments. It would be good if geeqie would support this.
Originally reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=158010.
2009-11-02 15:50:45 UTC by nijel