Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code Review. | Andrea Diamantini | 2010-09-02 | 1 | -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 removed | Jon Ander Peñalba | 2010-08-30 | 1 | -2/+1 |
| | |||||
* | 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 | 1 | -72/+22 |
| | |||||
* | Use the same FilterProxyModel for the bookmarks and history panels | Jon Ander Peñalba | 2010-08-30 | 1 | -8/+9 |
| | |||||
* | 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 | 1 | -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 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 |
| | |||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 1 | -14/+9 |
| | | | | first bunch | ||||
* | QLatin1String -> QL1S | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | | | | added cppcheck script | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -13/+13 |
| | |||||
* | Stupid commit :) | Andrea Diamantini | 2010-04-14 | 1 | -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 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 | ||||
* | - 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 | 1 | -13/+76 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | Fixing panels | Andrea Diamantini | 2010-01-24 | 1 | -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 in | Andrea Diamantini | 2009-11-24 | 1 | -0/+101 |
the more English "HistoryPanel" ones |