summaryrefslogtreecommitdiff
path: root/src/search
Commit message (Collapse)AuthorAgeFilesLines
* suggestion download: kill previous job before start a new one.lionelc2010-08-302-8/+25
|
* Fix adding suggestions to not let completion widget "flicker"Andrea Diamantini2010-08-301-1/+1
|
* Restore urlbar responsivenessAndrea Diamantini2010-08-282-4/+8
| | | | Suggestions are now added when ready
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-1/+9
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* Merge branch 'opensearch'Andrea Diamantini2010-08-202-69/+51
| | | | | | Conflicts: src/CMakeLists.txt src/urlbar/urlresolver.cpp
* Change from QByteArray to QString in the right wayAndrea Diamantini2010-08-201-1/+1
|
* OpenSearch reviewAndrea Diamantini2010-08-168-280/+496
| | | | | | - file headers fix - clean up code - import engine files
* introduce a new SuggestionListItemlionelc2010-08-1210-0/+1123
introduce an opensearch engine