Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rework the Icon implementation by splitting outMarco Pesenti Gritti2007-08-256-92/+199
| | | | | | | | the icon rendering part. The plan is to share this code with CanvasIcon once it has all the necessary features. Also cleanup the API by just reusing gtk.Image icon_name and file properties.
* Remove canvasicon module.Marco Pesenti Gritti2007-08-251-433/+0
|
* Reorganize canvas items.Marco Pesenti Gritti2007-08-2520-32/+443
|
* More follow_name_owner_changed optimiztionJohn (J5) Palmieri2007-08-243-6/+21
| | | | | * reasoning changed from a FIXME to a NOTE to explain why we need to follow_name_owner_changed
* Restore Icon's ability to load absolute file paths.Tomeu Vizoso2007-08-242-4/+18
|
* 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
* remove debuggingDan Winship2007-08-241-2/+0
|
* Added test for #3000.Tomeu Vizoso2007-08-241-0/+48
|
* Added test for #2999.Tomeu Vizoso2007-08-241-0/+38
|
* Use badge-charging on battery icon when charging. #722Dan Winship2007-08-242-0/+4
|
* Use icon theme AttachPoints to position badgesDan Winship2007-08-241-58/+84
|
* Remember state when scrubbingMarco Pesenti Gritti2007-08-243-11/+23
|
* Add COLOR_TEXT_FIELD_GREY color.Tomeu Vizoso2007-08-241-0/+1
|
* Redraw the window only if allocation changed. PatchMarco Pesenti Gritti2007-08-231-1/+15
| | | | by benzea, with a little cleanup and comments by me.
* Revert "Test for ticket 2925, it doesn't reproduce the issue for some reason."Marco Pesenti Gritti2007-08-231-40/+0
| | | | This reverts commit 9f7ed73485f94a1a23f7318a5daab82dbafab413.
* Test for ticket 2925, it doesn't reproduce the issue for some reason.Marco Pesenti Gritti2007-08-231-0/+40
|
* Revert "Notice when (non-sugar) activity factories fail to launch. #1975"Dan Winship2007-08-221-5/+2
| | | | | | | This reverts commit d2aba901c3f85e66ba9c5b6b5d506f472552b48b. The change made etoys *always* apparently fail to launch; the problem is with sugar-native-factory, not activityfactory.py
* Speed up startup by another 2 seconds by using follow_name_owner_changesJohn (J5) Palmieri2007-08-221-1/+7
| | | | | | | * this is a side effect of follow_name_owner_changes which removes some blocking calls in the __init__ of proxies. It introduces some semantics we might not want (such as following name owner changes) but which are fairly beinign
* removed print in palette.pySimon Schampijer2007-08-221-1/+0
|
*