Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore a small portion of (un)ported code | Andrea Diamantini | 2013-03-13 | 3 | -2/+12 |
| | | | | | | Close window if option says so BUG: 316637 | ||||
* | Fix && clean up fullscreen mode | Andrea Diamantini | 2013-03-11 | 1 | -2/+2 |
| | |||||
* | Supporting panel (again) :) | Andrea Diamantini | 2013-03-10 | 7 | -546/+837 |
| | | | | | | | | | - 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 settings | Andrea Diamantini | 2013-03-07 | 3 | -0/+27 |
| | | | | BUG:316207 | ||||
* | Closed tabs page, last bits (?) | Andrea Diamantini | 2013-02-17 | 1 | -0/+12 |
| | | | | Restore closed tabs on restart | ||||
* | Closed Tabs page return, first bits | Andrea Diamantini | 2013-02-17 | 2 | -11/+37 |
| | | | | | Restore about:closedTabs page and the ability to open back closed tabs. What's missing then? To load back on restart the closed tabs saved... | ||||
* | Add keyboard shortcut support for 'Show Next Tab' and 'Show Previous Tab' | Pali Rohár | 2013-02-12 | 2 | -0/+31 |
| | | | | Signed-off-by: Andrea Diamantini <adjam7@gmail.com> | ||||
* | Open new tabs in the foreground. | Dimitrios Christidis | 2013-02-12 | 1 | -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 needed | Andrea Diamantini | 2013-01-27 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of git.kde.org:rekonq | Lindsay Mathieson | 2013-01-24 | 2 | -0/+31 |
|\ | |||||
| * | Improve icon management code | Andrea Diamantini | 2013-01-23 | 2 | -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 Mathieson | 2013-01-24 | 1 | -0/+5 |
|/ | | | | Otherwise tabs created at end of list. | ||||
* | Coverity report fixes | Andrea Diamantini | 2013-01-14 | 1 | -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 Session | David E. Narváez | 2013-01-08 | 1 | -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 compile | Montel Laurent | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | Restore (in 2.x way) shortcuts configuration options | Andrea Diamantini | 2013-01-03 | 1 | -0/+2 |
| | | | | | BUG: 311886 BUG: 305403 | ||||
* | Restore rekonq 1.x shortcuts | Andrea Diamantini | 2013-01-02 | 2 | -0/+39 |
| | | | | | | | ALT + #number to change tabs CTRL + #number to load favorites BUG: 312341 | ||||
* | Krazy fixes, third shot | Andrea Diamantini | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Krazy fixes, second shot (normalize) | Andrea Diamantini | 2012-12-28 | 2 | -4/+4 |
| | |||||
* | Krazy Fixes, first shot | Andrea Diamantini | 2012-12-28 | 2 | -2/+2 |
| | |||||
* | "Workaround" cookie management in private browsing mode | Andrea Diamantini | 2012-12-16 | 1 | -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 Diamantini | 2012-12-12 | 6 | -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 button | Andrea Diamantini | 2012-12-10 | 1 | -0/+3 |
| | |||||
* | Fix open external link on web app | Andrea Diamantini | 2012-12-10 | 2 | -17/+47 |
| | |||||
* | Restore tab position on reopening | Andrea Diamantini | 2012-12-10 | 1 | -4/+16 |
| | | | | BUG: 249457 | ||||
* | Ensure settings respect | Andrea Diamantini | 2012-12-10 | 1 | -1/+17 |
| | | | | Honor settings when opening new tab (fix for the rekonq2 port) | ||||
* | Fix RekonqWindow behaviour while opening new windows | Andrea Diamantini | 2012-12-10 | 2 | -11/+55 |
| | |||||
* | Fix tabs moves when some of them are pinned | Andrea Diamantini | 2012-12-10 | 3 | -1/+68 |
| | |||||
* | Fix tabwindow title when webwindow one is empty | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 |
| | | | | (no more "rekonq - rekonq") | ||||
* | open target _blank link in new focused tabs, following chrom* & firefox | Andrea Diamantini | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | Do not lock UI when add/insert tabs | Andrea Diamantini | 2012-12-10 | 2 | -0/+54 |
| | | | | See qt:qtabwidget#insertTab about. | ||||
* | WARNING: BIG COMMIT | Andrea Diamantini | 2012-12-10 | 5 | -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 finished | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 |
| | |||||
* | Fix/add missing rekonq actions & shortcuts | Andrea Diamantini | 2012-12-10 | 4 | -19/+29 |
| | |||||
* | Fix focus handling on views | Andrea Diamantini | 2012-12-10 | 1 | -0/+4 |
| | |||||
* | Fix tab titles managements on empty page titles | Andrea Diamantini | 2012-12-10 | 1 | -8/+3 |
| | |||||
* | Fix tabs restore when some of them were pinned | Andrea Diamantini | 2012-12-10 | 1 | -0/+6 |
| | |||||
* | fix new tabs opening | Andrea Diamantini | 2012-12-10 | 1 | -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 Diamantini | 2012-12-10 | 1 | -2/+1 |
| | |||||
* | document mode | Andrea Diamantini | 2012-12-10 | 1 | -0/+4 |
| | | | | | | Courtesy patch by Mathias CCMAIL: k.hias@gmx.de | ||||
* | Restoring pinned tabs, yeah!!!! :D | Andrea Diamantini | 2012-12-10 | 2 | -5/+12 |
| | |||||
* | Saving the "pinned" state in the sessionmanager | Andrea Diamantini | 2012-12-10 | 2 | -14/+41 |
| | | | | also, a tiny fix for some visual glitches... | ||||
* | pinning tabs, the UI part | Andrea Diamantini | 2012-12-10 | 2 | -9/+97 |
| | |||||
* | Add sizeHint code from rekonq | Andrea Diamantini | 2012-12-10 | 3 | -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 :D | Andrea Diamantini | 2012-12-10 | 2 | -5/+20 |
| | |||||
* | rekonq new tab page restored :) | Andrea Diamantini | 2012-12-10 | 1 | -2/+1 |
| | |||||
* | setting a decent minimum size... | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 |
| | |||||
* | new tab action | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Re-enable fullscreen capabilities | Andrea Diamantini | 2012-12-10 | 3 | -0/+18 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 7 | -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... :) |