summaryrefslogtreecommitdiff
path: root/src/history/historymanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Awesome bar: support for multiple word search.Pierre Rossi2010-08-251-2/+12
| | | | | Also support searches starting by i (without messing with the <i> for urls) and page titles with characters such as '<' or '>'.
* HistoryManager review (the second):Andrea Diamantini2010-08-191-107/+51
| | | | | | | - 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-33/+55
|\ | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m153 Conflicts: src/history/historymanager.cpp src/history/historymanager.h
| * remove useless bookmarkPath attribute of UrlSearchItemmegabigbug2010-07-201-8/+0
| | | | | | | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions
| * history review:megabigbug2010-07-201-32/+66
| | | | | | | | | | | | | | | | | | - 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-25/+14
| | | | | | | | working on...
* | Moving download history management from HistoryManager to Application classAndrea Diamantini2010-07-211-56/+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-9/+14
| | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390
* Cleaning some kDebug callsAndrea Diamantini2010-05-221-2/+2
|
* improve search of title for an url in the history: use hash table from ↵megabigbug2010-05-201-18/+1
| | | | HistoryFilterModel
* Memory leaks fixesAndrea Diamantini2010-05-041-0/+6
| | | | first bunch
* A coding style roundAndrea Diamantini2010-04-301-25/+25
|
* Do not update downloads history when private browsing is enabled.Flavio Castelli2010-04-071-0/+3
|
* add title for history itemslionelc2010-04-021-1/+25
|
* Downloads PageAndrea Diamantini2010-03-201-0/+53
| | | | | | This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love..
* kWarning --> kDebugAndrea Diamantini2010-03-061-4/+4
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-2/+1
|
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+454
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.