| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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
|
| | |
|
|/
|
|
|
|
| |
- file headers fix
- clean up code
- import engine files
|
|
|
|
| |
introduce an opensearch engine
|
| |
|
|
|
|
| |
<h1>a</h1> for example.
|
|
|
|
| |
fill background of the ListItem with the backgroundRole color
|
|
|
|
|
|
|
|
| |
This commit introduces notable changes and needs a lot of tests
Courtesy patch from Mathias Kraus. Thanks :)
BUG: 237390
|
| |
|
|
|
|
|
|
| |
This patch is heavily based on thijs merge request about. He fixed just the alternating colors
and with the wrong one.
This patch should let rekonq urlbar follow KDE color settings
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into SearchItemFixes
|
| |
| |
| |
| | |
reset to default engine when the completionwidget is shown
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
| |
so now situation is:
- first list is shown immediately
- timer decreases from 200 to 150 ms (less is pretty unuseful, I fear)
- people who fast type & returnPress have KUriFilter help
Hope this helps :)
As promised,
CCBUG:237390
|