summaryrefslogtreecommitdiff
path: root/src/history/historymanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-061-2/+2
|
* History page, added ability to remove items fromAndrea Diamantini2013-01-221-0/+12
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-1/+2
| | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :)
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-101-1/+0
|
* Insert back HistoryManagerAndrea Diamantini2012-12-101-0/+473
| | | | | | 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-455/+0
| | | | Preparing repo to merge rekonq2 code...
* Kitchen sink clean upAndrea Diamantini2012-05-271-2/+2
| | | | | | - astyle - copyrights - (some) includes
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-10/+12
|
* Last clean up on settingsAndrea Diamantini2012-04-121-0/+1
| | | | | Get sure settings are updated everytime Strings, spaces and one unuseful slot removed clean up
* clean up failed rebasing and implement history timed expire checkAndrea Diamantini2012-04-121-8/+13
|
* New History Manager, NO MORE QWebHistoryInterface based.Andrea Diamantini2012-03-181-42/+13
| | | | | | | | | | | 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-3/+3
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* let history, bookmarks and passwords sync on change (first bits)Andrea Diamantini2011-12-121-0/+2
|
* Unifies macro styleJohannes Troscher2011-11-271-1/+1
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Introducing ASSERT_NOT_REACHEDPierre Rossi2011-07-281-2/+0
| | | | | | | | | In a similar fashion as WebKit, this might make those cases where we don't expect to go more obvious in debug builds. I also took the liberty to revisit a lot of switch statements but it could potentially be used elsewhere Reviewed-by: andrea
* clean upAndrea Diamantini2011-07-251-41/+41
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* style cleanupAndrea Diamantini2011-07-181-1/+1
|
* WARNING: HISTORY_VERSION upgrade!!Andrea Diamantini2011-07-181-8/+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-48/+48
|
* 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
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-3/+0
|
* Coding styleAndrea Diamantini2011-02-251-16/+17
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Added a visit count parameter to the history.Andrea Diamantini2011-01-071-14/+47
| | | | | | | | | | | 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
* History autosaver improved to be more general and less hackishJon Ander Peñalba2010-09-201-22/+21
|
* Krazy Fixes for rekonqRohan Garg2010-09-111-1/+1
| | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp
* 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.