Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/clipboard/clipboardservice.py
Commit message (Collapse)AuthorAgeFilesLines
* #1984 Fix removing items from the clipboard.Tomeu Vizoso2007-07-101-33/+31
|
* Some more exceptions for mozilla drops.Tomeu Vizoso2007-06-201-1/+0
|
* Use the new objecttypeservice in place of typeregistry.Tomeu Vizoso2007-06-201-1/+12
|
* Add an option for saving clipboard objects to the Journal.Tomeu Vizoso2007-06-171-5/+12
|
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-121-14/+2
|
* Drag images out of mozilla.Tomeu Vizoso2007-04-171-1/+2
|
* Revert "Start reworking the cliboard services to use the types registry."Marco Pesenti Gritti2007-04-111-19/+31
| | | | This reverts commit fcb57779a275e8a3343b71f991c23cb98f5c1e7a.
* Start reworking the cliboard services to use the types registry.Marco Pesenti Gritti2007-04-111-31/+19
|
* Copy interesting files to /home/dcbw after downloadDan Williams2007-03-141-0/+36
|
* Validate percentage before setting itDan Williams2007-03-141-0/+5
|
* Support selection of the clipboard object to be pasted.Tomeu Vizoso2007-03-141-1/+1
|
* Cleanup clipboard D-Bus APIDan Williams2007-03-141-38/+45
| | | | | | | | | | | | | - The clipboard now determines each objects unique id and returns it from add_object() - The ID is opaque to the client and should not be used/accessed other than with the clipboard service - Add object type hints for dbus-python - Sugar clipboard bindings for get_object() now return a dict rather than a tuple - ClipboardIcon now retrieves the real file path and uses that to open the file - Adapt sugar bits to clipboard changes
* Some more usability fixes for the clipboard.Tomeu Vizoso2007-01-111-2/+6
|
*