| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fixing tab close icon | Andrea Diamantini | 2009-10-19 | 1 | -2/+2 |
* | | reintroduce and fix recently closed tab feature | megabigbug | 2009-10-17 | 1 | -1/+1 |
|/ |
|
* | show icons corresponding to homepage pages on tabs | matgic78 | 2009-10-16 | 1 | -3/+9 |
* | arrow-right icon for urlbar when homepage shown | matgic78 | 2009-10-16 | 1 | -7/+10 |
* | removed bugged closed tabs and implemented a simple tab switch | Andrea Diamantini | 2009-10-16 | 1 | -1/+1 |
* | Restored recently closed tabs | Andrea Diamantini | 2009-10-11 | 1 | -1/+1 |
* | Merge commit 'refs/merge-requests/1750' of git://gitorious.org/rekonq/mainlin... | Andrea Diamantini | 2009-10-11 | 1 | -1/+8 |
|\ |
|
| * | KIcon("go-home") for homepage | Matthieu Gicquel | 2009-10-10 | 1 | -1/+8 |
* | | Fixing Application::postLaunch() && BookmarksProvider behaviour | Andrea Diamantini | 2009-10-11 | 1 | -1/+14 |
|/ |
|
* | Removed unuseful isKnownProtol check | Andrea Diamantini | 2009-10-05 | 1 | -7/+0 |
* | Changing rekonq exit numbers | Andrea Diamantini | 2009-10-04 | 1 | -4/+4 |
* | moving from about: protocol to rekonq: protocol :D | Andrea Diamantini | 2009-10-02 | 1 | -5/+5 |
* | Fixing Application::homePage behaviour | Andrea Diamantini | 2009-10-02 | 1 | -11/+17 |
* | Lionel's idea about urlbar ready for queries in the home pages | Andrea Diamantini | 2009-10-01 | 1 | -1/+0 |
* | Faster Application::icon | Andrea Diamantini | 2009-10-01 | 1 | -8/+3 |
* | Implemented about protocol to load home page(s) | Andrea Diamantini | 2009-09-29 | 1 | -0/+20 |
* | Fixing crash on opening tabs after closing other window(s). | Andrea Diamantini | 2009-09-28 | 1 | -0/+6 |
* | Fixing sessionmanager (at least I hope so): | Andrea Diamantini | 2009-09-26 | 1 | -9/+9 |
* | Applied (and refactored) patch from Matgic78 about smart opening | Andrea Diamantini | 2009-09-20 | 1 | -29/+33 |
* | Open links in new tab located near currently active tab | Domrachev Alexandr | 2009-09-13 | 1 | -2/+3 |
* | change sessionRestored to isSessionRestored | Domrachev Alexandr | 2009-09-13 | 1 | -1/+1 |
* | Fixing session manager behaviour following a bit dolphin's code | Andrea Diamantini | 2009-09-13 | 1 | -8/+6 |
* | Session Management (restore on crash) | Andrea Diamantini | 2009-09-10 | 1 | -0/+23 |
* | Fixing rekonq Multi Windows behaviour and | Andrea Diamantini | 2009-09-06 | 1 | -8/+23 |
* | Fixing Application::newMainWindow method | Andrea Diamantini | 2009-09-05 | 1 | -1/+1 |
* | Open in new Window Action | Andrea Diamantini | 2009-09-04 | 1 | -1/+11 |
* | Improving Multi Windows implementation | Andrea Diamantini | 2009-09-04 | 1 | -10/+19 |
* | Fix compilation and improved a (little) bit | Andrea Diamantini | 2009-09-03 | 1 | -1/+1 |
* | - Removed HistoryMenu (no more used) | Andrea Diamantini | 2009-09-03 | 1 | -23/+36 |
* | Some fixes icon related | Andrea Diamantini | 2009-08-27 | 1 | -1/+9 |
* | Fixed problems restoring Lionel's hack about focused (or not) new WebViews | Andrea Diamantini | 2009-08-23 | 1 | -5/+3 |
* | Modified newTab function and splitted into two parts. | Andrea Diamantini | 2009-08-23 | 1 | -3/+5 |
* | Merge branch 'OneUrlBar2' | Andrea Diamantini | 2009-08-22 | 1 | -3/+3 |
|\ |
|
| * | Remove url stack | Lionel Chauvin | 2009-08-22 | 1 | -3/+3 |
* | | Merge commit 'pano/string-fixes' | Andrea Diamantini | 2009-08-22 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Added colons to strings | Panagiotis Papadopoulos | 2009-08-09 | 1 | -2/+2 |
* | | Some trivial fixes on GuessUrlFromString function | Andrea Diamantini | 2009-08-21 | 1 | -2/+2 |
* | | Applied patch from Johannes Zellner about {Middle,CTRL} clicking | Andrea Diamantini | 2009-08-13 | 1 | -1/+1 |
* | | Removing unuseful QUrl class from guessUrlFromString method | Andrea Diamantini | 2009-08-10 | 1 | -25/+13 |
|/ |
|
* | small fix: prevent empty url at the begining of loading | Lionel Chauvin | 2009-08-07 | 1 | -2/+7 |
* | Load url in the background urlbar fixes | Andrea Diamantini | 2009-08-07 | 1 | -2/+1 |
* | fix loadUrl for query with accents (eg: églantine) | Lionel Chauvin | 2009-08-06 | 1 | -1/+1 |
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -8/+14 |
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -5/+0 |
* | Reverting loadUrl function at previous behaviour. | Andrea Diamantini | 2009-08-04 | 1 | -6/+16 |
* | loadUrl function fix (hopefully, last!) | Andrea Diamantini | 2009-08-01 | 1 | -12/+26 |
* | Fixing a bit enum OpenType names.. | Andrea Diamantini | 2009-08-01 | 1 | -3/+3 |
* | fix Webshortcuts, works with space and colon delimiter | megabigbug | 2009-08-01 | 1 | -15/+12 |
* | Some string changes and various fixes | Andrea Diamantini | 2009-08-01 | 1 | -3/+4 |
* | Fix tab in background feature | megabigbug | 2009-07-31 | 1 | -27/+17 |