Re: [Geeqie-devel] Version 1.2.1

2015-08-12 Thread Uwe Ohse
448df741e0ce7642c8bed2c12ae872fe05650d86 Author: Uwe Ohse u...@ohse.de Date: Wed Aug 12 22:59:14 2015 +0200 really update to 1.2.1 diff --git a/ChangeLog b/ChangeLog index 1214971..1ad1734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +commit 75812f64fe5f5e548f9c55f033f94cf5264a7912 +Merge: 4749987

[Geeqie-devel] Bad optimization in renderer-tiles.c

2015-08-11 Thread Uwe Ohse
Hello, in src/renderer-tiles.c there is a really bad optimization, starting at about line 1336 (current qeeqie.org git): 1336 else if ((pr-zoom == 1.0 || pr-scale == 1.0) 1337 pr-aspect_ratio == 1.0 1338 !has_alpha 1339 orientation

Re: [Geeqie-devel] metadata database (was: Re: Next development)

2012-09-04 Thread Uwe Ohse
On Fri, Aug 24, 2012 at 12:06:05AM +0200, Vladimir Nadvornik wrote: I think that for normal operation, the timestamps can be compared per directory, at the end of filelist_read_real() function. The filelist there contains up-to date content of the directory, so you need just one

[Geeqie-devel] metadata database (was: Re: Next development)

2012-08-23 Thread Uwe Ohse
On Sat, Aug 18, 2012 at 10:27:28PM +0200, Vladimir Nadvornik wrote: http://www.mail-archive.com/geeqie-devel@lists.sourceforge.net/msg00356.html 1. i'd rather leave out the timestamp in the directory table. One still has to search the sub directories anyway. This information does not

Re: [Geeqie-devel] Next development

2012-08-17 Thread Uwe Ohse
On Mon, Aug 13, 2012 at 08:10:08PM +0200, Vladimir Nadvornik wrote: one possibly heretical suggestion: video view. These days most digital cameras have some kind of video function. - sorting by exif date (this will requiure some sort of metadata caching) That certainly needs some kind of