4222 Commits (9a827ead86311933802bbd4c919b8cbd5de62a88)
 

Author SHA1 Message Date
Simon Schampijer 08c1d17cb0 Fix installation of bundles 16 years ago
Marco Pesenti Gritti 3a164bc876 Call intltoolize before autoreconf 16 years ago
Tomeu Vizoso 1fd5290c53 Release 0.79.5 16 years ago
Tomeu Vizoso 84e2e2bd14 Correctly use tempfile.mkstemp(). 16 years ago
Tomeu Vizoso 156bfd8fbe Release 0.79.4 16 years ago
Marco Pesenti Gritti 2e1d8e8897 Use new style properties. 16 years ago
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.
16 years ago
Marco Pesenti Gritti f24bdaa7d7 Complete first pylint round on all the code. 16 years ago
Marco Pesenti Gritti 56206ea15f pylint sugar.presence, small problems left 16 years ago
Marco Pesenti Gritti aebf0f3bd2 pylint sugar.datastore, little issues left 16 years ago
Marco Pesenti Gritti a31549ae26 pylint sugar.clipboard 16 years ago
Marco Pesenti Gritti 7b485120a3 pylint sugar.bundle 16 years ago
Marco Pesenti Gritti 050e9b54c3 pylint sugar.activity, mostly clean 16 years ago
Marco Pesenti Gritti fa90d50cd9 pylint palette, some problems left 16 years ago
Marco Pesenti Gritti 283b201145 pylint most of sugar.graphics, only palette left 16 years ago
Marco Pesenti Gritti 8783d1113d pylint combobox, iconentry and radiotoolbutton 16 years ago
Marco Pesenti Gritti 97d9d21311 pylint icon, a few false positive left 16 years ago
Marco Pesenti Gritti 03e515b463 pylint animator 16 years ago
Marco Pesenti Gritti 4ad5928a74 Correct the module name to not confuse pylint 16 years ago
Morgan Collett 2495f2dd9c Fix callback name for private-invitation 16 years ago
Tomeu Vizoso fa83117694 Release 0.79.3 16 years ago
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.
16 years ago
Simon Schampijer ec69482ba5 Release 0.79.2 16 years ago
Tomeu Vizoso 940cf6544b #5474: Scale emblems (rwh) 16 years ago
Simon Schampijer 905fd33810 Release 0.79.1 16 years ago
Tomeu Vizoso db2422cf5b Make room for the accelerator labels. 16 years ago
Tomeu Vizoso bb924b48cd Add favorite support to the activity registry. 16 years ago
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.
16 years ago
Tomeu Vizoso ef40555ed3 Add support for accelerators to buttons. 16 years ago
Marco Pesenti Gritti d959426744 Make install take the full path rather than prefix. That way
it can be used to install in ~/Activities.
16 years ago
Eben Eliason 9e9bed7ca8 Makes the Frame and toolbars darker for better contrast 16 years ago
Simon Schampijer 25abbc5469 Fix when passing a pixel-size for the icon when not using the constructor 16 years ago
Tomeu Vizoso 99f406d0b9 Add icon property to TrayIcon. 16 years ago
Simon Schampijer ed1aa70636 Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-toolkit 17 years ago
Simon Schampijer bdbdc5bc87 Make the text in the toolbar of the toolbox dependant on the text size
and minimum style.TOOLBOX_TAB_LABEL_WIDTH
17 years ago
Benjamin Berg 826bf9dd4c Emit palette popup only after the window is mapped. This fixes ticket #3486. 17 years ago
Benjamin Berg c9871633e3 Fix #3611 and parts of #4084 by setting the palette to be a transient window of the actiity. 17 years ago
Simon Schampijer ee4a4ece7c Add TrayIcon.get_icon() (tomeu) 17 years ago
Simon Schampijer 324a9b549d Fix #4856 and cleanup of the alert code 17 years ago
Benjamin Berg fc3b70b366 Fill SugarAddressEntry using the theme, so that the colors are correct.
Fixes #6273.
17 years ago
Tomeu Vizoso 8e6a5b42be Use the right gettext domain. 17 years ago
Marco Pesenti Gritti e465307be6 Release 0.79.0 17 years ago
Marco Pesenti Gritti f90b1d3ebc Make it distcheck. Fix license. 17 years ago
Marco Pesenti Gritti 488402df7d Split sugar-toolkit out of sugar shell. 17 years ago
Marco Pesenti Gritti 44efc2a131 Complete paths cleanup and remove SUGAR_PREFIX and
SUGAR_PATH environment variables.
17 years ago
Marco Pesenti Gritti aca3ae6c88 Remove get_service_path and use the usual wrapper script approach. 17 years ago
Marco Pesenti Gritti ae5ce06ccb Refactor directory structure a bit, preliminary to the
library split-out.
17 years ago
Marco Pesenti Gritti 652df4bf51 Remove env.get_shell_dir(), use config 17 years ago
Marco Pesenti Gritti dbe42ac6d9 Make the shell scripts just a tiny wrapper which setup
the python path and run main().
17 years ago
Marco Pesenti Gritti 29fb25407f Actually add the config module template. 17 years ago