Marco Pesenti Gritti
d4ea1f8101
Do not traceback if bundle version is not integer.
2007-07-30 12:45:01 +02:00
Tomeu Vizoso
ec6fc9bfa9
#2570 Accept correctly image drops from Record.
2007-07-30 10:28:53 +02:00
Marco Pesenti Gritti
0f17ae5d04
Cleanup mo packaging.
2007-07-29 15:20:19 +02:00
Marco Pesenti Gritti
fe46d242f8
* Add Greek translation. (simosx)
2007-07-29 12:43:48 +02:00
Tomeu Vizoso
92a953862d
#2564 : use the activity service name as the base name for translation files.
2007-07-29 12:20:45 +02:00
Dan Williams
c26f7b462d
Update NEWS for WPA support
2007-07-29 00:23:32 -04:00
Dan Williams
1dbd57fdf2
Add WPA and WEP auth mode support
2007-07-29 00:19:59 -04:00
Marco Pesenti Gritti
13a91a26e1
Make raw X windows work again.
2007-07-29 00:17:45 +02:00
Tomeu Vizoso
5b73d0dfce
Allow specifying a concrete activity when resuming a journal object.
2007-07-28 20:57:47 +02:00
Tomeu Vizoso
099cd4d1b4
Allow passing a complete file path when creating a sugar.graphics.Icon
2007-07-28 20:56:02 +02:00
Tomeu Vizoso
d988d1dfd2
Fix clipboard support for text from Browse.
2007-07-28 16:00:32 +02:00
Dan Winship
1f58acf9dd
Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar
2007-07-27 16:49:45 -04:00
Dan Winship
4767f77bc9
add a missing "self", noticed by nelhage
2007-07-27 16:49:33 -04:00
Marco Pesenti Gritti
285099fe08
Do not import _sugarext inside graphics init
2007-07-27 20:44:55 +02:00
Marco Pesenti Gritti
e62b927883
Fix import
2007-07-27 20:18:53 +02:00
Marco Pesenti Gritti
b23b63cdd5
Split the UI part of sugarext out to his own module to avoid
...
dragging gtk inside services.
2007-07-27 20:15:31 +02:00
Dan Winship
b9d7d00985
Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar
2007-07-27 09:44:33 -04:00
Tomeu Vizoso
43d57912e7
Don't import pygtk in the clipboard service as it is not used.
2007-07-26 21:52:38 +02:00
Dan Winship
3db03e53c3
Add get/set for backup info, and set_server
2007-07-26 15:25:13 -04:00
Tomeu Vizoso
a0bc70fb2f
#2511 Fix journal entries background in the object chooser.
2007-07-26 21:22:36 +02:00
Dan Winship
1e5cc3f347
x86_64 fix: don't use sys.maxint (which is really maxlong) for int gproperties
2007-07-26 13:27:26 -04:00
Morgan Collett
ec1af196c6
Merge
2007-07-26 12:35:55 +01:00
Morgan Collett
e67cf94b6b
Update NEWS
2007-07-26 12:33:29 +01:00
Marco Pesenti Gritti
0e45b8fcf1
Make sure the handle dict values are string. Looks
...
like dbus-python get confused if they are dbus.String.
2007-07-26 11:08:31 +02:00
Marco Pesenti Gritti
7e45c5446d
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
...
Conflicts:
NEWS
2007-07-26 10:08:47 +02:00
Marco Pesenti Gritti
0a11ebafe8
Increase activity launching timeout.
2007-07-26 10:07:50 +02:00
Tomeu Vizoso
20d5eaf4bc
Add timeout arg to sugar.datastore.Datastore.
2007-07-26 09:20:38 +02:00
Simon McVittie
ee68ed1fb9
Handle PropertyChanged signal
2007-07-25 17:58:12 -04:00
Simon McVittie
d35166842a
Console ps_watcher: avoid misleading user in info messages
2007-07-25 16:08:33 -04:00
Simon McVittie
9885b892a2
Console ps_watcher: Log signals as well as errors.
...
Correctly remove activity from buddy's list when buddy leaves.
2007-07-25 13:26:28 -04:00
Simon McVittie
df5ebb32e0
Show channels, handles, activity participants, buddy activities, errors
2007-07-25 13:09:51 -04:00
Dan Williams
5e30ed9f3b
Turn logs on by default for the emulator
2007-07-25 12:24:10 -04:00
Dan Williams
32dc59f169
Merge
2007-07-25 11:47:37 -04:00
Marco Pesenti Gritti
8caaafcde4
Snapshot 088c7612e3
.
2007-07-25 17:15:50 +02:00
Simon McVittie
088c7612e3
Add basic activity and buddy properties to PS tab in devel console.
...
Make columns sortable and resizable.
2007-07-25 11:08:36 -04:00
Simon McVittie
087f6c957d
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
2007-07-25 10:30:51 -04:00
Simon McVittie
0afad46773
Add a basic Presence Service tab to the developer console.
...
* Newly added activities and buddies appear in bold for 5 seconds.
* Removed activities and buddies stay in the list with strikethrough applied
for 5 seconds, after which they vanish.
* Columns other than "object path" don't do anything.
* In the object path column, the common prefix is replaced by ".../".
2007-07-25 10:30:15 -04:00
Marco Pesenti Gritti
01fbe53175
Don't follow the cursor when expanding to secondary palette.
2007-07-25 16:01:07 +02:00
Dan Williams
36f3056715
Merge
2007-07-25 09:57:30 -04:00
Marco Pesenti Gritti
9731a93c3f
Update spanish translation
2007-07-25 15:13:59 +02:00
Marco Pesenti Gritti
63c9599b4d
Update NEWS
2007-07-25 15:06:13 +02:00
Marco Pesenti Gritti
6fcad53763
Add icons for the private/shared dropdown.
2007-07-25 15:05:07 +02:00
Dan Williams
ba08537dc7
update NEWS file
2007-07-24 18:39:48 -04:00
Dan Williams
c5d0a3fab6
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
2007-07-24 18:29:22 -04:00
Dan Williams
c5063ebc19
Turn off logging by default; re-enable on a per-module basis using environment variables
2007-07-24 18:29:18 -04:00
Marco Pesenti Gritti
cbe17469ff
Snapshot 9ac5d38e90
.
2007-07-24 21:42:17 +02:00
Marco Pesenti Gritti
9ac5d38e90
Update NEWS
2007-07-24 16:27:32 +02:00
Marco Pesenti Gritti
f23d9e8f0d
Reposition palette on secondary state.
2007-07-24 16:21:21 +02:00
Marco Pesenti Gritti
445b1dd413
Keep primary/secondary width the same.
...
Use full (secondary) request to check in-screen.
2007-07-24 16:15:13 +02:00
Marco Pesenti Gritti
452f01d2db
Refactor to move primary/secondary state handling inside Palette.
2007-07-24 15:53:35 +02:00