1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Gnomad2
Written by:
Linus Walleij <triad@df.lth.se>
It is no secret that parts of the Gnomad2 code was
greatly inspired by gFTP-GTK by Brian Masney. Thanks
Brian! (I also looked at several other GTK+ programs
in order to figure out how things worked.) Some call
this style "Midnight Commander Style", or "Norton
Commander Style". Some believe user interfaces like
this totally sucks.
Of course Gnomad2 draws on the collected works of:
* The GTK+ project
* The GNOME project
* The libnjb project
* The id3lib project
* The libmtp project
The mp3file.c lifts heavily from gtkpod, which in
turn borrow stuff from all kind of projects.
|