summaryrefslogtreecommitdiff
path: root/src/history
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-042-14/+15
| | | | first bunch
* QLatin1String -> QL1SAndrea Diamantini2010-04-302-2/+2
| | | | added cppcheck script
* Include Fixes, first bunchAndrea Diamantini2010-04-301-2/+0
|
* Krazy fixesAndrea Diamantini2010-04-301-2/+2
|
* cleaning headersAndrea Diamantini2010-04-301-3/+0
|
* New rekonq_defines.hAndrea Diamantini2010-04-304-6/+10
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-308-63/+63
|
* Stupid commit :)Andrea Diamantini2010-04-142-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 fixesAndrea Diamantini2010-04-081-1/+8
|
* - Enable context menu for folders and separators of the bookmark barYoann Laissus2010-04-081-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 Castelli2010-04-071-0/+3
|
* add title for history itemslionelc2010-04-022-1/+27
|
* - Remove the Add Bookmark action from the different context menusYoann Laissus2010-03-271-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 panelYoann Laissus2010-03-271-4/+4
|
* A lot of fix and improvements for the bookmark and the history panelsYoann Laissus2010-03-233-15/+92
|
* Downloads PageAndrea Diamantini2010-03-202-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 --> kDebugAndrea Diamantini2010-03-062-6/+6
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-264-5/+15
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-108-8/+8
|
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-2/+1
|
* Fixing panelsAndrea Diamantini2010-01-244-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 Diamantini2009-11-275-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 fixesAndrea Diamantini2009-11-254-4/+167
|
* Created a new history dir and changed "panelhistory" terms inAndrea Diamantini2009-11-246-0/+2010
the more English "HistoryPanel" ones