summaryrefslogtreecommitdiff
path: root/src/history/historymanager.h
Commit message (Collapse)AuthorAgeFilesLines
* HistoryManager review (the second):Andrea Diamantini2010-08-191-41/+6
| | | | | | | - 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
* Merge commit 'refs/merge-requests/153' of ↵Andrea Diamantini2010-07-221-9/+30
|\ | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m153 Conflicts: src/history/historymanager.cpp src/history/historymanager.h
| * remove useless bookmarkPath attribute of UrlSearchItemmegabigbug2010-07-201-1/+0
| | | | | | | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions
| * history review:megabigbug2010-07-201-9/+30
| | | | | | | | | | | | | | | | | | - 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)
* | Just some stupid cleaning on HistoryManager before starting seriously ↵Andrea Diamantini2010-07-211-5/+1
| | | | | | | | working on...
* | Moving download history management from HistoryManager to Application classAndrea Diamantini2010-07-211-28/+0
|/ | | | | 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...
* Awesome bar speed upAndrea Diamantini2010-06-051-6/+4
| | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390
* New rekonq_defines.hAndrea Diamantini2010-04-301-2/+2
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-12/+12
|
* add title for history itemslionelc2010-04-021-0/+2
|
* Downloads PageAndrea Diamantini2010-03-201-1/+31
| | | | | | This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love..
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+4
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+161
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.