Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -1/+1 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 1 | -1/+1 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -3/+12 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | BookmarksPanel API improved | Jon Ander Peñalba | 2010-11-07 | 1 | -9/+12 |
| | |||||
* | Code Review. | Andrea Diamantini | 2010-09-02 | 1 | -7/+8 |
| | | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers | ||||
* | Make sure the model is only created ones | Jon Ander Peñalba | 2010-09-02 | 1 | -0/+3 |
| | |||||
* | panels directory removed | Jon Ander Peñalba | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | New general panel class created and used by the bookmarks and history panel | Jon Ander Peñalba | 2010-08-30 | 1 | -10/+10 |
| | |||||
* | Bookmarks panel code clean-up | Jon Ander Peñalba | 2010-08-19 | 1 | -14/+5 |
| | |||||
* | - Performance improvements (partial updates of the tree) | Yoann Laissus | 2010-07-18 | 1 | -2/+2 |
| | | | | | - Synchronisation of the folded states between each windows - Code cleanup | ||||
* | This commit implements some speed optimizations on startup | Andrea Diamantini | 2010-06-05 | 1 | -1/+5 |
| | | | | | as loading the dockwidgets show on first show. It also cleans up bookmarks menu loading. | ||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -1/+3 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | 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.. | ||||
* | Add Copyright | Yoann Laissus | 2010-04-08 | 1 | -0/+1 |
| | |||||
* | - Enable context menu for folders and separators of the bookmark bar | Yoann Laissus | 2010-04-08 | 1 | -12/+2 |
| | | | | | | | - 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 | -1/+0 |
| | | | | | - Add Bookmark Here now add the bookmark on top of the selected item - ctor initialisation for the UrlTreeView of the history panel | ||||
* | - Fix a crash when the cancel button of the add bookmark menu is clicked | Yoann Laissus | 2010-03-27 | 1 | -11/+8 |
| | | | | | | | | - 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 | ||||
* | A lot of fix and improvements for the bookmark and the history panels | Yoann Laissus | 2010-03-23 | 1 | -2/+34 |
| | |||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 1 | -1/+5 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -0/+1 |
| | |||||
* | Fixing panels | Andrea Diamantini | 2010-01-24 | 1 | -3/+0 |
| | | | | | | | | 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 :) | ||||
* | Just some stupid fixes | Andrea Diamantini | 2009-12-14 | 1 | -2/+3 |
| | |||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -0/+58 |
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. |