3172 Commits (6aeb95aa467c30c878ba29c66461d9254c7a7392)
 

Author SHA1 Message Date
Dan Winship 6aeb95aa46 Install MIME data to map ".xo" files to "application/vnd.olpc-x-sugar" 17 years ago
Tomeu Vizoso cff8ffc328 Complete move to external bundle registry. 17 years ago
Tomeu Vizoso f00f3e2f8d Correctly include .mo files in bundles. 17 years ago
Dan Winship d2aba901c3 Notice when (non-sugar) activity factories fail to launch. #1975
(still need a better shell UI for when this happens)
17 years ago
Dan Winship 985fe6ef35 Make activity icons in frame outline-only. #2668 17 years ago
Dan Winship a1302ccbb2 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar 17 years ago
Eduardo Silva c57e842c04 DevConsole: logviewer now reads Xorg logfile 17 years ago
Dan Winship bdba2d149e Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar 17 years ago
Tomeu Vizoso 77094c961a Adapt to new palette API. 17 years ago
Tomeu Vizoso cac6038665 Rename the clipboard service as shell service. 17 years ago
Tomeu Vizoso fa8bcd2ba5 Move the activity register to the clipboard service. 17 years ago
Dan Winship b678c537c0 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar 17 years ago
Eduardo Silva bfcab6b0b6 Fix objectchooser, replace frame with canvasroundbox module 17 years ago
Dan Winship 7b21f752ad Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar 17 years ago
Dan Winship c85c89ce83 Make Journal active at startup. #2159
Also distinguish between "active" in the sense of "the user is actually
using this activity" and "active" in the sense of "the activity would
be active *if* the user switched to Activity view". It's the latter sense,
now called "pending" that the Journal is in at startup. Pending is also
used for the next-up activity when you quit the current active activity.
17 years ago
Dan Winship 6ca80a7146 Always get the activity list from the shell view, not sometimes from the model 17 years ago
Marco Pesenti Gritti 670eb981ac Ignore only INFERIOR enter/leave events. 17 years ago
Marco Pesenti Gritti 1145f0f99c Override menu shell deactivate to go through the palette. 17 years ago
Marco Pesenti Gritti 6ae3846415 Expose palette.action_bar 17 years ago
Marco Pesenti Gritti 6dd6b0275b Expose palette.menu rather than wrapping methods. 17 years ago
Marco Pesenti Gritti ff5edef2bc Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti 2c0ad08fcf Call embed after the widget hierarchy is setup so that
we get the right toplevel.
17 years ago
Marco Pesenti Gritti 1d297b3376 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
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.
17 years ago
Tomeu Vizoso 51ce8abdef Adapt to new color constants. 17 years ago
Tomeu Vizoso 8a6ea5b13f Added missing file in configure.ac 17 years ago
Marco Pesenti Gritti 9c0df1c6c5 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
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.
17 years ago
Eduardo Silva 26a7e087fa DevConsole: ups! fix Makefile.am 17 years ago
Eduardo Silva 91f68897a6 DevConsole: New referenced memory usage field in Memphis (introduced in kernel 2.6.22) 17 years ago
Eduardo Silva a3efc1284f DevConsole: Fix Memphis start/stop button 17 years ago
Eduardo Silva cc745f990f DevConsole: Fix broken procfs parser 17 years ago
Dan Winship 2485e15030 Add a basic palette with "Resume" and "Stop" to activity ring icons. #2028 17 years ago
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)
17 years ago
Dan Winship 88401d31b4 Make activity ring wedges represent approximate size of the activity. #2030 17 years ago
Dan Winship f52e55381a Make the whole wedge in the activity ring clickable. #2029 17 years ago
Eduardo Silva 4aeee4caa9 Icon(): Add scaled icon support (SVG) with editable fill and stroke colors 17 years ago
Dan Williams d22f00d894 Don't set a server by default outside the emulator 17 years ago
Tomeu Vizoso a197097164 Do a dict.copy() so we don't overwrite the original. 17 years ago
Marco Pesenti Gritti c0276b5609 Fix a leftover of the scale property 17 years ago
Marco Pesenti Gritti 34a4876f93 Remove Frame, rename RoundBox to CanvasRoundBox 17 years ago
Marco Pesenti Gritti ef74f178be Finally drop obsolete units. 17 years ago
Marco Pesenti Gritti b3f7e0e632 Move from scaling to sizes in CanvasIcon. 17 years ago
Marco Pesenti Gritti 72d66793a7 Fix all the units except icon scales. 17 years ago
Marco Pesenti Gritti 2ae2279d94 Do not use units 17 years ago
Marco Pesenti Gritti f2eca57d13 More units cleanups 17 years ago
Marco Pesenti Gritti 445a79231d Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti d8faf0ba04 Get rid of some of the obsolete units usage. 17 years ago
Tomeu Vizoso b57f82232a Marco does not like black. 17 years ago
Marco Pesenti Gritti cca69e7012 Remove obsolete sugar.graphics.color. 17 years ago