Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/clipboard
Commit message (Collapse)AuthorAgeFilesLines
* More documentation, mostly for the sugar.presence.presenceserviceMike C. Fletcher2007-04-151-0/+5
| | | | module.
* Initial documentation pass for the sugar.clipboard.clipboardservice module.Mike C. Fletcher2007-04-141-1/+95
|
* Revert "Start reworking the cliboard services to use the types registry."Marco Pesenti Gritti2007-04-111-13/+11
| | | | This reverts commit fcb57779a275e8a3343b71f991c23cb98f5c1e7a.
* Start reworking the cliboard services to use the types registry.Marco Pesenti Gritti2007-04-111-11/+13
|
* 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
|
*