| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tab size and addTabButton position when a KMessageWidget appears | Yoann Laissus | 2011-09-20 | 1 | -7/+9 |
* | Fix close & session | Andrea Diamantini | 2011-09-13 | 1 | -18/+1 |
* | Add option to close window by closing last tab | Andrea Diamantini | 2011-09-08 | 1 | -7/+14 |
* | Change webTab Variable Name to tabToStop | David E. Narváez | 2011-09-02 | 1 | -2/+2 |
* | Unify reloading methods | David E. Narváez | 2011-09-02 | 1 | -12/+12 |
* | Restore tab's history when restoring a tab/session | Anton Kreuzkamp | 2011-08-21 | 1 | -21/+26 |
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -70/+70 |
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -2/+0 |
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -80/+80 |
* | Focus the WebView when a page start to load | Yoann Laissus | 2011-05-23 | 1 | -1/+7 |
* | Use of QSignalMapper for switchToTab() method in terms of code unification | Andrea Diamantini | 2011-05-09 | 1 | -7/+3 |
* | Imported Opera feature to load favorite page with number 1..9 by pressing CTR... | Andrea Diamantini | 2011-04-28 | 1 | -0/+10 |
* | Fixing my fixed patch :) | Andrea Diamantini | 2011-03-26 | 1 | -1/+1 |
* | Reload (also) about pages with the reload button | Andrea Diamantini | 2011-03-26 | 1 | -2/+9 |
* | Workaround the troubles with the tabbar highlight feature. | Andrea Diamantini | 2011-03-21 | 1 | -1/+6 |
* | This changes fixes a crash that can occur on fast closing a lot of tabs. | Andrea Diamantini | 2011-03-01 | 1 | -4/+10 |
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -21/+21 |
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -2/+2 |
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -10/+10 |
* | Cleans up "tab switch" management and expecially the use of signals | Andrea Diamantini | 2011-02-17 | 1 | -5/+13 |
* | This patch cleans up tabbar update: show/hide when ReKonfig::alwaysShowTabBar... | Andrea Diamantini | 2011-02-16 | 1 | -44/+42 |
* | Calm down kDebug messages | Andrea Diamantini | 2011-02-16 | 1 | -1/+0 |
* | Highlights inactive tabs if title changes. | Andrea Diamantini | 2011-02-14 | 1 | -0/+6 |
* | Ensure new tab button is shown on move | Andrea Diamantini | 2011-02-14 | 1 | -0/+1 |
* | Revert "highlights inactive tabs if title changes" | Andrea Diamantini | 2011-02-10 | 1 | -6/+0 |
* | highlights inactive tabs if title changes | Andrea Diamantini | 2011-02-10 | 1 | -0/+6 |
* | Limit the number of entries in the closed tabs history to 10. Reviewed by ben... | Your Name | 2011-02-02 | 1 | -0/+3 |
* | This code fixes new tab button appearing on new window when tabbar is set hidden | Andrea Diamantini | 2011-01-19 | 1 | -1/+3 |
* | Fix the always opened tabbar feature. | Andrea Diamantini | 2011-01-09 | 1 | -0/+4 |
* | This GCI task adds a combobox with different settings to choice when hovering... | Andrea Diamantini | 2011-01-07 | 1 | -0/+4 |
* | Horizontal scroll wheel may now be used to navigate through history (Disabled... | Felix Rohrbach | 2011-01-05 | 1 | -0/+2 |
* | Show and hide the add-tab button automatically | Jon Ander Peñalba | 2010-11-30 | 1 | -31/+7 |
* | Revert "Remove m_loadingGitPath from MainView" | Jon Ander Peñalba | 2010-11-22 | 1 | -4/+4 |
* | Revert "Make the invariants of MainView explicit" | Jon Ander Peñalba | 2010-11-22 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kde.org/rekonq | Benjamin Poulain | 2010-11-20 | 1 | -9/+9 |
|\ |
|
| * | Print && Find actions for the parts :) | Andrea Diamantini | 2010-11-19 | 1 | -4/+4 |
| * | API clean up | Andrea Diamantini | 2010-11-19 | 1 | -5/+5 |
* | | Remove the destructor of MainView | Benjamin Poulain | 2010-11-20 | 1 | -7/+0 |
* | | Remove m_loadingGitPath from MainView | Benjamin Poulain | 2010-11-20 | 1 | -4/+4 |
* | | Make the invariants of MainView explicit | Benjamin Poulain | 2010-11-20 | 1 | -2/+1 |
* | | Update the name of MainView attribute to follow the conventions | Benjamin Poulain | 2010-11-20 | 1 | -10/+10 |
|/ |
|
* | Revert "Fastest last tab recover" | Andrea Diamantini | 2010-10-29 | 1 | -19/+1 |
* | Fastest last tab recover :) | Andrea Diamantini | 2010-10-25 | 1 | -1/+19 |
* | This commit fixes icons handling for "rekonq pages" (eg: about urls). | Andrea Diamantini | 2010-10-21 | 1 | -2/+5 |
* | Fix icons duplication in the urlbar if a bookmark is added during a page loading | Yoann Laissus | 2010-10-20 | 1 | -5/+1 |
* | Clean up urlbar use. This fix an urlbar bug opening plugins | Andrea Diamantini | 2010-09-29 | 1 | -18/+14 |
* | Change the behavior of Ctrl+Maj+T to open only the last closed tab | Benjamin Poulain | 2010-09-19 | 1 | -6/+6 |
* | This commit aims to fix all troubles with favicons retrieving. | Andrea Diamantini | 2010-09-11 | 1 | -0/+5 |
* | Include all .moc files removed in the previous commit | Jon Ander Peñalba | 2010-09-03 | 1 | -0/+1 |
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -26/+21 |