Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/palettes.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Follow link in new tabManuel Quiñones2011-09-121-3/+1
| | | | | | | | Proper code, using signals, instead of adding a reference of TabbedView to Browse objects. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Browse: tabs usability improvedManuel Quiñones2011-09-101-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Add Tab button has been relocated next to the tab labels, allowing more space for the URL entry. Tabs are always shown. There is at least one tab. In that case, it cannot be closed. We prevent the closing by hiding the 'X' button. Also, the close image was sugarized. There is now a fixed width for tabs. The label text does ellipsize. The width depends on the amount of tabs. There is a maximum size that is used when there is extra space. There is a minimum size to prevent hiding the information. When a new tab is opened, it now shows an empty page, not the default page. In the future, we will add a hint in this empty page, similar to what we have for an empty Journal. Added the option to "follow link in new tab" in the link's palette. Added an icon for this item, and also the icon for "follow link" is also updated. When a new tab is opened via the '+' button, the focus goes to the URL entry in the toolbar. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Fix overlong linesSascha Silbe2011-05-211-3/+4
| | | | Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* 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-1/+5
|
* remove EOL spacesSascha Silbe2010-06-161-5/+5
|
* Listen for mouseout event to popdown palette #1314Simon Schampijer2009-09-181-0/+45
|
* Refine image and link right click palette #815Simon Schampijer2009-08-211-10/+17
| | | | | image: 'Keep image', Copy 'image' link: 'Keep link', Copy link', Follow link'
* Add a "Download image" option to the image paletteTomeu Vizoso2008-10-151-2/+12
|
* Add a "Download link" option to the link paletteTomeu Vizoso2008-10-151-3/+16
|
* #8256 Only put image in the clipboard when the image has been completely writtenTomeu Vizoso2008-09-091-14/+40
|
* copy Image to clipboard under rainbowSimon Schampijer2008-06-091-4/+12
| | | | | | - specify the dir we want to save to - preserve the base file name - file name unique since using mkstemp
* Pylint fixesSimon Schampijer2008-05-281-2/+2
|
* Add Follow link item to link paletteTomeu Vizoso2008-05-281-3/+14
|
* Add palette for images.Tomeu Vizoso2008-05-251-6/+73
|
* Add a simple palette for links with an option to copy to the clipboard.Tomeu Vizoso2008-05-251-0/+104