Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve the activities list testunit-testsDaniel Narvaez2012-12-141-3/+30
| | | | | We are now popping up the palette and verifying it contains the items we expect.
* Allow to run tests without installingDaniel Narvaez2012-12-142-1/+9
| | | | | It's the common, expected behavior of unit tests and it makes development faster.
* Env variables for mime and activities defaultsDaniel Narvaez2012-12-142-3/+12
| | | | | | | | | These are necessary for unit tests because we cannot assume they are installed in the system. Also config.py is not generated inside the jarabe package directory when building out-of-source, so trying to import it fails They might be used for customization too.
* Find activities in the xdg system dirsDaniel Narvaez2012-12-142-3/+7
| | | | Instead of hardcoding our prefix.
* Remove unused config variablesDaniel Narvaez2012-12-141-2/+0
|
* Add a test for the activities list paletteDaniel Narvaez2012-12-143-0/+83
| | | | | It doesn't really test the resulting UI yet but even just constructing the widget can catch some bugs.
* Fix the activities list paletteactivities-listDaniel Narvaez2012-12-141-9/+9
| | | | | ActivityPaletter was ported to use the content box. We cannot mix content box and menu.
* Release 0.98.1Simon Schampijer2012-12-101-1/+1
|
* Update sucrose version for upcoming 0.98.1 release.Simon Schampijer2012-12-101-1/+1
|
*