Commit Graph

169 Commits

Author SHA1 Message Date
Marco Pesenti Gritti
6ec3246a1e Snapshot 8ef6c57f8b. 2007-09-15 03:18:53 +02:00
Marco Pesenti Gritti
8ef6c57f8b Patch by bertf to fix handling of non-default types. 2007-09-15 03:14:30 +02:00
Marco Pesenti Gritti
97cd865bc7 Snapshot 0a666e23cf. 2007-09-14 18:56:53 +02:00
Marco Pesenti Gritti
0a666e23cf When starting an activity with activity_id but no object_id
try to figure out from the journal which object it was
associated to.
2007-09-14 16:16:54 +02:00
Marco Pesenti Gritti
4e18357902 Ignore double desktop switching notifications. 2007-09-14 13:58:59 +02:00
Marco Pesenti Gritti
6b04dca40e Raise the event area on window stack changes rather
than on activate. I think activate is called only
when there is a focus change.
2007-09-13 12:30:37 +02:00
Marco Pesenti Gritti
3a4f4166f0 Snapshot 47f473189e. 2007-09-12 21:52:04 +02:00
Tomeu Vizoso
47f473189e Fix typo so the removal of expanded activity bundles is complete. 2007-09-12 20:30:21 +02:00
Tomeu Vizoso
6cb7c774dd Don't disable the clipboard icons when they are still incomplete. 2007-09-12 20:29:20 +02:00
Marco Pesenti Gritti
bf1aea368f Fix snowflake layout 2007-09-12 18:50:55 +02:00
Marco Pesenti Gritti
8aa31a6095 Make the sizes of mesh icons match Eben spec. 2007-09-12 18:01:21 +02:00
Simon McVittie
bc49fc4257 When joining an activity, pick up its sharing scope.
This avoids trying to re-share already shared activities in order to invite someone (#3364)
2007-09-12 12:35:39 +01:00
Marco Pesenti Gritti
ac73c3950a Snapshot 8b784a6223. 2007-09-11 22:41:21 +02:00
Marco Pesenti Gritti
8b784a6223 Add default mime type handlers 2007-09-11 21:53:26 +02:00
Marco Pesenti Gritti
d74f966f6d Update NEWS 2007-09-11 20:09:05 +02:00
Marco Pesenti Gritti
a946f1d435 Snapshot 79237f3114. 2007-09-10 20:21:13 +02:00
Marco Pesenti Gritti
af1eb17320 Add german translation. 2007-09-10 15:18:16 +02:00
Marco Pesenti Gritti
098473df62 Update NEWS 2007-09-10 11:12:50 +02:00
Tomeu Vizoso
547df751a7 Fixed some issues with text objects in the clipboard. 2007-09-09 15:04:26 +02:00
Dan Williams
eb7ad2066c Snapshot a1f5cece18. 2007-09-09 01:20:47 -04:00
Dan Williams
a1f5cece18 Fix traceback on mesh disconnect command 2007-09-09 01:19:06 -04:00
Dan Williams
3f6c03b8ee Snapshot 6b6470ebcb. 2007-09-09 00:32:18 -04:00
Dan Williams
6b6470ebcb * #1260, #2664, #1542, #2985: Rework network UI bits to be more informative and
increase granularity of mesh device control
2007-09-09 00:02:26 -04:00
Tomeu Vizoso
b3ad232b0c #2909: Make python activities more tolerant to missing metadata properties. 2007-09-08 16:11:47 +02:00
Tomeu Vizoso
a9dbf6ae59 #2653: Add audio/wav and audio/x-wav as Audio objects. 2007-09-08 14:28:23 +02:00
Dan Williams
9e2a9c4c02 Support moving of files to datastore when using write_file()
Using the transfer_ownership argument, activities using the default activity
datastore integration methods (namely write_file) will now tell the datastore
that it can move the files by default.  This reduces the copies required, which
is slow on flash.  For activities not using the standard APIs (Record, etc),
the datastore bindings allow the activity to specify when ownership should
transfer.
2007-09-07 21:53:32 -04:00
Marco Pesenti Gritti
434483f54a Snapshot c8700feccf. 2007-09-07 23:02:10 +02:00
Dan Winship
c8700feccf update news 2007-09-07 13:33:11 -04:00
Simon Schampijer
ce3f3e9be9 updated news 2007-09-07 17:42:28 +02:00
Simon Schampijer
7f8b000a92 Fixed XO icon of owner in group view #3085 2007-09-06 22:43:03 +02:00
Marco Pesenti Gritti
7dab1bfb8a Snapshot d9a30c23ff. 2007-09-06 21:52:26 +02:00
Marco Pesenti Gritti
5127901d86 Gray bottom border for Toolbox. 2007-09-05 14:23:17 +02:00
Simon Schampijer
5bd85906f2 (next='Return', back='Escape') 2007-09-04 23:24:15 +02:00
Marco Pesenti Gritti
e7274066f1 Snapshot 0ad6398cf1. 2007-09-04 22:15:24 +02:00
Marco Pesenti Gritti
b104f1e11e Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Conflicts:

	NEWS
2007-09-03 23:09:56 +02:00
Marco Pesenti Gritti
3617dd1635 Cleanup Bundle to not require SUGAR_PREFIX to
be set. Also start using properties rather than
set/getters.
2007-09-03 23:08:49 +02:00
Tomeu Vizoso
07107fb81b #2896: Remove sugar.date module. 2007-09-03 21:26:30 +02:00
Marco Pesenti Gritti
382910b0ba Snapshot 0b3f687749. 2007-09-03 21:08:40 +02:00
Marco Pesenti Gritti
8a2cb49ffb Use a toolbar for zoom icons 2007-09-03 00:20:53 +02:00
Dan Williams
739b9160b1 Refactor activity share/join in Activity.__init__() to be clearer and cover all cases
Remove the 'pservice_id' attribute of the ActivityHandle too, since it was
completely pointless and should have been the same as the activity id anyway.
Share/join is handled in the Activity.__init__() method and the shell doesn't
really need to know about it at all.
2007-09-01 13:07:49 -04:00
Eduardo Silva
21eea182cb Update NEWS 2007-09-01 12:03:04 -04:00
Marco Pesenti Gritti
7a2d0bf4c2 Snapshot feb462d08d. 2007-09-01 13:52:07 +02:00
Tomeu Vizoso
ecbbcb0026 Don't allow removing system-installed activities. 2007-08-31 20:37:44 +02:00
Tomeu Vizoso
ad1818f985 #3063: Make the 'Keep' button in the activity toolbar create a copy of the activity in the journal. Add a copy() method for activities to use. 2007-08-31 15:43:38 +02:00
Tomeu Vizoso
3dc8505ec5 #3045: Fix issues with the clipboard icons and palettes. 2007-08-31 14:53:59 +02:00
Marco Pesenti Gritti
457a1eaf3b Get invites back to work in the UI. 2007-08-31 13:43:31 +02:00
Marco Pesenti Gritti
e5db6eb971 Update 2007-08-31 11:58:17 +02:00
Marco Pesenti Gritti
fbf995e71d Snapshot e65fef5c79. 2007-08-30 23:40:18 +02:00
Simon McVittie
19d72d4074 Update NEWS 2007-08-30 15:41:54 +01:00
Dan Williams
17c48f2d25 Add badges to infrastructure access points in mesh view 2007-08-30 02:40:26 -04:00