[frogr] Created tag RELEASE_0.6



The unsigned tag 'RELEASE_0.6' was created.

Tagger: Mario Sanchez Prada <msanchez igalia com>
Date: Sat Aug 13 00:40:56 2011 +0200

    Release 0.6

Changes since the last tag 'RELEASE_0.5':

Andrej ÅnidarÅiÄ (2):
      Updated Slovenian translation
      Updated Slovenian translation

Bruno Brouard (4):
      Revert "Updated Spanish translation"
      Updated French translation
      New french doc translation
      Updated French translation

Christophe Fergeau (6):
      spec: remove explicit BuildRoot handling
      spec: use .xz tarball
      spec: fix BuildRequires/Requires
      spec: fix installation of .mo files
      spec: add %post/%postun hooks
      spec: document why we need Requires: gvfs

Claude Paroz (1):
      Updated French translation

Daniel Korostil (2):
      Uploaded Ukranian
      Uploaded Ukranian

Daniel Mustieles (15):
      Updated Spanish translation
      Added Spanish translation
      Some typos fixed (bug #651527)
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Djavan Fagundes (1):
      Updated Brazilian Portuguese translation by Flamarion Jorge <jorge flamarion gmail com> and myself

Ignacio Casal Quinteiro (1):
      about dialog: Use license-type instead of license property. Fixes bug #651230

Joaquim Rocha (3):
      Open image in default image viewer
      Use GtkActions instead of manually defined widgets (#653860)
      Open a picture in the external viewer from the main view (#653993)

Joe Hansen (1):
      Updated Danish translation

Marek Äernockà (25):
      Updated Czech translation
      Updated Czech translation
      Added Czech language
      Czech translation
      Czech screenshot
      Updated Czech translation
      Updated Czech screenshot
      Updated Czech translation
      Czech screenshot
      Czech screenshot
      Updated Czech screenshot
      Updated Czech screenshot
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech screenshot
      Updated Czech screenshot
      Updated Czech translation
      Updated Czech screenshot
      Updated Czech screenshot
      Updated Czech translation
      Czech screenshot

Mario BlÃttermann (10):
      [l10n] Updated German translation
      [l10n] Added German doc translation
      [l10n] Updated German translation
      [l10n] Updated German doc translation, added screenshots
      [l10n] Updated German doc translation
      [l10n] Deleted figures in en_GB translation because they are duplicates from original
      [l10n] Updated German translation
      [l10n] Updated German translation
      [l10n] Updated German translation
      [l10n] Updated German doc translation, added new screenshots

Mario Sanchez Prada (126):
      Prepare for the next release
      Fix segfault when no valid uris are passed via command line.
      Updated manpage to use "uri" instead of "path"
      Resize text area in when resizing the 'edit details' dialog (#651229)
      Use GTK_API_VERSION_3 and avoid defining unused variables (license)
      Use libsoup-gnome instead of plain libsoup when available.
      Raise libsoup minimum version up to 2.26 (from 2.24)
      Support for using the GNOME general proxy settings (#644841)
      Ignore the "use gnome proxy" feature if not using libsoup-gnome
      Print the right (debug) output when using proxies
      Do not show the "Use GNOME proxy settings" option when not available.
      Fake functions in FrogrConfig when not using libgnome.
      Changed libsoup variant names to just 'gnome' and 'plain'.
      Changed platform names to GNOME and MacOSX
      Simplify code and logic setting the proxy
      Removed the need of having the m4 directory manually added to frogr.
      Added spanish language to help/Makefile.am
      Added 'Contents' option to 'Help' menu
      Add /gnome-doc-utils.make to EXTRA_DIST and DISTCLEANFILES
      Add help files to frogr.spec file
      Use --force with gnome-doc-prepare
      Do not set Wall, g0 and 02 flags in release builds
      Updated FSF address in source headers
      Remove en_GB files from help, since they will be autogenerated.
      Do not compile flicksoup as a static library, but as part of frogr.
      Fixed issues in copyright headers (user GPL and LGPL appropriately).
      Changed wording in the license about flicksoup.
      Changed wording about flicksoup in README file.
      Updated header in flicksoup.h
      Added LGPLv3 COPYING file under src/flicksoup and updated README
      Back to compiling flicksoup as a static library and link it from frogr.
      Added 'Lesser' to source headers where missing
      Place the GNOME general proxy option inside the layout table
      Do not use deprecated classes Gtk{H|V}Box anymore
      Rename frogr_util_open_url_in_browser to frogr_util_open_uri.
      Use frogr_util_open_uri in _on_picture_button_clicked
      New function: frogr_util_open_multiple_uris
      Minor fixes in frogr.spec
      Ooops... use deprecated classes Gtk{H|V}Box for GTK2
      Change required version of gnome-doc-utils down to 0.10.13
      Added missing 'â' in the glade file
      Fixed issues in the Mac after switching to GtkActions.
      Fixed typo: 'quit_menu' -> 'quit_menu_item'
      Allow removing similar descriptions from multiple pictures (#653991)
      Fix issues with previous commit
      Update sensitiveness of options when selection changes
      Fix issues opening multiple images in the default viewer from frogr.
      Enable opening multiple pictures from details dialog
      Disable horizontal scrollbars in main view's icon view.
      Use better thumbnails for pictures, that is, bigger ones (#653994)
      Optimized usage of memory handling pixbufs internally.
      Horizonal policy for scrollbars set back to AUTOMATIC
      Properly handle errors loading pictures for details dialog
      Added fsp_session_set_license_* () functions to FspSession.
      Added test for setLicense in examples.c
      FrogrController to deal with setting licenses when needed
      Renamed FSP_LICENSE_UNKNOWN to FSP_LICENSE_NONE
      Fixed problem in configure.ac
      Allow setting license type from the details dialog (#653990)
      Allow loading/saving default license type into config
      Changed organization of the details dialog
      Removed expanders from details dialog
      Reduced thumbnail in details dialog to 180x180 maximum
      Allow defining default license in settings dialog
      Use default license when loading  new FrogrPicture's
      Fixed issue in the glade file: wrong use of image
      Don't use padding for thumbnail in details dialog
      Fixed wrong translatable strings
      Fixed critical message in comparison function
      Moved 'other options' to a new 'Misc' tab in settings dialog
      Do not use GtkComboBoxText if GTK < 2.24
      Back to requiring GTK+ 2.14 instead of 2.16
      Changed license desciption
      Back (yes, again) to requiring GTK+ 2.16 instead of 2.14
      Minor improvements in frogr-util.[ch]
      Don't use static variables for GAppInfo instances
      Use stable versions in GTK_CHECK_VERSION
      Use GAppInfo in frogr_util_open_uri ()
      Use _() instead of gettext ()
      Updated translatable strings
      Renamed variable to a better name
      Keep track of when the progress dialog is showing.
      Control authorization process with timeouts (#644840)
      Free memory in the right place
      Adjusted timeouts in the controller.
      Renamed private variable 'cancellable' to 'last_cancellable'
      Updated TODO file
      Listed the addition of a new user manual in the NEWS file (#651337)
      Fixed segmentation fault because of using GAppInfo stuff
      Use static variables for caching instances of GAppInfo
      Fixed bug in comparison function for strings
      Explicitly set padding and spacing in the icon view
      Added Joaquim to AUTHORS file
      Avoid potential problems by creating m4 dir upfront
      Minor fix in configure.ac
      Updated debian/control file
      Updated version in Info-frogr.plist
      Updated gtk+ version in README file
      Added new names to TRANSLATORS file.
      Updated headline in flicksoup's COPYING file
      Use GtkImageMenuItem and stock icon for 'Help' menu item
      Updated NEWS file
      Updated frogr.spec
      Updated debian/changelog
      Fixed bug changing from manual proxy to using the GNOME one
      Fixed typo and trailing whitespaces in user manual.
      Removed common-problems page in user Manual.
      Updated figures in user manual for the base language (C).
      Minor changes in README file
      Always fetch account related information in _fetch_everything().
      Added libsoup-gnome-dev dependency to debian/control
      Fixed wrong path in debian/rules
      Fixed wrong comment
      Added gnome-doc-utils to debian/control and frogr.spec
      Added support for "ghelp:" URIs to frogr_util_open_uri()
      Use frogr_util_open_uri instead of gtk_show_uri for help URIs
      Updated comment in frogr.spec
      Raised glib minimum version up to 2.22
      Added libgtk-3-dev to debian/control
      Updated README file. Unforgivable mistake
      Do not show again the auth dialog if timed out (#644840)
      Update the THANKS file to include Quinn Dombrowski.
      Updated TRANSLATORS file
      Updated NEWS file
      Changed frogr.spec to use *-0 releases instead of *-1
      Frogr 0.6 released

Matej UrbanÄiÄ (4):
      Updated Slovenian translation
      Updated Slovenian translation
      Added sl for Slovenian translation
      Updated Slovenian translation

Pierre-Yves Luyten (4):
      Initial skeleton for writing a user manual for frogr.
      Fix broken build system integrating the new help files.
      Updated user manual for release 0.6 of frogr.
      Spelling mistake on edit-pictures help page

SaÅa BatistiÄ (2):
      Updated Slovenian translation
      Updated Slovenian translation

Yuri Myasoedov (4):
      Updated Russian translation
      Updated Russian translation
      Added Russian help translation
      Fixed Russian help figures



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]