Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
Commit message (Expand)AuthorAgeFilesLines
* Restore journal file picker (#3411)Daniel Drake2012-06-141-4/+2
* Unset "loading..." message when the loading fails SL #3620Manuel Quiñones2012-05-301-1/+6
* Fix for displaying "Untitled" when the page has no title #3619Manuel Quiñones2012-05-221-1/+1
* Display 'Loading...' message in the tab and url titles while the page is load...Manuel Kaufmann2012-05-041-0/+7
* Update the URL entry text when the address is changed SL #3564Manuel Quiñones2012-05-041-0/+2
* Fix up key navigation in drop-down list of suggested pages SL #3473Manuel Quiñones2012-04-301-4/+4
* Catch None value for url and set empty string in the URL entry #3476Manuel Quiñones2012-04-271-1/+4
* Update progress bar and stop/reload buttons when switching tabsManuel Quiñones2012-03-281-9/+9
* Basic PDF readingManuel Quiñones2012-03-221-1/+11
* Use SugarMenuItem in the back/forward palettesManuel Quiñones2012-03-021-10/+23
* Palettes showing history in back and forward buttonsManuel Quiñones2012-01-071-32/+38
* Use self._browser in PrimaryToolbar, remove unused codeManuel Quiñones2012-01-071-29/+8
* Global history for URL autocompletion in URL entryManuel Quiñones2012-01-061-8/+8
* Normalize and autosearch url input.Manuel Quiñones2012-01-051-1/+3
* Restore reload/stop loading functionalityManuel Quiñones2011-12-201-4/+3
* Fix bugs adding conditionals for BrowserNotebook with no pagesManuel Quiñones2011-12-051-3/+4
* Add needed imports for Gdk, GdkPixbuf and WebKitManuel Quiñones2011-12-011-0/+1
* Fixup for previous fixup, c4c9787cd323ed6954b20db4ccc009da32d78ddcManuel Quiñones2011-11-301-1/+1
* Fixup of commit cb60c84225cdd1afb0e6008aecfdaa3b387e00ceManuel Quiñones2011-11-301-0/+1
* Restore navigation back-forward in toolbar buttonsManuel Quiñones2011-11-301-4/+4
* Restore url-entry showing url, title and progress barManuel Quiñones2011-11-301-44/+37
* Remove mozilla xpcom and hulahop, add WebKitManuel Quiñones2011-11-291-5/+5
* Rename sugar to sugar3Manuel Quiñones2011-11-291-6/+6
* Port from PyGTK to PyGI, renamingManuel Quiñones2011-11-251-25/+25
* Remove old toolbars supportDaniel Drake2011-11-181-17/+8
* Browse: tabs usability improvedManuel Quiñones2011-09-101-15/+1
* Show the start of an url if bigger than the entry fieldSimon Schampijer2011-08-301-1/+0
* Use iconentry.ICON_ENTRY_SECONDARY instead of gtk.ENTRY_ICON_SECONDARY by com...Gonzalo Odiard2011-08-301-5/+5
* Remove unused importsGonzalo Odiard2011-08-291-2/+0
* Move stop/reload button into the url entryGonzalo Odiard2011-08-291-11/+10
* Use a standard gtk.Entry instead of the custom AddressEntry from the toolkitSimon Schampijer2011-08-121-3/+5
* Set and restore index in the history (OLPC #10779 / SL #2499)Gonzalo Odiard2011-06-181-0/+1
* fix white space errorsSascha Silbe2011-05-281-0/+2
* toolbar-compatibility fix from Sebastian Silva <icarito@sugarlabs.org>Rafael Ortiz2011-05-261-19/+28
* Remove unnecessary and incorrect self._activity.load_homepage() invocationSascha Silbe2011-05-211-1/+0
* fix PEP8 whitespace issuesSascha Silbe2011-05-211-1/+3
* implement OLPC #10364 - Home Button in BrowseGonzalo Odiard2010-10-191-0/+13
* Fix history on resume. The code is a bit hacky because of xulrunner limitatio...Lucian Branescu Mihaila2010-10-061-3/+1
* Simon Schampijer's patch to fix autocomplete functionality for the address.Lucian Branescu Mihaila2010-10-061-1/+1
* Anish Mangal's patch to add explicit tab support. Because it crashes on some ...Lucian Branescu Mihaila2010-07-251-4/+15
* add/remove some empty lines according to PEP8Sascha Silbe2010-06-161-1/+3
* remove EOL spacesSascha Silbe2010-06-161-8/+8
* Center the address bar (Gary)Simon Schampijer2009-09-091-14/+14
* Toolbar redesignSimon Schampijer2009-07-311-10/+22
* Open new windows in tabsTomeu Vizoso2009-07-081-41/+91
* Adapt to hulahop API changes and start to clean up the singletons mess.Marco Pesenti Gritti2008-10-151-6/+3
* remove the x bitsSimon Schampijer2008-09-151-0/+0
* autocompletion allows editing of suggestions #7281v92Simon Schampijer2008-07-071-5/+11
* Fix autocompletion for addresses with the same root #7280Simon Schampijer2008-07-041-11/+14
* Update page title when a new URI is loadedEben Eliason2008-06-181-0/+2