Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/activitiesdonut.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor directory structure a bit, preliminary to theMarco Pesenti Gritti2008-02-041-556/+0
| | | | library split-out.
* #5526 decrease the frequency of the activity icon during launching.Tomeu Vizoso2007-12-191-1/+1
|
* Change to activity-start icon, #4825Reinier Heeres2007-11-261-1/+1
|
* Make donut activity size fixed, #3605Reinier Heeres2007-11-091-1/+19
|
* Fix native applications handlingMarco Pesenti Gritti2007-10-131-4/+9
|
* Change icon pulsing interval to 100 per cjb requestMarco Pesenti Gritti2007-10-121-1/+1
|
* Rework home box layout to fix #2665.Marco Pesenti Gritti2007-09-241-3/+38
|
* redo the smaps-parsing code to be a little more efficient. part of #3096Dan Winship2007-09-111-31/+13
|
* Improved icon caching logicMarco Pesenti Gritti2007-09-081-4/+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-261-4/+2
| | | | a separate property for icon_name and file_name.
* Reorganize canvas items.Marco Pesenti Gritti2007-08-251-1/+1
|
* Fix up the activity ring drawing to be more accurate and stable. #2030Dan Winship2007-08-241-55/+130
| | | | TODO: move some of this code into shell/model rather than shell/view
* Add icons to the activity ring palette. Part of #2028Dan Winship2007-08-211-2/+3
|
* Include free swap space in the activity ring's "free memory" sliceDan Winship2007-08-171-2/+5
| | | | Mostly only affects sugar-jhbuild, but also people with USB/SD swap on B2s
* Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugarDan Winship2007-08-081-2/+2
|\
| * Expose palette.menu rather than wrapping methods.Marco Pesenti Gritti2007-08-081-2/+2
| |
* | Make Journal active at startup. #2159Dan Winship2007-08-081-2/+2
|/ | | | | | | | Also distinguish between "active" in the sense of "the user is actually using this activity" and "active" in the sense of "the activity would be active *if* the user switched to Activity view". It's the latter sense, now called "pending" that the Journal is in at startup. Pending is also used for the next-up activity when you quit the current active activity.
* Add a basic palette with "Resume" and "Stop" to activity ring icons. #2028Dan Winship2007-08-061-2/+62
|
* Make activity ring wedges represent approximate size of the activity. #2030Dan Winship2007-08-031-5/+89
|
* Make the whole wedge in the activity ring clickable. #2029Dan Winship2007-08-021-8/+37
|
* Move from scaling to sizes in CanvasIcon.Marco Pesenti Gritti2007-07-311-2/+2
|
* #775 Show the activity's creator colors in the donut. (Patch from Dan Winship)Tomeu Vizoso2007-07-151-1/+1
|
* Fix copyright yearMarco Pesenti Gritti2007-06-241-1/+1
|
* Do not index icons by activity id. Raw X windows does not have one.Marco Pesenti Gritti2007-06-011-10/+13
|
* Refactor part of the Home model. Should be muchMarco Pesenti Gritti2007-06-011-2/+1
| | | | | cleaner and reliable. If you find bugs with it please let me know.
* Make launching a property of the activity modelMarco Pesenti Gritti2007-06-011-25/+26
|
* Accept raw X windows in the shellMarco Pesenti Gritti2007-04-081-5/+5
|
*