| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PS: this fix costs a string change, sorry
BUG: 249735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It needs manual testing (waiting for some automatic ones..)
I tested it with the following strings:
plan b
i
b
kde
<i>
<b>
a & b
fix & fit
and it seems working well. Let me know if it is really true :)
CCBUG: 249736
CCMAIL: pierre.rossi@nokia.com
|
|
|
|
|
| |
paren --> parent
parameters passing: from value to const reference
|
| |
|
|
|
|
|
|
|
|
| |
it seems let everything work as expected (at least here).
It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks)
It also contains fixes & improvements for icons management in History & Bookmarks classes.
More code to maintain, but more things working.Let's see what'll happen...
|
|
|
|
|
| |
Also support searches starting by i (without messing with the <i> for urls)
and page titles with characters such as '<' or '>'.
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into opensearch
|
| | |
|