Commit Graph

43 Commits

Author SHA1 Message Date
Tomeu Vizoso eab0e41d08 Add application/vnd.oasis.opendocument.text mime to the Text type. 2007-07-05 11:37:51 +02:00
Tomeu Vizoso cc2b8884c0 Be smarter when choosing one mime type from the targets offered. 2007-07-03 22:42:17 +02:00
Tomeu Vizoso 4c24cde923 Added/corrected some license headers. 2007-06-24 13:10:53 +02:00
Tomeu Vizoso 427e9a00d7 Add extension to files that come into the clipboard without one. 2007-06-21 13:07:11 +02:00
Tomeu Vizoso de2c9c5322 Some more exceptions for mozilla drops. 2007-06-20 21:48:15 +02:00
Tomeu Vizoso d6bf24e456 Use the new objecttypeservice in place of typeregistry. 2007-06-20 21:28:00 +02:00
Tomeu Vizoso 1afe9273a1 Add an option for saving clipboard objects to the Journal. 2007-06-17 20:55:16 +02:00
Tomeu Vizoso 130f59efdc Clipboard fixes. 2007-06-17 14:24:46 +02:00
Tomeu Vizoso 42e2b95379 Misc dnd fixes. 2007-06-14 12:27:46 +02:00
Tomeu Vizoso 22689ed1da Several fixes for the object type registry and the activity registry. 2007-06-12 21:57:49 +02:00
Marco Pesenti Gritti 53d64a0536 Use the commit id for the snapshot name 2007-05-29 14:16:49 +02:00
Marco Pesenti Gritti 0c77275ba7 Very first go at the object type registry. 2007-05-29 12:39:57 +02:00
Mike C. Fletcher 2848dc97ab Documentation patch from Amanda Yilmaz (services/clipboard/typeregistry.py) 2007-04-21 15:34:39 -04:00
Tomeu Vizoso 276d374b1a Remove debug message. 2007-04-19 12:20:48 -03:00
Tomeu Vizoso 96b0bd1cfa Recognize downloaded .xo as such. 2007-04-19 12:13:38 -03:00
Tomeu Vizoso d223579f22 Recognize images dropped into the clipboard as such. 2007-04-18 18:52:46 -03:00
Tomeu Vizoso b7030a74dd Drag images out of mozilla. 2007-04-17 16:53:34 -03:00
Marco Pesenti Gritti d49b0ed6fb Use sys.path.append, not insert 2007-04-15 12:26:50 +02:00
Marco Pesenti Gritti eeb09294d8 Revert "Start reworking the cliboard services to use the types registry."
This reverts commit fcb57779a2.
2007-04-11 18:22:52 +02:00
Marco Pesenti Gritti fcb57779a2 Start reworking the cliboard services to use the types registry. 2007-04-11 16:14:58 +02:00
Tomeu Vizoso 10735e597a Add application/x-pdf mime type. 2007-03-29 12:25:47 +02:00
Marco Pesenti Gritti 01056ee823 Handle abw files 2007-03-22 18:22:37 +01:00
Marco Pesenti Gritti 1f61c5f65e Hook up etoys projects 2007-03-22 15:34:05 +01:00
Dan Williams 653191806f Copy interesting files to /home/dcbw after download 2007-03-14 13:04:10 -04:00
Dan Williams 6ab478c6cd Validate percentage before setting it 2007-03-14 10:09:41 -04:00
Tomeu Vizoso 6227b96215 Support selection of the clipboard object to be pasted. 2007-03-14 13:32:05 +01:00
Dan Williams 8b4ccf3eb1 Cleanup clipboard D-Bus API
- 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
2007-03-14 00:50:06 -04:00
Marco Pesenti Gritti 57c928916c Refactor sugar.env and paths 2007-03-09 14:57:54 +01:00
Marco Pesenti Gritti 2d9a06ec9a Add the root path of the services to python path, not services/.
Get rid of the now useless env.get_services_dir
2007-03-09 12:32:32 +01:00
Tomeu Vizoso 228908b36e Use the new icons for object types. 2007-02-22 13:21:09 +01:00
Marco Pesenti Gritti 4cdf88f31d Do not hardcode /usr/bin/python 2007-01-20 13:38:58 +01:00
Tomeu Vizoso 93e030216c Update to new icon API. 2007-01-16 19:22:50 +01:00
Tomeu Vizoso 334be3331b Some more usability fixes for the clipboard. 2007-01-11 23:57:06 +01:00
Tomeu Vizoso 1ee6b7faf0 Some clipboard fixes. 2007-01-07 23:38:33 +01:00
Tomeu Vizoso f50d9f5f9a Added icon, title and preview for clipboard objects. Also allow for opening docs and rtfs from the web. 2007-01-05 21:13:46 +01:00
Marco Pesenti Gritti 2402d0461d Release 0.60 2006-12-18 21:27:46 +01:00
Tomeu Vizoso e68f0e00e9 Added c&v and dnd support to the clipboard. 2006-12-13 22:36:05 +01:00
Marco Pesenti Gritti 37853ad836 Fix up service installation path 2006-12-04 14:32:48 -05:00
Justin Gallardo b9f9ef0fe9 Changed all tabs to 4 spaces for python style 2006-12-04 11:12:24 -08:00
Tomeu Vizoso 59d57a03d9 First implementation of ClipboardService. Implement pdf viewing and downloading via ClipboardService. 2006-11-15 13:56:19 +01:00
Tomeu Vizoso 61f24de748 Reverting clipboard changes pushed by mistake. These are commits 23565cfd48 and a7e4092b0e. 2006-11-10 14:14:15 +01:00
Tomeu Vizoso a7e4092b0e Created SugarDownloadManager and ClipboardService's wrapper. Show and hide the frame when adding an object to the clipboard. 2006-11-05 19:52:46 +01:00
Tomeu Vizoso 23565cfd48 First version of the ClipboardService. Added support for showing the progress of a pdf download in the clipboard. 2006-11-01 19:43:59 +01:00