Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-09-081-77/+136
|\
| * Fix pylint for bundlebuilderSimon Schampijer2008-08-311-1/+1
| |
| * Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-toolkitSimon Schampijer2008-08-316-11/+34
| |\
| * | Do a more "standard" system installation for bundlebuilderSimon Schampijer2008-08-311-76/+135
| | | | | | | | | | | | | | | | | | | | | - setup.py install takes a --prefix option and no arguments. - mo files are installed in /usr/share/locale. - po files are not installed - 8136 (marco)
* | | Keep compatibility with the private shared_activityMarco Pesenti Gritti2008-09-071-0/+3
| | |
* | | Disable the few remaining pylint messagesMarco Pesenti Gritti2008-09-073-3/+8
| | |
* | | Make shared_activity public.Marco Pesenti Gritti2008-09-071-27/+27
| | |
* | | Avoid access to private member.Marco Pesenti Gritti2008-09-071-9/+9
| | |
* | | More cleanups to make pylint happy.Marco Pesenti Gritti2008-09-071-10/+21
| | |
* | | Get rid of the custom _hide/_show and just use the widgetMarco Pesenti Gritti2008-09-071-57/+26
| |/ |/| | | | | methods. Related cleanups.
* | Ensure that the widget is fully onscreen before taking a screenshot.Marco Pesenti Gritti2008-08-315-6/+28
| | | | | | | | | | Otherwise X emits a BadMatch and gtk kills the process (!). Fix #8220
* | Do not try to list the mimetypes directory if it does not exist.Marco Pesenti Gritti2008-08-311-5/+6
|/ | | | Fix #7837
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-08-271-0/+1
|\
| * Set the env var SUGAR_BUNDLE_VERSION #5428 (marco)Simon Schampijer2008-08-271-0/+1
| |
* | Fix pylint complainMarco Pesenti Gritti2008-08-271-1/+1
|/
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-08-271-3/+0
|\
| * Remove the set_size_request for the alert messageSimon Schampijer2008-08-251-3/+0
| | | | | | | | This gave problems on the xo - part of #7841
* | Factor out sugar-activity code to the toolkit.Marco Pesenti Gritti2008-08-272-0/+137
|/
* Merge branch 'master' of git+ssh://benzea@dev.laptop.org/git/sugar-toolkitBenjamin Berg2008-08-246-48/+101
|\
| * Revert "#8000 Only repaint the area needed (rlucchese)"Tomeu Vizoso2008-08-221-23/+6
| | | | | | | | | | | | The bounds calculation won't be always correct. This reverts commit 3bb9f47461f903f515cc279a126f61c4b5e45ab5.
| * Add update functionality to Config in bundlebuilder #7270 (marco)Simon Schampijer2008-08-221-8/+19
| | | | | | | | | | This is needed by the release command to update the bundle number
| * Warn about files missing from the MANIFEST.Marco Pesenti Gritti2008-08-221-13/+36
| |
| * #8000 Only repaint the area needed (rlucchese)Tomeu Vizoso2008-08-221-6/+23
| |
| * #7959 cache translations in util.py (rlucchese)Tomeu Vizoso2008-08-221-3/+15
| |
| * Trac #7733: fix severe performance regression when creating ActivityBundle.C. Scott Ananian2008-08-193-24/+25
| |
| *