- 19 Mar, 2007 2 commits
-
-
Paolo Bacchilega authored
2007-03-19 Paolo Bacchilega <paobac@cvs.gnome.org> [ gthumb 2.10.0 released ] * NEWS: * README: * configure.in: updated for version 2.10.0 svn path=/trunk/; revision=1493
-
Kjartan Maraas authored
2007-03-19 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation from Espen Stefansen. svn path=/trunk/; revision=1492
-
- 18 Mar, 2007 1 commit
-
-
Raivis Dejus authored
2007-03-18 Raivis Dejus <orvils@gmail.com> * lv.po: Updated Latvian Translation. svn path=/trunk/; revision=1491
-
- 16 Mar, 2007 2 commits
-
-
Michael J. Chudobiak authored
svn path=/trunk/; revision=1490
-
Michael J. Chudobiak authored
2007-03-16 Michael J. Chudobiak <mjc@cvs.gnome.org> * libgthumb/file-utils.c: (mime_type_is_tiff), (get_pixbuf_using_external_converter), (gth_pixbuf_new_from_uri): Use tifftopnm and pamscale to generate tiff thumbnails, to reduce memory usage for very large tiff files. Partially resolves bug 160460. Hopefully the gdk thumbnailing routines will be improved in the future, obsoleting this. svn path=/trunk/; revision=1488
-
- 14 Mar, 2007 2 commits
-
-
Paolo Bacchilega authored
2007-03-14 Paolo Bacchilega <paobac@cvs.gnome.org> * libgthumb/gth-file-list.c (gfl_set_thumbs_size): free the pixbufs cache when changing thumbnails size. svn path=/trunk/; revision=1487
-
Paolo Bacchilega authored
2007-03-14 Paolo Bacchilega <paobac@cvs.gnome.org> * src/gth-exif-data-viewer.c: removed the headers. * libgthumb/thumb-loader.c (thumb_loader_set_thumb_size): * libgthumb/thumb-loader.h: added function thumb_loader_set_thumb_size to change the size of the thumbnails. * libgthumb/gth-file-list.c (gfl_set_thumbs_size): use thumb_loader_set_thumb_size instead of creating a new thumb-loader. * libgthumb/gth-file-view-list.c: use small images when thumbnails are disabled. 2007-03-13 Paolo Bacchilega <paobac@cvs.gnome.org> * libgthumb/thumb-loader.c: removed unused function thumb_from_xpm_d * src/gth-exif-data-viewer.c (gth_exif_data_viewer_construct): hide the headers. svn path=/trunk/; revision=1486
-
- 13 Mar, 2007 2 commits
-
-
Ilkka Tuohela authored
svn path=/trunk/; revision=1485
-
Ilkka Tuohela authored
svn path=/trunk/; revision=1484
-
- 12 Mar, 2007 2 commits
-
-
Paolo Bacchilega authored
2007-03-12 Paolo Bacchilega <paobac@cvs.gnome.org> * src/dlg-redeye-removal.c (dlg_redeye_removal): * src/dlg-crop.c (dlg_crop): * src/dlg-scale-image.c (dlg_scale_image): * src/dlg-hue-saturation.c (dlg_hue_saturation): * src/dlg-brightness-contrast.c (dlg_brightness_contrast): * src/dlg-color-balance.c (dlg_color_balance): * src/dlg-posterize.c (dlg_posterize): Set modal flag on for dialogs that modify the current image. Fixes bug #417178 – saved image to the wrong file * NEWS: * configure.in: updated for 2.9.4 svn path=/trunk/; revision=1483
-
Jakub Friedl authored
2007-03-12 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech transation. svn path=/trunk/; revision=1482
-
- 10 Mar, 2007 1 commit
-
-
David Lodge authored
svn path=/trunk/; revision=1481
-
- 09 Mar, 2007 2 commits
-
-
Paolo Bacchilega authored
2007-03-09 Paolo Bacchilega <paobac@cvs.gnome.org> * src/main.c (folder_is_film): do not remove the scheme. * libgthumb/file-utils.c (resolve_symlinks): removed double g_strconcat call, added other comments. svn path=/trunk/; revision=1477
-
Paolo Bacchilega authored
2007-03-09 Paolo Bacchilega <paobac@cvs.gnome.org> * libgthumb/file-utils.c (resolve_symlinks): simplified the code, added some comments. svn path=/trunk/; revision=1476
-
- 08 Mar, 2007 6 commits
-
-
Paolo Bacchilega authored
2007-03-08 Paolo Bacchilega <paobac@cvs.gnome.org> * libgthumb/file-utils.c (resolve_symlinks): fixed memory leak. svn path=/trunk/; revision=1475
-
Paolo Bacchilega authored
2007-03-08 Paolo Bacchilega <paobac@cvs.gnome.org> * libgthumb/file-utils.c (resolve_symlinks): fixed links to absolute paths. svn path=/trunk/; revision=1473
-
Paolo Bacchilega authored
2007-03-08 Paolo Bacchilega <paobac@cvs.gnome.org> * libgthumb/file-utils.c: reimplemented resolve_all_symlinks to fix bug #159884. svn path=/trunk/; revision=1469
-
Jakub Friedl authored
2007-03-08 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech transation. svn path=/trunk/; revision=1468
-
Paolo Bacchilega authored
2007-03-08 Paolo Bacchilega <paobac@cvs.gnome.org> * src/main.c (reset_command_line_catalog): reset even when no arguments were specified. svn path=/trunk/; revision=1467
-
Paolo Bacchilega authored
2007-03-08 Paolo Bacchilega <paobac@cvs.gnome.org> * src/main.c: reset the startup location if it was set to the command line catalog. Fixes bug #98933 – Command Line collection should be deleted on startup if no files are passed as arguments * src/gth-browser.c: go to the catalog directory before activating the catalog. Fixes bug #407871 – Crash after deleting catalog file. svn path=/trunk/; revision=1466
-
- 07 Mar, 2007 2 commits
-
-
Paolo Bacchilega authored
2007-03-07 Paolo Bacchilega <paobac@cvs.gnome.org> * src/gth-browser.c: * libgthumb/gth-image-list.c: * libgthumb/gth-file-list.c: * libgthumb/gth-file-list.h: * libgthumb/gth-file-view.c: * libgthumb/gth-file-view.h: * libgthumb/gth-file-view-list.c: * libgthumb/gth-file-view-thumbs.c: moved the icons handling from the gth-file-view-* widgets to gth-file-list to avoid duplicated code. Use the icon associated to the file mime type instead of always using the "image/*" icon. svn path=/trunk/; revision=1465
-
Leonardo Ferreira Fontenelle authored
2007-03-07 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Igor Pires Soares <igor@projetofedora.org>. svn path=/trunk/; revision=1463
-
- 06 Mar, 2007 3 commits
-
-
Michael J. Chudobiak authored
2007-03-06 Michael J. Chudobiak <mjc@cvs.gnome.org> * data/gthumb.desktop.in: Added missing semicolon. svn path=/trunk/; revision=1462
-
Michael J. Chudobiak authored
2007-03-06 Michael J. Chudobiak <mjc@cvs.gnome.org> * NEWS: general updates * libgthumb/jpegutils/jpegtran.c: (jpegtran_internal): * libgthumb/jpegutils/transupp.c: (jcopy_markers_exif), (jcopy_markers_execute): * libgthumb/jpegutils/transupp.h: Do not write a JFIF marker when it conflicts with the EXIF marker. Patch by Jef Driesen. svn path=/trunk/; revision=1460
-
Michael J. Chudobiak authored
2007-03-06 Michael J. Chudobiak <mjc@cvs.gnome.org> * data/gthumb.desktop.in: "Application" is not a valid category. Added some valid freedesktop categories. svn path=/trunk/; revision=1459
-
- 05 Mar, 2007 2 commits
-
-
Michael J. Chudobiak authored
2007-03-05 Michael J. Chudobiak <mjc@cvs.gnome.org> * src/dlg-crop.c: (dlg_crop): The crop ratio was initialized incorrectly. The last custom w/h settings defined the crop ratio, even when custom mode was not the initial mode. Fixes bug 389872. svn path=/trunk/; revision=1457
-
Paolo Bacchilega authored
2007-03-05 Paolo Bacchilega <paobac@cvs.gnome.org> * libgthumb/gth-file-view-list.c (gfv_remove): implemented "remove" for the list view (#389590). svn path=/trunk/; revision=1456
-
- 04 Mar, 2007 3 commits
-
-
Michael J. Chudobiak authored
2007-03-04 Michael J. Chudobiak <mjc@cvs.gnome.org> * NEWS: general updates * src/dlg-photo-importer.c: (save_image), (ok_clicked_cb): Unescape destination folder URI when saving, because the save functions are strictly local (non-URI). Bug 414665. svn path=/trunk/; revision=1453
-
Paolo Bacchilega authored
svn path=/trunk/; revision=1451
-
Paolo Bacchilega authored
2007-02-27 Paolo Bacchilega <paobac@cvs.gnome.org> * data/gthumb.applications: removed svn path=/trunk/; revision=1450
-
- 03 Mar, 2007 2 commits
-
-
Gabor Kelemen authored
2007-03-03 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=1448
-
Amanpreet Singh Alam authored
svn path=/trunk/; revision=1447
-
- 02 Mar, 2007 1 commit
-
-
Michael J. Chudobiak authored
2007-03-02 Michael J. Chudobiak <mjc@cvs.gnome.org> * data/Makefile.am: * data/gthumb.applications: * data/gthumb.desktop.in: Removed application-registry cruft. Added image/svg+xml mime type. svn path=/trunk/; revision=1445
-
- 01 Mar, 2007 1 commit
-
-
Stéphane Raimbault authored
2007-03-01 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Fixed French translation by Christophe Bliard. svn path=/trunk/; revision=1444
-
- 28 Feb, 2007 1 commit
-
-
Jakub Friedl authored
2007-02-28 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech transation. svn path=/trunk/; revision=1438
-
- 27 Feb, 2007 2 commits
-
-
Jakub Friedl authored
2007-02-27 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech transation. svn path=/trunk/; revision=1433
-
Paolo Bacchilega authored
2007-02-27 Paolo Bacchilega <paobac@cvs.gnome.org> * libgthumb/file-utils.c (get_file_mime_type): Fixed bug #412444 – fix build with gcc 2. Patch by Jens Granseuer. svn path=/trunk/; revision=1430
-
- 26 Feb, 2007 3 commits
-
-
Paolo Bacchilega authored
2007-02-26 Paolo Bacchilega <paobac@cvs.gnome.org> * src/gth-browser.c (dir_list_started_cb): change message to "Getting folder listing..." svn path=/trunk/; revision=1429
-
Paolo Bacchilega authored
2007-02-26 Paolo Bacchilega <paobac@cvs.gnome.org> * libgthumb/file-utils.c (get_uri_display_name): unescape the catalog path for display. svn path=/trunk/; revision=1428
-
Paolo Bacchilega authored
2007-02-26 Paolo Bacchilega <paobac@cvs.gnome.org> [ gthumb 2.9.3 released ] * configure.in: updated to 2.9.3 * NEWS: updated svn path=/trunk/; revision=1424
-