summaryrefslogtreecommitdiff
path: root/src/history
Commit message (Collapse)AuthorAgeFilesLines
* cppcheckAndrea Diamantini2012-01-241-1/+1
|
* Krazy fixesAndrea Diamantini2012-01-194-32/+32
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Sync improvements, last bunch!Andrea Diamantini2011-12-121-8/+8
| | | | | Improved code division (it will be super easy now adding a new handler) Added a new config UI (QWizard based)
* let history, bookmarks and passwords sync on change (first bits)Andrea Diamantini2011-12-122-0/+4
|
* Fix typo: occurences-> occurrences.Yuri Chornoivan2011-12-031-1/+1
|
* GCI Task : Add some actions to forget history entries in the panelYoann Laissus2011-12-022-0/+65
| | | | | Patch by Hüseyin Zengin. Thanks ! REVIEW: 103255
* GCI Task : Improve tooltips of the history panel itemsYoann Laissus2011-11-281-2/+11
| | | | | Patch by by Hüseyin Zengin, Thanks! REVIEW: 103256
* Unifies macro styleJohannes Troscher2011-11-272-3/+3
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Restore tab's history when restoring a tab/sessionAnton Kreuzkamp2011-08-211-0/+36
| | | | | | | | We finally have it :D CCMAIL: akreuzkamp@web.de REVIEW: 100604 REVIEWED-BY: adjam, elproxy
* 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-254-124/+124
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-192-3/+1
|
* style cleanupAndrea Diamantini2011-07-182-7/+7
|
* WARNING: HISTORY_VERSION upgrade!!Andrea Diamantini2011-07-184-21/+46
| | | | | | | 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-175-145/+145
|
* Revert "Fix includes."Pierre Rossi2011-06-292-2/+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-292-0/+2
| | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe
* Fix History ordering (check about:history page before and after this patch)Andrea Diamantini2011-04-101-1/+1
| | | | | | and remove the "provileged" item in the urlbar suggestions as it was NOT really working. Reduce min suggestion list from 3 to 2 to enable more history suggestions. .
* Prevent crashes on history models updating...Andrea Diamantini2011-03-021-1/+9
| | | | BUG:263326
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-3/+0
|
* cppcheck round...Andrea Diamantini2011-02-251-1/+3
|
* Coding styleAndrea Diamantini2011-02-253-23/+33
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-248-8/+8
|
* No more static members in the Application class,Pierre Rossi2011-02-242-2/+2
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Order items in the completion list considering also visit countLionel Chauvin2011-01-231-1/+7
| | | | Reviewed by benjamin, pierre and me.
* Added a visit count parameter to the history.Andrea Diamantini2011-01-074-35/+72
| | | | | | | | | | | 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
* BookmarksPanel API improvedJon Ander Peñalba2010-11-072-2/+2
|
* History autosaver improved to be more general and less hackishJon Ander Peñalba2010-09-203-69/+72
|
* 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
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-0/+1
|
* Code Review.Andrea Diamantini2010-09-022-12/+12
| | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* panels directory removedJon Ander Peñalba2010-08-302-3/+2
|
* Minor changes in the panelsJon Ander Peñalba2010-08-301-13/+12
|
* New general panel class created and used by the bookmarks and history panelJon Ander Peñalba2010-08-302-90/+31
|
* Use the same FilterProxyModel for the bookmarks and history panelsJon Ander Peñalba2010-08-304-65/+17
|
* 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...
* 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-194-485/+103
| | | | | | | - 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-222-42/+85
|\ | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m153 Conflicts: src/history/historymanager.cpp src/history/historymanager.h
| * remove useless bookmarkPath attribute of UrlSearchItemmegabigbug2010-07-202-9/+0
| | | | | | | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions
| * history review:megabigbug2010-07-202-41/+96
| | | | | | | | | | | | | | | | | | - 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-212-30/+15
| | | | | | | | working on...
* | Moving download history management from HistoryManager to Application classAndrea Diamantini2010-07-212-84/+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...
* Fix naming to clean APIAndrea Diamantini2010-06-241-1/+1
| | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab
* This commit implements some speed optimizations on startupAndrea Diamantini2010-06-052-3/+22
| | | | | as loading the dockwidgets show on first show. It also cleans up bookmarks menu loading.
* Awesome bar speed upAndrea Diamantini2010-06-052-15/+18
| | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390
* Don't use QString::number(), KDE will format the numbers is an l10n-friendly ↵Jonathan Thomas2010-05-271-1/+1
| | | | fashion, QString::number() won't
* Add plural form to the stringsPanagiotis Papadopoulos2010-05-261-1/+3
| | | | BUG: 238810
* last minute string fixesPanagiotis Papadopoulos2010-05-241-1/+1
|
* Cleaning some kDebug callsAndrea Diamantini2010-05-221-2/+2
|