summaryrefslogtreecommitdiff
path: root/src/history/historymodels.h
Commit message (Collapse)AuthorAgeFilesLines
* WARNING: HISTORY_VERSION upgrade!!Andrea Diamantini2011-07-181-1/+2
| | | | | | | This commit changes rekonq history data struct to manage also the first time you visited a site. This way we can "expose" this new info in the SSL widget. (We can obviously do a lot more with it...)
* Coding styleAndrea Diamantini2011-02-251-2/+2
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Added a visit count parameter to the history.Andrea Diamantini2011-01-071-8/+9
| | | | | | | | | | | This change will preserve old history on first load, adding the visit count parameter and saving the new structure on close This will used expecially in the Awesome UrlBar ordering suggestions code. WARNING: HISTORY_VERSION upgrade CCMAIL:megabigbug@yahoo.fr
* Use the same FilterProxyModel for the bookmarks and history panelsJon Ander PeƱalba2010-08-301-28/+4
|
* HistoryManager review (the second):Andrea Diamantini2010-08-191-65/+13
| | | | | | | - 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
* Include Fixes, first bunchAndrea Diamantini2010-04-301-2/+0
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-1/+3
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-2/+2
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-2/+3
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* Last structure change, promised!Andrea Diamantini2009-11-271-1/+1
| | | | | | | 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.
* Last history fixesAndrea Diamantini2009-11-251-1/+0
|
* Created a new history dir and changed "panelhistory" terms inAndrea Diamantini2009-11-241-0/+256
the more English "HistoryPanel" ones