| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
STEP 2:
- work & fix on search engine favicons
- simplify code (and remove dead one)
- API clean up
- delete ASAP list items and suggestions
- let the URL in the suggestions be an hard grey
|
|
|
|
|
|
|
|
|
|
| |
STEP 1: clean up!
- remember deleting ASAP the UrlSuggester
- remove preview label icon to let loading being faster
- remove unused opensearch inventories
- let ESC key on suggestions behave like major browser
(restoring original string)
|
|
|
|
|
|
|
| |
Fix rekonq icon retrieve mechanism to let it show well engine icons
on bar
BUG:272565
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed.
Conflicts:
src/searchengine.cpp
src/urlresolver.cpp
|
|
|
|
|
|
|
|
| |
Now all web shortcuts work.
BUG: 258639
REVIEWED BY: adjam
|
|
|
|
| |
BUG: 316844
|
|
|
|
|
| |
REVIEW: 108412
REVIEWED-BY: adjam. (Thanks!)
|
| |
|
|
|
|
|
|
| |
- fast response on kde short url type
- fix secondary url load
- let resolved urls typed (eg: kde.org) being first result
|
|
|
|
|
|
|
| |
Courtesy patch by Mathias Kraus.
Thanks :)
CCMAIL: k.hias@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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... :)
|
| |
|
| |
|
|
|
|
| |
Preparing repo to merge rekonq2 code...
|
|
|
|
|
|
| |
- astyle
- copyrights
- (some) includes
|
| |
|
|
|
|
|
| |
- doublequote_chars
- normalize
|
|
|
|
|
| |
BUG:255799
CCMAIL: rekonq@kde.org
|
|
|
|
|
|
|
| |
- QL1S/QL1C
- single-char QString efficiency
- explicit ctors
- normalized signals & slots
|
| |
|
|
|
|
|
| |
REVIEW: 103242
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit, while does not perfectly fix the issue, "workaround" it
a lot to fix crashes on private mode enter/exit
- improve session store/restore
- improve session manager code
- calm down kDebug messages
- applies code style
CCBUG: 268328
|
| |
|
|
|
|
|
|
| |
- QL1S
- one stupid kDebug less
- codingstyle
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This reverts commit f2f8d48c390b8d8bef84c98026a0435da2045409.
It was actually not needed since the issue was fixed in the
QtWebKit 2.2 integration branch.
oops, sorry about the noise in the history.
|
|
|
|
|
|
| |
Seems some dependencies were changed in Qt 4.8
Reviewed-By: TrustMe
|
|
|
|
|
| |
qDeleteAll knows how to delete values of the map in a better way than calling values
add const & to foreach "iterators"
|
|
|
|
|
|
| |
This crash was reported with this bt (reduced here):
Hence, the fix. Just checking if the QBitArray is empty.
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
| |
RB:100397
Reviewed by me ;)
|
|
|
|
|
| |
Lionel Chauvin's work.
Reviewed by me :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
introduce search icon
description file downloaded after validation, not before
icons updated when engine added
add opensearch xml description files
sync desktop file => fix add webshortcut
use db_opensearch.json file to track opensearch engines
create an opensearch description only when the engine support suggestions
remove opensearch description when an engine is deleted in the webshortcut setting dialog
popup: disable ok button when webshortcut is already used
Lionel Chauvin is the man having done this big, big, big work!!
I'm just merging ;)
|
|
|
|
| |
SearchEngine::defaultEngine() returns null. Don't crash in that case.
|
|
|
|
|
| |
We are now respecting users setting on default engines (if someone chooses NONE
default search engines, searches are NOT performed)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Thanks to pano for noticing the bad behavior.
AutoTest updated with the testcase.
Reviewed-By: Benjamin Poulain
|
|
|
|
|
|
|
| |
This time it works even with 'b' coming after some <b> or </b>
have been inserted and with substrings, which would cause the
following:
<b>String_containing_<b>substring</b></b>
|
| |
|
|
|
|
|
| |
modified: src/iconmanager.cpp
modified: src/urlbar/listitem.cpp
|
|
|
|
|
|
|
| |
modified: src/bookmarks/bookmarkprovider.cpp
modified: src/history/historymanager.cpp
modified: src/iconmanager.cpp
modified: src/urlbar/listitem.cpp
|