Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid close the PDFTab when Esc is pressed SL #4246Manuel Kaufmann2012-11-221-2/+6
| | | | | | | | Do not call "stop_loading" if the WebKit is not in 'loading' state when 'Esc' is pressed. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Grab the WebKit.WebView focus on tab closing #4187Manuel Kaufmann2012-11-221-0/+14
| | | | | | | | | | | | | When the current tab is closed the next tab is shown (left one if the current tab was the last, othercase right one). After this the WebKit.WebView of the tab displayed grabs the focus to show the OSK if this tab was showing it. So, switching between tabs and closing them respect the OSK status (shown / hidden). Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Avoid trace in log for PDF tab SL #4231Manuel Kaufmann2012-11-221-2/+5
| | | | | | | | DummyBrowser doesn't have 'loading_uri', so we check if the Browse's instance is DummyBrowser before trying to get its value. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Hanlde focus properly on each tab SL #4200Manuel Kaufmann2012-11-192-0/+3
| | | | | | | | | | | The focus is grabbed after loading the 'Home page' and when the session is restored. This patch allow us to show the OSK when it's needed and to be able to start typing with the hardware keyboard. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Simon Schampijer <simon@laptop.org>
*