[postr] Created tag POSTR_0.12.4
- From: Germán Poó Caamaño <gpoo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [postr] Created tag POSTR_0.12.4
- Date: Thu, 5 Nov 2009 01:39:33 +0000 (UTC)
The unsigned tag 'POSTR_0.12.4' was created.
Tagger: Germán Póo-Caamaño <gpoo gnome org>
Date: Wed Nov 4 22:38:29 2009 -0300
Version 0.12.4 released
Changes:
Daniel Stone (2):
Add RHS thumbnail scaling support.
Display zoom factor when viewing a photo.
Dean Sas (1):
Use browser specified in gconf rather than hard coded firefox
Emmanuele Bassi (1):
remember the last opened folder
German Poo Caaman~o (2):
Improved progress dialog: Now show the title/thumb of the upload file
Added progress information while uploading files.
German Poo-Caaman~o (10):
Fixed task_max_size and task_counter when a task is done
Add the option to run it even if is not installed
Improved the way to load when postr is not installed
Deleted old 'pulse' code and fixed the progressbar to start from 0 instead 1
Fixed label in progress bar while uploading
Changed rotation numbers by a enumeration for self documentation
Added a nautilus extension to run Postr
Fixed locate_program to find a program exists in the PATH
Fixed locate_program and added support for any kind of image
Added question before to quit if upload is in progress
Germán Póo-Caamaño (6):
Fix the callback for the Upload button (#576968)
Verify when a file does not exist (#576969)
Fixed the user info in the statusbar (#541321)
Updated .gitignore
Updated DOAP content
Version 0.12.4
Ross Burton (320):
Initial commit.
Add documentation and copyright
Remove the status bar and clean up the menu bar
Do the uploading in a thread
Don't use a custom flickrapi
Add about dialog
Add TODO
Mention flickrapi.py
Add stuff to TODO
Ignore Glade backup and project files
Re-arrange source and use distutils to install
Add a desktop file
Destroy the about dialog when its closed
Add TODO
Add script to run postr from source tree
Remove dead code
Removed stupid idea
Move gtk.main
Implement dragging of image data
Rename jpegData to imageData
Start refactoring the source
More refactoring
Implement a single quit callback
Clean up selection code
Fix starter script
Allow multiple selections and batch edits
Add uploading event
Show upload quota in a statusbar
Add menu items to edit the selection
Add Edit->Delete menu item
Rename uri to filename, and implement File->Add
Fix the threading
Update TODO
Add some more comments
Add rocking threaded wrapper and use for getting the quota
Don't use idle_add but the enter/leave functions
Remove get/set_quota
Fix spelling
Add a preview image on the RHS (Daniel Stone)
Add more
Special love for Daniel
Remove the zoom statusbar, clip the size of the preview, and other changes to upset Daniel
Recurse if a folder is dropped
Add TODO
Add rocking decorator to hide the idle handler in threaded calls
Always destroy the add photos dialog
Refactor the add photo code
Improve the threaded decorator, thanks James Hensbridge
Split decorators into a separate file
Add upload progress bar
Update
Improve and rename the threadsafe decorator to as_idle, thanks to James Hensbridge
Update TODO
Catch exceptions when calling os.getlogin() as it can fail
Merge from stable.
Merge in German Poo-Caamano's patch to make the progress dialog a lot nicer.
Commit label fix when uploading
Block and unblock the field change signals to avoid trampling field when changing image
Remove async queue, create uploading thread on demand. The side effect is that the off-by-ones in the uploading are all fixed.
Set version to 0.2
Fetch token in __init__ not in toplevel
Pull postr 0.2
Fix token reference
Fix token reference
Remove out of date TODO
Update to FlickrAPI version 10 to fix uploading failure
Version 0.3
Merge from dev for 0.3
Add more items
Import pygtk
Merge patch to read the web browser from GConf instead of hard-coding firefox,
Merge from dev to rev 67
Initial port to flickrest
Fix progress, uploading, and fetch quota when done
Move flickr object into Postr
Rationalise the reactor use
Remove flickrapi
Port to flickrapi, and thus Twisted
Update
Use gtkunique
Set the uploading flag
Merge from postr.dev
Rejiggle an array
Merge from postr.dev
Add comments
Remove done()
Add documentation
Merge from postr.dev
Only except ImportError, and open files passed on the command line
Create a dummy UniqueApp for when PyGtkUnique isn't present
Merge from postr.dev
Add optional dependency on GtkUnique
Add contributors
Remember the last used folder when adding images (thanks Emmanuelle Bassi)
Update
Add iptc.py, and read IPTC data when adding images
Rotate the preview if required
Use a helper to get the glade widgets instead of calling get_widget lots
Add docs
More documentation
Don't handle errors, let get_widget throw an exception
Fix progressbar widget name, and disable the Upload menu item when uploading
Add a preview widget when adding files
Add async auth flickrest. This still blocks the UI though at the moment.
Add docs
Add a basic async auth dialog
Remove old comments
Add TODO
Disable upload until connected
Update TODO
Add TODO
Update
Use action buttons
Clean up authentication dialog, work on GTK+ 2.8
Update flickrest
Merge async flickrest work so that authentication is interactive and doesn't block
Add shortcuts for Delete and Select All
Merge patch from Germán Poó Caamaño
Add nautilus extension to run Postr
Move extension to nautilus/ so that it isn't installed twice
Add %F to Exec and TryExec fields
Merge fix for locate_program from German, and use file.is_mime_type() to check file type
Patch from German to show a dialog if quiting whilst uploading
Remove global uploading, and rewrite quit dialog to use action buttons
Fix spawning the browser when the exec string contains quotes
Remove impossible TODO and ensure code should work on GTK+ < 2.10
Small refactor, and fix authentication when the exec string has no quotes
Whitespace
Initial markup of translatable strings
Markup translatable strings
Use named args for i18n
Update flickrest to rev 41
Update to flickrest rev 42
Add Italian translation, although it doesn't get installed yet
Version 0.4
Merge postr.dev version 0.4
Work with Python 2.5 (rev 44)
Add DOAP file
Add DOAP file
Fix
Handle exceptions when parsing EXIF or IPTC
Remove duplicate versions
Version 0.5
Merge postr.dev 0.5
Update flickrpc to rev 48, fixing the return value from upload()
Add basic functionality to add a photo to a set on upload
Start refactoring into sane code
Add some comments
Increment version
Increment version
Add rocking icon from Andreas Nilsson
Consolidate data files
Use the icon
Add French translation (thanks Yoan Blanc)
Add (mostly) a dialog to display twisted errors
Remove hashbang, it won't work
Remove hashbang
Remove Application category
Merge patch from Lucas Rocha <lucasr gnome org> to change the icon view to a
Merge patch from Lucas Rocha to change the icon view to a tree view.
Clean up info markup
Add value for no rotation
Cleanup rotation logic
Move the newline in the info string
Don't hardcode grey for the tags in the treeview, but use the theme
Add a TODO
Use a different IPTC parser, support munging lists from the data, and actually import IPTC metadata
Bump version to 0.6
Merge from postr.dev, releasing 0.6
Display the exception when import postr fails
Unquote the URI when accepting drags, fixing file names with spaces
Don't crash if the set iterator isn't set when uploading
Add Swedish translation, thanks Daniel Nylander
Version 0.7
Merge postr.dev for 0.7
Escape strings when generating Pango markup
Change import order so that local source tree is attempted first
When uploading, show the progress in the title bar
Add size column to ImageStore, and set it when adding an image
Don't have parent as an argument to the AboutDialog constructor
Add test
Add a ProgressDialog class instead of using glade
Remove TODO, I understand the issue
Set error dialog's parent
Show how much is due to be uploaded in the status bar
Add some comments
Use Pythonic TreeModel iterating rather than C style
Disable debugging
Factor out the dummy UniqueApp object
Update flickrest, adding new signature calculation and cached token removal
Add copyright notices
Select a new row when deleting
Rename Select->Delete to File->Remove
Allow selection of all images in the file chooser, and show an error if the image cannot be loaded by gdkpixbuf
Move a small utility function to postr.py from ErrorDialog
Move get_thumb_size to util.py
Create a status bar object
Add error handling to the status bar
Cleanup error function
Change a comment to documentation
Correctly handle setting to_upload to 0, fix a few other bugs
Update (C) year
Don't install the source SVGs for the bitmap icons
Remove executable bit from postr.py
Align progress text at the top
Update the status bar correctly after upload
When we get an error whilst uploading, reset the UI
Only connect to the add_to_set callback if there is a set defined
Remove completed photos from the store as they are done, not at the end. This helps continue when the upload fails
Make cancel somewhat work at least
Update
Version 0.8
Merge from postr.dev for version 0.8
Use the stock About item, Thanks Claudio Saavedra.
Move the version number to src/version.py.
Add 24x24 icon (thanks Michael Monreal)
Handle images with EXIF tags by coercing the value to strings, and handle empty strings correctly
Version 0.9
Merge version 0.9
If Unicode conversion fails, attempt to convert from 8859-1 (#493016)
Add Upload button to the UI (#479863)
Actually connect the Upload button to the handler
Add a patched version of twisted.web.client which supports proxies. Patch taken
Add proxy support, and lookup the http_proxy environment variable on startup
Handle proxies which are URLs
change getPage to take URL-style proxies, and update flickrest
Read the GNOME proxy settings and pass them to flickrpc
Add error dialog method to show an arbitrary string
Check the file size so files which flickr will reject are not attempted (#502691)
Call show_all rather than show on error dialogs, otherwise there is no content
Version 0.10
Merge postr 0.10
Add German translation
Don't trample existing drag target lists
Clear the thumbnail image on startup, glade3 doesn't like empty images
Use a TextView for the description, to allow multi-line descriptions
Make the state of the Upload button reflect reality
Update some comments
Refactor duplicated upload complete code
Remove COL_INFO, and instead use a data func
Fix store column IDs
Don't get so many fields when updating the preview
Raise an exception if the glade widget cannot be found
If we have a cached token, verify it
Set the size request of the preview to 1,1 so it can shrink
Fix the scaling algorithm so it works
Refactor the glade code, and add a function to add a set to widgets to a size group
Add some documentation
Add PrivacyCombo widget
Add SafetyCombo widget
Add a new Privacy and Safety expander and widgets. They don't do anything yet, though
Add a boolean column for 'visible in search results'
Update to flickrest r54, with search_hidden support
Add support for the hidden check box
Set the minumum size of the preview to 128x128
Add combobox field/iterator value support to enable/disable field
Update to flickrest r56 for privay controls
Add accessor, and return a tuple not a dict
Add Privacy column
Hook up the privacy combo
Call selection_changed on startup to initialise the interface widgets
flickrest r57, with safety argument
Add safety column to image store
Add accessors, similar to PrivacyCombo
Hook up the Safety combo
Make all upload arguments options (flickrest r58)
Only set privacy options if set
Update (C) dates
Add utility method to fetch buddyicons
Initial group selector widget, does nothing useful so far
Actually add the group selector widget
Add utility function to get the XDG cache path
Add TODO
Allow resizing of the buddyicon, and use 24x24px icons for the group selector
Use names for columns
Add ID column
Use a cache when looking up buddy icons
Hook up toggling the check boxes
Fix indentation
Update (C) dates
Enable fixed height mode
Add group list accessors
Add group list column
Add a changed signal, and handle None groups when setting
Hook up the group selector to the store
Add comment
Add photo to groups when uploading
Add a group selection widget
Fix privacy uploading (flickrest r59)
Add TODO
Update to flickrest r60, with username support
Show the logged in full name or username in the statusbar.
Show the user's full name in the status bar
Delete the buddyicon database if it needs upgrading
Enable searching in the group list
Search substrings when looking for group names
Set the size request of the group selector to show three rows
Search for groups ignoring case
Add TODO
Remove bad import which was breaking the group selector
Set the horizontal scrollbar policy to automatic, so that wrapping works (#526643)
Bump version to 0.11
Merge postr.dev 0.11
Add switch user menu item (#507737)
Update the status bar after uploading (#519053)
Show a dialog if there are photos to upload when quit is pressed (#527960, thanks Germán Póo-Caamaño
Handle error code 6 when adding to a group, which means the photo is in the moderation queue
Don't make clicking on the group name toggle the selected renderer
Add Add/Remove buttons to the main window (#518230)
Install nautilus extension to extension-1.0 and extension-2.0
Version 0.12
Merge postr 0.12
Merge authentication fix from postr.dev
Version 0.12.1
Update maximum file size
Another attempt at fixing authentication URL opening
Version 0.12.2
Make the upload button work
Fix removal of images in upload queue if the upload fails (#549965, Claudio
Version 0.12.3
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]