Commit Graph

4384 Commits

Author SHA1 Message Date
Marco Pesenti Gritti
685a9e3462 Move palette creation logic inside the invoker. 2008-05-23 17:26:15 +02:00
Marco Pesenti Gritti
c5b8697d37 Convert to use new gobject properties 2008-05-23 17:05:40 +02:00
Tomeu Vizoso
d391e14272 Release v0.79.7 2008-05-18 20:19:18 +02:00
Morgan Collett
341bda0a6b Merge branch 'master' of git://dev.laptop.org/sugar-toolkit 2008-05-15 13:21:43 +02:00
Morgan Collett
4db051f402 6473: Better method for resolving handles to buddies 2008-05-15 13:20:48 +02:00
Simon Schampijer
2db8e46675 Adopt POTFILES.in for the src directory change 2008-05-14 17:00:32 +02:00
Marco Pesenti Gritti
c7a92b5d5a Missing makefile 2008-04-29 15:02:11 +02:00
Marco Pesenti Gritti
72c2a1d770 Use a src directory consistently with base and shell. 2008-04-29 14:58:34 +02:00
Simon Schampijer
6efdf259b6 Make the colors of xocolors public 2008-04-26 20:16:49 +02:00
Morgan Collett
a13ef2209b Fix bundlebuilder - pylint patch 050e9 broke some indentation 2008-04-25 13:17:50 +02:00
Simon Schampijer
21e71a3048 Release 0.79.6 2008-04-24 17:26:25 +02:00
Simon Schampijer
83f76f115a Use new style for unused variables 2008-04-24 16:55:19 +02:00
Simon Schampijer
08c1d17cb0 Fix installation of bundles 2008-04-24 16:23:53 +02:00
Marco Pesenti Gritti
3a164bc876 Call intltoolize before autoreconf 2008-04-24 13:52:09 +02:00
Tomeu Vizoso
1fd5290c53 Release 0.79.5 2008-04-22 19:35:59 +02:00
Tomeu Vizoso
84e2e2bd14 Correctly use tempfile.mkstemp(). 2008-04-22 19:32:38 +02:00
Tomeu Vizoso
156bfd8fbe Release 0.79.4 2008-04-22 18:39:11 +02:00
Marco Pesenti Gritti
2e1d8e8897 Use new style properties. 2008-04-20 22:55:05 +02:00
Marco Pesenti Gritti
75e636ef06 Work around circular dep between Icon and Palette. I don't
like it though, we should get rid of the dep.
Fix palette bug which I introduced with the pylint changes.
2008-04-20 04:11:24 +02:00
Marco Pesenti Gritti
f24bdaa7d7 Complete first pylint round on all the code. 2008-04-19 13:05:48 +02:00
Marco Pesenti Gritti
56206ea15f pylint sugar.presence, small problems left 2008-04-19 12:34:13 +02:00
Marco Pesenti Gritti
aebf0f3bd2 pylint sugar.datastore, little issues left 2008-04-19 12:04:43 +02:00
Marco Pesenti Gritti
a31549ae26 pylint sugar.clipboard 2008-04-19 11:50:33 +02:00
Marco Pesenti Gritti
7b485120a3 pylint sugar.bundle 2008-04-19 11:48:57 +02:00
Marco Pesenti Gritti
050e9b54c3 pylint sugar.activity, mostly clean 2008-04-19 11:10:03 +02:00
Marco Pesenti Gritti
fa90d50cd9 pylint palette, some problems left 2008-04-19 10:45:52 +02:00
Marco Pesenti Gritti
283b201145 pylint most of sugar.graphics, only palette left 2008-04-19 01:10:48 +02:00
Marco Pesenti Gritti
8783d1113d pylint combobox, iconentry and radiotoolbutton 2008-04-19 00:50:46 +02:00
Marco Pesenti Gritti
97d9d21311 pylint icon, a few false positive left 2008-04-19 00:37:19 +02:00
Marco Pesenti Gritti
03e515b463 pylint animator 2008-04-19 00:14:11 +02:00
Marco Pesenti Gritti
4ad5928a74 Correct the module name to not confuse pylint 2008-04-18 20:23:45 +02:00
Morgan Collett
2495f2dd9c Fix callback name for private-invitation 2008-04-11 16:29:34 +02:00
Tomeu Vizoso
fa83117694 Release 0.79.3 2008-04-09 20:45:20 +02:00
Eben Eliason
f2002153df Added default to label arg in palette constructor
This leaves the API backward compatible but prevents the
need for new code to pass any unused arguments to the
constructor, instead depending on the property API.
2008-04-03 01:23:00 -04:00
Simon Schampijer
ec69482ba5 Release 0.79.2 2008-04-03 17:58:01 +02:00
Tomeu Vizoso
940cf6544b #5474: Scale emblems (rwh) 2008-04-03 17:31:55 +02:00
Simon Schampijer
905fd33810 Release 0.79.1 2008-04-02 16:44:52 +02:00
Tomeu Vizoso
db2422cf5b Make room for the accelerator labels. 2008-04-02 16:20:12 +02:00
Tomeu Vizoso
bb924b48cd Add favorite support to the activity registry. 2008-04-02 11:23:10 +02:00
Eben Eliason
70901268c3 New palette API
This patch adds support for primary-text, secondary-text,
and icons to palettes. It also transitions a few other items
to a property API.
2008-04-01 21:28:10 +02:00
Tomeu Vizoso
ef40555ed3 Add support for accelerators to buttons. 2008-04-01 11:52:11 +02:00
Marco Pesenti Gritti
d959426744 Make install take the full path rather than prefix. That way
it can be used to install in ~/Activities.
2008-03-30 23:03:39 +02:00
Eben Eliason
9e9bed7ca8 Makes the Frame and toolbars darker for better contrast 2008-03-26 18:19:51 +01:00
Simon Schampijer
25abbc5469 Fix when passing a pixel-size for the icon when not using the constructor 2008-03-22 17:11:25 +01:00
Tomeu Vizoso
99f406d0b9 Add icon property to TrayIcon. 2008-03-01 17:39:22 +01:00
Simon Schampijer
ed1aa70636 Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-toolkit 2008-02-26 00:32:37 +01:00
Simon Schampijer
bdbdc5bc87 Make the text in the toolbar of the toolbox dependant on the text size
and minimum style.TOOLBOX_TAB_LABEL_WIDTH
2008-02-26 00:32:27 +01:00
Benjamin Berg
826bf9dd4c Emit palette popup only after the window is mapped. This fixes ticket #3486. 2008-02-25 16:12:08 +00:00
Benjamin Berg
c9871633e3 Fix #3611 and parts of #4084 by setting the palette to be a transient window of the actiity. 2008-02-25 14:45:21 +00:00
Simon Schampijer
ee4a4ece7c Add TrayIcon.get_icon() (tomeu) 2008-02-25 12:36:58 +01:00