[frogr] Created tag RELEASE_0.7



The unsigned tag 'RELEASE_0.7' was created.

Tagger: Mario Sanchez Prada <msanchez igalia com>
Date: Tue May 22 02:27:29 2012 +0200

    Release 0.7

Changes since the last tag 'RELEASE_0.6.1':

Alberto Garcia (1):
      Create the license type combo box when using GTK+ < 2.24

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

Bruno Brouard (4):
      Updated French translation
      Updated French doc translation
      Updated French translation
      Updated French translation

Christophe Fergeau (7):
      fix use after free in _fetch_account_info_cb (#656519)
      fix memory leaks (#656519)
      fix generation of default icon list (#656519)
      add fsp_session_set_location_async
      add frog_picture_[gs]et_location
      read GPS information from EXIF
      send geolocation data if available

Daniel Mustieles (9):
      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

Fran DiÃguez (2):
      Updated Galician translations
      Updated Galician translations

Ignacio Casal Quinteiro (2):
      Add primary-toolbar style.
      Prefer dark theme. Fixes bug #656448

Joe Hansen (1):
      Updated Danish translation

Jorge GonzÃlez (1):
      Updated Spanish translation

Kevin Brubeck Unhammer (1):
      Added Norwegian Nynorsk translation

Kjartan Maraas (3):
      Added Norwegian bokmÃl translation
      Added nb
      Updated Norwegian bokmÃl translation

Marek Äernockà (4):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Mario BlÃttermann (4):
      [l10n] Updated German translation
      [l10n] Updated German translation
      [l10n] Updated German translation
      [l10n] Updated German doc translation

Mario Sanchez Prada (164):
      Prepare for the next release
      Just use 'open' always for opening URLs in the Mac
      Force the config directory to be named 'frogr'
      Changed error message for timeouts authorizing.
      Fixed typo
      Store the max allowed size for a picture in FrogrAccount.
      Moved _get_datasize_string to frogr-util, so others can use it.
      Show error if bigger than max filesize for the account (#656466).
      Fix coding style
      Fixed wrong condition to keep a GSource busy
      Improved the way that operations are chained.
      Renamed FspLocation to FspDataLocation.
      Added new location specific errors to FspError
      Allow configuring the option to send location information.
      New bool property in FrogrPicture for sending location info.
      Add option for sending location data to details dialog
      Fixed memory corruption when loaded pictures are too big.
      Actually send location only if the user wants to.
      Fixed typo in function name.
      Fixed bug in fsp_data_copy().
      Don't retrieve the main view's model until needed.
      Fix severe bug in frogr_picture_set_location()
      Don't store the FspLocation as private atribute in the loader
      Set 'primary-toolbar' for GTK3 only, through code instead of XML
      Fixed bug extracting GPS coords from Exif data
      Changed translatable string
      Updated doap files: added release tarballs and bugzilla URL
      Mention code taken from tracker in README and header.
      Allow automatic import from tags from XMP metadata.
      Avoid needing to remove trailing '</rdf:li>' elements
      Reducing the base string to compare when looking for tags
      Fix HUGE memory leak loading thumbnails for details window
      Removed wrong parenthesis
      Fix tags importation to work better with some apps (e.g. f-spot)
      Removed extra empty lines
      Improved how tags are imported from XMP
      Refactor some code into helper functions
      Merge branch 'frogr-0.6.x'
      Updated frogr.doap with tarball from last 0.6.1 release
      Updated frogr.spec file
      Added new widget to support autocompletion in a centralized way.
      Use the new FrogrLiveEntry widget in 'details' and 'add tags' dialogs.
      Renamed 'tag' to 'entry'
      Don't unref GtkEntrycompletion on dispose (handled by GtkEntry)
      Unref GTK builder on dispose() instead of finalize()
      Move state_description from model to the main view
      Init main model's state description in the right place
      Fix issue fetching information after changing proxy settings
      Removed unused 'description-updated' signal.
      New FrogrLocation class
      Use the new class FrogrLocation instead of FspDataLocation
      Rearranged code to avoid statements if unused
      Fixed wrong installation of PROP_LONGITUDE in FrogrLocation
      Fixed wrong assignment in class_init
      Install PROP_LICENSE in FrogrPicture (code removed by mistake)
      Made location an object property for pictures, not a pointer
      Rearranged code in FrogrPicture
      Renamed 'set' to 'photoset' all around.
      Made photosets and groups properties of FrogrPicture
      Don't unref the pixbuf when placing it into the list store.
      Avoid unneeded calls to g_object_ref / g_object_unref
      Simplified frogr_picture_set_photosets|groups()
      Keep the config dir as atribute in FrogrConfig
      Fixed memory leak
      Pass FspSession to internal helper functions
      Rename _get_signed_query() to _get_signed_url()
      Added new dependency: libgcrypt (needed for OAuth)
      Added support for storing a 'token secret' in FspSession
      Added support for OAuth in FspSession. Still using the old API.
      Removed extra call to g_object_unref
      Replaced boolean parameter by enum in FspSession
      Add support for token's secret in FspData
      Small change in localizable string for default errors
      Implemented 1st phase of authorization process in terms of OAuth.
      Get rid of the 'frob' in FspSession
      Fixed mistake in g_return_val_if_fail, in FspSession
      Added missing includes in frogr-util
      New helper files for GTK compatibility, to avoid if-defs all over the place.
      Fixed unlocalized string
      New widgets in auth dialog to enter verification code
      Implemented 2nd phase of authorization process in terms of OAuth.
      Validate verification code before accepting it from the user
      Do not force flicksoup to always ask for 'write' permissions.
      Add support for OAuth tokens in FrogrAccount and FrogrConfig
      Properly use OAuth tokens in FrogrController
      Migrated to OAuth all the other methods in FspSession, with the     exception of the 'upload' methods, which requires more work.
      Do not use 'oauth' prefixes in FrogrAccount and FrogrConfig
      Use simple versioning system for storing settings and accounts
      Provide API for setting/getting the version for a FrogrAccount
      Provide API for setting the version of the settings file
      Use an XML attribute for versioning, rather than a node
      Migrating the 'upload' operation to OAuth
      Do not set 'oauth_token' in every caller of _get_signed_url()
      Removed unused define (FLICKR_API_AUTH_URL)
      Fixed OAuth related issues while uploading pictures.
      Add API in FspSession to exchange an old token for a new one
      Store on disk the actual version of a specific account
      Seamlessly upgrade the active account from the old API to OAuth
      Avoid having to specify the GET http method all the time
      Use setter functions for token and secret in FspSession
      Minor cleanup in FrogrConfig and FrogrAccount
      Fix issues upgrading the old credentials to the new ones.
      Renamed variable in FrogrController
      Centralize handling of errors from FspSession in _handle_flicksoup_error
      Avoid extra call to frogr_config_save_accounts ()
      Fix issues initializing the active account.
      Reorganize picture attributes in details and settings dialogs
      Add new tags added locally to the auto-completion feature (#658120)
      Add option to allow using or not the dark theme for GTK >= 3.2
      Ensure messages are always written in 'positive'
      Updated examples.c to the new authentication API
      Avoid duplicating too many strings when storing local tags
      Migrate 'checkToken' method to OAuth
      Get rid of code previously taken from libsoup, in FspSession
      Use DEBUG for printing the base string for signing
      Fix issues with encoding with new pictures and photosets
      Updated flicksoup examples to help check things in a better way.
      Replace wrong call to g_object_unref with fsp_data_free
      Added API to FspSession to get the location for a picture.
      Add examples for setLocation and getLocation new API
      Updated NEWS file
      Fixed strings in settings dialog
      Move checkbox to select dark themes to the settings dialog
      Properly handle response for the settings dialog
      Improved the textual information in the status bar
      Fixed memory management issue in FrogrPictureLoader
      Updated copyright headers and authorship
      Remove extra (and wrong) const modifiers
      Only allow using the dark theme for GTK+ 3
      Add mising CFLAGS in src/example/Makefile.am
      Place the 'accounts' and 'authorize' menu items in the application menu for OSX
      Redesign the menu bar in GNOME too to prepare frogr for the global menu in GNOME Shell.
      Don't reference GtkComboBoxText if GTK+ < 2.24
      Hide the new 'frogr' menu in OSX
      Small redesign of the 'Frogr' menu
      Improved the way pictures are scaled
      Update string in authorization dialog
      Updating frogr documentation (help contents).
      Setup keyboard shortcuts for menu items
      Stop using gdkkeysyms-compat.h and use the new symbols instead.
      Updated NEWS file
      Use GtkActionGroup to group actions and set sensitiveness
      Updated l10n strings and screenshots
      Back to the origin: avoid using GtkActionGroup from GtkBuilder file.
      Updated NEWS file
      Updated years in copyright text in the about dialog
      Build fix for OSX
      Fix accelerators in menu items for OSX
      Fix 'Open in external viewer' for OSX
      Build fix for GNOME
      Fix memory leaks opening URIs in external applications
      Fixes issues with links in the about dialog in OSX
      Simplify code in frogr-util
      Adjusted menu items accelerators and keyboard shortcuts
      Fix stupid mistake: Use g_error_free() instead of g_free() for GError
      Never cache app info struct for external tools
      Properly check return value of gets() in example.c
      Added missing null-check checking the Soup response
      Fixed wrong package name in debian/control
      Updated README file
      Add my second son to the THANKS file too
      Updated TRANSLATORS file
      Updated NEWS file
      Frogr 0.7 released

Matej UrbanÄiÄ (5):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Ãsmund SkjÃveland (1):
      Addded Norwegian Nynorsk to LINGUAS file



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