Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Pylint cleanupSimon Schampijer2011-09-101-4/+3
|
* Browse: tabs usability improvedManuel QuiƱones2011-09-101-27/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 autosuggestions in url entry SL #3087Simon Schampijer2011-09-071-0/+4
| | | | | | | Fixes regression introduced by e15a091101223456dc770b9b5e02db8146d05da8 Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove unused imports in webactivity.pyGonzalo Odiard2011-08-291-3/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove unfinished downloadsRafael Ortiz2011-07-151-0/+2
| | | | | | When Browse starts removes all files in the instance directory that where not modified in a long time(1 day). Since there is no way to pause a download and continue later, this files are failed downloads that should be eliminated. this is the ''cache'' case of an already fixed issue, by Jose Prous joseprous@gmail.com
* updating commentRafael Ortiz2011-07-071-1/+1
|
* Start password managerSascha Silbe2011-07-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | With todays plethora of sites using passwords for authentication a password manager in the browser is important not just for convenience, but also for security. Most humans can't remember more than a few secure passwords. Without storing passwords in the browser they use weak passwords and/or the same password for many sites. Passwords are stored unencrypted by default. This is consistent with the security model of most deployments (no login passwords either). Individual users can set a password by accessing the internal URL chrome://pippki/content/changepassword.xul . However this password needs to be entered once per Browse session. Solutions like disk encryption that are at the same time more convenient (a single password per login) and more secure (all data gets encrypted, not just passwords to websites). The UI isn't pretty [1], but we can still improve on that later on. [1] http://wiki.sugarlabs.org/go/File:Browse-save-password.png Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
*