Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/clipboard
Commit message (Collapse)AuthorAgeFilesLines
* Documentation patch from Amanda Yilmaz (services/clipboard/typeregistry.py)Mike C. Fletcher2007-04-211-0/+540
|
* Remove debug message.Tomeu Vizoso2007-04-191-1/+0
|
* Recognize downloaded .xo as such.Tomeu Vizoso2007-04-191-0/+22
|
* Recognize images dropped into the clipboard as such.Tomeu Vizoso2007-04-181-4/+24
|
* Drag images out of mozilla.Tomeu Vizoso2007-04-173-1/+34
|
* Use sys.path.append, not insertMarco Pesenti Gritti2007-04-151-1/+1
|
* Revert "Start reworking the cliboard services to use the types registry."Marco Pesenti Gritti2007-04-114-23/+300
| | | | This reverts commit fcb57779a275e8a3343b71f991c23cb98f5c1e7a.
* Start reworking the cliboard services to use the types registry.Marco Pesenti Gritti2007-04-114-300/+23
|
* 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
|
*