Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/clipboard/clipboardobject.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename the clipboard service as shell service.Tomeu Vizoso2007-08-081-133/+0
|
* Move the activity register to the clipboard service.Tomeu Vizoso2007-08-081-21/+4
|
* #2268 Allow removing downloads from the clipboard while in progress.Tomeu Vizoso2007-07-201-1/+2
|
* Register etoys as a launcher for its projects.Tomeu Vizoso2007-07-201-1/+2
|
* 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-101-1/+1
|
* 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-241-0/+16
|
* 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-201-1/+5
|
* Use the new objecttypeservice in place of typeregistry.Tomeu Vizoso2007-06-201-9/+72
|
* Add an option for saving clipboard objects to the Journal.Tomeu Vizoso2007-06-171-1/+1
|
* Clipboard fixes.Tomeu Vizoso2007-06-171-1/+3
|
* Drag images out of mozilla.Tomeu Vizoso2007-04-171-0/+11
|
* Revert "Start reworking the cliboard services to use the types registry."Marco Pesenti Gritti2007-04-111-1/+21
| | | | This reverts commit fcb57779a275e8a3343b71f991c23cb98f5c1e7a.
* Start reworking the cliboard services to use the types registry.Marco Pesenti Gritti2007-04-111-21/+1
|
* Copy interesting files to /home/dcbw after downloadDan Williams2007-03-141-0/+6
|
* Cleanup clipboard D-Bus APIDan Williams2007-03-141-3/+3
| | | | | | | | | | | | | - 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
* Some more usability fixes for the clipboard.Tomeu Vizoso2007-01-111-0/+3
|
*