Commit Graph

3601 Commits

Author SHA1 Message Date
Marco Pesenti Gritti 3a33e4cedd Enable focus when there is content. Remove the focus
out check on the invoker toplevel, we will have to do
that differently.
2007-08-08 11:53:41 +02:00
Tomeu Vizoso 51ce8abdef Adapt to new color constants. 2007-08-08 10:56:12 +02:00
Tomeu Vizoso 8a6ea5b13f Added missing file in configure.ac 2007-08-08 10:34:11 +02:00
Marco Pesenti Gritti 9c0df1c6c5 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 2007-08-08 03:12:46 +02:00
Marco Pesenti Gritti 0b355dcbb9 First go at support of focusable widgets inside the palette.
Not enabled yet because focus confuses our deactivation logic
but it seem to work otherwise.
2007-08-08 03:07:00 +02:00
Eduardo Silva 26a7e087fa DevConsole: ups! fix Makefile.am 2007-08-07 18:18:15 -04:00
Eduardo Silva 91f68897a6 DevConsole: New referenced memory usage field in Memphis (introduced in kernel 2.6.22) 2007-08-07 18:14:19 -04:00
Eduardo Silva a3efc1284f DevConsole: Fix Memphis start/stop button 2007-08-07 17:59:38 -04:00
Eduardo Silva cc745f990f DevConsole: Fix broken procfs parser 2007-08-07 17:56:14 -04:00
Simon McVittie df3069a931 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 2007-08-07 13:43:27 +01:00
Simon McVittie 96023f3e42 Fix regeneration of ./configure from configure.ac when using make
To use an m4 macro library you need three things:

* configure.ac mentions it (OK)
* autogen.sh mentions it (OK)
* Makefile.am mentions it (fixed by this patch)

Omission of the third part means that when you change configure.ac and run
make, ./configure is rebuilt without using the m4 directory, so autoconf
doesn't load python.m4 and the rebuild fails.
2007-08-07 13:13:23 +01:00
Dan Winship 2485e15030 Add a basic palette with "Resume" and "Stop" to activity ring icons. #2028 2007-08-06 15:33:27 -04:00
Dan Winship 56d8e5e748 Don't use gtk.get_current_event_time() as the timestamp for window.activate()
gtk.get_current_event_time() will return 0 if there's no "current
event" (which will happen if this is invoked from a SugarKeyGrabber
callback, because that intercepts events below the gtk level). And
libwnck will g_warn if we pass "0" to window.activate(). Since
matchbox doesn't look at the timestamp anyway, it's simplest to just
always pass "1" there.

(Needed for part of #2159)
2007-08-06 09:25:42 -04:00
Dan Winship 88401d31b4 Make activity ring wedges represent approximate size of the activity. #2030 2007-08-03 11:31:21 -04:00
Dan Winship f52e55381a Make the whole wedge in the activity ring clickable. #2029 2007-08-02 14:14:21 -04:00
Eduardo Silva 4aeee4caa9 Icon(): Add scaled icon support (SVG) with editable fill and stroke colors 2007-08-02 07:57:41 -04:00
Dan Williams d22f00d894 Don't set a server by default outside the emulator 2007-08-01 14:22:11 -04:00
Tomeu Vizoso a197097164 Do a dict.copy() so we don't overwrite the original. 2007-08-01 16:31:33 +02:00
Marco Pesenti Gritti c0276b5609 Fix a leftover of the scale property 2007-07-31 17:15:36 +02:00
Marco Pesenti Gritti 34a4876f93 Remove Frame, rename RoundBox to CanvasRoundBox 2007-07-31 17:08:44 +02:00
Marco Pesenti Gritti ef74f178be Finally drop obsolete units. 2007-07-31 17:00:06 +02:00
Marco Pesenti Gritti b3f7e0e632 Move from scaling to sizes in CanvasIcon. 2007-07-31 16:46:06 +02:00
Marco Pesenti Gritti 72d66793a7 Fix all the units except icon scales. 2007-07-31 15:21:09 +02:00
Marco Pesenti Gritti 2ae2279d94 Do not use units 2007-07-31 15:04:51 +02:00
Marco Pesenti Gritti f2eca57d13 More units cleanups 2007-07-31 15:02:50 +02:00
Marco Pesenti Gritti 445a79231d Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 2007-07-31 14:56:20 +02:00
Marco Pesenti Gritti d8faf0ba04 Get rid of some of the obsolete units usage. 2007-07-31 14:56:05 +02:00
Tomeu Vizoso b57f82232a Marco does not like black. 2007-07-31 14:36:05 +02:00
Marco Pesenti Gritti cca69e7012 Remove obsolete sugar.graphics.color. 2007-07-31 14:05:14 +02:00
Marco Pesenti Gritti 1845435e8c Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 2007-07-31 11:30:52 +02:00
Marco Pesenti Gritti d7f7271cfe Use menu->toplevel rather than getting the parent. 2007-07-31 11:30:14 +02:00
Dan Williams 37e8a2ad0d Remove buddy icons from the buddy menu 2007-07-30 23:36:14 -04:00
Dan Williams 782d603f0b Remove useless debugging code 2007-07-30 23:30:00 -04:00
Dan Williams dbe8a6eeff Fix traceback when reading in saved WPA2 network configs 2007-07-30 14:46:40 -04:00
Tomeu Vizoso f06404ca8e #2475 Retrieve correctly the file path for files in removable devices. 2007-07-30 16:21:42 +02:00
Marco Pesenti Gritti e2beb5b566 Start intro if config is absent or corrupted.
Cleanups.
2007-07-30 15:34:02 +02:00
Marco Pesenti Gritti 72857326d2 Fix centering of items in the spread box 2007-07-30 14:22:45 +02:00
Marco Pesenti Gritti 377fdbe9b6 Enter -> next in the intro screen name page. 2007-07-30 12:59:50 +02:00
Marco Pesenti Gritti d4ea1f8101 Do not traceback if bundle version is not integer. 2007-07-30 12:45:01 +02:00
Tomeu Vizoso ec6fc9bfa9 #2570 Accept correctly image drops from Record. 2007-07-30 10:28:53 +02:00
Marco Pesenti Gritti 0f17ae5d04 Cleanup mo packaging. 2007-07-29 15:20:19 +02:00
Marco Pesenti Gritti fe46d242f8 * Add Greek translation. (simosx) 2007-07-29 12:43:48 +02:00
Tomeu Vizoso 92a953862d #2564: use the activity service name as the base name for translation files. 2007-07-29 12:20:45 +02:00
Dan Williams c26f7b462d Update NEWS for WPA support 2007-07-29 00:23:32 -04:00
Dan Williams 1dbd57fdf2 Add WPA and WEP auth mode support 2007-07-29 00:19:59 -04:00
Marco Pesenti Gritti 13a91a26e1 Make raw X windows work again. 2007-07-29 00:17:45 +02:00
Tomeu Vizoso 5b73d0dfce Allow specifying a concrete activity when resuming a journal object. 2007-07-28 20:57:47 +02:00
Tomeu Vizoso 099cd4d1b4 Allow passing a complete file path when creating a sugar.graphics.Icon 2007-07-28 20:56:02 +02:00
Tomeu Vizoso d988d1dfd2 Fix clipboard support for text from Browse. 2007-07-28 16:00:32 +02:00
Dan Winship 1f58acf9dd Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar 2007-07-27 16:49:45 -04:00