[kupfer] Created tag pandoras-box-1.99
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [kupfer] Created tag pandoras-box-1.99
- Date: Tue, 16 Mar 2010 01:30:45 +0000 (UTC)
The signed tag 'pandoras-box-1.99' was created.
Tagger: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Tue Mar 16 02:25:19 2010 +0100
kupfer version pandoras-box-1.99
Changes since the last tag 'pandoras-box-1.1':
Andrej ŽnidarÅ¡iÄ? (5):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Carlos Pais (1):
Updated Portuguese translation
Christophe Benz (2):
New French translation
Update French translation
Francesco Marella (3):
Add plugin for evolution contact list and email actions
evolution: Implement SendFileByMail action.
Updated Italian translation
Jorge González (1):
Updated Spanish translation
Karol BÄ?dkowski (27):
plugins.(services|top): fix imports
zim: search for default notebook when adding new page
pl: update translation
icons: factory ComposedIconSmall for create small composed icons
+Credentials Dialog: ask users for username and password
settings: add support for user credentials setting
+obj.special: PleaseConfigureLeaf, InvalidCredentialsLeaf
icons.py: add get_pixbuf_from_data - create pixbuf from raw data
ui.session: try to bind to xfce session manager
backgroundtask: Introduce kupfer.task.BackgroundTaskRunner
backgroundtask: Introduce background_loader decorator in helplib
obj.special: extract plugin_id from file name
plugins: +google_mail - load contacts and create new emails
ui: +progress dialog - dialog showing progress for example uploading
+plugin microbloging_twitter
twitter: move to package, add icon, turn on ComposedIconSmall
plugin: +google_picasa - access and upload files to Picasa Web Album
Add SVG icons for GMail and Picasa plugins
bg_loader: allow to start and stop background task
plugin.truecrypt: fix problem with imports
pl: update translation
plugin.twitter: rename to "twitter" and cleanup
plugin.picasa: update strings
plugins.google_mail: rename to gmail, update strings
clipboard: optionally gather selection
clipboard: Detect incremental updates of selection (also and the end)
pl: update transaltion
Kjartan Maraas (2):
Added Norwegian bokmål translation
Add Norwegian language entry.
Marek Ä?ernocký (6):
Update Czech translation
Update Czech translation
Update Czech translation
Update Czech translation
Update Czech translation
Update Czech translation
Mario Blättermann (10):
help: Add first draft Mallard Gnome documentation for Kupfer
Updated German translation
Updated German translation
Updated German translation
Updated German translation
Updated German translation
Updated German doc translation
Updated German translation
Updated German translation
Updated German doc translation
Petr Kovar (1):
Update Czech translation by Marek Cernocky
Ulrik Sverdrup (156):
help: Build tools for mallard documentation
kupferui: Show bundled documentation with show_help
google: Google "direct" search plugin
thunar: Thunar-specific actions based on D-Bus API
documents: Correct descriptions for gtk bookmarks
obj: Remove all builtin OpenWith actions
obj: A universal action Open to open any file
Change KupferObject's alias API
Display "disabled" in plugin info when not loaded
All Plugins should define description variables first
contrib: Define description variables first
core: Only call get_plugin_infos once in get_plugin_desc
core: Reorganize plugin importing, introduce import_plugin_any
core: Truncate code in _import_plugin_fake
Make get_text_items(self, text) into TextSource's defining method
Check for the get_text_items attribute when using TextSources in core
Adapt plugins Core (Text) and Shell Commands to get_text_items
volumes: Update to use Open action
Merge branch 'next'
Merge branch 'common-open'
Remove transition imports (kupfer.helplib and parts of kupfer.objects)
windows: Add Next Window object
zim: Update for zim (pyzim) 0.42
core: Make it possible to incrementally add decorators
core: Optional immediate initialization of sources in SourceController
core: Separate plugin loading to its own module
core: Recalculate SourceController.root on when catalog is updated
core: Reload enabled plugins properly in import_plugin
settings: Add a signal for plugin enabled/disabled
core: Allow loading plugins at runtime
Update plugin instructions string in preferences dialog
Show full traceback for unexpected plugin load errors
thunar: Thunar objects as content to thunar application
Merge branch 'maint'
calculator: Improve help, include help() itself and _ (last result)
google: Fix bug when no results are found
core: Update _import_plugin_fake to work with zipimported modules
Fix plugins importing transition imports from old location
contrib: Update icon_names to work with core changes
core: Guard plugin loading and guard plugin intialization better
thunar: Remove unimplemented action and small cleanup
Rename plugin google.py to google_search.py
Add thunar and google_search to POTFILES.in
gnome_terminal: Remove editor comments
notes: Add missing gettext _() function
sv: Update swedish translation
Merge branch 'maint'
textfiles: A plugin for working with text
sv: Update swedish translation
wscript: Install plugin datafiles inside python packages
wscript: Do not support installing into $PYTHONDIR
wscript: Install all *.ui datafiles automatically
Allow loading custom icons from plugins
Allow serializing "loose" AppLeaves
Update dependencies in README
Make ``plugins`` directories extensions of the kupfer.plugin package
Allow plugins installed in .zip packages
core: Simplify plugin import procedure
core: Cleanup plugin icon initialization
Leave no visible names after kupfer.plugin setup code
Merge commit 'karol/pyzim'
Draft NEWS
settings: Use kupfer-specific keyring configuration file for fallback
Update POTFILES.in with new data files
Define a dummy gettext function in kupfer.obj.base if needed
Add a safer, pure-python ConservativeUnpickler in conspickle.py
Add BasicUnpickler to conspickle.py
core: Use the safest unpickler for plugin configuration data
Add doctests for ConservativeUnpickler and BasicUnpickler
Add execfile.py for saving executable kupfer commands to file
Add D-Bus method ExecuteFile to tell Kupfer to execute a command file
Add SaveToFile action for ComposedLeaves to save commands to file
Propose .kfcom extension when saving commands to file
Assign icons to saved kupfer command files
Add a mimetype description file for kupfer commands
Add kupfer-exec as main command execution program
Localize helper script kupfer-exec
sv: Update swedish translation
update .gitattributes
Create release tarballs with ./waf gitdist, implemented on top of git-archive
Move main kupfer binary to bin/kupfer.in
Put files from commandline in kupfer directly as files
Introduce capability blocker environmental variables
Localize mimetype description
Update mime database when installing, allow --no-update-mime option
wscript: Require Python 2.6
Understand relative paths in VirtualBox OSE configuration
locate: Not all locate understand --quiet argument
Show all imported names in help(kupfer.objects)
Fix obj.base's dummy gettext function
Introduce uiutils.show_notification
Introduce OperationError exception: (localized) failure in actions
A file missing default application is OperationError
"Convert" OperationErrors to user error notifications in commandexec.py
Use localized exceptions in execfile to notify users of errors
Update Swedish translation
Move Show Notification action into the Show Text plugin
Allow opening (sending to kupfer) files with a , in the name or path
Use python2.6 when ./kupfer-run is started from the build directory
wscript: If python is not found, try setting to python2.6
wscript: Require python module keyring, when configuring
templates: Add a New Folder template
Update Swedish translation
Small update of Documentation/Manual.rst
A Work in Progress on a "Look inside compressed archives" plugin
archiveinside: Detect if archive is modified, sort properly
archiveinside: Don't allow looking inside too big archives
archiveinside: Always show hidden files in the archive's first level
archiveinside: Clean up unarchived files at exit
archiveinside: Make the extraction more general for any type
archiveinside: Don't unarchive unsafe archives. Support ZIP
archiveinside: debug output on extraction
Code cleanup in execfile.py
main: Remove configuration file info from --help
task: Redesign task API to be start with finish callback
Use idle callbacks to update the progress dialog on the main thread
progress_dialog: Separate markup from properly escaped content
Merge "Deep Archives" plugin
Merge Karol's Google Mail and Picasa plugins (with core changes)
Merge Karol's Twitter plugin
Update POTFILES.in
picasa: Separate markup from properly escaped content (Plugin part)
Merge remote branch 'karol/master'
Make the 'Change' button label translatable in cred dialog
plugin_support: Make it clear that UserNamePassword is exported
Consistently use the icon 'system-search' for Kupfer.
archiveinside: Rearrangement/cleanup around extractor registration
Unmark strings in progress_dialog.ui for translation
Update Swedish translation
Adjust debug output when failing to construct AppLeaf
Rewrite pretty module, static functions reuse the mixin implementation
firefox: Use output_exc
Forward traceback in command execution
Draft NEWS
Add a filter to clean out comments in *.po translation files
twitter: Fix to use __name__ with PleaseConfigureLeaf
Update Swedish translation
Allow Ctrl+C by making the email the EmailContacts' text representation
picasa: Use picasa icon for most album sources
New British English translation (of select terms)
Merge branch 'mallard-documentation'
Update license page in documentation (GPLv3)
help: Add dummy Makefile.am for mallard documentation
help: Read Makefile.am for DOC_* variable definitions
help: Use -mmallard option to xml2po to merge correctly
twitter: Friend: contact group takes precedence over timeline as content
clipboard: Detect incremental updates of selection
task: Use _finish_callback attribute name (to avoid name clash)
task: Default thread_finally handler reraises exception
helplib: Use pretty.print_exc for exceptions in _BackgroundLoader
Merge remote branch 'karol/master'
Read Application IDs with the filesystem encoding
Updated Swedish translation
Add F1 accelerator to show help/documentation
Update Norwegian translation
NEWS for kupfer pandoras-box-1.99
William Friesen (2):
fileactions: use a regex to detect multiple volume rar archives
notes: Add factory search action Get Note Search Results...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]