Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bookmarks read from previous sessionManuel Quiñones2012-03-291-1/+6
| | | | | | | | | | | | | Color parameter in get_image() method of class LinkButton is being passed with type str when inside a session, but is type unicode when read from a previous session, because json stores unicode. And Rsvg.Handle.new_from_data() needs a single byte string. This fixes #3402 . Also removed unused parameters in LinkButton constructor. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Use the new dynamic bindings of librsvg in BrowseSimon Schampijer2012-03-221-4/+4
| | | | | | | | The sugar-toolkit-gtk3 has been ported to it, so we need to do the same in Browse. Signed-off-by: Simon Schampijer <simon@schampijer.de> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Restore starred linksManuel Quiñones2012-01-051-21/+27
| | | | | | | The thumbnails are now made with Cairo. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Add needed imports for Gdk, GdkPixbuf and WebKitManuel Quiñones2011-12-011-0/+2
| | | | | | | Using pyflakes to check. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Rename sugar to sugar3Manuel Quiñones2011-11-291-3/+3
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Port from PyGTK to PyGI, renamingManuel Quiñones2011-11-251-10/+10
| | | | | | | Was done running the pygi-convert.sh script. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* fix PEP8 whitespace issuesSascha Silbe2011-05-211-2/+2
| | | | Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* add/remove some empty lines according to PEP8Sascha Silbe2010-06-161-0/+1
|
* remove EOL spacesSascha Silbe2010-06-161-12/+12
|
* 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.
*