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

2015-08-11 Thread Michael Schwendt
On Tue, 11 Aug 2015 23:07:06 +0200, Uwe Ohse wrote: 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

[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] gQview feature lost : properties

2015-08-11 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Di den 19. Mai 2015 um 15:51 schrieb me...@gmx.fr: In the old gQview there was a properties feature in the right click on an image. I miss it in geeqie, when I have to check the size of a file after resizing it, for example. Here is a

[Geeqie-devel] Version 1.2.1

2015-08-11 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I released version 1.2.1 as a bugfix release. Regards Klaus - -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen kl...@ethgen.de Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0

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

2015-08-11 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Di den 11. Aug 2015 um 22:07 schrieb Uwe Ohse: 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