summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* show url on file:// && ftp:// schemesAndrea Diamantini2010-05-211-0/+1
|
* Cedric's patchAndrea Diamantini2010-05-213-1/+23
| | | | | let autoscroll being optional (active by default..)
* title for bookmark. Removed fallback mechanismAndrea Diamantini2010-05-211-5/+0
|
* Merge commit 'refs/merge-requests/2269' of ↵Andrea Diamantini2010-05-211-18/+1
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2269
| * improve search of title for an url in the history: use hash table from ↵megabigbug2010-05-201-18/+1
| | | | | | | | HistoryFilterModel
* | inlined some of the most used get functionsAndrea Diamantini2010-05-2110-93/+19
| | | | | | | | to speed up a bit
* | SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-211-0/+1
| |
* | Merge commit 'refs/merge-requests/2268' of ↵Andrea Diamantini2010-05-211-7/+19
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2268
| * | Tiny improvements for the appearance of the RSS widgetmatgic782010-05-191-7/+19
| | |
* | | Merge commit 'refs/merge-requests/2267' of ↵Andrea Diamantini2010-05-211-1/+3
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2267
| * | | add local file detectionmegabigbug2010-05-191-1/+3
| | | |
* | | | Fix developers panel handlingAndrea Diamantini2010-05-213-21/+23
| | | | | | | | | | | | | | | | BUG:236319
* | | | reenabled lost close confirm dialogAndrea Diamantini2010-05-202-0/+36
| |_|/ |/| | | | | | | | BUG:231032
* | | Fix download handlingAndrea Diamantini2010-05-193-12/+29
| | | | | | | | | | | | | | | | | | This commit, together with adawit's patch to QtWebKit (not yet merged) && KIO will definitely solve download handling. At least, I hope so :)
* | | BIG COMMITAndrea Diamantini2010-05-193-48/+116
| | | | | | | | | | | | New KParts Handling
* | | Moving the UriFilter pointer variable to be static to fast up url resolvingAndrea Diamantini2010-05-192-3/+9
| |/ |/|
* | Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-05-191-0/+4
|\ \
| * | SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-191-0/+4
| |/
* | Update INSTALL fileAndrea Diamantini2010-05-191-11/+13
|/ | | | BUG:238124
* Cedric patch about urlbarAndrea Diamantini2010-05-191-2/+5
|
* This patch is based on Cedric's idea about fixing history with error pagesAndrea Diamantini2010-05-195-31/+67
| | | | | and use it to fix back/forward buttons also on kparts and so on :)
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-05-181-9/+0
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-181-9/+0
| |
* | Respect new tab conf launching a new windowAndrea Diamantini2010-05-181-1/+16
|/ | | | Cedric's patch
* rekonq 0.4.70Andrea Diamantini2010-05-181-1/+1
| | | | Started work on polish && bugfixing..
* This commit let encoding handling being a bit easier.Andrea Diamantini2010-05-181-6/+30
| | | | | | | It is anyway a bit tricky :) Hope no-one blame about.. BUG:237518
* Moved setEncoding action to be a local page settings as it seemsAndrea Diamantini2010-05-183-12/+6
| | | | more useful
* Add option to choose new tab page as home pageAndrea Diamantini2010-05-185-5/+31
| | | | BUG:235106
* Fix crashes on file:// urlsAndrea Diamantini2010-05-171-12/+3
|
* Webkit --> WebKitAndrea Diamantini2010-05-173-4/+4
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-171-0/+2
|
* Implement about urls easy suggestionsAndrea Diamantini2010-05-171-0/+18
|
* Removed pointers use in UrlResolver classAndrea Diamantini2010-05-162-6/+12
|
* Merge commit 'refs/merge-requests/2264' of ↵Andrea Diamantini2010-05-162-25/+25
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2264
| * performance improvement: build one static regexp instead of several in the ↵megabigbug2010-05-162-25/+25
| | | | | | | | isHttp method (they was built for each key pressed)
* | Merge commit 'refs/merge-requests/2263' of ↵Andrea Diamantini2010-05-161-2/+12
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into m2263
| * Added support for javascript:<code> so that bookmarklets workNikhil Marathe2010-05-161-2/+12
| | | | | | | | BUG: 227422
* | Merge commit 'refs/merge-requests/2262' of ↵Andrea Diamantini2010-05-162-1/+27
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2262
| * | Adds current tab to session state (bug 237720)Lindsay Mathieson2010-05-162-1/+27
| | |
* | | Merge commit 'refs/merge-requests/2259' of ↵Andrea Diamantini2010-05-162-2/+9
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2259
| * | | don't use adjusteSize()megabigbug2010-05-152-2/+9
| |/ / | | | | | | | | | | | | compute the height from size hint of items decrease timer to 50
* | | Merge commit 'refs/merge-requests/97' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-05-161-1/+1
|\ \ \ | | | | | | | | | | | | into m97
| * | | Check for null pointer, causes crashes on some pages.Abdurrahman AVCI2010-05-141-1/+1
| | | |
* | | | Merge commit 'refs/merge-requests/96' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-05-161-0/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | into m96
| * | | Disable ad block related widgets when ad blocking is disabled.Abdurrahman AVCI2010-05-141-0/+6
| |/ /
* | | SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-161-0/+2
| |/ |/|
* | This commit should fix a lot of troubles on fast urlbar typingAndrea Diamantini2010-05-145-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | so now situation is: - first list is shown immediately - timer decreases from 200 to 150 ms (less is pretty unuseful, I fear) - people who fast type & returnPress have KUriFilter help Hope this helps :) As promised, CCBUG:237390
* | This commit reintroduces the QStackedWidget class for urlbars and letAndrea Diamantini2010-05-148-37/+155
| | | | | | | | | | | | us resize them as needed for themes different from oxygen. This anyway seems working better with the upcoming Qt 4.7
* | Show faster url to loadAndrea Diamantini2010-05-143-4/+9
| |
* | No wait for first resultsAndrea Diamantini2010-05-142-34/+35
| |