Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use default application's locale for date formatting in history | Viktar Vauchkevich | 2013-01-20 | 1 | -1/+1 |
| | | | | | REVIEW: 108490 REVIEWED-BY: adjam | ||||
* | Coverity report fixes | Andrea Diamantini | 2013-01-14 | 1 | -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 Diamantini | 2012-12-28 | 1 | -24/+24 |
| | |||||
* | rekonq new tab page restored :) | Andrea Diamantini | 2012-12-10 | 1 | -0/+32 |
| | |||||
* | Fix places where IconManager was needed... | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | Insert back HistoryManager | Andrea Diamantini | 2012-12-10 | 1 | -0/+743 |
| | | | | | | 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 IMPORT | Andrea Diamantini | 2012-12-10 | 1 | -744/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 1 | -24/+24 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 1 | -10/+12 |
| | |||||
* | New History Manager, NO MORE QWebHistoryInterface based. | Andrea Diamantini | 2012-03-18 | 1 | -8/+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 fixes | Andrea Diamantini | 2012-02-16 | 1 | -24/+24 |
| | | | | | - doublequote_chars - normalize | ||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -27/+27 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | GCI Task : Improve tooltips of the history panel items | Yoann Laissus | 2011-11-28 | 1 | -2/+11 |
| | | | | | Patch by by Hüseyin Zengin, Thanks! REVIEW: 103256 | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -68/+68 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -2/+1 |
| | |||||
* | style cleanup | Andrea Diamantini | 2011-07-18 | 1 | -6/+6 |
| | |||||
* | WARNING: HISTORY_VERSION upgrade!! | Andrea Diamantini | 2011-07-18 | 1 | -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 Diamantini | 2011-07-17 | 1 | -74/+74 |
| | |||||
* | Revert "Fix includes." | Pierre Rossi | 2011-06-29 | 1 | -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 Rossi | 2011-06-29 | 1 | -0/+1 |
| | | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe | ||||
* | Prevent crashes on history models updating... | Andrea Diamantini | 2011-03-02 | 1 | -1/+9 |
| | | | | BUG:263326 | ||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -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 Diamantini | 2011-01-07 | 1 | -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 directory | Jon Ander Peñalba | 2010-09-03 | 1 | -0/+1 |
| | |||||
* | Use the same FilterProxyModel for the bookmarks and history panels | Jon Ander Peñalba | 2010-08-30 | 1 | -19/+0 |
| | |||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -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 Diamantini | 2010-08-19 | 1 | -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 -> QL1S | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | | | | added cppcheck script | ||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -2/+2 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -4/+4 |
| | |||||
* | A lot of fix and improvements for the bookmark and the history panels | Yoann Laissus | 2010-03-23 | 1 | -0/+8 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | Created a new history dir and changed "panelhistory" terms in | Andrea Diamantini | 2009-11-24 | 1 | -0/+971 |
the more English "HistoryPanel" ones |