Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -3/+3 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 1 | -4/+4 |
| | | | | | We have 7 managers and 1 provider... finally fixing this strange thing! | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -9/+9 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -1/+0 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -12/+12 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -2/+2 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -3/+3 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | BookmarksPanel API improved | Jon Ander Peñalba | 2010-11-07 | 1 | -37/+18 |
| | |||||
* | Merge commit 'refs/merge-requests/202' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2010-09-04 | 1 | -0/+2 |
|\ | |||||
| * | Fix the BK panel drag and drop regression introduced by ↵ | Yoann Laissus | 2010-09-03 | 1 | -0/+2 |
| | | | | | | | | 0d53995507a369d5b4cfddbe365fc8a438fcf3cf | ||||
* | | ok, it seems working now. But I'm not sure this is the right fix.. | Andrea Diamantini | 2010-09-03 | 1 | -0/+3 |
|/ | |||||
* | Code Review. | Andrea Diamantini | 2010-09-02 | 1 | -18/+19 |
| | | | | | | | 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 | -2/+2 |
| | |||||
* | panels directory removed | Jon Ander Peñalba | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | Minor changes in the panels | Jon Ander Peñalba | 2010-08-30 | 1 | -1/+0 |
| | |||||
* | New general panel class created and used by the bookmarks and history panel | Jon Ander Peñalba | 2010-08-30 | 1 | -71/+36 |
| | |||||
* | Use the same FilterProxyModel for the bookmarks and history panels | Jon Ander Peñalba | 2010-08-30 | 1 | -3/+3 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -1/+1 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | - The bookmark toolbar is now a real toolbar, not an action. | Yoann Laissus | 2010-08-20 | 1 | -2/+1 |
| | | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left) | ||||
* | Bookmarks panel code reordered | Jon Ander Peñalba | 2010-08-20 | 1 | -75/+75 |
| | |||||
* | Bookmarks panel code clean-up | Jon Ander Peñalba | 2010-08-19 | 1 | -36/+32 |
| | |||||
* | BookmarkOwner class moved to it's own file | Jon Ander Peñalba | 2010-08-19 | 1 | -0/+1 |
| | |||||
* | The bookmark actions in BookmarkOwner are now working and being used | Jon Ander Peñalba | 2010-08-19 | 1 | -1/+2 |
| | |||||
* | - Drag and drop in the bookmark toolbar between root items only (for the ↵ | Yoann Laissus | 2010-08-17 | 1 | -2/+2 |
| | | | | | | | | | | moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479 | ||||
* | Unify the deletion of bookmarks in one place | Jon Ander Peñalba | 2010-08-16 | 1 | -24/+5 |
| | |||||
* | - Fix bookmarks' text which is truncated in some places (new tab page, some ↵ | Yoann Laissus | 2010-08-10 | 1 | -2/+3 |
| | | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196 | ||||
* | - Add a 'Don't ask again' option to some message dialog | Yoann Laissus | 2010-08-04 | 1 | -1/+3 |
| | | | | | | - Prevent a crash if the previous option is enabled because KMenu blocks all GUI events ... BUG: 246565 | ||||
* | Forget to commit this change | Yoann Laissus | 2010-07-21 | 1 | -2/+3 |
| | |||||
* | - Performance improvements (partial updates of the tree) | Yoann Laissus | 2010-07-18 | 1 | -4/+4 |
| | | | | | - Synchronisation of the folded states between each windows - Code cleanup | ||||
* | This commit implements some speed optimizations on startup | Andrea Diamantini | 2010-06-05 | 1 | -3/+16 |
| | | | | | as loading the dockwidgets show on first show. It also cleans up bookmarks menu loading. | ||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 1 | -2/+7 |
| | | | | first bunch | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -23/+23 |
| | |||||
* | Stupid commit :) | Andrea Diamantini | 2010-04-14 | 1 | -3/+3 |
| | | | | | | 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 | -286/+21 |
| | | | | | | | - 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 | -53/+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 | 1 | -69/+84 |
| | | | | | | | | - 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 | 1 | -19/+422 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | Fixing panels | Andrea Diamantini | 2010-01-24 | 1 | -3/+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 :) | ||||
* | Just some stupid fixes | Andrea Diamantini | 2009-12-14 | 1 | -24/+28 |
| | |||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -0/+110 |
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. |