Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix UNICODE sysmbols shown in the urlbar | Victor Yacovlev | 2013-04-30 | 1 | -2/+20 |
| | | | | | BUG: 317697 REVIEWED-BY: adjam | ||||
* | Let url detection work the same when suggestions are active or not | Andrea Diamantini | 2013-04-28 | 1 | -7/+10 |
| | |||||
* | Revert "Use kurifilter instead of custom rekonq code." | Andrea Diamantini | 2013-04-28 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed. Conflicts: src/searchengine.cpp src/urlresolver.cpp | ||||
* | Favorites (fast) management, the "opera" way | Andrea Diamantini | 2013-04-23 | 1 | -56/+79 |
| | | | | | mimics Opera browser about right star icon management. Easier and without the "love" icon always shown :) | ||||
* | urlbar look change | Andrea Diamantini | 2013-04-15 | 1 | -30/+38 |
| | | | | | | Move SSL icon in place of left urlbar favicon (as usually major browsers do). Remove positive and negative background when https page is visited. | ||||
* | Use kurifilter instead of custom rekonq code. | Maarten De Meyer | 2013-04-07 | 1 | -1/+1 |
| | | | | | | | | Now all web shortcuts work. BUG: 258639 REVIEWED BY: adjam | ||||
* | Trim whitespace from urls | Michael Gapczynski | 2013-02-24 | 1 | -3/+3 |
| | | | | | | | | | | | Whitespace from the start and end of the urls was not being removed. This caused no suggestions to show up or an incorrect path for Paste & Go. REVIEW: 109059 Signed-off-by: Andrea Diamantini <adjam7@gmail.com> | ||||
* | Fix tab when showing a kpart. Let also see title where needed | Andrea Diamantini | 2013-01-27 | 1 | -5/+4 |
| | |||||
* | Prevent uglifying URL on ESC | Viktar Vauchkevich | 2013-01-14 | 1 | -1/+1 |
| | | | | | REVIEW: 108391 REVIEWED-BY: adjam. (Thanks!) | ||||
* | Do NOT clean up urlbar on page errors | Andrea Diamantini | 2013-01-13 | 1 | -11/+6 |
| | |||||
* | Krazy fixes, second shot (normalize) | Andrea Diamantini | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | Fix other mem leak | Montel Laurent | 2012-12-13 | 1 | -7/+7 |
| | |||||
* | - Code style check (codestyle script round) | Andrea Diamantini | 2012-12-12 | 1 | -1/+1 |
| | | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me | ||||
* | Clean up url suggestions, step 1 | Andrea Diamantini | 2012-12-10 | 1 | -30/+5 |
| | | | | | Improve performances by NOT create/delete everytime a suggester but reusing each time the same one... | ||||
* | 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 | 1 | -1/+4 |
| | |||||
* | adblock work | Andrea Diamantini | 2012-12-10 | 1 | -8/+34 |
| | | | | | | | | 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 | 1 | -7/+0 |
| | |||||
* | clean up urlbar url loading. We really are lighter now :) | Andrea Diamantini | 2012-12-10 | 1 | -10/+32 |
| | |||||
* | 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 | 1 | -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... :) | ||||
* | Clean up url suggestions loading | Andrea Diamantini | 2012-12-10 | 1 | -11/+4 |
| | |||||
* | Removed (FOR NOW) open search feature | Andrea Diamantini | 2012-12-10 | 1 | -46/+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 | 1 | -0/+76 |
| | |||||
* | Urlbar, first code ported to the new API | Andrea Diamantini | 2012-12-10 | 1 | -0/+776 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 1 | -773/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Review boomarks management | Andrea Diamantini | 2012-07-14 | 1 | -7/+14 |
| | | | | | | | | 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 | ||||
* | 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 | 1 | -4/+4 |
| | | | | | | | 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 |
| | |||||
* | 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 | 1 | -14/+19 |
| | |||||
* | Fix urlbar code when user chooses large icons | Andrea Diamantini | 2012-06-11 | 1 | -11/+25 |
| | | | | BUG: 250665 | ||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 1 | -1/+1 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Fix opensearch add shortcut handling | Andrea Diamantini | 2012-04-23 | 1 | -2/+1 |
| | | | | | | (at least on every site tested, but opensearch.org itself. Broken?) BUG: 296707 | ||||
* | Add fixed favorite icon in the toolbar to let add favorites easier | Andrea Diamantini | 2012-04-22 | 1 | -84/+59 |
| | | | | | Also clean up urlbar code, using 2 slots instead of 5(!) to manage bookmarks & favorites | ||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 1 | -4/+5 |
| | |||||
* | Add dialog allowing adblock to list blocked/hided elements and unblock | Andrea Diamantini | 2012-03-13 | 1 | -1/+1 |
| | | | | some of them | ||||
* | Add adblock icon to inform users that some contents was hidden | Andrea Diamantini | 2012-03-13 | 1 | -0/+10 |
| | | | | | | | | This is a patch by Andrea Di Menna, changed a bit to allow element blocked/hided listing (you'll see it in next commit) REVIEW:102761 REVIEWED-BY: adjam | ||||
* | Get sure urlbar(s) are deleted when related webtab is | Andrea Diamantini | 2012-03-13 | 1 | -2/+4 |
| | | | | | | | | Heinz, Paul. Please test actual master before backporting this to 0.9 series. Many thanks for your help and for this bug report. I'm crossing fingers to hear good news from your tests ;) CCBUG:295301 | ||||
* | Get sure urlbar is updated on bookmarking | Andrea Diamantini | 2012-02-21 | 1 | -1/+3 |
| | | | | CCBUG:291239 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-02-16 | 1 | -2/+2 |
| | | | | | - doublequote_chars - normalize | ||||
* | Fix right icon duplication in the UrlBar on some website | Yoann Laissus | 2012-02-04 | 1 | -1/+3 |
| | |||||
* | Show urlbar "text" again... | Andrea Diamantini | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -5/+5 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Rework on load/stop/reload action | Andrea Diamantini | 2012-01-15 | 1 | -1/+17 |
| | | | | | | | | | | | Also clean up API, giving proper names to method updateActions --> updateHistoryActions browserTabLoading(bool) --> currentTabStateChanged() ... also workaround problem that m_progress is (yet) 0 or 100 when load started REVIEW:103651 | ||||
* | Add 2px of top/bottom padding to the urlbar | Andrea Diamantini | 2011-12-23 | 1 | -2/+2 |
| | | | | | REVIEW: 103479 REVIEWED-BY: fritz_van_tom |