summaryrefslogtreecommitdiff
path: root/src/webwindow/webwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement the "clear urlbar action"Andrea Diamantini2014-01-121-1/+5
| | | | | | | | | | You just need to add it (OUT of the urlbar) with right click --> configure main toolbar. Is this enough guys? PS: Thanks alouali for the idea ;) CCBUG: 243724
* Save Action (to re-enable CTRL + S)Andrea Diamantini2014-01-041-2/+2
|
* Add '/' (slash) shortcut to launch search barAndrea Diamantini2013-08-021-0/+1
| | | | BUG: 323052
* i18n fixesPino Toscano2013-06-071-1/+1
| | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-061-5/+5
|
* appmenu-qt support :)Andrea Diamantini2013-04-251-0/+14
| | | | BUG: 309148
* Add a "session" startup optionAndrea Diamantini2013-04-021-4/+2
| | | | BUG: 249462
* Implement session saving, inspired from kate session managementAndrea Diamantini2013-04-021-6/+2
| | | | | (or at least, for what I see...) Added session manager widget and ability to load/save/rename sessions
* Managing sessions, first bitsAndrea Diamantini2013-04-021-0/+10
| | | | | | | This code is based on the patch from mayank jha about session saving. Will be used as "first part" of the session saving support in rekonq. CCMAIL: mjnovice@gmail.com
* Fix && clean up fullscreen modeAndrea Diamantini2013-03-111-1/+1
|
* Supporting panel (again) :)Andrea Diamantini2013-03-101-2/+4
| | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
* Respect hovering settingsAndrea Diamantini2013-03-071-0/+1
| | | | BUG:316207
* Fix search managementAndrea Diamantini2013-02-271-0/+8
| | | | | show search on focused tab let search on current page work again :)
* Add a CTRL + SHIFT + N default shortcut for private browsingAndrea Diamantini2013-02-261-0/+1
| | | | | This has been requested on my blog. I found Chrome using it and no other one browser using for anything, so...
* Restores Bookmarks menu (in 2.x fashion)Andrea Diamantini2013-02-151-0/+10
| | | | | | | | | | Cleans up 1.x code about and create a unique bk menu to be shown in rekonq tools menu, (eventually) in the toolbar and in (an ideal) menubar This work starts from Lindsay's review request about. Thanks :) REVIEW: 108729
* Replace shortcut configuration dialog.Dimitrios Christidis2013-02-101-20/+5
| | | | | | | | | | Using KShortcutsDialog allows for multiple shortcut schemes and the ability to print all actions and their assigned shortcuts (if any) in a table. REVIEW: 108796 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Fix tab when showing a kpart. Let also see title where neededAndrea Diamantini2013-01-271-7/+7
|
* Improve icon management codeAndrea Diamantini2013-01-231-0/+1
| | | | | In the 1.x way, IconManager notified all the tabs about icons changed. This way, just the interested tab is :)
* Remove double "rekonq - rekonq" from titleAndrea Diamantini2013-01-231-1/+1
|
* Reimplement (in 2.x way) the ability to edit toolbarAndrea Diamantini2013-01-141-4/+29
| | | | BUG: 312340
* Restore (in 2.x way) shortcuts configuration optionsAndrea Diamantini2013-01-031-0/+36
| | | | | BUG: 311886 BUG: 305403
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-281-7/+7
|
* "Workaround" cookie management in private browsing modeAndrea Diamantini2012-12-161-16/+2
| | | | | | | | | | | | From the note in webpage file: I'm sorry I really cannot let KIO work as needed in private browsing mode. The problem is basically cookie related. This way we lose some features in private browsing mode, but we ensure PRIVACY! This change cannot be reverted until a proper fix for KIO (or the right workaround for rekonq) will be found. BUG: 303552
* - Code style check (codestyle script round)Andrea Diamantini2012-12-121-9/+9
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* Restoring inspector, part 1Andrea Diamantini2012-12-101-0/+6
| | | | restored action and code to activate/deactivate it
* Fix fullscreen action && shortcutsAndrea Diamantini2012-12-101-6/+1
|
* WARNING: BIG COMMITAndrea Diamantini2012-12-101-21/+13
| | | | | | | | | | | | | This commit reviews and partially fix the Q/K action mess in rekonq code. We now store actions in different actioncollections (one for each tab && one for each window). Related to this code review, you can find also fixes for some triggered actions NOT working (well) before: - fullscreen - bookmark all tabs - new (clean) tab
* Fix and improve rekonq tools menuAndrea Diamantini2012-12-101-7/+35
| | | | | | | | | | | | | | | | | | | | | | | | - added "open" menu (A-LA firefox) with: - new tab - new windown - new incognito window ------ - open (local) file - added "bookmarks" menu with: - add bookmark ---- - show bookmarks page - show bookmarks toolbar - edit bookmarks (maybe, we'll list all bk after a separator there in the future...) - show history && downloads page Obviously checked/fixed all the relative slots finally, added in the menu quit option :D
* work on the findbarAndrea Diamantini2012-12-101-1/+22
| | | | | | restored find next/previous shortcuts set to 20 secs the timeout to auto hide findbar restored hide it on ESC key
* Fix default zoom shortcutAndrea Diamantini2012-12-101-1/+2
|
* Fix/add missing rekonq actions & shortcutsAndrea Diamantini2012-12-101-0/+32
|
* Fix focus handling on viewsAndrea Diamantini2012-12-101-0/+8
|
* Removed some porting FIXME and re-enabled old featuresAndrea Diamantini2012-12-101-9/+10
|
* Fix tab titles managements on empty page titlesAndrea Diamantini2012-12-101-1/+10
|
* Fix "new window" menu actionAndrea Diamantini2012-12-101-1/+8
|
* Fix new page creation on blank target url clickAndrea Diamantini2012-12-101-1/+1
|
* Zoom actionis restored, yeah! :DAndrea Diamantini2012-12-101-1/+7
|
* Re-enable the restore on crash message bar :)Andrea Diamantini2012-12-101-0/+6
|
* clean up urlbar url loading. We really are lighter now :)Andrea Diamantini2012-12-101-9/+24
|
* Add sizeHint code from rekonqAndrea Diamantini2012-12-101-6/+0
| | | | | | | oops... by accident (-a) added here also the easy fix for tabs: - shown "Loading..." string while loading - use IconManager to properly show tab icon on load finished
* New Private Browsing mode :DAndrea Diamantini2012-12-101-4/+16
|
* new tab actionAndrea Diamantini2012-12-101-48/+5
|
* Re-enable fullscreen capabilitiesAndrea Diamantini2012-12-101-11/+33
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-12/+12
| | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :)
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-101-8/+58
|
* FindBar. Rewamped and restoredAndrea Diamantini2012-12-101-0/+16
|
* Moved the bookmark toolbar to be a... toolbar!!!Andrea Diamantini2012-12-101-10/+3
|
* Restore rekonq settingsAndrea Diamantini2012-12-101-1/+20
|
* Tools actions restoredAndrea Diamantini2012-12-101-5/+34
|
* User agent management restoredAndrea Diamantini2012-12-101-0/+22
|