summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstoolbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restores Bookmarks menu (in 2.x fashion)Andrea Diamantini2013-02-151-103/+4
| | | | | | | | | | Cleans up 1.x code about and create a unique bk menu to be shown in rekonq tools menu, (eventually) in the toolbar and in (an ideal) menubar This work starts from Lindsay's review request about. Thanks :) REVIEW: 108729
* Clean up BookmarkOwner API, restore bk middle click actionAndrea Diamantini2013-01-171-7/+20
| | | | BUG: 313127
* fix url icon when dragging from bk toolbar.Andrea Diamantini2013-01-171-4/+4
|
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-281-1/+1
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-3/+3
| | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :)
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-101-0/+6
|
* Moved the bookmark toolbar to be a... toolbar!!!Andrea Diamantini2012-12-101-52/+48
|
* Clean up WebWindow inserting the WebTab there.Andrea Diamantini2012-12-101-2/+2
|
* Fix places where IconManager was needed...Andrea Diamantini2012-12-101-1/+2
|
* Bookmark Manager restoreAndrea Diamantini2012-12-101-0/+609
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-624/+0
| | | | Preparing repo to merge rekonq2 code...
* Kitchen sink clean upAndrea Diamantini2012-05-271-5/+5
| | | | | | - astyle - copyrights - (some) includes
* Change Bookmark MIME Type and CentralizeDavid E. Narváez2012-03-191-5/+5
| | | | | | | | As discussed in the mailing list, this changes the MIME type to x-rekonq-bookmark and centralizes all references to that MIME type in one static method. REVIEW: 104197
* Get sure mainbar is restored on restart after fullscreen closeAndrea Diamantini2012-02-211-2/+6
| | | | Also take care about updating actions panels state
* Krazy fixesAndrea Diamantini2012-02-161-1/+1
| | | | | - doublequote_chars - normalize
* Krazy fixesAndrea Diamantini2012-01-191-2/+2
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Rebase fixAndrea Diamantini2011-12-121-1/+1
|
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-12/+12
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* GCI Task: Middle Click a Bookmark Folder to Open Folder in New TabsYoann Laissus2011-11-261-8/+16
| | | | | | | Made by Hüseyin Zengin, GCI student. Thanks ! REVIEW: 103206 REVIEWED-BY: me
* Fix my previous commitYoann Laissus2011-10-191-1/+1
|
* Disable bookmark dragging with middle click in the bookmark toolbar.Yoann Laissus2011-10-171-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 Laissus2011-10-101-0/+6
|
* Remove "Ad Bk" and "New Bk Folder" actions from the bk folders menuFurkan Uzumcu2011-08-271-4/+0
| | | | | | | They take up too many space and they aren't really necessary there. REVIEW: 102397 REVIEWED-BY: adjam
* clean upAndrea Diamantini2011-07-251-56/+56
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-2/+2
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-246/+246
|
* Don't close Bookmark Toolbar's subfolders on a clickYoann Laissus2011-06-091-6/+5
| | | | BUG: 275155
* - Bookmark can now be dropped inside folders :Yoann Laissus2011-06-041-24/+91
| | | | - Correctly hide a folder menu if there is a click outside
* Null action for root bk folder in the barYoann Laissus2011-05-151-2/+7
|
* - A new option to set/unset the current bookmark bar folder in the context menuAndrea Diamantini2011-04-281-39/+47
| | | | | | | - 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 Diamantini2011-04-081-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)
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-5/+0
|
* Coding styleAndrea Diamantini2011-02-251-12/+12
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-14/+14
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* - Bookmark folders can now be dragged and dropped in the toolbar.Yoann Laissus2010-12-201-21/+39
| | | | | | | | - 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 ↵Yoann2010-12-091-1/+1
| | | | | | menu BUG: 259244
* Bug when a bookmark contains a '&' fixed in some casesJon Ander Peñalba2010-11-071-0/+1
|
* Function renamedJon Ander Peñalba2010-11-071-1/+1
|
* Merge branch 'bkmenuleak'Andrea Diamantini2010-10-131-0/+1
|\
| * Fix mem leak, due to kbookmarkmenu class.Andrea Diamantini2010-10-131-0/+1
| | | | | | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about.
* | - get rid of the selected bookmark in BookmarkOwnerYoann Laissus2010-10-131-6/+1
|/ | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless
* - Bookmarklet supportYoann Laissus2010-09-151-25/+32
| | | | | | | | - 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
* This commit aims to fix all troubles with favicons retrieving.Andrea Diamantini2010-09-111-1/+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..
* Oops, fix compilationYoann Laissus2010-09-021-1/+1
|
* A little bunch of fixes :Yoann Laissus2010-09-021-1/+2
| | | | | | | - 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
* Merge commit 'refs/merge-requests/190' of ↵Andrea Diamantini2010-08-231-0/+16
|\ | | | | | | git://gitorious.org/rekonq/mainline into m190
| * - Move the BK bar context menu slot and connection to BookmarkContextMenuYoann Laissus2010-08-221-0/+16
| | | | | | | | - The context menu now works without selected bookmark in the BK bar
* | Merge commit 'refs/merge-requests/185' of ↵Andrea Diamantini2010-08-231-20/+38
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m185
| * | Forget to commit some changesYoann Laissus2010-08-211-3/+4
| | |