1259 Commits (a906c1e758a2b392c561d139e897024379187164)
 

Author SHA1 Message Date
Marco Pesenti Gritti 250060b7f8 Remove several hardcoded sizes, substitute them with stylesheets. 18 years ago
Marco Pesenti Gritti b3abf30dec Improve stylesheet loading 18 years ago
Marco Pesenti Gritti 3972ff8651 Release 0.30 18 years ago
Marco Pesenti Gritti 0e77fc5bf9 Install our own matchbox theme to disable shadows 18 years ago
Marco Pesenti Gritti 5da630c13a Kill unused code, fix makefiles 18 years ago
Marco Pesenti Gritti 62ee1df83c Complete the de-goocanvasification 18 years ago
Marco Pesenti Gritti 72a4aa6fe2 Reimplement the donut using hippo canvas 18 years ago
Marco Pesenti Gritti 1f8ff1db1f Move all the canvas code that doesn't depend on goocanvas anymore in graphics. 18 years ago
Marco Pesenti Gritti 717bdd66f4 Get rid of the old Grid and CanvasBox 18 years ago
John (J5) Palmieri 6f337e0b14 Changed all type checking to use isinstance 18 years ago
John (J5) Palmieri 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
18 years ago
John (J5) Palmieri be29c542bf Deprecate dbus.dbus_bindings import and use new name_has_owner
API when available
18 years ago
Ian Bicking bd0e612f1a Changed to tabs, to keep things consistent. 18 years ago
Ian Bicking bdf9c1b392 Updates to presence test and mockdbus 18 years ago
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.
18 years ago
Ian Bicking 48951dc1cb Merge branch 'master' of git://dev.laptop.org/sugar 18 years ago
Marco Pesenti Gritti 0cd31b900a Move the menu to hippo canvas 18 years ago
Marco Pesenti Gritti 9fd16ddd21 Remove the old menu icon code 18 years ago
Marco Pesenti Gritti 8f9f473073 Fix makefiles 18 years ago
Marco Pesenti Gritti 75b86618de Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 18 years ago
Marco Pesenti Gritti e14aa30f07 Port mesh and friends view to hippo, needs work 18 years ago
Ian Bicking dcf97548c4 Merge branch 'master' of git://dev.laptop.org/sugar 18 years ago
Dan Williams 3919643c7d Expose local name collision errors (ie, somebody else registered that service) 18 years ago
Dan Williams 3524042ad7 Update makefile 18 years ago
Dan Williams 88da2c7e2d Update makefile 18 years ago
Ian Bicking 9a4cc50ee8 Merge branch 'master' of git://dev.laptop.org/sugar 18 years ago
Marco Pesenti Gritti a951b36347 Reimplement menu using hippo and hook it up for the
activity menu.
18 years ago
Marco Pesenti Gritti 4958c43b33 Add window manager test 18 years ago
Marco Pesenti Gritti c6aa561fe9 Test theme from Manu 18 years ago
Marco Pesenti Gritti 0a912e214a Start moving to hippo canvas. (Friends presence in the activity regressed) 18 years ago
Marco Pesenti Gritti d05f1f13d3 Start rewriting our canvas stuff to cleanup and use hippo.
Out of the build.
18 years ago
Marco Pesenti Gritti be70008c07 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 18 years ago
Ian Bicking 607a8e6e9a Merge branch 'master' of git://dev.laptop.org/sugar 18 years ago
Dan Williams fc9c923da9 Ignore local name collisions again 18 years ago
Dan Williams ca56406aa4 Add OverlayWindow to makefile 18 years ago
Dan Williams 72562502b9 Add composited overlay window underneath chat 18 years ago
Ian Bicking 242f96deb3 Merge branch 'master' of git://dev.laptop.org/sugar 18 years ago
Marco Pesenti Gritti 1e75007161 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 18 years ago
Marco Pesenti Gritti 4f2b8b3e31 No need to initialize gtk threads, glib is enough.
Fix lockups in the browser.
18 years ago
Dan Williams ba05afdc53 Activate chat service when activity gets shared 18 years ago
Dan Williams a09dc48669 Fix missing icon check 18 years ago
Dan Williams 8e7fe5dd65 Deal with missing icons 18 years ago
Dan Williams 5db9888666 Set default chat window size 18 years ago
Dan Williams a55242d798 Center chat window, and give it a frame 18 years ago
Dan Williams e2225c443f Initialize _frame_was_visible, and move signal connections lower 18 years ago
Dan Williams ef539c50d9 Fix frame behavior on chat; when we show the chat remember previous frame state and return to it when we hide chat 18 years ago
Dan Williams a91738d3a9 Default values for args for do_slide_in and do_slide_out, and add is_visisble() 18 years ago
Dan Williams 5a6a0d2d7d Start making activity chat work; hit F9 to activate 18 years ago
Dan Williams e95e6c2a4e Import the PS correctly 18 years ago
Dan Williams ddef3947d4 Import gobject 18 years ago