Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/clipboard
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Xbook to Read.Tomeu Vizoso2007-07-151-1/+1
|
* #1888 Choose the correct mime type when adding text from Write to the clipboard.Tomeu Vizoso2007-07-141-2/+1
|
* Associate pdfs to Read.Tomeu Vizoso2007-07-141-1/+2
|
* #1984 Fix removing items from the clipboard.Tomeu Vizoso2007-07-102-34/+32
|
* Add application/vnd.oasis.opendocument.text mime to the Text type.Tomeu Vizoso2007-07-051-1/+2
|
* Be smarter when choosing one mime type from the targets offered.Tomeu Vizoso2007-07-031-16/+6
|
* Added/corrected some license headers.Tomeu Vizoso2007-06-242-0/+32
|
* Add extension to files that come into the clipboard without one.Tomeu Vizoso2007-06-211-5/+5
|
* Some more exceptions for mozilla drops.Tomeu Vizoso2007-06-203-3/+6
|
* Use the new objecttypeservice in place of typeregistry.Tomeu Vizoso2007-06-206-860/+98
|
* Add an option for saving clipboard objects to the Journal.Tomeu Vizoso2007-06-173-7/+14
|
* Clipboard fixes.Tomeu Vizoso2007-06-172-2/+3
|
* Misc dnd fixes.Tomeu Vizoso2007-06-141-1/+1
|
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-124-37/+40
|
* Use the commit id for the snapshot nameMarco Pesenti Gritti2007-05-292-0/+66
|
* Very first go at the object type registry.Marco Pesenti Gritti2007-05-291-6/+11
|
* 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
|
*