| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Now all web shortcuts work.
BUG: 258639
REVIEWED BY: adjam
|
|
|
|
| |
BUG: 316844
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
i.e.: don't see the deprecated warning on compilation ;)
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
A potential crash (dynamic_cast maybe null)
Some break usage clean up
minor string speed up by using QLatin1String
|
|
|
|
|
| |
REVIEW: 108412
REVIEWED-BY: adjam. (Thanks!)
|
|
|
|
|
| |
REVIEW: 108391
REVIEWED-BY: adjam. (Thanks!)
|
| |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1.
This let rekonq compile again. Nepomuk2 will be added back
when KDE 4.10 will be released.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- restored CTRL + ENTER code
- applied Vedant's patch about (thanks!!!)
CCMAIL: vedant.kota@gmail.com
REVIEW: 107662
REVIEWED-BY: Tirtha and me
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|