Commit Graph

54 Commits

Author SHA1 Message Date
Guillaume Desmottes 888e44e151 set gabble and SE log file variables 2007-05-07 17:59:23 +02:00
Mike C. Fletcher a0ee487a40 Restructure to not execute code on speculative import
Add logging messages at "info" level to provide feedback
while launching in order to make debugging unsuccessful
launches easier.
2007-04-21 23:01:56 -04:00
Marco Pesenti Gritti f6a93fd8e9 Some initial work on graphics2 2007-04-20 14:45:39 +02:00
Marco Pesenti Gritti 2f858c02a3 Split the gtkrc in sugar and sugar-xo. Make them load the
respective gtk theme.
2007-04-19 21:13:55 +02:00
Marco Pesenti Gritti a5e29bfe00 Run from source dir 2007-04-15 15:37:05 +02:00
Marco Pesenti Gritti 6297f3bdca More cleanups 2007-04-15 15:28:25 +02:00
Marco Pesenti Gritti 5e69406c64 Simplify 2007-04-15 15:26:30 +02:00
Marco Pesenti Gritti 2910d23716 Delay importing the sugar module 2007-04-15 14:49:24 +02:00
Marco Pesenti Gritti 5343752c35 Make browser a modules inside sugar library 2007-04-07 13:17:36 +02:00
Marco Pesenti Gritti 4828870afd Use gtk to detect dpi. 2007-04-07 03:42:51 +02:00
Marco Pesenti Gritti 9af06c0b26 Add a script to start sugar. Move the gtkrc to avoid conflicts when
installing on a complete system.
2007-03-22 20:34:07 +01:00
Marco Pesenti Gritti ad0621fa82 Fix the emulator. Patch by Noah Kantrowitz. 2007-03-17 10:37:15 +01:00
Marco Pesenti Gritti c9f28b7317 Rework the emulator. Move matchbox in the shell. 2007-03-16 18:12:47 +01:00
Marco Pesenti Gritti b8cc8ec68f Drop support for running from source dir. As it is now it's just confusing.
Will have to figure out the exact needs and rewrite in a better way.
2007-03-09 17:38:05 +01:00
Marco Pesenti Gritti 57c928916c Refactor sugar.env and paths 2007-03-09 14:57:54 +01:00
Marco Pesenti Gritti 6afd512d55 Cleanup kbd config passing 2007-03-09 13:47:17 +01:00
Marco Pesenti Gritti 751fa0f663 Correct sugar-shell path logic 2007-03-08 15:50:29 +01:00
Marco Pesenti Gritti e1f0ba15f4 Make sugar-emulator [program] actually work again 2007-03-08 11:44:00 +01:00
Marco Pesenti Gritti b473b4f17c Pass the X dpi to Xephyr. Default to a minimum of 96, some distros appear to be broken. 2007-02-28 13:24:47 +01:00
Marco Pesenti Gritti 97e64751cc Remove hacks for wide screens, now we support them. 2007-02-23 15:45:54 +01:00
Marco Pesenti Gritti 086a8e90eb Add a comment about 4:3. Patch by Joshua N Pritikin 2007-02-16 11:39:41 +01:00
Marco Pesenti Gritti c935a5c250 Ooops height is 900 2007-02-14 15:35:54 +01:00
Marco Pesenti Gritti 4c192c4c73 Do not exceed 1200x900 2007-02-14 15:34:34 +01:00
Marco Pesenti Gritti d0b4a48ff5 Forgot the stupid import pygtk stuff there... 2007-02-06 12:01:59 +01:00
Tomeu Vizoso 4bde802bbd Simplified system paths for running sugar from the source dir. 2007-02-03 19:41:00 +01:00
Marco Pesenti Gritti 36e9099fca Base size on height 2007-01-31 12:04:11 -05:00
Marco Pesenti Gritti c1c5a78ca8 Try harder to support wide screen 2007-01-31 11:49:56 -05:00
Marco Pesenti Gritti 90d0c41cc9 Try to deal with wide screens 2007-01-31 11:30:57 -05:00
Marco Pesenti Gritti 204aac8658 Drop Xnest support. Start fullscreen if widht <= 900. 2007-01-27 14:31:13 +01:00
Marco Pesenti Gritti 4cdf88f31d Do not hardcode /usr/bin/python 2007-01-20 13:38:58 +01:00
Marco Pesenti Gritti 0584ac7529 Use fullscreen if the screen is not big enough to do a 1200x900 window.
The logic might need tweaking.
2007-01-16 01:21:15 +01:00
Marco Pesenti Gritti 297381cad7 Basic implementation of the shutdown graphics 2007-01-11 11:20:08 +01:00
Marco Pesenti Gritti cae78d7041 Rework the console to use autoactivation, move it in services/ 2007-01-08 18:06:59 +01:00
Dan Williams 5103f1fb27 run data store from emulator when needed 2006-12-14 17:21:46 -05:00
Marco Pesenti Gritti 165fe0b00e Several cleanups 2006-12-01 23:23:58 +01:00
Marco Pesenti Gritti cf156fac07 Get rid of our custom dbus config, simplify stuff 2006-12-01 21:24:24 +01:00
Marco Pesenti Gritti 9a7518f230 Get rid of dbus 0.94 compatibility, since we build dbus in jhbuild now. Yay! 2006-11-16 11:07:30 +01:00
Tomeu Vizoso 59d57a03d9 First implementation of ClipboardService. Implement pdf viewing and downloading via ClipboardService. 2006-11-15 13:56:19 +01:00
Tomeu Vizoso 61f24de748 Reverting clipboard changes pushed by mistake. These are commits 23565cfd48 and a7e4092b0e. 2006-11-10 14:14:15 +01:00
Tomeu Vizoso 2ad31b35d1 Merge branch 'master' of git://dev.laptop.org/sugar 2006-11-05 10:52:11 +01:00
Marco Pesenti Gritti 4b328c8417 Less invasive solution for the reverted commit 2006-11-05 03:41:44 +01:00
Marco Pesenti Gritti 984035f933 Revert "Fixup services path with the various installed/uninstalled 0.94/0.95 combinations. What a pain!"
This reverts commit 6d84d886e1.
2006-11-05 03:33:49 +01:00
Marco Pesenti Gritti 6d84d886e1 Fixup services path with the various installed/uninstalled 0.94/0.95 combinations. What a pain! 2006-11-05 03:25:51 +01:00
Tomeu Vizoso c7dbfdb067 Merge branch 'master' of git://dev.laptop.org/sugar 2006-11-03 08:39:21 +01:00
Marco Pesenti Gritti 561169809b Install services in user dir if dbus is recent enough. 2006-11-02 20:16:36 +01:00
Tomeu Vizoso a6503b8bd8 Merge branch 'master' of git://dev.laptop.org/sugar 2006-11-02 17:21:00 +01:00
Marco Pesenti Gritti fcd4ebb281 Ensure /tmp/sugar-services exists 2006-11-02 00:45:17 +01:00
Tomeu Vizoso 23565cfd48 First version of the ClipboardService. Added support for showing the progress of a pdf download in the clipboard. 2006-11-01 19:43:59 +01:00
Marco Pesenti Gritti 637a08154e Fix some path bugs. Reload the profile when first time dialog wrote it. 2006-10-17 14:31:04 +02:00
Marco Pesenti Gritti ec3094e08b Move the running from source dir hacks in the emulator. 2006-10-17 10:25:47 +02:00