Marco Pesenti Gritti
e176a531ab
Remove old browser and fix makefiles
2006-10-13 21:31:51 +02:00
Marco Pesenti Gritti
63e12fbd5e
More work on links
2006-10-13 18:05:48 +02:00
Marco Pesenti Gritti
75b158c3d7
First go at shared links (not functional)
2006-10-13 15:46:11 +02:00
Marco Pesenti Gritti
1df5b0020d
Fix get_published_values to actually return the dict.
...
Get rid of the activity title property, we are not using it anyway.
2006-10-13 13:03:24 +02:00
Marco Pesenti Gritti
395472edea
Shutdown the factory when all activities has been destroyed.
...
Initialize the profile.
2006-10-13 11:24:07 +02:00
Marco Pesenti Gritti
62a46ff92b
Create a private sugar lib and put our extensions there.
2006-10-12 12:47:17 +02:00
Marco Pesenti Gritti
d01a5cdf95
Move font size in the theme
2006-10-12 02:59:20 +02:00
Marco Pesenti Gritti
d791577e79
Set default font size to 14
2006-10-11 21:55:10 +02:00
Marco Pesenti Gritti
0ec5283081
Adapt gtk icon size to the grid
2006-10-11 19:58:57 +02:00
Marco Pesenti Gritti
3f68640c13
Get rid of the old simulator
2006-10-10 16:35:52 +02:00
Marco Pesenti Gritti
f1f0e9d26c
Get names in random order
2006-10-10 10:02:03 +02:00
Marco Pesenti Gritti
279ebda451
Fix children counting
2006-10-10 01:14:24 +02:00
Marco Pesenti Gritti
7fa1b02a82
Fix size request calculation
2006-10-10 00:56:19 +02:00
Marco Pesenti Gritti
067d60573e
Join the activity before changing to it
2006-10-10 00:35:37 +02:00
Marco Pesenti Gritti
b309da53f6
Add activity change
2006-10-09 18:29:54 +02:00
Marco Pesenti Gritti
c9b5381c16
Add a list of names to pick from. Refactor a bit to allow different simulator stages.
...
Create a bunch of random bots.
2006-10-09 18:03:35 +02:00
Marco Pesenti Gritti
386dbe7123
Add a wait method to the bot
2006-10-09 16:35:36 +02:00
Marco Pesenti Gritti
994b337709
Add a bot and ability to share chat
2006-10-09 16:10:01 +02:00
Marco Pesenti Gritti
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.
First go at the new simulator.
2006-10-09 15:11:15 +02:00
Marco Pesenti Gritti
1dd8f78453
Rename the old simulator to oldsimulator to keep kiu working
2006-10-09 13:28:01 +02:00
Marco Pesenti Gritti
8c3ac8960f
Spread box cleanups and fixes
2006-10-07 14:33:08 +02:00
Marco Pesenti Gritti
7801e05293
Put the log in the profile. Release 0.33
2006-10-06 18:53:12 +02:00
Marco Pesenti Gritti
d1205dd255
Fix the spread box test and fix the box layout logic too
2006-10-06 18:07:49 +02:00
Marco Pesenti Gritti
7f232c30c2
More fixes
2006-10-06 11:34:29 +02:00
Marco Pesenti Gritti
953b5bf286
Some fixes
2006-10-06 11:17:38 +02:00
Marco Pesenti Gritti
b33a1c141f
Move the layouts to be box and subclass them.
2006-10-06 11:11:38 +02:00
Marco Pesenti Gritti
4b36f84c30
Fix several makefiles, use olpc theme for matchbox
2006-10-05 19:48:12 +02:00
Marco Pesenti Gritti
5b37955647
Revert "Install our own matchbox theme to disable shadows"
...
This reverts 0e77fc5bf9
commit.
2006-10-05 19:34:19 +02:00
Marco Pesenti Gritti
1b0e469dbd
More work on the views layout
2006-10-05 18:53:34 +02:00
Marco Pesenti Gritti
924fe94b16
Adapt spread layout to hippo
2006-10-05 18:32:35 +02:00
Marco Pesenti Gritti
aec5cdbdcd
Ooops broke default positioning strategy
2006-10-05 17:49:37 +02:00
Marco Pesenti Gritti
6479962ca7
Get back presence list to work
2006-10-05 17:09:38 +02:00
Marco Pesenti Gritti
847f69fce7
More stylification
2006-10-05 16:29:55 +02:00
Marco Pesenti Gritti
0bd96b3987
More stylsheets work
2006-10-05 14:52:33 +02:00
Marco Pesenti Gritti
250060b7f8
Remove several hardcoded sizes, substitute them with stylesheets.
2006-10-05 14:38:37 +02:00
Marco Pesenti Gritti
b3abf30dec
Improve stylesheet loading
2006-10-05 13:26:02 +02:00
Marco Pesenti Gritti
0e77fc5bf9
Install our own matchbox theme to disable shadows
2006-10-04 19:52:03 +02:00
Marco Pesenti Gritti
5da630c13a
Kill unused code, fix makefiles
2006-10-04 15:37:53 +02:00
Marco Pesenti Gritti
1f8ff1db1f
Move all the canvas code that doesn't depend on goocanvas anymore in graphics.
2006-10-04 00:55:20 +02:00
Marco Pesenti Gritti
717bdd66f4
Get rid of the old Grid and CanvasBox
2006-10-04 00:25:03 +02:00
John (J5) Palmieri
6f337e0b14
Changed all type checking to use isinstance
2006-10-03 17:06:48 -04:00
John (J5) Palmieri
be29c542bf
Deprecate dbus.dbus_bindings import and use new name_has_owner
...
API when available
2006-10-03 14:27:51 -04:00
Ian Bicking
bd0e612f1a
Changed to tabs, to keep things consistent.
2006-10-03 12:57:50 -05:00
Ian Bicking
bdf9c1b392
Updates to presence test and mockdbus
2006-10-03 12:50:21 -05:00
Ian Bicking
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.
2006-10-03 12:25:05 -05:00
Marco Pesenti Gritti
0cd31b900a
Move the menu to hippo canvas
2006-10-03 18:52:11 +02:00
Marco Pesenti Gritti
9fd16ddd21
Remove the old menu icon code
2006-10-03 17:17:09 +02:00
Marco Pesenti Gritti
8f9f473073
Fix makefiles
2006-10-03 17:12:34 +02:00
Marco Pesenti Gritti
75b86618de
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
2006-10-03 16:34:14 +02:00
Marco Pesenti Gritti
e14aa30f07
Port mesh and friends view to hippo, needs work
2006-10-03 16:31:32 +02:00