067d60573e
Join the activity before changing to it
Marco Pesenti Gritti
2006-10-10 00:35:37 +02:00
b309da53f6
Add activity change
Marco Pesenti Gritti
2006-10-09 18:29:54 +02:00
c9b5381c16
Add a list of names to pick from. Refactor a bit to allow different simulator stages. Create a bunch of random bots.
Marco Pesenti Gritti
2006-10-09 18:03:35 +02:00
386dbe7123
Add a wait method to the bot
Marco Pesenti Gritti
2006-10-09 16:35:36 +02:00
994b337709
Add a bot and ability to share chat
Marco Pesenti Gritti
2006-10-09 16:10:01 +02:00
cbd3a52a68
Do not set up the owner of the presence service if there is no nick name in the env. I'm not sure this is the best approach, we need to figure it out.
Marco Pesenti Gritti
2006-10-09 15:11:15 +02:00
1dd8f78453
Rename the old simulator to oldsimulator to keep kiu working
Marco Pesenti Gritti
2006-10-09 13:28:01 +02:00
4a15327297
Refactor directory structure a bit in preparation to the new simulator.
Marco Pesenti Gritti
2006-10-09 13:20:39 +02:00
8c3ac8960f
Spread box cleanups and fixes
Marco Pesenti Gritti
2006-10-07 14:33:08 +02:00
55f82602c4
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Marco Pesenti Gritti
2006-10-06 23:34:11 +02:00
18716b308e
Actually fixup the test
Marco Pesenti Gritti
2006-10-06 23:33:26 +02:00
e973b948da
Some work on the snowflake test
Marco Pesenti Gritti
2006-10-06 23:28:12 +02:00
62ee1df83c
Complete the de-goocanvasification
Marco Pesenti Gritti
2006-10-04 15:26:41 +02:00
72a4aa6fe2
Reimplement the donut using hippo canvas
Marco Pesenti Gritti
2006-10-04 14:23:15 +02:00
1f8ff1db1f
Move all the canvas code that doesn't depend on goocanvas anymore in graphics.
Marco Pesenti Gritti
2006-10-04 00:55:20 +02:00
717bdd66f4
Get rid of the old Grid and CanvasBox
Marco Pesenti Gritti
2006-10-04 00:25:03 +02:00
6f337e0b14
Changed all type checking to use isinstance
John (J5) Palmieri
2006-10-03 17:06:48 -04:00
7c342e75bf
s/type(val) == type({})/isinstance(val, dict) This needs to be changed everwhere in the code because isinstance will match derived types where == will not
John (J5) Palmieri
2006-10-03 14:32:29 -04:00
be29c542bf
Deprecate dbus.dbus_bindings import and use new name_has_owner API when available
John (J5) Palmieri
2006-10-03 14:27:51 -04:00
bd0e612f1a
Changed to tabs, to keep things consistent.
Ian Bicking
2006-10-03 12:57:50 -05:00
bdf9c1b392
Updates to presence test and mockdbus
Ian Bicking
2006-10-03 12:50:21 -05:00
b010c0cd42
I added tests for the presence client interface. But the presence client interface, I realize, is really boring and not worth testing much. More interesting, I guess, is the mockdbus module. This will need some more extension to be used by a server (I think), like the presence server.
Ian Bicking
2006-10-03 12:25:05 -05:00
48951dc1cb
Merge branch 'master' of git://dev.laptop.org/sugar
Ian Bicking
2006-10-03 11:59:40 -05:00
0cd31b900a
Move the menu to hippo canvas
Marco Pesenti Gritti
2006-10-03 18:52:11 +02:00
9fd16ddd21
Remove the old menu icon code
Marco Pesenti Gritti
2006-10-03 17:17:09 +02:00
8f9f473073
Fix makefiles
Marco Pesenti Gritti
2006-10-03 17:12:34 +02:00
75b86618de
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Marco Pesenti Gritti
2006-10-03 16:34:14 +02:00
e14aa30f07
Port mesh and friends view to hippo, needs work
Marco Pesenti Gritti
2006-10-03 16:31:32 +02:00
dcf97548c4
Merge branch 'master' of git://dev.laptop.org/sugar
Ian Bicking
2006-10-02 18:15:34 -05:00
3919643c7d
Expose local name collision errors (ie, somebody else registered that service)
Dan Williams
2006-10-02 17:11:20 -04:00
3524042ad7
Update makefile
Dan Williams
2006-10-02 15:46:37 -04:00
88da2c7e2d
Update makefile
Dan Williams
2006-10-02 15:41:44 -04:00
9a4cc50ee8
Merge branch 'master' of git://dev.laptop.org/sugar
Ian Bicking
2006-10-02 10:35:28 -05:00
a951b36347
Reimplement menu using hippo and hook it up for the activity menu.
Marco Pesenti Gritti
2006-10-02 16:37:30 +02:00
4958c43b33
Add window manager test
Marco Pesenti Gritti
2006-10-02 14:28:22 +02:00
c6aa561fe9
Test theme from Manu
Marco Pesenti Gritti
2006-10-02 13:35:22 +02:00
0a912e214a
Start moving to hippo canvas. (Friends presence in the activity regressed)
Marco Pesenti Gritti
2006-10-02 01:50:43 +02:00
d05f1f13d3
Start rewriting our canvas stuff to cleanup and use hippo. Out of the build.
Marco Pesenti Gritti
2006-10-01 19:08:26 +02:00
be70008c07
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Marco Pesenti Gritti
2006-10-01 19:06:09 +02:00
607a8e6e9a
Merge branch 'master' of git://dev.laptop.org/sugar
Ian Bicking
2006-09-29 16:38:52 -05:00
fc9c923da9
Ignore local name collisions again
Dan Williams
2006-09-29 16:53:42 -04:00
ca56406aa4
Add OverlayWindow to makefile
Dan Williams
2006-09-29 16:46:12 -04:00
72562502b9
Add composited overlay window underneath chat
Dan Williams
2006-09-29 13:35:48 -04:00
242f96deb3
Merge branch 'master' of git://dev.laptop.org/sugar
Ian Bicking
2006-09-28 17:54:19 -05:00
1e75007161
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Marco Pesenti Gritti
2006-09-29 00:24:12 +02:00
4f2b8b3e31
No need to initialize gtk threads, glib is enough. Fix lockups in the browser.
Marco Pesenti Gritti
2006-09-29 00:23:24 +02:00
ba05afdc53
Activate chat service when activity gets shared
Dan Williams
2006-09-28 17:08:42 -04:00
a09dc48669
Fix missing icon check
Dan Williams
2006-09-28 17:03:24 -04:00
8e7fe5dd65
Deal with missing icons
Dan Williams
2006-09-28 17:00:15 -04:00
5db9888666
Set default chat window size
Dan Williams
2006-09-28 17:00:03 -04:00
a55242d798
Center chat window, and give it a frame
Dan Williams
2006-09-28 16:20:48 -04:00
e2225c443f
Initialize _frame_was_visible, and move signal connections lower
Dan Williams
2006-09-28 16:13:48 -04:00
ef539c50d9
Fix frame behavior on chat; when we show the chat remember previous frame state and return to it when we hide chat
Dan Williams
2006-09-28 16:12:07 -04:00
a91738d3a9
Default values for args for do_slide_in and do_slide_out, and add is_visisble()
Dan Williams
2006-09-28 16:11:29 -04:00
5a6a0d2d7d
Start making activity chat work; hit F9 to activate
Dan Williams
2006-09-28 15:52:56 -04:00
e95e6c2a4e
Import the PS correctly
Dan Williams
2006-09-28 15:51:40 -04:00
ddef3947d4
Import gobject
Dan Williams
2006-09-28 14:45:32 -04:00
ea967b02d5
Add some logs to debug popups
Marco Pesenti Gritti
2006-09-28 19:35:12 +02:00
56281c804f
Revert "Make ShellModel emit signals on activity change, and make Owner listen for them. Fix Owner's current activity update code to actually update at the correct interval"
Ian Bicking
2006-09-27 16:51:56 -05:00