| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- impressive cleanup of the code
- removed unneeded classes
- one List to manage the items in the historyManager, one easier Hash in the HistoryFilterModel to speed up searches
- better HistoryItem updates
|
|\
| |
| |
| |
| |
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m153
Conflicts:
src/history/historymanager.cpp
src/history/historymanager.h
|
| |
| |
| |
| |
| | |
add a regexp for detect url of search engines
remove url that are detected from history suggestions
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- remove AwesomeUrlCompletion class
- add an QHash to the history manager: each url have a visit counter
- sort history urls by visit count
TODO:
- reintroduce bookmark item in url resolver (broken when AwesomeUrlCompletion was removed)
|
| |
| |
| |
| | |
working on...
|
|/
|
|
|
| |
It's actually the same, but probably a bit more coherent.
More over, we are going to change a lot of things in the HistoryManager class...
|
|
|
|
|
|
|
|
| |
This commit introduces notable changes and needs a lot of tests
Courtesy patch from Mathias Kraus. Thanks :)
BUG: 237390
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
| |
|
| |
|
|
|
|
|
|
| |
This commit implements the downloads history page.
While it is in an horrible shape, its slots seem working well
It needs just some love..
|
| |
|
| |
|
|
Anyway, this moving/renaming helped me finding lots of strange circulary
dependencies and easily solve them :)
We have also a more organized structure, hopefully letting people work on different areas
altogether.
|