Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/clipboard
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup clipboard D-Bus APIDan Williams2007-03-141-14/+11
| | | | | | | | | | | | | - 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
* Improved connection to clipboard service.Tomeu Vizoso2007-02-011-19/+25
|
* Some more usability fixes for the clipboard.Tomeu Vizoso2007-01-111-3/+5
|
*