Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix review issuesAleksey Lim2009-07-315-96/+119
* Fix Makefile.amAleksey Lim2009-07-311-9/+10
* Do not use do_clicked in RadioMenuButtonAleksey Lim2009-07-301-3/+6
* Remove redundant ToolbarBox propsAleksey Lim2009-07-301-10/+0
* Rename ToolbarBox.bar to ToolbarBox.toolbarAleksey Lim2009-07-301-12/+13
* Rename ToolbarBox.top to ToolbarBox.barAleksey Lim2009-07-301-12/+12
* Fix Makefile.amAleksey Lim2009-07-301-1/+1
* Rename toolbar.py to toolbarbox.pyAleksey Lim2009-07-303-2/+6
* Move activity related widgets to sugar.activity.widgetsAleksey Lim2009-07-302-333/+309
* Do not use jarabe moduleAleksey Lim2009-07-301-17/+3
* Fix review issuesAleksey Lim2009-07-304-156/+237
* Minor tweaksAleksey Lim2009-07-301-6/+4
* Suppress sub-palettes in radiopaletteAleksey Lim2009-07-292-8/+10
* Fix Makefile.am fileAleksey Lim2009-07-291-1/+1
* Fix review issuesAleksey Lim2009-07-294-90/+73
* Remove redundant ctor argument from activity.ActivityToolbar()Aleksey Lim2009-07-291-6/+6
* Add Vasya Pupkin to copyright holdersAleksey Lim2009-07-293-1/+4
* Remove redundant current-toolbar-changed signal from toolbar.ToolbarAleksey Lim2009-07-291-7/+0
* Replace share combo with new share buttonAleksey Lim2009-07-291-46/+2
* Use activity icon for activity.toolbar buttonAleksey Lim2009-07-281-5/+16
* Add activity.keep_buttonAleksey Lim2009-07-281-15/+15
* Add activity.share_buttonAleksey Lim2009-07-281-1/+41
* Support legacy stop button in ActivityToolbarAleksey Lim2009-07-131-2/+2
* Add toolbar.py and radiopalette.py to Makefile.amAleksey Lim2009-07-131-1/+3
* Do not fail in <0.86 environmentAleksey Lim2009-07-133-9/+12
* Provide fast access to all sub-widgets in ToolbarAleksey Lim2009-07-131-29/+38
* Do not hide sub-widget when sub-palette was openedAleksey Lim2009-07-131-8/+29
* Do not add extra vertical padding to sub-widgetsAleksey Lim2009-07-131-1/+1
* Support new toolbars widgets in activity.pyAleksey Lim2009-07-132-24/+63
* Add radiopalette.pyAleksey Lim2009-07-132-4/+130
* Close palette while removing ToolbarButtonAleksey Lim2009-07-121-0/+2
* Use padding property for top toolbar and all sub-widgetsAleksey Lim2009-07-121-36/+39
* Implement palette modeAleksey Lim2009-07-121-50/+239
* Delete sub-widgets clearlyAleksey Lim2009-07-111-1/+8
* Add hpad prop for Toolbar; add expand_bg for ToolbarButtonAleksey Lim2009-07-111-19/+21
* Add simple toolbars exampleAleksey Lim2009-07-102-0/+15
* Initial implementation of toolbars mockupAleksey Lim2009-07-102-0/+179
* Make Window.canvas a propertyTomeu Vizoso2009-07-081-4/+9
* Rename activate signal in cell renderers to 'clicked'Tomeu Vizoso2009-06-302-2/+2
* Handle cell activation by button-releaseTomeu Vizoso2009-06-272-3/+12
* Reduce motion are for treeview palettes to the bin windowTomeu Vizoso2009-06-272-1/+4
* Remove transformation into png in CellRendererIconTomeu Vizoso2009-06-241-15/+42
* icon-name is a strTomeu Vizoso2009-06-221-1/+1
* Add support for tags in activity bundlesTomeu Vizoso2009-06-161-0/+13
* Expose telepathy_room_handle (cassidy) #757Tomeu Vizoso2009-06-151-2/+3
* Emit a row_changed signal to redraw the CellRendererIcon on prelight.Benjamin Berg2009-06-141-6/+3
* Implement prelighting of cell renderer iconsTomeu Vizoso2009-06-131-6/+53
* Redraw cell renderers on hovering changedTomeu Vizoso2009-06-131-0/+14
* Silence warning and reduce debug logging a bitTomeu Vizoso2009-06-131-4/+3
* Add CellRendererInvokerTomeu Vizoso2009-06-132-2/+129