Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/clipboard/clipboardobject.py
Commit message (Collapse)AuthorAgeFilesLines
* Drag images out of mozilla.Tomeu Vizoso2007-04-171-0/+11
|
* Revert "Start reworking the cliboard services to use the types registry."Marco Pesenti Gritti2007-04-111-1/+21
| | | | This reverts commit fcb57779a275e8a3343b71f991c23cb98f5c1e7a.
* Start reworking the cliboard services to use the types registry.Marco Pesenti Gritti2007-04-111-21/+1
|
* Copy interesting files to /home/dcbw after downloadDan Williams2007-03-141-0/+6
|
* Cleanup clipboard D-Bus APIDan Williams2007-03-141-3/+3
| | | | | | | | | | | | | - 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-0/+3
|
*