Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add graphical control panel frontend for the frame"Simon Schampijer2008-05-144-249/+2
| | | | This reverts commit 0c4ee4777e5044a65f61df062e871489d43894fd.
* Add graphical control panel frontend for the frameSimon Schampijer2008-05-144-2/+249
|
* Make valid-section a propertySimon Schampijer2008-05-134-20/+28
|
* Clean alert code.Simon Schampijer2008-05-121-7/+2
|
* Add licensesSimon Schampijer2008-05-126-0/+96
|
* RenamingSimon Schampijer2008-05-129-49/+49
| | | | | | DetailView -> SectionView DetailToolbar -> SectionToolbar controltoolbar -> toolbar
* Move the cp icons in sugar/data/iconsSimon Schampijer2008-05-128-142/+4
|
* Add shell_path to config and changed cp accordinglySimon Schampijer2008-05-122-4/+6
|
* Add frame delay option to the cmd interface of the cpSimon Schampijer2008-05-123-6/+52
|
* Update POTFILES.in and removed unused control.pySimon Schampijer2008-05-111-479/+0
|
* Add delay to popup of frame for hot corners.Simon Schampijer2008-05-111-2/+17
|
* Add green to list of valid colors #5577.Simon Schampijer2008-05-111-2/+2
|
* Add th graphical controlpanel frontendSimon Schampijer2008-05-1020-60/+1566
|
* controlpanel - modularize modelSimon Schampijer2008-05-0910-37/+517
|
* pylint hardware (part 3, use the public xocolors)Simon Schampijer2008-04-261-2/+2
| | | | dependent on commit in sugar-toolkit
* pylint hardware (part 2, remove unnecessary Runtime error)Simon Schampijer2008-04-262-7/+4
|
* pylint hardware (part one)Simon Schampijer2008-04-264-136/+195
|
* pylint src/*.pySimon Schampijer2008-04-263-23/+22
|
* pylint view/*.pySimon Schampijer2008-04-2611-162/+91
|
* pylint view/frameSimon Schampijer2008-04-2610-55/+43
|
* pylint view/frame, remove overlayboxSimon Schampijer2008-04-261-32/+0
|
* pylint view/homeSimon Schampijer2008-04-2611-61/+69
|
* Provide better connection state labels for AP palettes in NeighborhoodEben Eliason2008-04-231-0/+4
|
* pylint modelSimon Schampijer2008-04-2312-96/+98
|
* pylint introSimon Schampijer2008-04-233-25/+28
|
* Merge branch 'master' of ssh+git://dev.laptop.org/git/sugarSimon Schampijer2008-04-231-14/+36
|\
| * support battery-charge-state-dependent battery frame iconMartin Dengler2008-04-221-14/+36
| | | | | | | | | | | | Support battery-charge-state-dependent battery frame icon and upgrade to consistency with battery icon design from http://wiki.laptop.org/go/Designs/Frame#06. Controversially (or so I think), this commit includes a very naive algorithm to calculate battery time/life remaining, as a principled approach is much more complex and this approach is better than what a naive human would do (e.g., only misleading to those who should be coming up with better patches :)). The code is very localized and self-contained so it's easy to rip out later.
* | Change color of favi icon on rollover (eben)Simon Schampijer2008-04-231-0/+7
|/
* AP palette: add icon, clearer labelingSimon Schampijer2008-04-221-19/+39
|
* pylint controlpanelSimon Schampijer2008-04-212-12/+11
|
* Merge git+ssh://dev.laptop.org/git/sugarEben Eliason2008-04-194-63/+6
|\
| * Display current activity when its frame icon is clicked.Tomeu Vizoso2008-04-101-3/+5
| |
| * Remove ancient chat code #5152Simon Schampijer2008-04-093-58/+0
| |
| * Fix typoSimon Schampijer2008-04-091-1/+1
| |
| * #4646: Remove <ctrl>o shortcut (mtd).Tomeu Vizoso2008-04-091-1/+0
| |
* | Add suport for adding/removing activities to/from ringEben Eliason2008-04-172-13/+70
|/
* Clean up calls to palette constructorEben Eliason2008-04-031-2/+2
|
* Merge git+ssh://dev.laptop.org/git/sugarEben Eliason2008-04-025-15/+10
|\
| * Use the sugar-xo theme only on the XOMarco Pesenti Gritti2008-04-051-9/+1
| |
| * Fix home view accelerators.Tomeu Vizoso2008-04-032-3/+5
| |
| * Don't traceback when stopping an already stopped PulsingIcon.Tomeu Vizoso2008-04-031-2/+3
| |
| * Fix the mesh-device pulsing iconSimon Schampijer2008-04-031-1/+1
| |
* | Add palettes to activities in list viewEben Eliason2008-04-013-27/+35
|/ | | | | | I refactored the code by pulling the ActivityPalette class out of activitiesring.py and into palettes.py, as both list and ring views now make use of it.
* Add notifications for activity launch and invitations.Tomeu Vizoso2008-04-0212-13/+317
|
* Add icons to palettes of objects in Groups/NeighborhoodEben Eliason2008-04-026-5/+29
| | | | | | | This update adds icons to the palettes of people and activities shown in both Groups and Neighborhood views. As I cannot see APs in my jhbuild, I have not done the same for them, though it should be.
* Fix appearance of pulsing activities in FrameEben Eliason2008-04-021-1/+1
| | | | | | The new color choices for pulsing activities appear clearly against toolbar grey (default), button grey (selected), and black (prelight) colors.
*