summaryrefslogtreecommitdiff
path: root/src/filterurljob.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving the UriFilter pointer variable to be static to fast up url resolvingAndrea Diamantini2010-05-191-1/+2
|
* Fix UrlFilter HangsAndrea Diamantini2010-05-121-0/+3
| | | | Cedric's patch
* New rekonq_defines.hAndrea Diamantini2010-04-301-1/+3
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-4/+4
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+2
|
* MultiThreaded rekonq !!Andrea Diamantini2010-01-261-0/+61
Yeah, you're reading well... rekonq is using multithreading for the loadUrl slot. This (in theory) should mean: "NO MORE UI FREEZES ON LOAD URLS" :D