Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove the Add Bookmark action from the different context menus | Yoann Laissus | 2010-03-27 | 2 | -54/+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 | -1/+1 |
| | |||||
* | Fix the bookmarkCurrentPage slot name | Yoann Laissus | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | - Fix a crash when the cancel button of the add bookmark menu is clicked | Yoann Laissus | 2010-03-27 | 4 | -87/+116 |
| | | | | | | | | - Use the same behaviour for delete bookmark as the toolbar - Some strings changed - Keep the selection of a folder when it's expanded/collapsed - Fix the name of some methods and properties - Code cleaned a bit | ||||
* | Add tests for the bookmark before toGroup() | Yoann Laissus | 2010-03-25 | 1 | -5/+8 |
| | |||||
* | A lot of fix and improvements for the bookmark and the history panels | Yoann Laissus | 2010-03-23 | 6 | -124/+677 |
| | |||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 4 | -6/+21 |
| | |||||
* | Removed unuseful check (also if sometimes the bookmark | Andrea Diamantini | 2010-02-16 | 1 | -9/+6 |
| | | | | toolbar let rekonq misteriously crash...) | ||||
* | Krazy issues (1st branch) | Andrea Diamantini | 2010-02-14 | 2 | -5/+5 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 8 | -5/+10 |
| | |||||
* | Fixing panels | Andrea Diamantini | 2010-01-24 | 2 | -6/+2 |
| | | | | | | | | 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 :) | ||||
* | factor out WebTab class from WebView | Bernhard Beschow | 2009-12-14 | 1 | -1/+2 |
| | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?) | ||||
* | Just some stupid fixes | Andrea Diamantini | 2009-12-14 | 4 | -223/+323 |
| | |||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 8 | -0/+1117 |
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. |