summaryrefslogtreecommitdiff
path: root/src/filterurljob.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add loadUrl API to mainwindowAndrea Diamantini2012-03-251-80/+0
| | | | | | | | | - Get rid of unused NewBackTab enum - move loading url code to MainWindow class - Remove ThreadWeaver API. (And take it easy...) - Changed logic: calculate url BEFORE creating a tab... REVIEW:104326
* clean upAndrea Diamantini2011-07-251-3/+3
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-6/+6
|
* Coding styleAndrea Diamantini2011-02-251-1/+1
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Fix issues as pointed out by KrazyRohan Garg2011-01-131-1/+1
| | | | | | * Fix spelling issues * Wrap Strings in QL1S * Use Q_OBJECT macro in a class that derives from QObject
* Add a commentYoann Laissus2010-09-151-3/+4
|
* - Bookmarklet supportYoann Laissus2010-09-151-0/+6
| | | | | | | | - text/uri-list drops in the BK toolbar - Don't allow other drag than bookmarks in the BK panel (for the moment) - A little cleanup BUG: 250623
* Moving the UriFilter pointer variable to be static to fast up url resolvingAndrea Diamantini2010-05-191-2/+7
|
* Fix UrlFilter HangsAndrea Diamantini2010-05-121-3/+2
| | | | Cedric's patch
* A coding style roundAndrea Diamantini2010-04-301-7/+7
|
* 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