Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.py
Commit message (Collapse)AuthorAgeFilesLines
* First round of pylint fixes.Simon Schampijer2008-05-211-6/+4
|
* Better maxlen values #5765Simon Schampijer2008-01-101-1/+1
|
* Use ellipsis, #5765Reinier Heeres2008-01-101-1/+2
|
* redesign when members leave and rejoinSimon Schampijer2007-09-031-4/+4
| | | | | added timestamp to be able to bring the links in the right order, you can not add alink twice unless you deleted it already, links are added to the tray on the right side
* fixed memory consuption when creating shared linksSimon Schampijer2007-09-031-0/+4
| | | | by calling the garbage collector
* Adopt to the changes in the palette invokerSimon Schampijer2007-09-011-2/+0
|
* Fixed the fixed size issue of the link toolbarSimon Schampijer2007-08-311-19/+29
| | | | Use the sugar tray now
* Visual design for shared linksSimon Schampijer2007-08-301-15/+15
| | | | Fix for #2919
* Fiddled that the size is acceptable for sugar-jhbuild and XO.erich koslovsky2007-08-201-6/+6
|
* Used style.zoom() to find out the size of the buddy icon on the links.erich koslovsky2007-08-201-2/+2
|
* Added button for adding a link.erich koslovsky2007-08-191-1/+1
| | | | Added the star icon as a button to add a link. Otherwise you can use ctrl-l to add a link and ctrl-r to remove the currently selected link.
*