summaryrefslogtreecommitdiff
path: root/src/history
Commit message (Collapse)AuthorAgeFilesLines
* i18n fixesPino Toscano2013-06-071-3/+3
| | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-061-2/+2
|
* Supporting panel (again) :)Andrea Diamantini2013-03-102-5/+5
| | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
* History page, added ability to remove items fromAndrea Diamantini2013-01-222-0/+13
|
* Use default application's locale for date formatting in historyViktar Vauchkevich2013-01-201-1/+1
| | | | | REVIEW: 108490 REVIEWED-BY: adjam
* Fix history orderingAndrea Diamantini2013-01-171-2/+2
| | | | BUG: 313345
* Coverity report fixesAndrea Diamantini2013-01-141-6/+8
| | | | | | A potential crash (dynamic_cast maybe null) Some break usage clean up minor string speed up by using QLatin1String
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-281-24/+24
|
* Improve suggestions, step 2Andrea Diamantini2012-12-101-1/+2
| | | | | | | | | | | | | Every change here is given to trade-off suggestions performance (p) and relevancy (r). - just check bookmarks for relevance if no history entries found (p) - remove bookmarks item duplicates from history (r) - just do it is user typed more than 1 char (p) - order history entries just if user typed more than 1 char (p) - (reverse) order by visit count (most visited first) (r)
* rekonq new tab page restored :)Andrea Diamantini2012-12-102-3/+60
|
* 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
|
* Fix places where IconManager was needed...Andrea Diamantini2012-12-101-2/+2
|
* Session ManagerAndrea Diamantini2012-12-102-173/+0
| | | | | - Moved to new rekonq API - Use autosaver to save up disk writes
* Insert back HistoryManagerAndrea Diamantini2012-12-106-0/+1743
| | | | | | 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-108-2029/+0
| | | | Preparing repo to merge rekonq2 code...
* Kitchen sink clean upAndrea Diamantini2012-05-272-26/+26
| | | | | | - astyle - copyrights - (some) includes
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-207-43/+46
|
* 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-184-56/+15
| | | | | | | | | | | 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-02-161-24/+24
| | | | | - doublequote_chars - normalize
* 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
|