Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill currentJob if it yet exists.. | Andrea Diamantini | 2010-09-10 | 1 | -0/+3 |
| | |||||
* | No need to delete an autodelete class. | Andrea Diamantini | 2010-09-09 | 1 | -1/+0 |
| | |||||
* | trivials: | Andrea Diamantini | 2010-09-02 | 2 | -9/+6 |
| | | | | | paren --> parent parameters passing: from value to const reference | ||||
* | Merge commit 'refs/merge-requests/195' of ↵ | Andrea Diamantini | 2010-09-02 | 2 | -1/+15 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m195 | ||||
| * | big commit: fix fast typing | lionelc | 2010-09-01 | 2 | -1/+15 |
| | | |||||
* | | fix memory leak when delete current job in opensearchmanager | lionelc | 2010-09-01 | 1 | -1/+3 |
|/ | |||||
* | suggestion download: kill previous job before start a new one. | lionelc | 2010-08-30 | 2 | -8/+25 |
| | |||||
* | Fix adding suggestions to not let completion widget "flicker" | Andrea Diamantini | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | Restore urlbar responsiveness | Andrea Diamantini | 2010-08-28 | 2 | -4/+8 |
| | | | | Suggestions are now added when ready | ||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -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 Diamantini | 2010-08-20 | 2 | -69/+51 |
| | | | | | | Conflicts: src/CMakeLists.txt src/urlbar/urlresolver.cpp | ||||
* | Change from QByteArray to QString in the right way | Andrea Diamantini | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | OpenSearch review | Andrea Diamantini | 2010-08-16 | 8 | -280/+496 |
| | | | | | | - file headers fix - clean up code - import engine files | ||||
* | introduce a new SuggestionListItem | lionelc | 2010-08-12 | 10 | -0/+1123 |
introduce an opensearch engine |