Thu Nov 1 00:05:23 CET 2001 Thierry FLORAC - tflorac@free.fr
Upgraded to gphotocoll-0.7.
Sun Sep 23 22:20:00 CET 2001 Thierry FLORAC - tflorac@free.fr
gpc_image.c, gpc_options.c : images thumbnails can now be stored on disk when an image is inserted or updated. Thumbnails are stored in a ".gpc" directory, with the same name as the original image ; conversion is done with "convert" command, from the ImageMagick package.
gpc_app.c : images notebook is handled a little differently, so that original pictures are displayed only when the corresponding notebook page is active.
thumbnails captions are now truncated if longer than thumbnails width.
Sun Sep 16 23:25:00 CET 2001 Thierry FLORAC - tflorac@free.fr
gpc_print.c : corrected bug in "internal_print_index" function : when film selection is changed while thumbnails printing has been required, the list of printed thumbnails could be incomplete.
added spanish translation, thanks to "Kronoman" (see AUTHORS).
Mon Jul 30 23:57:00 CET 2001 Thierry FLORAC - tflorac@free.fr
gpc_app.c, gpc_app_intf.c : in thumbnails view, added display of film pathname and of the number of images contained in it.
Thu Jul 19 22:21:00 CET 2001 Thierry FLORAC - tflorac@free.fr
upgraded to gphotocoll-0.6
gpc_app.c, gpc_print.[hc] : added printing functions of thumbnails and images.
Sat Jui 14 15:55:00 CET 2001 Thierry FLORAC - tflorac@free.fr
upgraded to gphotocoll-0.5.1.
gpc_app.c : corrected thumbnails creation function, to avoid extra memory consumption. Memory usage is really lowered now, so we can handle directories containing a high number of heavy images...
Mon Jun 18 22:55:00 CET 2001 Thierry FLORAC - tflorac@free.fr
upgraded to gphotocoll-0.5.
Fri Apr 20 22:15:26 CET 2001 Thierry FLORAC - tflorac@free.fr
gpc_app.c : added support for displaying thumbnails for every image included in a given film.
gpc_options.c : default command line to "Electric Eyes" tool have been set to "eeyes" instead of "ee", to follow Debian naming policy.
Wed Mar 28 23:15:06 CET 2001 Thierry FLORAC - tflorac@free.fr
gpc_app.c : fixed a memory link, which may be due to a bad handling method of GdkPixbuf/GnomeCanvasPixbuf references (missing gdk_pixbuf_unref !).
Wed Mar 26 22:13:06 CET 2001 Thierry FLORAC - tflorac@free.fr
gpc_app.c, gpc_film_infos.c, gpc_image_infos.c : modified functions to be able to record most windows positions and states. This seems to be handled differently by several window managers (best results obtained with SawFish ; KWM and Enlightenment seems to handle window positionning differently...).
Wed Mar 08 12:29:06 CET 2001 Thierry FLORAC - tflorac@free.fr
gpc_utils.[hc] : added "get_sql_float" function, to translate floating point values to SQL floating point values while taking care of national characters (replacing ',' by '.').
gpc_image.c : updated "gpc_image_infos_store" function to use previous function "get_sql_float" and avoid errors while adding pictures when LANG or LC_ALL is set to values like "fr_FR.ISO-8859-1".
many functions have been updated to avoid GTK warnings.
Sat Feb 17 01:03:31 CET 2001 Thierry FLORAC - tflorac@free.fr
gpc_app.c : when inserting a new film or updating an existing one, the default directory is now defined as the GPC repository instead of the working directory.
gpc_film.c, gpc_image.c, gpc_app.c : while inserting a new film or updating an existing one, filenames of images are now displayed into GPC status bar.
Thu Feb 01 01:15:17 CET 2001 Thierry FLORAC - tflorac@free.fr
gpc_app.c, gpc_query.c : replaced GpcQueryParamLib with _(GpcQueryParamLib), because these static strings were not translated correctly in GPC query dialog.
Mon Jan 15 23:43:07 CET 2001 Thierry FLORAC - tflorac@free.fr
Version 0.4 is released. Package name and included files have been renamed to "gphotocoll", to avoid any conflict with the "GNU Pascal Compiler".
Added menu entries and internal functions to just add a single image instead of a complete film. The corresponding film will be automatically created if needed.
Thu Nov 30 23:59:59 CET 2000 Thierry FLORAC - tflorac@free.fr
Version 0.3 is released.
Tue Nov 28 00:13:07 CET 2000 Thierry FLORAC - tflorac@free.fr
main.c : improved handling of database versions. GPC now exit correctly if you try to connect to a GPC database with an old version of GPC.
gpc_app.c, gpc_image.[hc], gpc_image_infos.[hc] : database table GPC_IMAGE have been modified to store new image properties : latitude, longitude, elevation, direction, pitch and roll.
gpc_film_infos.[hc], gpc_image_infos.[hc] : film and images properties are now "categorized" ; a small button in front of each category title can be used to hide or display properties related to the given category, to save space and to be able to show only used properties.
gpc.sgml : updated documentation.
Tue Nov 21 01:00:29 CET 2000 Thierry FLORAC - tflorac@free.fr
gpc_app.[hc] : added storage of last added directory. This directory is selected automatically when adding a new film.
gpc_app.[hc], gpc_film.c, gpc_image.c, gpc_options.c : added "gpc_repository" root path, to be able to store images relatively to this directory. This also enables sharing of images through a network with different mount points on different workstations.
main.c : added checking of the "repository" parameter. If this parameter is not set after connection, GPC preferences are automatically displayed ; GPC then exits if repository root dir is not defined correctly...
Tue Oct 10 23:10:01 CET 2000 Thierry FLORAC - tflorac@free.fr
Version 0.2 - First released version.