| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
| | | |
| | | |
| | | |
| | | | |
Also support searches starting by i (without messing with the <i> for urls)
and page titles with characters such as '<' or '>'.
|
| |/ / / |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
While this can be overkilling for the previewselectorbar, I'd like doing it for all the
bars in our next stable, moving them INSIDE the webtab class, so that each webtab has its findbar, its
zoombar and so on.
This should fix
BUG: 243508
Please, let me know if it's not the case.. Thanks!
|
| |\ \ \
| | | |
| | | |
| | | | |
git://gitorious.org/rekonq/mainline into m2291
|
| | | | |
| | | |
| | | |
| | | | |
modified: src/protocolhandler.cpp
|
| | | | |
| | | |
| | | |
| | | | |
modified: src/protocolhandler.cpp
|
| | | | |
| | | |
| | | |
| | | | |
modified: src/newtabpage.cpp
|
| | | | |
| | | |
| | | |
| | | | |
modified: src/urlbar/urlresolver.cpp
|
| | | | |
| | | |
| | | |
| | | | |
modified: src/application.cpp
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
Harald Sitter
modified: src/application.cpp
|
| | |/
|/| |
|
| |/ |
|
| |
|
|
| |
Lesson learned: no more hand merging nor reverting on conflicts.. :)
|
| |
|
|
| |
First bunch of fixes
|
| |
|
|
| |
Jon, Benjamin: sorry for the late :)
|
| |\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m190
|
| | | |
|
| | |
| |
| |
| | |
- The context menu now works without selected bookmark in the BK bar
|
| |\ \
| | |
| | |
| | | |
git://gitorious.org/rekonq/mainline into m189
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The common behavior of the Find action is to start a search with the
current selected text if any.
This patch implement this behavior for Rekonq.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The find actions generally show a find bar, and is not a toggle action.
A general pattern of use is to press "/" or Ctrl+F to show the find
bar with the currently selected text, and press escape to hide the bar.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The FindBar was slots show() and hide() instead of the virtual method
QWidget::setVisible(). This can lead to subtle bugs, because the
behavior is different depending on the type of call (signal-slot
connection VS direct call on a pointer to QWidget) and the function
called (hide() is != than setVisible(false)).
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | | |
modified: src/application.cpp
|
| |\ \ \ |
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
git://gitorious.org/rekonq/mainline into m186
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some ads were not filtered because they were incorrectly matched by
the whitelist. This is because we ignore options, including the domain
restrictions.
For example, the white filter:
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=kde.org
would match any page regardless of the domain restriction. So no ads
from pagead2.googlesyndication.com were filtered.
This patch adds support for "domain" options in the fallback rules
(the other AdBlockRuleImpl rejects options). The domain of the frame
making the request is now compared to the option to take the right
decision.
This patch requires Qt 4.7 with a recent QtWebKit 2.0.
|
| |\ \ \
| | | |
| | | |
| | | | |
git://gitorious.org/rekonq/mainline into m185
|
| | | | | |
|
| | |/ /
| | |
| | |
| | | |
- A little cleanup
|
| |\ \ \
| | | |
| | | |
| | | | |
git://gitorious.org/rekonq/mainline into m184
|
| | |/ / |
|
| | |/
|/| |
|
| |/ |
|
| |
|
|
|
|
|
| |
This commit intends to revert manually commits de9abc72 && bd27f60d, restoring
bk positions on the right.
This because most of the developers prefer so. Anyway, if things will change again
we can revert the "revertion" :D
|
| |\
| |
| |
| |
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m183
Conflicts:
src/mainwindow.h
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
git://gitorious.org/rekonq/mainline into m182
|
| | | | |
|
| | | |
| | |
| | |
| | | |
faster
|
| | | |
| | |
| | |
| | | |
minor changes to BookmarkProvider.
|
| | | | |
|
| | | |
| | |
| | |
| | | |
src/bookmarks/bookmarkprovider.*
|
| |\ \ \
| |/ /
|/| | |
|
| | |\ \
| | | |
| | | |
| | | | |
git://gitorious.org/rekonq/mainline into opensearch2
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
improve bk toolbar
opensearch suggestions
bk panel cleanup
Last before beta
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
src/CMakeLists.txt
src/urlbar/urlresolver.cpp
|