summaryrefslogtreecommitdiff
path: root/src/history/historymodels.cpp
Commit message (Collapse)AuthorAgeFilesLines
* GCI Task : Improve tooltips of the history panel itemsYoann Laissus2011-11-281-2/+11
| | | | | Patch by by Hüseyin Zengin, Thanks! REVIEW: 103256
* clean upAndrea Diamantini2011-07-251-68/+68
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-2/+1
|
* style cleanupAndrea Diamantini2011-07-181-6/+6
|
* WARNING: HISTORY_VERSION upgrade!!Andrea Diamantini2011-07-181-7/+18
| | | | | | | 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...)
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-74/+74
|
* Revert "Fix includes."Pierre Rossi2011-06-291-1/+0
| | | | | | | | | This reverts commit f2f8d48c390b8d8bef84c98026a0435da2045409. It was actually not needed since the issue was fixed in the QtWebKit 2.2 integration branch. oops, sorry about the noise in the history.
* Fix includes.Pierre Rossi2011-06-291-0/+1
| | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe
* Prevent crashes on history models updating...Andrea Diamantini2011-03-021-1/+9
| | | | BUG:263326
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-1/+1
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Added a visit count parameter to the history.Andrea Diamantini2011-01-071-2/+2
| | | | | | | | | | | 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
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-0/+1
|
* Use the same FilterProxyModel for the bookmarks and history panelsJon Ander Peñalba2010-08-301-19/+0
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-1/+2
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* HistoryManager review (the second):Andrea Diamantini2010-08-191-272/+33
| | | | | | | - 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
* QLatin1String -> QL1SAndrea Diamantini2010-04-301-1/+1
| | | | added cppcheck script
* Krazy fixesAndrea Diamantini2010-04-301-2/+2
|
* A coding style roundAndrea Diamantini2010-04-301-4/+4
|
* A lot of fix and improvements for the bookmark and the history panelsYoann Laissus2010-03-231-0/+8
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* Created a new history dir and changed "panelhistory" terms inAndrea Diamantini2009-11-241-0/+971
the more English "HistoryPanel" ones