Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Krazy fixes, third shot | Andrea Diamantini | 2013-01-02 | 1 | -1/+2 |
| | |||||
* | Krazy fixes, second shot (normalize) | Andrea Diamantini | 2012-12-28 | 4 | -9/+9 |
| | |||||
* | Krazy Fixes, first shot | Andrea Diamantini | 2012-12-28 | 6 | -15/+14 |
| | |||||
* | Only do CTRL+ENTER thing if valid URL, search otherwise | Tirtha Chatterjee | 2012-12-16 | 1 | -4/+7 |
| | |||||
* | Fix other mem leak | Montel Laurent | 2012-12-13 | 1 | -7/+7 |
| | |||||
* | - Code style check (codestyle script round) | Andrea Diamantini | 2012-12-12 | 7 | -43/+46 |
| | | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me | ||||
* | Improve suggestions, step 2 | Andrea Diamantini | 2012-12-10 | 2 | -11/+44 |
| | | | | | | | | | | | | | Every change here is given to trade-off suggestions performance (p) and relevancy (r). - just check bookmarks for relevance if no history entries found (p) - remove bookmarks item duplicates from history (r) - just do it is user typed more than 1 char (p) - order history entries just if user typed more than 1 char (p) - (reverse) order by visit count (most visited first) (r) | ||||
* | Improve suggestions, step 1 | Andrea Diamantini | 2012-12-10 | 2 | -10/+26 |
| | | | | | | - fast response on kde short url type - fix secondary url load - let resolved urls typed (eg: kde.org) being first result | ||||
* | Clean up url suggestions, step 2 | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 |
| | | | | | | Do NOT qsort history results letting urlbar being A LOT more responsive. Can we live without (q)sort results?? | ||||
* | clean up urlbar on alt + return new tab load | Andrea Diamantini | 2012-12-10 | 1 | -0/+3 |
| | |||||
* | Clean up url suggestions, step 1 | Andrea Diamantini | 2012-12-10 | 2 | -32/+5 |
| | | | | | Improve performances by NOT create/delete everytime a suggester but reusing each time the same one... | ||||
* | Fix crash on control click on suggestions list | Andrea Diamantini | 2012-12-10 | 2 | -2/+2 |
| | | | | | | | Courtesy patch by Mathias Kraus. Thanks :) CCMAIL: k.hias@gmx.de | ||||
* | WARNING: BIG COMMIT | Andrea Diamantini | 2012-12-10 | 1 | -2/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | Clean up previous commit about adblock and fix enable/disable feature | Andrea Diamantini | 2012-12-10 | 3 | -12/+31 |
| | |||||
* | adblock work | Andrea Diamantini | 2012-12-10 | 4 | -8/+207 |
| | | | | | | | | readded an icon in the urlbar when adblock is active, BUT with different features: you can now disable adblock "per-site", in a similar way chromium does. cleaned up adblock manager code, removing some old no more used code fragments | ||||
* | Fix url choice by up/down keys | Andrea Diamantini | 2012-12-10 | 2 | -8/+0 |
| | |||||
* | clean up urlbar url loading. We really are lighter now :) | Andrea Diamantini | 2012-12-10 | 4 | -55/+103 |
| | |||||
* | Fix url suggestions | Andrea Diamantini | 2012-12-10 | 2 | -17/+26 |
| | | | | | | 1) typed "kde" --> web search + urlFromUserInput 2) typed "kde.org --> urlFromUserInput + web search 3) typed "gg:kde" --> web search | ||||
* | New Private Browsing mode :D | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 4 | -17/+17 |
| | | | | | | | | | | | | | - 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... :) | ||||
* | BookmarkWidget: | Yoann Laissus | 2012-12-10 | 1 | -19/+22 |
| | | | | | | | | | | | | Don't display an empty entry if the bookmark is in the root folder Improve the code to choose the current index Add an icon for the toolbar root entry in the BookmarkWidget Don't duplicate the toolbar root entry in some cases Clean up setupFolderComboBox() --- Imported from rekonq code by adjam :) | ||||
* | Clean up url suggestions loading | Andrea Diamantini | 2012-12-10 | 5 | -42/+36 |
| | |||||
* | Removed (FOR NOW) open search feature | Andrea Diamantini | 2012-12-10 | 4 | -286/+0 |
| | | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this... | ||||
* | Fix urlbar widget show | Andrea Diamantini | 2012-12-10 | 2 | -0/+79 |
| | |||||
* | Urlbar, first code ported to the new API | Andrea Diamantini | 2012-12-10 | 18 | -0/+4345 |
| | |||||
* | Bookmark Manager restore | Andrea Diamantini | 2012-12-10 | 4 | -0/+636 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 24 | -5153/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Stupid me, forgot to enable WebKit features on kwebapp... | Andrea Diamantini | 2012-09-04 | 1 | -1/+1 |
| | | | | BUG: 306185 | ||||
* | BookmarkWidget: Don't use a pointer to store the bookmark | Yoann Laissus | 2012-08-16 | 2 | -28/+24 |
| | |||||
* | BookmarkWidget: Add an entry to choose a folder with a KBookmarkDialog | Yoann Laissus | 2012-08-16 | 2 | -0/+23 |
| | |||||
* | Get sure web shortcuts are considered first url detection | Andrea Diamantini | 2012-08-14 | 2 | -1/+6 |
| | | | | BUG: 304994 | ||||
* | BookmarkWidget: | Yoann Laissus | 2012-08-10 | 1 | -10/+10 |
| | | | | | - Don't display an empty entry if the bookmark is in the root folder - Improve the code to choose the current index | ||||
* | Add an icon for the toolbar root entry in the BookmarkWidget | Yoann Laissus | 2012-08-10 | 1 | -3/+5 |
| | | | | Don't duplicate the toolbar root entry in some cases | ||||
* | BookmarkWidget: Clean up setupFolderComboBox() | Yoann Laissus | 2012-08-10 | 1 | -8/+9 |
| | |||||
* | Review boomarks management | Andrea Diamantini | 2012-07-14 | 2 | -8/+20 |
| | | | | | | | | 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 | ||||
* | Save a site snapshot when adding a favorite via the urlbar | Andrea Diamantini | 2012-07-14 | 1 | -0/+4 |
| | | | | BUG: 303430 | ||||
* | Let users select bookmark destination on bookmarking | Andrea Diamantini | 2012-07-08 | 1 | -5/+3 |
| | | | | CCBUG: 288249 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-07-07 | 1 | -1/+1 |
| | |||||
* | Clean up right icons before updating them | Andrea Diamantini | 2012-07-07 | 1 | -0/+1 |
| | | | | BUG: 303148 | ||||
* | Fix adblock hide behavior | Andrea Diamantini | 2012-07-06 | 2 | -9/+10 |
| | | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050 | ||||
* | Save one (unuseful) call | Andrea Diamantini | 2012-07-03 | 1 | -3/+0 |
| | |||||
* | Ensure users can recover typed text in the urlbar | Andrea Diamantini | 2012-06-26 | 1 | -20/+28 |
| | | | | | | | | | PS: contains also an easy check improved to avoid duplicating suggestions creation ;) Thanks to Franz Fellner for REPORTING and FIXING himself the problem :D BUG: 302391 REVIEWED-BY: adjam | ||||
* | Properly calculate icon size, checking KDE settings instead on | Andrea Diamantini | 2012-06-17 | 1 | -4/+7 |
| | | | | | | checking actual icon size. BUG: 301988 | ||||
* | Cleans up | Andrea Diamantini | 2012-06-12 | 1 | -1/+4 |
| | | | | | | - set initial icon to have properly dimensions set - properly calculate needed icon's height - calm down some kDebug messages | ||||
* | Clean up urlbar code by removing duplicated code | Andrea Diamantini | 2012-06-12 | 2 | -14/+24 |
| | |||||
* | Fix urlbar code when user chooses large icons | Andrea Diamantini | 2012-06-11 | 1 | -11/+25 |
| | | | | BUG: 250665 | ||||
* | Let Opera sync handler being optional | Andrea Diamantini | 2012-05-29 | 4 | -38/+38 |
| | |||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 11 | -399/+468 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Runtime Nepomuk tagging check | Andrea Diamantini | 2012-05-27 | 2 | -44/+68 |
| | |||||
* | Let nepomuk dependencies being optional | Andrea Diamantini | 2012-05-27 | 2 | -89/+112 |
| |