Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Order items in the completion list considering also visit count | Lionel Chauvin | 2011-01-23 | 1 | -1/+7 |
| | | | | Reviewed by benjamin, pierre and me. | ||||
* | Added a visit count parameter to the history. | Andrea Diamantini | 2011-01-07 | 4 | -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 improved | Jon Ander Peñalba | 2010-11-07 | 2 | -2/+2 |
| | |||||
* | History autosaver improved to be more general and less hackish | Jon Ander Peñalba | 2010-09-20 | 3 | -69/+72 |
| | |||||
* | Krazy Fixes for rekonq | Rohan Garg | 2010-09-11 | 1 | -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 directory | Jon Ander Peñalba | 2010-09-03 | 1 | -0/+1 |
| | |||||
* | Code Review. | Andrea Diamantini | 2010-09-02 | 2 | -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 removed | Jon Ander Peñalba | 2010-08-30 | 2 | -3/+2 |
| | |||||
* | Minor changes in the panels | Jon Ander Peñalba | 2010-08-30 | 1 | -13/+12 |
| | |||||
* | New general panel class created and used by the bookmarks and history panel | Jon Ander Peñalba | 2010-08-30 | 2 | -90/+31 |
| | |||||
* | Use the same FilterProxyModel for the bookmarks and history panels | Jon Ander Peñalba | 2010-08-30 | 4 | -65/+17 |
| | |||||
* | 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... | ||||
* | Awesome bar: support for multiple word search. | Pierre Rossi | 2010-08-25 | 1 | -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 Diamantini | 2010-08-19 | 4 | -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 Diamantini | 2010-07-22 | 2 | -42/+85 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m153 Conflicts: src/history/historymanager.cpp src/history/historymanager.h | ||||
| * | remove useless bookmarkPath attribute of UrlSearchItem | megabigbug | 2010-07-20 | 2 | -9/+0 |
| | | | | | | | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions | ||||
| * | history review: | megabigbug | 2010-07-20 | 2 | -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 Diamantini | 2010-07-21 | 2 | -30/+15 |
| | | | | | | | | working on... | ||||
* | | Moving download history management from HistoryManager to Application class | Andrea Diamantini | 2010-07-21 | 2 | -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 API | Andrea Diamantini | 2010-06-24 | 1 | -1/+1 |
| | | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab | ||||
* | This commit implements some speed optimizations on startup | Andrea Diamantini | 2010-06-05 | 2 | -3/+22 |
| | | | | | as loading the dockwidgets show on first show. It also cleans up bookmarks menu loading. | ||||
* | Awesome bar speed up | Andrea Diamantini | 2010-06-05 | 2 | -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 Thomas | 2010-05-27 | 1 | -1/+1 |
| | | | | fashion, QString::number() won't | ||||
* | Add plural form to the strings | Panagiotis Papadopoulos | 2010-05-26 | 1 | -1/+3 |
| | | | | BUG: 238810 | ||||
* | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Cleaning some kDebug calls | Andrea Diamantini | 2010-05-22 | 1 | -2/+2 |
| | |||||
* | improve search of title for an url in the history: use hash table from ↵ | megabigbug | 2010-05-20 | 1 | -18/+1 |
| | | | | HistoryFilterModel | ||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 2 | -14/+15 |
| | | | | first bunch | ||||
* | QLatin1String -> QL1S | Andrea Diamantini | 2010-04-30 | 2 | -2/+2 |
| | | | | added cppcheck script | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -2/+0 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -2/+2 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -3/+0 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 4 | -6/+10 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 8 | -63/+63 |
| | |||||
* | Stupid commit :) | Andrea Diamantini | 2010-04-14 | 2 | -4/+4 |
| | | | | | | Renamed urltreeview files to paneltreeviews one to let my konsole tab completion easily work. Blame me for this.. | ||||
* | Some stupid not so important fixes | Andrea Diamantini | 2010-04-08 | 1 | -1/+8 |
| | |||||
* | - Enable context menu for folders and separators of the bookmark bar | Yoann Laissus | 2010-04-08 | 1 | -6/+4 |
| | | | | | | | - Use the same context menu for the bookmark panel and the bookmark bar - Use a list to store the different bookmark bars - Fix the different crashes when there are more than one window - When the bookmarks are changed, all the bars are refreshed | ||||
* | Do not update downloads history when private browsing is enabled. | Flavio Castelli | 2010-04-07 | 1 | -0/+3 |
| | |||||
* | add title for history items | lionelc | 2010-04-02 | 2 | -1/+27 |
| | |||||
* | - Remove the Add Bookmark action from the different context menus | Yoann Laissus | 2010-03-27 | 1 | -2/+2 |
| | | | | | - Add Bookmark Here now add the bookmark on top of the selected item - ctor initialisation for the UrlTreeView of the history panel | ||||
* | Fix missing strings on the history panel | Yoann Laissus | 2010-03-27 | 1 | -4/+4 |
| | |||||
* | A lot of fix and improvements for the bookmark and the history panels | Yoann Laissus | 2010-03-23 | 3 | -15/+92 |
| | |||||
* | Downloads Page | Andrea Diamantini | 2010-03-20 | 2 | -1/+84 |
| | | | | | | 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 --> kDebug | Andrea Diamantini | 2010-03-06 | 2 | -6/+6 |
| | |||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 4 | -5/+15 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 8 | -8/+8 |
| | |||||
* | QPointers --> QWeakPointers | Andrea Diamantini | 2010-02-05 | 1 | -2/+1 |
| | |||||
* | Fixing panels | Andrea Diamantini | 2010-01-24 | 4 | -162/+59 |
| | | | | | | | | With this commit I fixed panel behaviour && saved some bytes in their definition. This will help hacking there (they are pretty the same now, I just have no time to let them inherit from a parent "rekonq panel" class) and will save some bytes in rekonq footprint :) | ||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 5 | -3/+121 |
| | | | | | | | 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. | ||||
* | Last history fixes | Andrea Diamantini | 2009-11-25 | 4 | -4/+167 |
| |