-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi,

Am Do den  5. Mai 2011 um  8:50 schrieb Colin Clark:
> What I find missing is high-level documentation, not low-level. An
> overall description of the way the system is organised and how the
> main functions and structures should be used.

True.

> But in my experience, programmers won't produce documentation even
> when they are being paid to do it,

Partly true. I think documentation is possible. Its not a nice job to do
but it is possible and has its effort.

> Line length was important to me when I used 72-character terminals
> nearly half a century ago. Now I use a visual editor with line-wrap
> enabled. No matter what size window I use, the code is readable.

Also just partly true.

Line length is not that important as it was in the past due to wrapping
editors.

However, it might be important as wrapping do not produce that readable
code than manual wrapping can produce. For example if you have a if
construct with many conditions it might be error prone to read it if you
use automatic wrapping. If you break this expression manual you can
group them together in logical parts.

> But I do find it very surprising that Geeqie has a non-standard
> coding format. Layout consistency could be achieved if the
> developers selected a standard format - maybe Allman or Whitesmith -

I do not know Allman or whitesmith without using google. But do you hear
about Gnu-Style or Kernigan-Richie-Style?

I think we are pretty near to the Gnu-Style.

> and run all code through a code beautifier before putting it in the
> repository.

Bad idea as the current code would be globally changed. So that could
only help for new code.

However, with the most common code beautifiers you can define the style
pretty flexible.

> Would it be possible for source tars (or even .deb files) of the
> latest files to be put on the Geeqie homepage on sourceforge? Is it
> possible for this do be done automatically whenever one of the git
> repositories is updated?

https://gitorious.org/geeqie/geeqie/archive-tarball/master

You can find that link if you look at the log of a branch on the right
side.

> I would also encourage the developers to try to make Geeqie at least
> as good as GQview. There are two problems where I find GQview is
> significantly better than Geeqie:
> 
> During copy/move/rename there is no thumbnail displayed when there
> is a destination file conflict (I've made a patch to do this, which
> is ok for me, but it is a poor technical solution to the problem).

Jup, that I was annoyed about once myself. Just post your patch, maybe
it can be used.

> When I work with folders containing several thousand files, any
> operation on the files results in the view scrolling away from the
> area I am working on. I guess this is the same as bug *3107316*, and
> I assume it's because of gtktreeview being updated in the idle loop.

That I am not the right person about. I was not diving into this part of
geeqie too much.

There is also one or two other but I did mention about them in earlier
mails.

> But whatever, when I'm doing this kind of work I have to switch back
> to GQview!

I did myself. However, as I pushed myself to not doing that, I can
normally work well with geeqie. ;-)

There is just one case I use an other tool -- xv -- is to view images
the fast way as there is no other application than xv out in the wild
that is that fast. (See also my own work on xv[0].)

Regards
   Klaus

[0] http://www.ethgen.ch/cgi-bin/gitweb.cgi?p=xv.git
- -- 
Klaus Ethgen                            http://www.ethgen.ch/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <kl...@ethgen.de>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEVAwUBTcJ9K5+OKpjRpO3lAQr8xQf/UWLrC6jl/mmkNC1fKlnb9WeQ/FWexGa6
zeS7l6QiBz2SUEZSnZemLTI3KdludNfeDJPSmt1f95iCfqwI3VtDff5S8HxPX0l1
88svQLI1hYTrb+0kTGMELyDPYXpwdEiQm1BuJCDpzFTKcauo5AWQ6LHw7gSV3Cx+
tpKQxlzS4et2w6P+Wpcb3A6BUs10RE61UQgPTGbmlw3w+fFpH2X8y02X+/d4l/4v
ghJl+AkQjH2F6bdHPLtQsG2t1ilXfW9+CJaKGVa75ijmido/IwXWWomLiY4csISW
vI2eLFNInX4ESuwuJ5s6LXCzpbRZocR/5y2QE244OjwlG2jpA3ygaA==
=eYQ/
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to