Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix my previous commit | Yoann Laissus | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Disable bookmark dragging with middle click in the bookmark toolbar. | Yoann Laissus | 2011-10-17 | 1 | -1/+3 |
| | | | | It's now easier to open bookmark in new tab with a quick mid click | ||||
* | Fix the checked state of a toolbar's bookmark folder which is dropped on itself. | Yoann Laissus | 2011-10-10 | 1 | -0/+6 |
| | |||||
* | Remove "Ad Bk" and "New Bk Folder" actions from the bk folders menu | Furkan Uzumcu | 2011-08-27 | 1 | -4/+0 |
| | | | | | | | They take up too many space and they aren't really necessary there. REVIEW: 102397 REVIEWED-BY: adjam | ||||
* | 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 | 6 | -159/+159 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 3 | -5/+2 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 6 | -372/+372 |
| | |||||
* | Don't close Bookmark Toolbar's subfolders on a click | Yoann Laissus | 2011-06-09 | 1 | -6/+5 |
| | | | | BUG: 275155 | ||||
* | - Bookmark can now be dropped inside folders : | Yoann Laissus | 2011-06-04 | 2 | -24/+92 |
| | | | | - Correctly hide a folder menu if there is a click outside | ||||
* | Merge branch 'rekonqKonquerorBkConflict' | Yoann Laissus | 2011-05-18 | 2 | -23/+41 |
|\ | |||||
| * | - Fix bookmark conflict between Rekonq and Konqueror | Yoann Laissus | 2011-05-15 | 2 | -23/+41 |
| | | | | | | | | | | - New way to copy rekonq default bookmarks so no problem with konqueror anymore BUG: 273134 | ||||
* | | Add "comment" bookmark field in the bookmark panel | Yoann Laissus | 2011-05-15 | 1 | -0/+7 |
| | | |||||
* | | Null action for root bk folder in the bar | Yoann Laissus | 2011-05-15 | 3 | -9/+19 |
|/ | |||||
* | - A new option to set/unset the current bookmark bar folder in the context menu | Andrea Diamantini | 2011-04-28 | 4 | -40/+102 |
| | | | | | | | - 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 :) | ||||
* | Add bookmarks by dropping inside the bk toolbar. | Andrea Diamantini | 2011-04-08 | 1 | -18/+59 |
| | | | | | | | | | | This patch, based on Furkan's work on this, is quite different from the original for the following reasons: first, the "need" to not modify a lot actual code in the urlbar (disabling dragging and reenabling by code. What are the implications? Who really knows this?) Second, the problem of showing "as urls" (showing their icon) TEXT mimeData: not a good choice, IMHO. Actual code is cleaner and works with every drop inside the bk toolbar (In case of text, checking if the derivated url is valid) | ||||
* | Untrack the bookmarks menu list and set a parent to automagically | Andrea Diamantini | 2011-03-27 | 2 | -10/+8 |
| | | | | | | delete it as object child CCBUG:269490 | ||||
* | Check if mainWindow and currentab really exist before using in ↵ | Andrea Diamantini | 2011-03-19 | 1 | -2/+2 |
| | | | | | | | | bookmarksprovider. In fact now this is NOT automagically ensured there (as in any non widget rekonq class) BUG:268838 | ||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 5 | -10/+1 |
| | |||||
* | cppcheck round... | Andrea Diamantini | 2011-02-25 | 1 | -0/+2 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 9 | -49/+67 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 10 | -10/+10 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 5 | -37/+37 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-02-16 | 1 | -12/+0 |
| | |||||
* | Fix issues as pointed out by Krazy | Rohan Garg | 2011-01-13 | 1 | -1/+1 |
| | | | | | | * Fix spelling issues * Wrap Strings in QL1S * Use Q_OBJECT macro in a class that derives from QObject | ||||
* | Automatically refreshing bookmarks when editing them. | Furkan Uzumcu | 2011-01-11 | 1 | -0/+6 |
| | | | | | | Suboptimal solution. We probably need bk management model/view based to improve. Reviewed by adjam :) | ||||
* | "Open folder in Tabs" feature | Furkan Uzumcu | 2011-01-10 | 2 | -3/+4 |
| | | | | Reviewed by: Benjamin Poulain | ||||
* | - Bookmark folders can now be dragged and dropped in the toolbar. | Yoann Laissus | 2010-12-20 | 2 | -23/+40 |
| | | | | | | | | - Drop a bookmark folder in the WebView no longer crash rekonq but open this folder in new tabs - Fix some crash when a single bookmark is dropped in the WebView (incorrect URL) - Port the drag icon to IconManager CCBUG: 226479 | ||||
* | Don't change the BK folder in the BK bar when the mouse is under the current ↵ | Yoann | 2010-12-09 | 1 | -1/+1 |
| | | | | | | menu BUG: 259244 | ||||
* | Bug when a bookmark contains a '&' fixed in some cases | Jon Ander Peñalba | 2010-11-07 | 3 | -7/+6 |
| | |||||
* | Variable renamed | Jon Ander Peñalba | 2010-11-07 | 2 | -3/+3 |
| | |||||
* | BookmarksContextMenu's destructor moved to the header file | Jon Ander Peñalba | 2010-11-07 | 2 | -6/+1 |
| | |||||
* | BookmarksPanel API improved | Jon Ander Peñalba | 2010-11-07 | 3 | -52/+36 |
| | |||||
* | Function renamed | Jon Ander Peñalba | 2010-11-07 | 4 | -25/+25 |
| | |||||
* | BookmarkOwner clean-up and minor bug fixed | Jon Ander Peñalba | 2010-11-07 | 2 | -76/+38 |
| | |||||
* | Fix forward declaration | Montel Laurent | 2010-11-03 | 1 | -2/+0 |
| | |||||
* | Merge branch 'bkmenuleak' | Andrea Diamantini | 2010-10-13 | 4 | -6/+15 |
|\ | |||||
| * | Fix mem leak, due to kbookmarkmenu class. | Andrea Diamantini | 2010-10-13 | 4 | -6/+15 |
| | | | | | | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about. | ||||
* | | - get rid of the selected bookmark in BookmarkOwner | Yoann Laissus | 2010-10-13 | 4 | -154/+166 |
|/ | | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless | ||||
* | - Bookmarklet support | Yoann Laissus | 2010-09-15 | 2 | -26/+33 |
| | | | | | | | | - text/uri-list drops in the BK toolbar - Don't allow other drag than bookmarks in the BK panel (for the moment) - A little cleanup BUG: 250623 | ||||
* | Krazy Fixes for rekonq | Rohan Garg | 2010-09-11 | 1 | -1/+1 |
| | | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp | ||||
* | This commit aims to fix all troubles with favicons retrieving. | Andrea Diamantini | 2010-09-11 | 3 | -4/+3 |
| | | | | | 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.. | ||||
* | Merge branch 'master' of gitorious.org:rekonq/mainline | Andrea Diamantini | 2010-09-09 | 1 | -1/+3 |
|\ | |||||
| * | 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 ;-) | ||||
* | | A very small commit to fix the KEditBookmark issue with bookmark exporting ↵ | Yoann Laissus | 2010-09-08 | 1 | -0/+1 |
|/ | | | | when it's launched from rekonq | ||||
* | 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 | 2 | -1/+4 |
|/ | |||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -3/+4 |
| | |||||
* | 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 |