| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
- fast response on kde short url type
- fix secondary url load
- let resolved urls typed (eg: kde.org) being first result
|
|
|
|
|
|
| |
Do NOT qsort history results letting urlbar being A LOT
more responsive.
Can we live without (q)sort results??
|
| |
|
|
|
|
|
| |
Improve performances by NOT create/delete everytime a suggester but
reusing each time the same one...
|
|
|
|
|
|
|
| |
Courtesy patch by Mathias Kraus.
Thanks :)
CCMAIL: k.hias@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
1) typed "kde" --> web search + urlFromUserInput
2) typed "kde.org --> urlFromUserInput + web search
3) typed "gg:kde" --> web search
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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... :)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 :)
|
| |
|
|
|
|
|
|
| |
This needs a new implementation and a better integration in rekonq code
WARNING: Restart reverting this...
|
| |
|
| |
|
| |
|
|
|
|
| |
Preparing repo to merge rekonq2 code...
|
|
|
|
| |
BUG: 306185
|
| |
|
| |
|
|
|
|
| |
BUG: 304994
|
|
|
|
|
| |
- Don't display an empty entry if the bookmark is in the root folder
- Improve the code to choose the current index
|
|
|
|
| |
Don't duplicate the toolbar root entry in some cases
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
BUG: 303430
|
|
|
|
| |
CCBUG: 288249
|
| |
|
|
|
|
| |
BUG: 303148
|
|
|
|
|
|
|
| |
NOTE: You'll find also some style & copyrights fixes here.
Just reenable the git hooks scripts...
BUG: 302050
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
checking actual icon size.
BUG: 301988
|
|
|
|
|
|
| |
- set initial icon to have properly dimensions set
- properly calculate needed icon's height
- calm down some kDebug messages
|
| |
|
|
|
|
| |
BUG: 250665
|
| |
|
|
|
|
|
|
| |
- astyle
- copyrights
- (some) includes
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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 ;)
|
|
|
|
|
|
| |
Conflicts:
src/urlbar/urlresolver.cpp
|
|
|
|
|
|
|
|
|
|
| |
- Let ftp url(s) work again
- Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl)
- ensure we are lowering just http url hosts
- mailto via urlbar handling
BUG: 298114
CCBUG: 284829
|
|
|
|
|
|
| |
(at least on every site tested, but opensearch.org itself. Broken?)
BUG: 296707
|
|
|
|
|
| |
Also clean up urlbar code, using 2 slots instead of 5(!) to manage
bookmarks & favorites
|
| |
|