Commit Graph

2886 Commits

Author SHA1 Message Date
Eduardo Silva cc604e0815 Console: new nandflash status viewer 2007-06-12 14:32:48 -04:00
Tomeu Vizoso 7e8160871a Fix typo. 2007-06-12 12:40:54 +02:00
Eduardo Silva 67b7e3457b Console: little fix 2007-06-11 01:47:18 -04:00
Eduardo Silva 28deb37ffa Console: remove unnecessary file 2007-06-10 17:27:00 -04:00
Eduardo Silva 8e918f865b Console: new graphics package 2007-06-10 17:19:59 -04:00
Tomeu Vizoso 29e68376e9 Tell git to ignore sugar/_sugarext.c. 2007-06-10 12:12:47 +02:00
Eduardo Silva 34e8277d15 Console: internal changes 2007-06-09 11:01:35 -04:00
Tomeu Vizoso c9cd87b142 Percent should be 100% only when we have already added all the targets. 2007-06-07 19:49:17 +01:00
Tomeu Vizoso 340fcc271d set_state() could be called when there are still no formats. 2007-06-07 12:07:25 +01:00
Eduardo Silva fde3159002 Palette positioning/closing fixes 2007-06-06 17:21:33 -04:00
Simon McVittie 129ada9101 services/presence/: remove. Use projects/presence-service git repo instead 2007-06-06 16:29:46 +01:00
Eduardo Silva dee7537462 Palette: speed up 2007-06-06 00:51:01 -04:00
Eduardo Silva f79d5a63db Palette: tooltip fix 2007-06-05 22:43:42 -04:00
Dan Williams d849f573c5 Add network.py to makefile 2007-06-05 07:53:07 -04:00
Marc Maurer 88011ed22d Add set_current_toolbar 2007-06-04 23:53:40 +02:00
Marco Pesenti Gritti 39d1f7b581 Better regexp 2007-06-04 23:53:23 +02:00
Tomeu Vizoso a9600516fb Take screenshot and save it to the journal (<alt>1). 2007-06-04 18:35:05 +01:00
Marco Pesenti Gritti 283a3f4c97 Better snapshot script 2007-06-04 13:09:41 +02:00
Marco Pesenti Gritti b2980d7bd6 Restore get_id/get_service_name, didn't realize they was used by subclasses. 2007-06-03 22:12:47 +02:00
Eduardo Silva aab18a866d Palette: Tooltip support 2007-06-02 00:33:41 -04:00
Marco Pesenti Gritti e707f1b1cc Hrm how my icon name changes did get reverted... 2007-06-01 21:26:18 +02:00
Marco Pesenti Gritti 2b7ffe41d9 Make bundle_id and activity_id window properties to
avoid races.
2007-06-01 21:21:30 +02:00
Marco Pesenti Gritti 5cc9a8c424 Bindings to set activity_id and bundle_id hints 2007-06-01 20:38:30 +02:00
Marco Pesenti Gritti d4bd7a5d05 Do not index icons by activity id. Raw X windows does not have one. 2007-06-01 14:19:14 +02:00
Marco Pesenti Gritti cd3efeba49 Fix raw X windows 2007-06-01 14:04:54 +02:00
Marco Pesenti Gritti b1a62c2fc0 Refactor part of the Home model. Should be much
cleaner and reliable. If you find bugs with it
please let me know.
2007-06-01 13:38:34 +02:00
Marco Pesenti Gritti 2f6790105d Make launching a property of the activity model 2007-06-01 11:03:18 +02:00
Marco Pesenti Gritti e1f27fcd34 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 2007-06-01 10:24:38 +02:00
Marco Pesenti Gritti 38c0cf411c Remove our custom launch timeout. The dbus timeout
is enough.
2007-06-01 10:24:13 +02:00
Eduardo Silva 0014ea0da0 Palette: Automatic positioning 2007-06-01 00:08:24 -04:00
Marco Pesenti Gritti d271e1f481 Fix new instance message 2007-05-31 14:22:26 +02:00
Marco Pesenti Gritti fc53bf8667 Support icons inside the activity 2007-05-31 11:30:16 +02:00
Eduardo Silva 9ea6b18027 Merge branch 'master' of git://dev.laptop.org/sugar 2007-05-30 14:37:51 -04:00
Simon McVittie ef369e97de Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 2007-05-30 19:33:14 +01:00
Eduardo Silva 7985a05274 Console: fix reading log files 2007-05-30 14:32:29 -04:00
Eduardo Silva dd00dda41f Palette fixes 2007-05-30 13:29:29 -04:00
Marco Pesenti Gritti 75130719b5 Check for locks before using a display.
Patch by reinier@heeres.eu
2007-05-30 18:48:40 +02:00
Simon McVittie cd12b59967 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 2007-05-30 17:43:31 +01:00
Simon McVittie 22b1338ac5 services/presence/server_plugin: special-case the Owner when IDing buddies.
We always know who we are, so don't need to inspect our own handle or anything.
2007-05-30 17:43:16 +01:00
Simon McVittie b362ed625c services/presence/server_plugin: fix thinko - take the right arguments to _subscribe_members_changed_cb 2007-05-30 17:42:19 +01:00
Simon McVittie a54aaa54be services/presence/presenceservice: look up buddies by key-ID if we don't know the full key yet. 2007-05-30 17:41:08 +01:00
Simon McVittie f90de752f6 services/presence/presenceservice: weakly reference Buddy objects in _buddies
This makes sure we re-use an existing Buddy object if it's still referenced
somewhere, rather than trying to make another and fighting over the object path.
2007-05-30 17:40:31 +01:00
Simon McVittie fd4e514e21 services/presence/buddy: Fix thinko - register Owner with correct objid
Previously the keyid/ prefix was missing.
2007-05-30 17:38:58 +01:00
Simon McVittie ee6c1b4283 services/presence/: Have joined Activities track membership via group interface.
This allows us to ignore the (trivially spoofable) PEP info for activities
that we're actually in, in favour of looking at the actual members.
2007-05-30 17:36:42 +01:00
Simon McVittie 87446bfb7f services/presence/buddyiconcache: remove unused import of sugar.util 2007-05-30 17:04:16 +01:00
Tomeu Vizoso 527e22ba5d Get one line back :) 2007-05-29 23:25:47 +02:00
Konrad Kleine 7b4333dc4e Bug 590# fixed (codestyle issues) 2007-05-29 21:29:14 +02:00
Konrad Kleine 76d3e78302 Bug #590 fixed.
All logfiles will be backed up to ~./sugar/default/logs/old .
You can adjust the backup directory and the number of backup
versions.

You can also adjust the file suffix for the backup files.

Konrad Kleine
2007-05-29 21:28:59 +02:00
Eduardo Silva b1ed24498c Palette: event improves 2007-05-29 12:27:54 -04:00
Simon McVittie 6957446167 services/presence/: Make Activities responsible for tracking their members.
Add a signal to notify the PS when all members have gone away.
2007-05-29 16:12:05 +01:00