[gthumb] Created tag GTHUMB_2_11_4
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] Created tag GTHUMB_2_11_4
- Date: Tue, 29 Jun 2010 07:45:38 +0000 (UTC)
The unsigned tag 'GTHUMB_2_11_4' was created.
Tagger: Paolo Bacchilega <paobac src gnome org>
Date: Tue Jun 29 09:44:43 2010 +0200
version 2.11.4
Changes since the last tag 'GTHUMB_2_11_3':
A S Alam (1):
update Punjabi Translation
Andrej ŽnidarÅ¡iÄ? (8):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Bruno Brouard (2):
Updated French translation
Updated French translation
Christian Kirbach (3):
Updated German translation
Updated German translation
[i18n] Updated German translation
Christian.Kirbach (1):
Updated German translation
Christophe Bisière (4):
Fix some Gtk-CRITICAL messages generated by the list_tools extension
Move "Set as Desktop Background" item from "Tools" menu to right-click popup menu
Attach preferences to the "Rename files" dialog
Disable "Properties" context menu item when it does not make sense
Daniel Mustieles (7):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Gintautas Miliauskas (1):
Updated Lithuanian translation by Aurimas Ä?ernius.
Jorge González (1):
Updated Spanish translation
Jussi Kukkonen (1):
photo-importer: use maximized dialog on netbooks
Mario Blättermann (3):
Updated German translation
Updated German translation
[i18n] Updated German translation
Matej UrbanÄ?iÄ? (1):
Added sl for Slovenian translation
Matthias Hawran (3):
Bug 616454: crash after saving a crop with width or height of 1px
Picasa export dialog too big Maximize on small resolutions (netbook)
Use mtime to sort imported videos
Michael J. Chudobiak (34):
bumped gtk requirement to 2.18.0 (for gtk_widget_get_allocation)
updated mail list info in doap file
removed some unused thumbnailing code
added an optional rule-of-thirds grid to the crop tool, bug 618026
added golden sections cropping grid
updated the image editing part of the manual
more manual updates
removed manual section for the (purged) reset-exif tool
added mostly-empty import and export sections to the manual
make the help button functional in the rename-series tool
updated the rename-series section of the manual
updated the file deletion section of the manual
updated the file-copy and file-move sections of the manual
updated the write-to-disc manual section and added a help button
updated the desktop-wallpaper section of the manual
deleted some obsolete tool sections of the manual
moved the date format codes section of the manual
start of the docbook to mallard conversion
added the palette icon to the manual to make editing mode more obvious
document the thumbnail pane
added rename-series mallard docs
minor formatting error fixed
added missing file
added docs for the editing tools, and minor formatting fixes
minor formatting correction
minor text tweaks in rotation docs
added extensions documentation
mention the gimp shortcut in the manual
removed obsolete omf file
more docs migrated to mallard
added filtering documentation
nicer formatting, more white space in docs
migrated keyboard-shortcuts to mallard - needs updating though
updated docs to reflect bug 622614 fix (%F rename code)
Nils-Christoph Fiedler (1):
Upated LowGerman translation
Paolo Bacchilega (167):
Allow to run the application if clutter initialization fails
Give priority to gvfs preview icons over exiv2
use a smaller timeout to update thumbnails
do not add the file when the display_name is NULL
Adapt the import dialog height to the screen size
make gth_folder_tree_set_children() faster for big file lists
[organize files] added some padding to the group-by policy icon
added cogl command line options
[slideshow] added button actions
[slideshow] resize the image when the window changes size
[slideshow] use a simple slideshow if clutter is not available
Added ability to drag multiple files
do not select the folder after right-clicking on it
removed wrong function call
do not postpone selection if drag&drop is not enabled
disable drag&drop when the file list is used in a dialog
added drag&drop support to the folder tree
fixed file list double-click
unref the load data manually when the timeout is not used
fixed dragging from the tree view
Merge branch 'DnD'
temporarily select the folder to which the context menu referes to
use gth_main_get_all_entry_points to simplify the code
update the entry points in an idle callback
update the entry points in an idle callback in gth-browser as well
changed the name of a variable, to make the code clearer.
emit the signal in an idle callback
changed gth_folder_tree_get_iter to give priority to the entry points
simplified gth_main_get_all_entry_points()
get nearest entry point searching the uri with the shortest distance
kill the script process as well when stopping the thumb loader
fixed the loading icon visualization while loading the thumbnails
[thumbnailer] use the system scripts as last resource
set the error if no script is available
cancel the file list operation before closing the dialog.
[picasaweb] show a completed dialog after exporting
updated POTFILES.in
Fixed "Overwrite all files" and "Do not overwrite any file" options
force file type by content when browsing a cache
[picasaweb] added missing file
set a minimum size for the file viewer to avoid a crash
Fixed thumbnail updates in the file list
ignore allocation when the size is zero to make the code more robust
minor esthetic changes
changed spaces into tabs
do not call jcopy_markers_execute twice when using libjpeg8
show the "search results" catalog in the folder tree
save the partial result of a cancelled search as well
fixed folder creation
expand parent after folder creation
removed unused DEFAULT_MAX_FILE_SIZE
avoid duplicates in the history
added gsignature, to compute hash based signatures.
started work on a generic OAuth connector
added a key length argument to the g_compute_signature* functions
added a generic oauth connection class
started work on a photobucket consumer
fixed some compilation errors
fixed some function calls
[photobucket] big batch of changes
[photobucket] removed unused code
hide the export dialog when starting a new authorization process
added a general function to adapt dialogs to small screens
set local functions as static
[photobucket] implemented album creation and photo uploading
renamed G_SIGNATURE_ENC_STRING as G_SIGNATURE_ENC_HEX
[photobucket] fixed album url
[oauth] disabled debug messages
added missing extensions to the default list
updated POTFILES.in
[photobucket] fixed function name
started webalbum extension
Fixed crash when renaming and quickly hitting the Enter key
Merge branch 'master' into webalbums
[importer] use the current date as fallback value
Ignore properties with a 0x in the name, they are just junk anyway.
use accessor functions available in gtk 2.18
restored prevous lexer and parser
esthetic changes
added the album themes
added the web album dialog, changed the layout
renamed catalog-web-exporter as gth-web-exporter
esthetic changes
Ignore properties with a 0x in the name, they are just junk anyway.
removed Makefile.in from git
updated POTFILES.in
removed unused signal
[photobucket] fixed uninitialized variable warnings
[webalbums] get the selected files or all the files if no one is selected
[webalbums] added a prefix to the flex and bison functions
[webalbums] load and save the dialog preferences.
[webalbums] other work on the exporter
[overwrite dialog] display the file icon if the preview is not available
[webalbums] fixed other bugs in the exporter
[webalbums] added support for special codes in header and footer
[webalbums] restore the last footer
[webalbums] simplified the syntax, added caption iterator.
[webalbums] enahncements to the ClassicClips theme
[webalbums] added support for translatable strings.
[webalbum] added for_each_image_caption to the template format
[webalbums] changes to the ClassicClips theme
[webalbums] hide the command in the file menu for now
[webalbums] added a generic image_attribute_available function
[webalbums] removed unused tokens, renamed some tokens for clarity
sync the comment using the formatted value
filter metadata in the registration functions
allow to cancel the whole copy from the overwrite dialog
added the start condition to make the code clearer
[webalbums] fixed file sorting
[webalbums] implemented other exporter options
do not filter out the metadata with no display_name
style changes
[webalbums] fixed some themes
use m4 macros to define the extension rules
[webalbums] make the extension version follow the gthumb version
[webalbums] fix jpeg orientation
[webalbums] allow to interrupt the task
[webalbums] fixed layout issue for fluid indexes
[webalbums] renamed GthVar as GthAttribute
[webalbums] ignore empty attributes for the image caption
[webalbums] make the thumbnails bigger in NeatRound
[webalbums] layout fix for Classic[*] themes
set the gio overwrite dialog transient for the main window.
use m4 macros to define the extension rules
[webalbums] removed unfinished themes
[webalbums] made the theme syntax more poweful
[weblabums] ported the Wiki theme to the new syntax
Merge branch 'webalbums'
[webalbums] set better default values
Added a share tool menu on the toolbar
added the print command on the toolbar
added the scalable version of the share icon
updated the share icon to make it more saturated.
added script to update text.h automatically
updated POTFILES.in
updated the album theme format description file.
take the initial tag into account when doing a lossless rotation
apply the emebedded orientation when doing a standard rotation
removed wrong g_object_unref call
Implemented the confirm deletion option
implemented the "ask whether to save" option
load and save the crop dialog options
load and save the resize dialog options
added ability to select the aspect ratio in the resize tool
[resize tool] save and restore the size when using the percentage
updated the .doap file
added option to choose the thumbnail pane orientation.
do not change the thumbnails pane visibility after changing the layout
fixed window resizing issue
do not change the thumbnails pane visibility after changing the layout
allow to edit the metadata of many files at the same time
added the tag icon
do not delete the tags if not changed in the dialog
fixed memory leak
Register the content type instead of the mime type.
always use the generic _g_mime_type_is_image function
[resize] always save and restore the size
make the import preferences modal
[rename_series] the code %F returns the basename without extension
Fixed crash when using the red-eye removal tool
fixed build error when jpeglib.h is not available
always use the default width for the viewer sidebar
always show icons for web service entries.
set the print command as important, and find as not important
updated for version 2.11.4
updated POTFILES.in
updated POTFILES.skip
Petr Kovar (4):
Update Czech translation by Marek Cernocky
Update Czech translation by Marek Cernocky
Update Czech translation by Marek Cernocky
Update Czech translation by Marek Cernocky
Rene Pärts (3):
Estonian translation updated
Estonian translation updated
Estonian translation updated
Sira Nokyoongtong (1):
Updated Thai translation.
Stefano Pettini (3):
Added missing exif attributes to the file properties list
Added some aspect ratio in crop tools (bug 587787)
DateTimeOriginal not updated if Update comment date is set too
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]