Simon McVittie
531321740c
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
...
Conflicts:
services/presence/server_plugin.py
2007-05-16 12:30:49 +01:00
Dan Williams
e659d15384
Make datastore find & update operations async
2007-05-16 00:41:45 -04:00
Simon McVittie
4b26840333
sugar.presence.presenceservice, services/presence: Use named loggers.
...
This causes events in the log to be annotated with the module that emitted the
message.
Before: DEBUG - root: Starting up...
After: DEBUG - s-p-s.server_plugin: Starting up...
I've used a log domain of "sugar.presence..." for the client library and
e.g. "s-p-s.activity" for the service internals.
2007-05-15 14:58:15 +01:00
Marco Pesenti Gritti
4a8493f95e
Fix mozilla components loading when sugar is running from source.
...
We don't attempt to load components from source, since that would
be insanely complicated.
2007-05-15 11:50:21 +02:00
Marco Pesenti Gritti
9fa0790c2b
Do not assume we are packing an ActivityToolbox inside the activity
2007-05-15 11:23:46 +02:00
Marco Pesenti Gritti
141072c9e9
Set a default title for the activity
2007-05-14 19:56:06 +02:00
Marco Pesenti Gritti
820e739a0f
Improve the layout of the activity toolbar
2007-05-14 19:27:35 +02:00
Marco Pesenti Gritti
c84e21aa9e
Hide the tabs bar when there is only one toolbar.
...
Fix sugar.Browser
2007-05-14 15:48:36 +02:00
Marco Pesenti Gritti
9e10d15c21
More work on pyxpcom integration
2007-05-13 22:49:27 +02:00
Tomeu
f3289d2e59
Implement setting the journal entry title from the toolbar.
2007-05-13 18:21:35 +02:00
Marco Pesenti Gritti
d8446e25ae
Cleanup
2007-05-11 23:11:02 +02:00
Marco Pesenti Gritti
b0c2f0313f
Check the grid exists before trying to remove weight when removing items.
2007-05-11 23:10:07 +02:00
Marco Pesenti Gritti
f0e5523cd0
gtk thinks the xo dpi is 200.0
2007-05-11 12:36:07 +02:00
Marco Pesenti Gritti
e5a586fe69
More distcheck fixes
2007-05-11 11:18:17 +02:00
Tomeu Vizoso
133b96b4f0
Typo.
2007-05-10 17:04:40 +02:00
Tomeu Vizoso
d6850279a8
Temporary fix while we stabilize the new datastore.
2007-05-10 14:34:10 +02:00
Tomeu Vizoso
30114f9545
Temporary try..excepts while we stabilize the new datastore.
2007-05-10 14:16:48 +02:00
Tomeu Vizoso
929dabd165
Use the new DataStore and remove the old one.
2007-05-10 11:01:32 +02:00
Marco Pesenti Gritti
ac4338e3c0
Add an ItemInfo object associated with each item.
...
Remove weight from the grid when removing items.
2007-05-10 10:42:56 +02:00
Eduardo Silva
5d14daf44b
Notebook class now use **kwargs to set properties
2007-05-09 14:38:38 -04:00
Simon McVittie
00e8348c73
Set _shared_activity correctly when we share an activity successfully
2007-05-09 16:32:16 +01:00
Simon McVittie
5fc1cdefeb
When joining an activity that's already been joined, call a callback which exists
2007-05-09 15:05:17 +01:00
Eduardo Silva
c34a264168
Add some comments in the notebook class
2007-05-08 22:38:56 -04:00
Simon McVittie
0d1b2bef13
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
2007-05-08 17:07:44 +01:00
Simon McVittie
1f024ff6e4
sugar.logger: Use formatters properly when interfacing with logging.
...
This fixes display of tracebacks in the logs, and adds logger names
2007-05-08 16:24:48 +01:00
Simon McVittie
05d7ed5084
sugar.presence.presenceservice: don't mix up local variable 'activity' and imported module 'activity'
2007-05-08 16:23:07 +01:00
Dan Williams
28637c098e
Fix activity creation ID collisions
2007-05-08 11:19:30 -04:00
Dan Williams
1994b5e6a9
Fix file closing
2007-05-08 11:07:27 -04:00
Eduardo Silva
6a685d38b4
Merge branch 'master' of git://dev.laptop.org/sugar
2007-05-08 09:33:58 -04:00
Eduardo Silva
9180388a76
Notebook widget class: new 'can-close-tabs' property
2007-05-08 09:32:32 -04:00
Simon McVittie
60d6dcd618
sugar/logger.py: interpolate %x parameters in messages from the logging framework
2007-05-08 11:49:52 +01:00
Marco Pesenti Gritti
6d5bc75092
Tweak the test to use realistic numbers. Some fixes
2007-05-07 16:59:28 +02:00
Marco Pesenti Gritti
fb019bc9f5
Better spread algorhytm, work in progress
2007-05-07 16:24:41 +02:00
Dan Williams
c89bc07e0b
Fix nickname encoding and length issues
2007-05-07 00:18:42 -04:00
Eduardo Silva
110fa5f354
New notebook control
2007-05-06 11:03:43 -04:00
Tomeu Vizoso
a2660195bd
Initial support for icon-only combo boxes.
2007-05-05 12:13:23 +02:00
Tomeu Vizoso
50d2b66501
Take out the HAVE_GECKO_1_9 ifdefs, we only support Gecko 1.9 now.
2007-05-04 19:51:15 +02:00
Tomeu Vizoso
bbb96e9c89
Implemented saving web history to the journal. Ifdefed by now while we wait for a patch to be applied to mozilla upstream.
2007-05-04 19:32:25 +02:00
Tomeu Vizoso
54c8c009ef
Fixed typo.
2007-05-04 14:47:30 +02:00
Tomeu Vizoso
eff6c1a7c1
Add ToggleToolButton to the Makefile.
2007-05-04 09:56:01 +02:00
Dan Williams
44e8393bde
Fix type
2007-05-03 15:06:00 -04:00
Tomeu Vizoso
694e30aa76
Expose the buttons contained by the activity toolbar.
2007-05-03 16:30:32 +02:00
Tomeu Vizoso
1f60139e09
Added WebSession datastore object.
2007-05-03 16:07:19 +02:00
Dan Williams
a5154aa011
Misc fixes; better GlibURLDownloader error handling, fix GlibXMLRPCRequestHandler argument passing
2007-05-03 01:14:39 -04:00
Dan Williams
f0205fde5c
Make XMLRPC proxy object callback semantics saner
2007-05-02 23:58:14 -04:00
Dan Williams
7774073276
Make joining asynchronous on the activity side
2007-05-02 23:25:15 -04:00
Dan Williams
3f480c1495
Chunked glib-integrated HTTP server and url downloader classes
2007-05-02 22:23:01 -04:00
Marco Pesenti Gritti
bc4b051af2
Some refactoring to get styles right
2007-05-01 18:26:26 +02:00
Marco Pesenti Gritti
152361c592
Do not fallback to SUGAR_PREFIX for the sugar path. Require SUGAR_PATH.
2007-05-01 16:42:43 +02:00
Marco Pesenti Gritti
f34e5fd36b
One cell grid of space at toolbar borders
2007-05-01 13:50:18 +02:00