Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Start fixing bundle registryDaniel Francis2012-11-302-5/+11
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Other conditionals for multiple homeviewsDaniel Francis2012-11-291-15/+31
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Multiple home viewsDaniel Francis2012-11-295-31/+274
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Hide the frame when 'My Settings' is shown SL #4071Manuel Kaufmann2012-11-291-0/+6
| | | | | | | | | | | When the frame is popped up and the user clicks on 'My Settings', the frame is hidden and the Control Panel ModalAlert is shown. I had to import the frame module inside the menuitem activate callback because importing it at the top genereates an import recursion. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Simon Schampijer <simon@laptop.org>
*