Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 3 | -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 Diamantini | 2012-12-10 | 3 | -2/+9 |
| | |||||
* | Moved the bookmark toolbar to be a... toolbar!!! | Andrea Diamantini | 2012-12-10 | 3 | -63/+56 |
| | |||||
* | Implementing the webwindow as special widget | Andrea Diamantini | 2012-12-10 | 1 | -1/+0 |
| | | | | first step, main & bookmarks toolbar | ||||
* | Clean up WebWindow inserting the WebTab there. | Andrea Diamantini | 2012-12-10 | 2 | -4/+4 |
| | |||||
* | Fix places where IconManager was needed... | Andrea Diamantini | 2012-12-10 | 2 | -5/+4 |
| | |||||
* | Bookmark Manager restore | Andrea Diamantini | 2012-12-10 | 8 | -0/+2009 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 12 | -2857/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Review boomarks management | Andrea Diamantini | 2012-07-14 | 1 | -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 code | Andrea Diamantini | 2012-07-09 | 1 | -0/+3 |
| | | | | | | | This let bookmark manager code properly load :) BUG: 296388 BUG: 298051 | ||||
* | Let Opera sync handler being optional | Andrea Diamantini | 2012-05-29 | 3 | -3/+3 |
| | |||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 5 | -25/+26 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Let nepomuk dependencies being optional | Andrea Diamantini | 2012-05-27 | 3 | -12/+39 |
| | |||||
* | Fancy bookmarking on rekonq :) | Phaneendra Hegde | 2012-05-27 | 3 | -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 Ribas | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 2 | -1/+2 |
| | |||||
* | Change Bookmark MIME Type and Centralize | David E. Narváez | 2012-03-19 | 3 | -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 close | Andrea Diamantini | 2012-02-21 | 1 | -2/+6 |
| | | | | Also take care about updating actions panels state | ||||
* | Krazy fixes | Andrea Diamantini | 2012-02-16 | 3 | -5/+5 |
| | | | | | - doublequote_chars - normalize | ||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 10 | -29/+29 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Rebase fix | Andrea Diamantini | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | On the road to the sync feature... | Andrea Diamantini | 2011-12-12 | 2 | -0/+6 |
| | |||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 7 | -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 Diamantini | 2011-12-12 | 2 | -3/+7 |
| | |||||
* | Unifies macro style | Johannes Troscher | 2011-11-27 | 3 | -6/+6 |
| | | | | | REVIEW: 103242 REVIEWED-BY: adjam | ||||
* | GCI Task: Middle Click a Bookmark Folder to Open Folder in New Tabs | Yoann Laissus | 2011-11-26 | 1 | -8/+16 |
| | | | | | | | Made by Hüseyin Zengin, GCI student. Thanks ! REVIEW: 103206 REVIEWED-BY: me | ||||
* | 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 |
| |