Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/clipboard
Commit message (Collapse)AuthorAgeFilesLines
* Add application/x-pdf mime type.Tomeu Vizoso2007-03-291-1/+1
|
* Handle abw filesMarco Pesenti Gritti2007-03-221-0/+12
|
* Hook up etoys projectsMarco Pesenti Gritti2007-03-221-0/+21
|
* Copy interesting files to /home/dcbw after downloadDan Williams2007-03-142-0/+42
|
* Validate percentage before setting itDan Williams2007-03-141-0/+5
|
* Support selection of the clipboard object to be pasted.Tomeu Vizoso2007-03-142-13/+4
|
* Cleanup clipboard D-Bus APIDan Williams2007-03-142-41/+48
| | | | | | | | | | | | | - 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
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-091-1/+1
|
* Add the root path of the services to python path, not services/.Marco Pesenti Gritti2007-03-091-2/+3
| | | | Get rid of the now useless env.get_services_dir
* Use the new icons for object types.Tomeu Vizoso2007-02-221-7/+7
|
* Do not hardcode /usr/bin/pythonMarco Pesenti Gritti2007-01-201-1/+1
|
* Update to new icon API.Tomeu Vizoso2007-01-161-8/+8
|
* Some more usability fixes for the clipboard.Tomeu Vizoso2007-01-113-3/+55
|
* Some clipboard fixes.Tomeu Vizoso2007-01-071-8/+13
|
*