Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
* Very first go at the tray widget, based on Eduardo and Simon work.Marco Pesenti Gritti2007-08-271-0/+89
|
* Add a copy method to the datastore wrapper.Tomeu Vizoso2007-08-271-0/+16
|
* 2647, if security is enabled let rainbow launch activities.Marco Pesenti Gritti2007-08-271-4/+25
| | | | | Also notify rainbow when active activity changes. Patch by Ashsong, had to merge it manually.
* Fix typo.Tomeu Vizoso2007-08-271-1/+1
|
* Fix comboboxesTomeu Vizoso2007-08-271-1/+1
|
* Fix typo.Tomeu Vizoso2007-08-271-1/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-08-265-11/+18
|\
| * Adapt Button() to new icon APIEduardo Silva2007-08-261-1/+1
| |
| * Adapt to changes in the icon API.Tomeu Vizoso2007-08-263-10/+11
| |
| * Allow for None values in fill-color and stroke-color.Tomeu Vizoso2007-08-261-2/+2
| |
| * Correct latest commit.Tomeu Vizoso2007-08-261-4/+4
| |
| * Add some warnings to the new icon stuff.Tomeu Vizoso2007-08-261-0/+6
| |
* | Fix getting pixbuf size, patch by jennjacobsenMarco Pesenti Gritti2007-08-261-2/+2
|/
* TypoMarco Pesenti Gritti2007-08-261-1/+1
|
* Fix icon padding.Marco Pesenti Gritti2007-08-261-4/+4
|
* Cache the donut animation.Marco Pesenti Gritti2007-08-261-1/+1
|
* Fix CanvasIcon badgesMarco Pesenti Gritti2007-08-261-0/+1
|
* Remove invalidation logic which is not necessary with the new cache.Marco Pesenti Gritti2007-08-262-32/+0
|
* Make CanvasIcon use IconBuffer. Change the API to useMarco Pesenti Gritti2007-08-262-330/+69
| | | | a separate property for icon_name and file_name.
* Smarter/configurable surface cache in IconBufferMarco Pesenti Gritti2007-08-261-4/+26
|
* Add an svg cache for SVGLoaderMarco Pesenti Gritti2007-08-261-5/+64
|
* CleanupsMarco Pesenti Gritti2007-08-261-18/+33
|
* Get badges positioning right.Marco Pesenti Gritti2007-08-261-30/+31
|
* More work on IconBuffer badges.Marco Pesenti Gritti2007-08-251-73/+84
|
* Add badge support to IconBufferMarco Pesenti Gritti2007-08-251-12/+68
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-08-253-17/+45
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMorgan Collett2007-08-2511-453/+457
| |\
| * \ Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMorgan Collett2007-08-246-77/+130
| |\ \
| * | | Fix sharing publiclyMorgan Collett2007-08-232-11/+20
| | | |
| * | | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMorgan Collett2007-08-223-0/+24
| |\ \ \
| * \ \ \ Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMorgan Collett2007-08-225-11/+30
| |\ \ \ \
| * | | | | Use new PresenceService API for sharing by invitation onlyMorgan Collett2007-08-222-10/+24
| | | | | |
| * | | | | Document _share_activity_cbMorgan Collett2007-08-211-1/+5
| | | | | |
| * | | | | Clean up leave() and callbacksMorgan Collett2007-08-211-3/+4
| | | | | |
* | | | | | Rework the Icon implementation by splitting outMarco Pesenti Gritti2007-08-255-92/+154
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-257-8/+419
| | | | |
* | | | | 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-241-4/+17
| | | | |
* | | | | remove debuggingDan Winship2007-08-241-2/+0
| |_|_|/ |/| | |
* | | | Use icon theme AttachPoints to position badgesDan Winship2007-08-241-58/+84
| | | |
* | | | Remember state when scrubbingMarco Pesenti Gritti2007-08-242-11/+21
| | | |
* | | | 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 "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
| |_|/ |/| |
* | |