| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
CCMAIL: hyperz.2007@gmail.com
|
|
|
|
|
|
|
|
| |
This also seems to fix some way problem about multiple widget creations
What about you, guys?
CCBUG:321226
|
|
|
|
|
|
|
| |
Fix rekonq icon retrieve mechanism to let it show well engine icons
on bar
BUG:272565
|
|
|
|
|
|
|
|
|
| |
- remove exclamation marks
- remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum")
- fix style
- spell "Java", "JavaScript" and "MD5" correctly
- lowercase "NOT" (do not shout to the user)
- remove extra spaces
|
|
|
|
|
|
|
|
|
| |
- remove string puzzles when possible
- remove exclamation marks
- remove contractions ("don't" -> "do not", etc)
- lowercase "NOT" (do not shout to the user)
- remove extra spaces, or add them where needed
- few style/spelling fixes
|
|
|
|
|
|
|
|
| |
- show url
- reload with f5
BUG:319924
BUG:312928
|
| |
|
| |
|
| |
|
|
|
|
| |
This also cleans up a bit UrlBar API
|
|
|
|
|
| |
BUG: 317697
REVIEWED-BY: adjam
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed.
Conflicts:
src/searchengine.cpp
src/urlresolver.cpp
|
|
|
|
|
| |
mimics Opera browser about right star icon management. Easier and
without the "love" icon always shown :)
|
|
|
|
|
|
| |
Also consider the possibility our sslinfo can be "incomplete" ;)
BUG: 318550
|
|
|
|
|
|
| |
Move SSL icon in place of left urlbar favicon (as usually major
browsers do).
Remove positive and negative background when https page is visited.
|
|
|
|
|
|
|
|
| |
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
|
| |
|