Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Naming Alertnohippo2Simon Schampijer2011-10-023-320/+5
| | | | | | | The will go away in 0.96 and will be replaced with the possibility to set metadata in the activity itself. Reviewed-by: Marco Pesenti Gritti <marco@marcopg.org>
* Revert "Drop CanvasEntry"Marco Pesenti Gritti2011-10-022-0/+42
| | | | This reverts commit a3d3d2a03a9230b96e2c103f480c45e39fd5a92c.
* Drop CanvasEntryMarco Pesenti Gritti2011-10-022-42/+0
| | | | It's unused in the shell
* Drop unused RoundBox hippo itemMarco Pesenti Gritti2011-10-022-72/+0
|
* Drop the hippo scalability testMarco Pesenti Gritti2011-10-021-51/+0
| | | | We are not going to need it anymore since we are getting rid of hippo.
* CanvasIcon: activated signal needed after allDaniel Drake2011-10-021-0/+10
| | | | | This should be used instead of button-press-event where right vs left click matters
* CanvasIcon: remove activated signalDaniel Drake2011-10-021-10/+0
| | | | can't find any users of this. everyone hooks onto button-press-event.
* Remove hippo from CanvasIcon and CanvasInvokerWalter Bender2011-10-022-92/+58
| | | | Based on earlier work by Walter Bender and Raul Gutierrez.
* bundlebuilder: refactor get_files_git to Packager to avoid code duplicationSimon Schampijer2011-10-021-26/+14
| | | | | | | | Follow up patch for b582736375218e8944b3ce3daac667c7910a7e73 Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Daniel Drake <dsd@laptop.org> Acked-by: Sascha Silbe <silbe@activitycentral.com>
* bundlebuilder: add back build_locale functionality to XOPackager SL #3116Simon Schampijer2011-10-021-0/+1
| | | | | | | | Due to the removal of the manifest support we lost as well the part of the code that does build the locale. This patch adds that functionality back. Signed-off-by: Simon Schampijer <simon@laptop.org>
*