Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Restore keystrokes for go back, go forward, reload pageManuel Quiñones2011-12-011-5/+7
| | | | | | | | | | | - Added logging in the keystrokes - Changed Gdk.EventMask.CONTROL_MASK for Gdk.ModifierType.CONTROL_MASK, it was badly converted by the pygi-convert.sh script in commit dec602fda0890bdbfb121107b9bb39f7954a9cd5 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-014-2/+7
| | | | | | | Using pyflakes to check. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Fixup for previous fixup, c4c9787cd323ed6954b20db4ccc009da32d78ddcManuel Quiñones2011-11-301-1/+1
| | | | | | Now hopefully, it really fixes __loading_changed_cb method. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Fixup of commit cb60c84225cdd1afb0e6008aecfdaa3b387e00ceManuel Quiñones2011-11-301-0/+1
| | | | | | | - Missing WebKit imports - fix __loading_changed_cb method Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Restore navigation back-forward in toolbar buttonsManuel Quiñones2011-11-301-4/+4
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Restore url-entry showing url, title and progress barManuel Quiñones2011-11-301-44/+37
| | | | | | | | | We left filepicker.cleanup_temp_files() commented for now, as this can be functionality that needs to be restored in the future, cleaning the temporal files when the uri changes. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Add page scrolling, fix closing tabsManuel Quiñones2011-11-301-34/+26
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Commenting out code so the activity can stopManuel Quiñones2011-11-301-2/+7
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Remove mozilla xpcom and hulahop, add WebKitManuel Quiñones2011-11-296-94/+61
| | | | | | | | | This commit breaks a lot of Browse functionality. This is marked in the code with a FIXME keyword. Original work was done by Daniel Drake. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Merge branch 'master' of git.sugarlabs.org:browse/mainlineManuel Quiñones2011-11-291-3/+3
|\
| *