summaryrefslogtreecommitdiff
path: root/src/history/historypanel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-1/+1
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* BookmarksPanel API improvedJon Ander Peñalba2010-11-071-1/+1
|
* Code Review.Andrea Diamantini2010-09-021-10/+11
| | | | | | | 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-301-2/+1
|
* 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-301-72/+22
|
* Use the same FilterProxyModel for the bookmarks and history panelsJon Ander Peñalba2010-08-301-8/+9
|
* 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-051-3/+17
| | | | | as loading the dockwidgets show on first show. It also cleans up bookmarks menu loading.
* 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
|
* Memory leaks fixesAndrea Diamantini2010-05-041-14/+9
| | | | first bunch
* QLatin1String -> QL1SAndrea Diamantini2010-04-301-1/+1
| | | | added cppcheck script
* A coding style roundAndrea Diamantini2010-04-301-13/+13
|
* Stupid commit :)Andrea Diamantini2010-04-141-2/+2
| | | | | | 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
* - 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-231-13/+76
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* Fixing panelsAndrea Diamantini2010-01-241-31/+51
| | | | | | | | 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 :)
* Created a new history dir and changed "panelhistory" terms inAndrea Diamantini2009-11-241-0/+101
the more English "HistoryPanel" ones