Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-09-017-212/+117
|\
| * Don't allow removing system-installed activities.Tomeu Vizoso2007-08-311-4/+5
| |
| * Make AP icons small sizeDan Williams2007-08-311-1/+1
| |
| * Fix traceback showing wireless networksDan Williams2007-08-311-1/+1
| |
| * #3045: Fix issues with the clipboard icons and palettes.Tomeu Vizoso2007-08-314-206/+110
| |
* | More palette positioning improvements.Marco Pesenti Gritti2007-09-011-10/+4
|/
* Keep the invite menu item synced with current activity.Marco Pesenti Gritti2007-08-311-10/+14
|
* Get invites back to work in the UI.Marco Pesenti Gritti2007-08-312-14/+19
|
* Hookup the new invites implementation. Need to fixMarco Pesenti Gritti2007-08-312-5/+17
| | | | the frame view since that's bitrotten.
* Make Activity update the presence service activityMarco Pesenti Gritti2007-08-312-19/+18
| | | | name and listen to the name changes in the mesh view.
* Add badges to infrastructure access points in mesh viewDan Williams2007-08-303-7/+28
|
* Don't traceback on systems without the right NMDan Williams2007-08-301-1/+2
|
* remove redundant codeDan Williams2007-08-301-10/+0
|
* Add palette to Wireless device on Home view showing channel tooDan Williams2007-08-304-13/+109
| | | | | Convert the tooltip to a palette and show the wireless channel in the palette.
* Add/use a frame widget invoker.Marco Pesenti Gritti2007-08-292-8/+24
|
* Revert accidentally committed debug code.Marco Pesenti Gritti2007-08-291-5/+0
|
* Make remove_item take an item instead of an index.Marco Pesenti Gritti2007-08-291-0/+5
|
* Tray size allocation fixes.Marco Pesenti Gritti2007-08-292-4/+3
|
* Some more icon fixes.Tomeu Vizoso2007-08-282-14/+14
|
* Revert "Some more icon fixes." Wrong fix.Tomeu Vizoso2007-08-281-2/+2
| | | | This reverts commit e97c11f76559977c0a48a1598e8760cd215b3d76.
* Some more icon fixes.Tomeu Vizoso2007-08-281-2/+2
|
* rename TP_DEBUG to SUGAR_TP_DEBUG and make it works with SalutGuillaume Desmottes2007-08-281-12/+18
|
* Usage of the tray widget to display activity iconsSimon Schampijer2007-08-283-18/+75
| | | | ActivitiesBox patch for ticket #2713.
* Add Reboot option to Home ViewEduardo Silva2007-08-271-7/+35
|
* Fix typoJohn (J5) Palmieri2007-08-271-1/+1
|
* Merge branch 'master' of git+ssh://j5@dev.laptop.org/git/sugarJohn (J5) Palmieri2007-08-2720-74/+91
|\
| * 2647, if security is enabled let rainbow launch activities.Marco Pesenti Gritti2007-08-271-1/+16
| | | | | | | | | | Also notify rainbow when active activity changes. Patch by Ashsong, had to merge it manually.
| * Some more icon fixes.Tomeu Vizoso2007-08-273-3/+3
| |
| * One more icon fix.Tomeu Vizoso2007-08-271-1/+1
| |
| * Use xo color for mesh and battery devices.Marco Pesenti Gritti2007-08-272-5/+8
| |
| * Adapt to changes in the icon API.Tomeu Vizoso2007-08-262-2/+2
| |
| * Fix typos in activitiesdonut.pyTomeu Vizoso2007-08-261-2/+2
| |
| * Cache the donut animation.Marco Pesenti Gritti2007-08-261-0/+2
| |
| * Make CanvasIcon use IconBuffer. Change the API to useMarco Pesenti Gritti2007-08-2611-38/+35
| | | | | | | | a separate property for icon_name and file_name.
| * Reorganize canvas items.Marco Pesenti Gritti2007-08-2513-24/+24
| |
* | Make D-Bus calls async on startupJohn (J5) Palmieri2007-08-274-22/+43
|/
* Fix up the activity ring drawing to be more accurate and stable. #2030Dan Winship2007-08-244-56/+281
| | | | TODO: move some of this code into shell/model rather than shell/view
* Use badge-charging on battery icon when charging. #722Dan Winship2007-08-241-0/+3
|
* Add icons to the activity ring palette. Part of #2028Dan Winship2007-08-211-2/+3
|
*