Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let Opera sync handler being optional | Andrea Diamantini | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 1 | -15/+15 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Let nepomuk dependencies being optional | Andrea Diamantini | 2012-05-27 | 1 | -12/+27 |
| | |||||
* | Fancy bookmarking on rekonq :) | Phaneendra Hegde | 2012-05-27 | 1 | -1/+23 |
| | | | | | | | | - Fancy bookmarking's resource link dialog added to bookmark context menu - UI improvements in bookmarks dialog - WARNING: Nepomuk/soprano dependencies added NB: Merged and squashed by adjam ;) | ||||
* | ASSERT_NOT_REACHED macro parameter cannot be empty on MSVC. | Andrius da Costa Ribas | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 1 | -1/+1 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -12/+12 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 1 | -3/+3 |
| | | | | | We have 7 managers and 1 provider... finally fixing this strange thing! | ||||
* | Introducing ASSERT_NOT_REACHED | Pierre Rossi | 2011-07-28 | 1 | -0/+1 |
| | | | | | | | | | In a similar fashion as WebKit, this might make those cases where we don't expect to go more obvious in debug builds. I also took the liberty to revisit a lot of switch statements but it could potentially be used elsewhere Reviewed-by: andrea | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -23/+23 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -29/+29 |
| | |||||
* | - A new option to set/unset the current bookmark bar folder in the context menu | Andrea Diamantini | 2011-04-28 | 1 | -0/+31 |
| | | | | | | | - Fix drag and drop with a custom folder - Fix a regression which affects BK bar drag and drop (5a53d2bf91dd) Patch by Yoann Laissus, reviewed by me :) | ||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -12/+12 |
| | |||||
* | 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 | -6/+6 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | "Open folder in Tabs" feature | Furkan Uzumcu | 2011-01-10 | 1 | -2/+3 |
| | | | | Reviewed by: Benjamin Poulain | ||||
* | Bug when a bookmark contains a '&' fixed in some cases | Jon Ander Peñalba | 2010-11-07 | 1 | -6/+3 |
| | |||||
* | Variable renamed | Jon Ander Peñalba | 2010-11-07 | 1 | -2/+2 |
| | |||||
* | Function renamed | Jon Ander Peñalba | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | BookmarkOwner clean-up and minor bug fixed | Jon Ander Peñalba | 2010-11-07 | 1 | -40/+21 |
| | |||||
* | - get rid of the selected bookmark in BookmarkOwner | Yoann Laissus | 2010-10-13 | 1 | -104/+108 |
| | | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless | ||||
* | This commit aims to fix all troubles with favicons retrieving. | Andrea Diamantini | 2010-09-11 | 1 | -2/+1 |
| | | | | | There is at least just another one about threading. But I'm not 100% sure about. And anyway, it will be eventually addressed after 0.6 release.. | ||||
* | make the string plural. | Panagiotis Papadopoulos | 2010-09-08 | 1 | -1/+3 |
| | | | | | See https://bugs.kde.org/show_bug.cgi?id=238810 Since the string is now identical to the one in the bugreport I don’t think we broke string freeze ;-) | ||||
* | ok, it seems working now. But I'm not sure this is the right fix.. | Andrea Diamantini | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | This commit hacks a merge request, to fast fixing a crash calling the bk toolbar | Andrea Diamantini | 2010-09-02 | 1 | -1/+1 |
| | | | | CCMAIL: yoann.laissus@gmail.com | ||||
* | Merge commit 'refs/merge-requests/197' of ↵ | Andrea Diamantini | 2010-09-02 | 1 | -18/+31 |
|\ | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :) | ||||
| * | Fix compile again ... | Yoann Laissus | 2010-09-02 | 1 | -1/+1 |
| | | |||||
| * | Use iconForUrl of IconManager | Yoann Laissus | 2010-09-02 | 1 | -1/+2 |
| | | |||||
| * | A little bunch of fixes : | Yoann Laissus | 2010-09-02 | 1 | -18/+30 |
| | | | | | | | | | | | | | | - Bookmarks saved with KMimeType::iconNameForUrl are now correctly displayed in the BK bar - Folder icons in the BK panel are fixed - Unset the current bookmark after a context menu deletition to avoid some bugs - Cleanup | ||||
* | | Code Review. | Andrea Diamantini | 2010-09-02 | 1 | -0/+1 |
|/ | | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers | ||||
* | fix typo | Panagiotis Papadopoulos | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 1 | -0/+2 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -1/+1 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | Merge commit 'refs/merge-requests/181' of ↵ | Andrea Diamantini | 2010-08-20 | 1 | -20/+28 |
|\ | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m181 Conflicts: src/bookmarks/bookmarkstoolbar.h | ||||
| * | - The bookmark toolbar is now a real toolbar, not an action. | Yoann Laissus | 2010-08-20 | 1 | -20/+28 |
| | | | | | | | | | | | | 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) | ||||
* | | Krazy fixes, first bunch | Andrea Diamantini | 2010-08-20 | 1 | -1/+1 |
|/ | |||||
* | BookmarkOwner class clean-up | Jon Ander Peñalba | 2010-08-19 | 1 | -124/+106 |
| | |||||
* | BookmarkOwner class moved to it's own file | Jon Ander Peñalba | 2010-08-19 | 1 | -0/+369 |