Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/clipboard
Commit message (Collapse)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-293-257/+0
|
* pylint sugar.clipboardMarco Pesenti Gritti2008-04-191-1/+2
|
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-063-0/+256
|
* Cleanup the source structureMarco Pesenti Gritti2007-10-163-256/+0
|
* More follow_name_owner_changed optimiztionJohn (J5) Palmieri2007-08-241-1/+8
| | | | | * reasoning changed from a FIXME to a NOTE to explain why we need to follow_name_owner_changed
* #2543: Offer multiple activities for opening clipboard objects.Tomeu Vizoso2007-08-151-5/+5
|
* Added/corrected some license headers.Tomeu Vizoso2007-06-242-0/+33
|
* Add an option for saving clipboard objects to the Journal.Tomeu Vizoso2007-06-171-2/+9
|
* 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
|
*