summaryrefslogtreecommitdiff
path: root/src/history/historymodels.h
Commit message (Collapse)AuthorAgeFilesLines
* rekonq new tab page restored :)Andrea Diamantini2012-12-101-3/+28
|
* Insert back HistoryManagerAndrea Diamantini2012-12-101-0/+179
| | | | | | There are a few notable changes here: - rekonq_defines.h clean up, removing the enums from there - let HistoryManager be accessible by a self function
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-179/+0
| | | | Preparing repo to merge rekonq2 code...
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-7/+5
|
* New History Manager, NO MORE QWebHistoryInterface based.Andrea Diamantini2012-03-181-1/+0
| | | | | | | | | | | We are just saving datas on our own, I don't like QtWebKit APIs to do it. We now call addHistoryEntry(url, title) on loadFinished. Data structure will remain the same as usual, but I think API is better and data are now saved when we really have them ready. REVIEW:104257
* Krazy fixesAndrea Diamantini2012-01-191-1/+1
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* 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