Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | normalize signal/slot | Montel Laurent | 2013-05-06 | 1 | -2/+2 |
| | |||||
* | Fix forward declaration | Montel Laurent | 2013-05-06 | 1 | -2/+0 |
| | |||||
* | Use a valid object path, otherwise you'll hit an assert | Kevin Ottens | 2013-05-04 | 1 | -1/+1 |
| | |||||
* | Properly register rekonq window to activities | Andrea Diamantini | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Well... get EXTREMELY sure menubar are registered... | Andrea Diamantini | 2013-04-25 | 2 | -2/+4 |
| | |||||
* | Finally fix the pinning icons cluttering | Andrea Diamantini | 2013-04-25 | 1 | -0/+4 |
| | | | | | | (or at least, well workarounding...) BUG: 309213 | ||||
* | Fix a logic error in unpinTab | Andrea Diamantini | 2013-04-25 | 1 | -5/+6 |
| | | | | | | | In previous code the method was unable to properly determine the first available index not pinned under some circumstances BUG: 317798 | ||||
* | Let appmenu-qt support work also with pinned tabs to load | Andrea Diamantini | 2013-04-25 | 4 | -1/+12 |
| | | | | This just need fixes ;) | ||||
* | appmenu-qt support :) | Andrea Diamantini | 2013-04-25 | 1 | -0/+6 |
| | | | | BUG: 309148 | ||||
* | Fix rekonq window title update | Andrea Diamantini | 2013-04-02 | 3 | -3/+5 |
| | | | | BUG: 317062 | ||||
* | Remove the "AutoSaver" attempt :( | Andrea Diamantini | 2013-03-18 | 1 | -2/+2 |
| | | | | | | | | I tried to save disk writes. But everytime people is finding some saved (or just delayed) saves that are NOT ok. We'll see to find another way to... BUG: 316938 | ||||
* | open url as webapp option | Andrea Diamantini | 2013-03-16 | 1 | -0/+1 |
| | |||||
* | Restore Session Manager updates on current tab changed && on window | Andrea Diamantini | 2013-03-14 | 1 | -2/+1 |
| | | | | | | | | | | close. Lindsay, I probably "forgot" one your mail about Session Management NOT working properly (sorry). Hope this will fix it! Let me know :) CCMAIL: lindsay.mathieson@gmail.com | ||||
* | Do NOT save sessions in private browsing windows | Andrea Diamantini | 2013-03-14 | 2 | -0/+8 |
| | | | | | | Oooops... ;) BUG: 316325 | ||||
* | Restore activity daemon support | Andrea Diamantini | 2013-03-13 | 2 | -1/+21 |
| | | | | BUG: 315694 | ||||
* | 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 |
| |