| Commit message (Expand) | Author | Age | Files | Lines |
* | Improving fonts situation | Andrea Diamantini | 2010-05-24 | 4 | -87/+97 |
* | New Settings classes, one for each widget. | Andrea Diamantini | 2010-05-23 | 15 | -162/+631 |
* | Cleaning some kDebug calls | Andrea Diamantini | 2010-05-22 | 7 | -52/+34 |
* | show url on file:// && ftp:// schemes | Andrea Diamantini | 2010-05-21 | 1 | -0/+1 |
* | Cedric's patch | Andrea Diamantini | 2010-05-21 | 3 | -1/+23 |
* | title for bookmark. Removed fallback mechanism | Andrea Diamantini | 2010-05-21 | 1 | -5/+0 |
* | Merge commit 'refs/merge-requests/2269' of git://gitorious.org/rekonq/mainlin... | Andrea Diamantini | 2010-05-21 | 1 | -18/+1 |
|\ |
|
| * | improve search of title for an url in the history: use hash table from Histor... | megabigbug | 2010-05-20 | 1 | -18/+1 |
* | | inlined some of the most used get functions | Andrea Diamantini | 2010-05-21 | 10 | -93/+19 |
* | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-05-21 | 1 | -0/+1 |
* | | Merge commit 'refs/merge-requests/2268' of git://gitorious.org/rekonq/mainlin... | Andrea Diamantini | 2010-05-21 | 1 | -7/+19 |
|\ \ |
|
| * | | Tiny improvements for the appearance of the RSS widget | matgic78 | 2010-05-19 | 1 | -7/+19 |
* | | | Merge commit 'refs/merge-requests/2267' of git://gitorious.org/rekonq/mainlin... | Andrea Diamantini | 2010-05-21 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | add local file detection | megabigbug | 2010-05-19 | 1 | -1/+3 |
* | | | | Fix developers panel handling | Andrea Diamantini | 2010-05-21 | 3 | -21/+23 |
* | | | | reenabled lost close confirm dialog | Andrea Diamantini | 2010-05-20 | 2 | -0/+36 |
| |_|/
|/| | |
|
* | | | Fix download handling | Andrea Diamantini | 2010-05-19 | 3 | -12/+29 |
* | | | BIG COMMIT | Andrea Diamantini | 2010-05-19 | 3 | -48/+116 |
* | | | Moving the UriFilter pointer variable to be static to fast up url resolving | Andrea Diamantini | 2010-05-19 | 2 | -3/+9 |
| |/
|/| |
|
* | | Merge branch 'master' of gitorious.org:rekonq/mainline | Andrea Diamantini | 2010-05-19 | 1 | -0/+4 |
|\ \ |
|
| * | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-05-19 | 1 | -0/+4 |
| |/ |
|
* | | Update INSTALL file | Andrea Diamantini | 2010-05-19 | 1 | -11/+13 |
|/ |
|
* | Cedric patch about urlbar | Andrea Diamantini | 2010-05-19 | 1 | -2/+5 |
* | This patch is based on Cedric's idea about fixing history with error pages | Andrea Diamantini | 2010-05-19 | 5 | -31/+67 |
* | Merge branch 'master' of gitorious.org:rekonq/mainline | Andrea Diamantini | 2010-05-18 | 1 | -9/+0 |
|\ |
|
| * | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-05-18 | 1 | -9/+0 |
* | | Respect new tab conf launching a new window | Andrea Diamantini | 2010-05-18 | 1 | -1/+16 |
|/ |
|
* | rekonq 0.4.70 | Andrea Diamantini | 2010-05-18 | 1 | -1/+1 |
* | This commit let encoding handling being a bit easier. | Andrea Diamantini | 2010-05-18 | 1 | -6/+30 |
* | Moved setEncoding action to be a local page settings as it seems | Andrea Diamantini | 2010-05-18 | 3 | -12/+6 |
* | Add option to choose new tab page as home page | Andrea Diamantini | 2010-05-18 | 5 | -5/+31 |
* | Fix crashes on file:// urls | Andrea Diamantini | 2010-05-17 | 1 | -12/+3 |
* | Webkit --> WebKit | Andrea Diamantini | 2010-05-17 | 3 | -4/+4 |
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-05-17 | 1 | -0/+2 |
* | Implement about urls easy suggestions | Andrea Diamantini | 2010-05-17 | 1 | -0/+18 |
* | Removed pointers use in UrlResolver class | Andrea Diamantini | 2010-05-16 | 2 | -6/+12 |
* | Merge commit 'refs/merge-requests/2264' of git://gitorious.org/rekonq/mainlin... | Andrea Diamantini | 2010-05-16 | 2 | -25/+25 |
|\ |
|
| * | performance improvement: build one static regexp instead of several in the is... | megabigbug | 2010-05-16 | 2 | -25/+25 |
* | | Merge commit 'refs/merge-requests/2263' of git://gitorious.org/rekonq/mainlin... | Andrea Diamantini | 2010-05-16 | 1 | -2/+12 |
|\ \
| |/
|/| |
|
| * | Added support for javascript:<code> so that bookmarklets work | Nikhil Marathe | 2010-05-16 | 1 | -2/+12 |
* | | Merge commit 'refs/merge-requests/2262' of git://gitorious.org/rekonq/mainlin... | Andrea Diamantini | 2010-05-16 | 2 | -1/+27 |
|\ \ |
|
| * | | Adds current tab to session state (bug 237720) | Lindsay Mathieson | 2010-05-16 | 2 | -1/+27 |
* | | | Merge commit 'refs/merge-requests/2259' of git://gitorious.org/rekonq/mainlin... | Andrea Diamantini | 2010-05-16 | 2 | -2/+9 |
|\ \ \ |
|
| * | | | don't use adjusteSize() | megabigbug | 2010-05-15 | 2 | -2/+9 |
| |/ / |
|
* | | | Merge commit 'refs/merge-requests/97' of git://gitorious.org/rekonq/mainline ... | Andrea Diamantini | 2010-05-16 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Check for null pointer, causes crashes on some pages. | Abdurrahman AVCI | 2010-05-14 | 1 | -1/+1 |
* | | | | Merge commit 'refs/merge-requests/96' of git://gitorious.org/rekonq/mainline ... | Andrea Diamantini | 2010-05-16 | 1 | -0/+6 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Disable ad block related widgets when ad blocking is disabled. | Abdurrahman AVCI | 2010-05-14 | 1 | -0/+6 |
| |/ / |
|
* | | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-05-16 | 1 | -0/+2 |
| |/
|/| |
|
* | | This commit should fix a lot of troubles on fast urlbar typing | Andrea Diamantini | 2010-05-14 | 5 | -7/+22 |