[frogr] Created tag RELEASE_0.4



The unsigned tag 'RELEASE_0.4' was created.

Tagger: Mario Sanchez Prada <msanchez igalia com>
Date: Sat Feb 5 16:51:40 2011 +0100

    Release 0.4

Changes since the last tag 'RELEASE_0.3':

Alberto Garcia (1):
      Added frogr manpage.

Bruno Brouard (1):
      Updated French Translation

Claudio Saavedra (3):
      Use the proper marshaller for some FrogrController signals
      Minor about dialog formatting fixes
      Use "translator-credits" properly

Daniel Mustieles (2):
      Updated Spanish translation
      Updated Spanish translation

Daniel Nylander (2):
      Added Swedish translation
      Updated Swedish translation

Fran Diéguez (2):
      Added Galician translations and modified LINGUAS file to add 'gl' language code
      Updated Galician translations

Jorge González (3):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Marek Ä?ernocký (6):
      Added cs language
      Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Mario Blättermann (3):
      [l10n] Added German translation
      [l10n] Updated German translation
      [l10n] Updated German translation

Mario Sanchez Prada (290):
      Do not run ./configure through autogen.sh when running debian/rules
      Use gnome.mk cdbs class when building debian packages
      Modified package description at frogr.spec and debian/control
      Converted text files in ISO-8859 to UTF-8
      Shortened text for toolbar icons
      Updated es_ES language file
      Updated TODO file
      Updated TRANSLATORS and added a 'Translated by' tab in the About dialog
      Updated language files
      Fixed startup to be faster and more responsive (no more waiting for albums).
      Automatically re-show the auth dialog if failed to authorize frogr
      More descriptive strings in picture details dialog
      Moved frogr.xpm to /usr/share/pixmaps when installing
      Updated TODO file
      Added en_GB translation filepath to frogr.spec file
      Properly ref/unref config and account objects in FrogrController
      Updated TODO file
      Started to implement the Settings dialog
      Use self instead of data, since it's possible
      Updated TODO file (add video upload support)
      Removed unnecessary includes
      Cleaned up in FrogrConfig
      Added private attributes and getters/setters for new values
      Added support for parsing the new settings.xml file
      Added support for saving the settings file
      Actually load and save settings from the settings dialog
      Use settings defined through the settings dialog
      Open an informative dialog after successfully uploading pictures
      Changed settings label for something more descriptive
      Updated translations
      Updated TODO file
      Updated NEWS file and version number, preparing for the next relsease
      Add support for storing and loading proxy settings
      Added support for setting up an HTTP proxy
      Updated NEWS file
      Added missing null check
      Fixed typo in NEWS file
      Added HTTP proxy support to flicksoup
      Make sure proxy address string is always handled stripped
      Properly set / unset HTTP proxy through libsoup, instead of using envvars
      Added missing null check
      Better handle the case of writing a child node with NULL as content
      Updated manpage
      Include manpage in Makefile.am and .spec file
      Updated NEWS file
      Simplified FspError file
      Let the application (frogr) receive full details about the auth token
      Extended FrogrAccount to store more information about the account
      Added API to FrogrAccount to check whether is valid
      Create the FrogrAccount in the controller if not already stored,     saving all the extra data we have now about the account.
      Make sure account gets fully deleted on revoking the authorization.
      Added extra checks to properly ref/unref objects
      Missing null checks before g_strstrip
      Open browser after uploads by default (no config file)
      Changed the way properties are retrieved and stored from the XML response
      Implemented getUploadStatus() method in FspSession
      Changed from guint32 to gulong
      Added extra info to Frogr Account ('remaining bandwidth' and 'is pro')
      Full name is not a mandatory field for an account
      Added FrogrAccount to the main view's model
      Show extra information in the status bar
      Re-check account extra info after uploading pictures
      Consider an empty fullname the same as NULL
      Localize "Pro account" string
      Updated TODO file
      Remove any trace of explicit usage of threads.
      Avoid race conditions by using specific flags for every internal process
      Using valgrind to fix memory leaks
      Added extra checks to make frogr more robust (or at least more informative)
      Added missing unref in picture loader
      Simplified code in FrogrController
      Report in the progress dialog when pictures are added to sets
      Unselect pictures from the icon view right before uploading
      Deactivate drag'n'drop while doing something else (app busy)
      Allow changing sorting order in 'add to album' dialog's treeview
      Updated TODO file
      Cancel soup messages instead of aborting the session
      Updated NEWS file
      Added support to store the max bandwidth value in FrogrAccount
      Allow comparing two different accounts by its values
      Added getter to FrogrController to get the account object
      Added new 'account-changed' signal to FrogrController
      Connect to 'account-changed' to know when to change the account     description string, to be shown in the main window's status bar.
      Added new function to flicksoup to check the account basic information
      Re-check auth information on startup, updating files if needed
      Updated (not really) error messages
      Always use format strings with g_debug.
      Updated TODO file
      Added new datatype to flicksoup: FspDataGroup (for groups' pools)
      Added API to support getting a list of groups and adding pictures to them
      Added glib-object to flicksoup.h
      New FrogrGroup class in frogr
      Added the possibility to store a list of groups per picture
      Add groups list to main view's model
      Renamed errors to be more easily understandable
      New dialog to allow adding pictures to groups.
      Added new 'add to group' dialog to the list of translatable files
      Updated NEWS file
      Simplified flicksoup (removed FspPhotosMgr) and update frogr.
      Updated TODO file
      Show all widgets in progress dialog after done setting text
      Make sure xmlInitParser and xmlCleanupParser are called once only
      Add a description to the add tags dialog
      Renamed GAsyncData to AsyncRequestData
      Don't call to fsp_session_get_secret from FspSession
      Renamed FspFlickrParser to FspParser
      Updated TODO file
      Renamed frogr_account_get_is_pro to frogr_account_is_pro
      Added is-active property to FrogrAccount
      Added support for storing multiples accounts in FrogrConfig.
      Fallback description to show when no connected with any account
      Allow asking the controller for all the accounts and the active one
      Update sensitiveness for authorize menu item
      Handle NULL values in frogr_account_equal
      Added 'Accounts' menu item to 'File' submenu
      Fixed indentation issues
      Renamed account-changed signal to active-account-changed
      New 'accounts-changed' signal in FrogrController
      Re-populate 'Accounts' submenu when accounts change
      Renamed misnamed variable names
      Removed malformed accounts from config file when found
      Make frogr_controller_set_active_account function public
      Fixed bug in frogr_account_equal
      Make frogr_config_add_account return a boolean with the result
      Make frogr change the active account when selecting it
      Change 'accounts' menu item sensitiveness when needed
      Updated TODO file (now featuring multi user support!)
      Updated NEWS file
      Removed preprocessor DEF's from the maemo era
      Added needed comment
      Make sure at least one account is active, despite of not having the     <active> node present, for backwards compatibility
      Changed message for the authorization dialog
      Removed the need to manually unref picture (up)loaders after finishing
      Implemented getTagsList method in flicksoup
      New helper function _fetch_everything()
      Fetch albums again after uploading pictures
      Creating a new option to allow creating a new album
      Allow creating albums for the pictures to be attached to it after uploading
      Allow NULL descriptions in fsp_session_create_photoset_async
      Removed unused functions in fsp.util.[ch]
      Fixed obscure bug involving rich text in requests and API signature
      Do not ever, never, ever connect to 'map-event' signal
      Redesigned settings dialog
      Save account to disk right after authorizing
      Updated NEWS file
      Updated TODO file
      Fetch albums again after a successful upload, not always
      New function to easily remove all albums from a picture
      New function to easily remove all groups from a picture
      Make sure the list of albums/groups associated to a picture gets     removed after fecthing new data (new albums/groups)
      Do things in the right place (remove albums/groups inside the model)
      Fixed iteration over the wrong list
      Fixed horrible multiphoto image (now less horrible, but still...)
      Save configuration whenever the active account changes
      Added missing calls freeing memory
      Initial implementation for entry auto-completion in 'add tags' dialog
      Added method to FrogrPicture to allow removing all the tags
      Allow the main view model to store a list of tags
      Retrieve user's list of tags and populate the 'add tags' dialog
      Retrieve user's list of tags and populate the 'edit details' dialog
      New function to get the number of tags
      Don't wait for tags if already fetched for the same user
      Use g_timeout_add instead of g_idle_add for showing dialogs
      Show a pulse progress bar dialog when fetching things on demmand
      Show info dialog when no data was found after fetching
      Don't allow to cancel certain processes
      Updated TODO file
      Updated NEWS file
      Added French (fr) translation (Thanks Alexandre Franke!)
      Added frogr.pot to the reporitory, to ease translators' job
      Redesigned Settings dialog's connection tab
      Don't allow to enter non integers as proxy's port
      Added French translation line for installation in the .spec file
      Do not block "create album" dialog from showin up when there are no albums
      Do not keep fetching albums if already done
      Don't accept tabs in text views (change focus instead)
      Fix compilation errors for GTK > 2.22
      Use GTK_CHECK_VERSION instead of defining our own value
      Allow compiling with gtk 3.0 by passing --with-gtk=3.0 to configure
      Do not specify the has-separator property for dialogs
      Add missing lines in src/Makefile.am for allowing compiling either with GTK 2 or 3
      Minor changes in the about dialog
      Add an extra space after selecting a completion for a tag
      Added .doap file for GNOME git repository
      Updated po files
      Updated files to point to the new locations at gnome.org
      Updated copyright year
      Fixed mistake in the version required for GTK
      Use gdk_threads_add_timeout instead of just g_timeout_add
      Remove gdk_threads_init, is not needed here.
      Added extra properties to FrogrPicture
      Use extra properties in FrogrPicture from the controller
      Allow cancelling pulse progress bar dialogs.
      Use the _enable_cancellable() function properly
      Getting rid of gtkbuilder for details dialog
      Adding new fields to picture details dialog.
      Removed '(optional)' suffix from connection settings
      Changed border of dialogs dialogs to 6px width
      Added new configuration options to settings dialog
      Adding missing includes
      Allow setting more data in FrogrConfig from the settings dialog
      Added FSP_*_LAST element to enumerations that didn't have it yet
      Save/Load extra upload data into/from the XML settings file
      Use default values for pictures when loading them from disk
      Updated NEWS file.
      Use GtkExpander for rarely used options in picture details dialog.
      Fixed wrong padding
      Fixed wrong property name
      Adding missing mnemonics to menu items
      Enable 'menu' key to show contextual menu on icon view
      Add mnemonics to 'Edit details' dialog
      Add mnemonics to 'Settings' dialog
      Updated NEWS file
      Fixed wrong dialog titles
      Re-generated .po files (not updated yet)
      Changed mnemonic for proxy 'Username' field in settings dialog
      Renamed 'album' to 'photoset' all around
      Renamed 'Settings' to 'Preferences'
      Updated .po files (regenerated)
      Updated frogr.spec file
      Credit translators' work.
      Remove duplicated code
      Credit translators for German and Slovenian languages
      Removed unused function
      Make the model emit signals when pictures are added/removed
      Make the main view to add/remove pictures from the icon view whenever     they get added/removed from the associated model.
      Remove picture from model after a successful upload
      Updated translations
      Updated NEWS file
      Updated frogr.spec file
      Fixed bug with list of groups/sets/tags when switching across accounts
      Updated translations
      Replaced CPPFLAGS with CFLAGS in configure.ac
      Do not show a confirmation dialog when everything went fine uploading.
      Do not show a confirmation dialog on successful authorizations.
      Updated NEWS file (no unnecessary info dialogs)
      Raised GTK+ required version from 2.12 to 2.14.
      Fixed typo in translatable string.
      Added Italian translation (Thanks Cristian Marchi!)
      Make FspSession emit a signal whenever some data has been sent.
      Properly report progress to the user (no more discreet progress bars)
      Updated NEWS file
      Updated wrong (translatable) string.
      Credit translators
      Updated frogr.spec file.
      Don't open browser after upload.
      Updated NEWS file
      Make the progress bar show the right n / m numbers.
      Ensure the progress dialog is shown when needed
      Connect to "data-fraction-sent" when uploading a picture only.
      Hide progress bar dialog after uploading, not on IDLE
      Fixed weird bug making progress bar dialogs dissapear when changing     across different desktops after the first upload.
      Credit new Spanish translator
      Fixed stupid mistake of mine in previous commits.
      Fixed another stupid mistake.
      Added the possibility to specify a list of pictures to be loaded right     after starting frogr frmo the command line.
      Updated NEWS file
      Fixed typo in license header.
      Updated README file
      Fixed wrong calls to g_print()
      When using command line parameters, load pictures on idle
      Don't update the status bar with the account info when busy
      Made strings in the .desktop file translatable
      Minor fixes in the .desktop file
      Registered frogr as mime handler for some image mime types
      Properly generate frogr.desktop from .in and .in.in files
      Ensure debian packaging machinery updates the desktop database
      Updated NEWS file
      Consistenly name the application all around.
      Fix make distcheck
      Don't allow horizontal scrollbars in the icon view
      Revert "Don't allow horizontal scrollbars in the icon view"
      Fixed some strings
      Use format string with g_debug
      Allow configuring debug mode from configure script
      Small change in GenericName string in the .desktop file
      Fixed bug in tags autocompletion when special characters are present
      Indentation hyper-minor issue
      Improve debug/release modes by passing apropriate flags.
      Use #if instead of #ifdef for defining the DEBUG macro
      Don't show warning dialog after manually cancelling a process
      Updated TODO file
      Fixed indentation issue.
      Ensure the n_items value gets updated for albums and groups
      Fixed bug adding pictures to groups
      Credit Translators
      Updated NEWS file
      Updated fedora spec file
      Updated debian changelog
      Frogr 0.4 released

Matej UrbanÄ?iÄ? (2):
      Added Slovenian translation
      Added sl for Slovenian translation

Mateus Zenaide (1):
      Added Brazilian Portuguese translation

Philip Withnall (4):
      Fix some minor typos in translatable strings
      Fix capitalisation problems in translatable strings
      Use Unicode ellipses in translatable strings
      Add British English translation

SaÅ¡a BatistiÄ? (3):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation



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