summaryrefslogtreecommitdiff
path: root/src/tabwindow
Commit message (Collapse)AuthorAgeFilesLines
* Open new tabs in the foreground.Dimitrios Christidis2013-02-121-0/+8
| | | | | | | | | | Adds a new configuration option (disabled by default) to open links in new tabs in the foreground. BUG: 313794 REVIEW: 108801 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Fix tab when showing a kpart. Let also see title where neededAndrea Diamantini2013-01-271-0/+1
|
* Merge branch 'master' of git.kde.org:rekonqLindsay Mathieson2013-01-242-0/+31
|\
| * Improve icon management codeAndrea Diamantini2013-01-232-0/+31
| | | | | | | | | | In the 1.x way, IconManager notified all the tabs about icons changed. This way, just the interested tab is :)
* | Added option for opening new tabs next to current (default to true). ↵Lindsay Mathieson2013-01-241-0/+5
|/ | | | Otherwise tabs created at end of list.
* Coverity report fixesAndrea Diamantini2013-01-141-1/+1
| | | | | | A potential crash (dynamic_cast maybe null) Some break usage clean up minor string speed up by using QLatin1String
* Restore Tab Windows when Restoring the SessionDavid E. Narváez2013-01-081-1/+1
| | | | | | | | Modified the restore method so that it returns true in case something is actually restored, and then use that return value to call the restoreTabWindow method of the session manager REVIEW: 108077
* Make it compileMontel Laurent2013-01-061-1/+1
|
* Restore (in 2.x way) shortcuts configuration optionsAndrea Diamantini2013-01-031-0/+2
| | | | | BUG: 311886 BUG: 305403
* Restore rekonq 1.x shortcutsAndrea Diamantini2013-01-022-0/+39
| | | | | | | ALT + #number to change tabs CTRL + #number to load favorites BUG: 312341
* Krazy fixes, third shotAndrea Diamantini2013-01-021-1/+1
|
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-282-4/+4
|
* Krazy Fixes, first shotAndrea Diamantini2012-12-282-2/+2
|
* "Workaround" cookie management in private browsing modeAndrea Diamantini2012-12-161-4/+1
| | | | | | | | | | | | 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-126-32/+32
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* do not update tabbar until we decided where putting the new tab buttonAndrea Diamantini2012-12-101-0/+3
|
* Fix open external link on web appAndrea Diamantini2012-12-102-17/+47
|
* Restore tab position on reopeningAndrea Diamantini2012-12-101-4/+16
| | | | BUG: 249457
* Ensure settings respectAndrea Diamantini2012-12-101-1/+17
| | | | Honor settings when opening new tab (fix for the rekonq2 port)
* Fix RekonqWindow behaviour while opening new windowsAndrea Diamantini2012-12-102-11/+55
|
* Fix tabs moves when some of them are pinnedAndrea Diamantini2012-12-103-1/+68
|
* Fix tabwindow title when webwindow one is emptyAndrea Diamantini2012-12-101-1/+2
| | | | (no more "rekonq - rekonq")
* open target _blank link in new focused tabs, following chrom* & firefoxAndrea Diamantini2012-12-101-0/+2
|
* Do not lock UI when add/insert tabsAndrea Diamantini2012-12-102-0/+54
| | | | See qt:qtabwidget#insertTab about.
* WARNING: BIG COMMITAndrea Diamantini2012-12-105-54/+100
| | | | | | | | | | | | | 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 focus steal on load finishedAndrea Diamantini2012-12-101-1/+2
|
* Fix/add missing rekonq actions & shortcutsAndrea Diamantini2012-12-104-19/+29
|
* Fix focus handling on viewsAndrea Diamantini2012-12-101-0/+4
|
* Fix tab titles managements on empty page titlesAndrea Diamantini2012-12-101-8/+3
|
* Fix tabs restore when some of them were pinnedAndrea Diamantini2012-12-101-0/+6
|
* fix new tabs openingAndrea Diamantini2012-12-101-2/+4
| | | | QUESTION: do we need an option to eventually re-activate old mode?
* clean up urlbar url loading. We really are lighter now :)Andrea Diamantini2012-12-101-2/+1
|
* document modeAndrea Diamantini2012-12-101-0/+4
| | | | | | Courtesy patch by Mathias CCMAIL: k.hias@gmx.de
* Restoring pinned tabs, yeah!!!! :DAndrea Diamantini2012-12-102-5/+12
|
* Saving the "pinned" state in the sessionmanagerAndrea Diamantini2012-12-102-14/+41
| | | | also, a tiny fix for some visual glitches...
* pinning tabs, the UI partAndrea Diamantini2012-12-102-9/+97
|
* Add sizeHint code from rekonqAndrea Diamantini2012-12-103-4/+16
| | | | | | | 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-102-5/+20
|
* rekonq new tab page restored :)Andrea Diamantini2012-12-101-2/+1
|
* setting a decent minimum size...Andrea Diamantini2012-12-101-1/+4
|
* new tab actionAndrea Diamantini2012-12-101-1/+1
|
* Re-enable fullscreen capabilitiesAndrea Diamantini2012-12-103-0/+18
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-107-73/+81
| | | | | | | | | | | | | - 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... :)
* Implement RekonqWindowAndrea Diamantini2012-12-104-81/+472
| | | | | | | | Now, all the "KMainWindow" logic is moved to this new class. "Restored" session management. NOTE: Probably needs some fixes yet, but seems going in the right direction...
* Save & restore window dimension/positionAndrea Diamantini2012-12-102-12/+76
| | | | Also, fix tabwindow attributes (quit & delete on close on)
* Fix tabbar size & new tab button positionAndrea Diamantini2012-12-104-49/+34
| | | | | | | | Also, set tab preview popup width fixed This is heavily based on commits about this problem by Yoann Laissus. I modified a bit them to fit there + added (based on his idea) a double fixed size (default + minimal) for tabs
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-101-3/+4
|
* Clean up WebWindow ctorAndrea Diamantini2012-12-101-5/+1
|
* Clean up WebWindow inserting the WebTab there.Andrea Diamantini2012-12-102-4/+4
|
* Bookmark Manager restoreAndrea Diamantini2012-12-101-23/+0
|