summaryrefslogtreecommitdiff
path: root/src/bookmarks
Commit message (Collapse)AuthorAgeFilesLines
* normalize signal/slotMontel Laurent2013-05-061-1/+1
|
* Supporting panel (again) :)Andrea Diamantini2013-03-103-5/+528
| | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
* Fix folder open on bk toolbarAndrea Diamantini2013-03-051-2/+2
| | | | | | My fault, sorry... BUG: 316132
* Restores Bookmarks menu (in 2.x fashion)Andrea Diamantini2013-02-156-144/+259
| | | | | | | | | | 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
* Restore rekonq migration to nepomuk2Andrea Diamantini2013-02-103-13/+7
| | | | | | | | | Being kde 4.10 been released, we are ready to. I yet could not understand if this compiles (without nepomuk) in 4.9. CCMAIL:david.narvaez@computer.org CCMAIL:me@vhanda.in REVIEW: 108152
* Clean up BookmarkOwner API, restore bk middle click actionAndrea Diamantini2013-01-173-21/+34
| | | | BUG: 313127
* fix url icon when dragging from bk toolbar.Andrea Diamantini2013-01-171-4/+4
|
* Revert "Rekonq Migration to Nepomuk2"Andrea Diamantini2013-01-083-7/+13
| | | | | | | This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1. This let rekonq compile again. Nepomuk2 will be added back when KDE 4.10 will be released.
* Rekonq Migration to Nepomuk2David E. Narváez2013-01-073-13/+7
| | | | | | | | Ran the Nepomuk migration script and added a directory with code that has not yet been ported to Nepomuk2. Also did some CMake changes to be able to drop the config-nepomuk.h.cmake file. REVIEW: 108152
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-282-4/+4
|
* Krazy Fixes, first shotAndrea Diamantini2012-12-286-9/+10
|
* - Code style check (codestyle script round)Andrea Diamantini2012-12-121-1/+1
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* WARNING: BIG COMMITAndrea Diamantini2012-12-104-3/+16
| | | | | | | | | | | | | This commit reviews and partially fix the Q/K action mess in rekonq code. We now store actions in different actioncollections (one for each tab && one for each window). Related to this code review, you can find also fixes for some triggered actions NOT working (well) before: - fullscreen - bookmark all tabs - new (clean) tab
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-103-8/+8
| | | | | | | | | | | | | - 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-103-2/+9
|
* Moved the bookmark toolbar to be a... toolbar!!!Andrea Diamantini2012-12-103-63/+56
|
* Implementing the webwindow as special widgetAndrea Diamantini2012-12-101-1/+0
| | | | first step, main & bookmarks toolbar
* Clean up WebWindow inserting the WebTab there.Andrea Diamantini2012-12-102-4/+4
|
* Fix places where IconManager was needed...Andrea Diamantini2012-12-102-5/+4
|
* Bookmark Manager restoreAndrea Diamantini2012-12-108-0/+2009
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-1012-2857/+0
| | | | Preparing repo to merge rekonq2 code...
* Review boomarks managementAndrea Diamantini2012-07-141-3/+0
| | | | | | | | Maybe this is a bit risky before release, but this lets us adding a bookmarks shortcut (CTRL+D) as used in the major browsers. With this commit, rekonq doubles this behavior. BUG: 303445
* Fix session restore codeAndrea Diamantini2012-07-091-0/+3
| | | | | | | This let bookmark manager code properly load :) BUG: 296388 BUG: 298051
* Let Opera sync handler being optionalAndrea Diamantini2012-05-293-3/+3
|
* Kitchen sink clean upAndrea Diamantini2012-05-275-25/+26
| | | | | | - astyle - copyrights - (some) includes
* Let nepomuk dependencies being optionalAndrea Diamantini2012-05-273-12/+39
|
* Fancy bookmarking on rekonq :)Phaneendra Hegde2012-05-273-1/+26
| | | | | | | | - 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 Ribas2012-05-271-1/+1
|
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-202-1/+2
|
* Change Bookmark MIME Type and CentralizeDavid E. Narváez2012-03-193-9/+14
| | | | | | | | 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-163-5/+5
| | | | | - doublequote_chars - normalize
* Krazy fixesAndrea Diamantini2012-01-1910-29/+29
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Rebase fixAndrea Diamantini2011-12-121-1/+1
|
* On the road to the sync feature...Andrea Diamantini2011-12-122-0/+6
|
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-127-65/+104
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* let history, bookmarks and passwords sync on change (first bits)Andrea Diamantini2011-12-122-3/+7
|
* Unifies macro styleJohannes Troscher2011-11-273-6/+6
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* 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
* Introducing ASSERT_NOT_REACHEDPierre Rossi2011-07-281-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 upAndrea Diamantini2011-07-256-159/+159
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-193-5/+2
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-176-372/+372
|
* 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-042-24/+92
| | | | - Correctly hide a folder menu if there is a click outside
* Merge branch 'rekonqKonquerorBkConflict'Yoann Laissus2011-05-182-23/+41
|\