Tomeu Vizoso
972fecd920
#5097 : Fix pasting text between activities through the clipboard.
2007-11-23 18:38:55 +01:00
Dan Winship
f377d6e519
Redo activity bundles in terms of sugar.bundle.bundle
2007-09-20 12:20:21 -04:00
Tomeu Vizoso
6cb7c774dd
Don't disable the clipboard icons when they are still incomplete.
2007-09-12 20:29:20 +02:00
Tomeu Vizoso
2d9d6cf25c
Also catch the deprecated mime type for bundles.
2007-09-06 11:33:16 +02:00
Tomeu Vizoso
3dc8505ec5
#3045 : Fix issues with the clipboard icons and palettes.
2007-08-31 14:53:59 +02:00
Tomeu Vizoso
53d1ada429
One more icon fix.
2007-08-27 15:58:53 +02:00
Marco Pesenti Gritti
f1d588452e
Reorganize canvas items.
2007-08-25 13:15:28 +02:00
Tomeu Vizoso
544a400afc
Updated to use application/vnd.olpc-sugar instead of application/vnd.olpc-x-sugar.
2007-08-21 16:59:32 +02:00
Marco Pesenti Gritti
01c15298b8
Adapt to object icons name changes.
2007-08-16 13:06:39 +02:00
Tomeu Vizoso
51ce8abdef
Adapt to new color constants.
2007-08-08 10:56:12 +02:00
Marco Pesenti Gritti
b3f7e0e632
Move from scaling to sizes in CanvasIcon.
2007-07-31 16:46:06 +02:00
Marco Pesenti Gritti
cca69e7012
Remove obsolete sugar.graphics.color.
2007-07-31 14:05:14 +02:00
Tomeu Vizoso
2164f22197
Show generic icon for objects of unknown type.
2007-07-04 20:24:35 +02:00
Tomeu Vizoso
4aee850af7
Replace Menu for Palette.
2007-07-01 12:55:10 +02:00
Tomeu Vizoso
6af3c44893
Use xo colors in clipboard icons.
2007-06-23 20:07:25 +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
340fcc271d
set_state() could be called when there are still no formats.
2007-06-07 12:07:25 +01:00
Tomeu Vizoso
04fc7047c2
Don't autolaunch downloaded docs, this will be done from the Web activity.
2007-05-20 12:36:55 +02:00
Tomeu Vizoso
7fbcf08242
Fix for Python 2.4 compatibility.
2007-05-05 10:59:21 +02:00
Tomeu Vizoso
ec8bb21936
Implement installation of downloaded activities.
2007-04-20 20:12:49 +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
Marco Pesenti Gritti
27414754a1
Pass an uri to the activity
2007-03-22 16:55:07 +01:00
Marco Pesenti Gritti
1420265d06
Autolaunch etoys projects
2007-03-22 15:46:11 +01:00
Tomeu Vizoso
5104e24ffa
Hack for detecting an onDisk format. Need to improve the clipboard API for the right fix.
2007-03-18 13:16:09 +01:00
Dan Williams
93e9d164c0
Auto-open some downloaded files
2007-03-14 14:43:42 -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
Dan Williams
bfe04c2073
Add copyright header
2007-03-13 23:57:29 -04:00
Tomeu Vizoso
6704e1bfd3
Button fixes and fix launching activities from the clipboard.
2007-02-28 16:41:50 +01:00
Tomeu Vizoso
940b50b4e6
Add hover to ClipboardIcon.
2007-02-24 14:35:31 +01:00
Tomeu Vizoso
52fc6826ab
Typo.
2007-02-24 14:23:18 +01:00
Tomeu Vizoso
cb0d75eb59
Rename IconColor to XoColor.
2007-02-23 13:09:33 +01:00
Tomeu Vizoso
6756c00917
Added tooltips to CanvasIcon and implement popup positioning in the Frame.
2007-02-22 22:51:24 +01:00
Tomeu Vizoso
b452b7d718
Make ClipboardIcon use the new Menu.
2007-02-21 21:12:27 +01:00
Marco Pesenti Gritti
ef3f861954
Fix caps
2007-02-21 20:20:36 +01:00
Tomeu Vizoso
334be3331b
Some more usability fixes for the clipboard.
2007-01-11 23:57:06 +01:00
Dan Williams
fb716ae046
Make activity launching asynchronous
...
The ActivityFactory create() method now returns a handler GObject,
which callers may attach signals to to receive success and error
signals from the result of the activity launch request.
2007-01-07 00:04:30 -05:00
Dan Williams
b27257fadb
Make shell responsible for activity ID generation
...
Enables tracking of activity launch throughout the whole process, so that
the shell can be aware of the activity ID from the moment the activity
is started by the shell, until the activity becomes active. Previously,
the activity itself generated its own ID and told the shell what it was.
2007-01-06 16:29:13 -05: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
Tomeu Vizoso
e68f0e00e9
Added c&v and dnd support to the clipboard.
2006-12-13 22:36:05 +01:00