summaryrefslogtreecommitdiff
path: root/src/filterurljob.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This commit is (quite) last in the urlbar encodings fix series. It fixes:Andrea Diamantini2010-04-131-3/+8
| | | | | | | | | | | | | | BUG: 233159 BUG: 234168 Moreover it "cleans" road to fix (not yet, but we are near..) another bug CCBUG: 230771 at least from the rekonq side. Changes in there - cleaning and fixing filterurljob class (responsible for the encodings) - using urls instead of strings in the resolver class (work with right data..) - letting first box appearance without item selection and adding one signal to use the filterurljob class directly.
* Krazy issues (1st branch)Andrea Diamantini2010-02-141-3/+0
|
* MultiThreaded rekonq !!Andrea Diamantini2010-01-261-0/+67
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