| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Moved "new window" action from contextual menu to tools menu
(This is Google Code-in 2011 task by Yusuf Amir Tezcan! Thanks!!!)
- clean up/review contextual menu actions
- Followed FIXME to remove "copy image" action
- Added "new_tab" && "new_window" action to Tools Menu
REVIEW: 103216
REVIEWED-BY: nobody, oops... :)
|
|
|
|
|
|
|
| |
translation in Finnish
REVIEW: 103201
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
This is heavily based on Andrea Di Menna's patch on reviewboard.
Thanks :)
REVIEW: 102674
|
| |
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
|
| |
"do
nothing"
|
|
|
|
|
|
|
| |
BUG: 275778 255518
CCBUG: 275778 255518
REVIEW: 102587
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
|
| |
This patch introduces a check on input/textarea elements to be sure
we are NOT stealing focus there.. ;)
It also introduces a check to let the feature being optional (just to
be completely sure... )
CCBUG: 238761
REVIEW: 102255
REVIEWED-BY: adjam,elproxy
|
|
|
|
|
|
|
|
|
|
|
| |
- Removed showDeveloperTools action
- Moved adblock GUI to adblock part
- renamed toolsMenu and developerMenu to reflect their real/new roles
- Added UserAgent action to the tools menu
REVIEW:102170
REVIEWED-BY: fritz_van_tom
|
|
|
|
| |
REVIEW:102180
|
|
|
|
|
|
|
|
| |
In fact, until we have one way to understand if a widget (eg: a
lineedit or a textarea) steals the focus before, this feature will
break their usage.
CCBUG: 238761
|
| |
|
|
|
|
|
|
| |
- QL1S
- one stupid kDebug less
- codingstyle
|
| |
|
|
|
|
| |
Reviewed-by: TrustMe
|
|
|
|
|
|
|
|
| |
BUG:238761
Patch by Thomas Murach, thanks :D
Reviewed by me ;)
|
|
|
|
|
| |
qDeleteAll knows how to delete values of the map in a better way than calling values
add const & to foreach "iterators"
|
|
|
|
|
|
|
|
| |
Add an icon to indicate the origin of an autoscroll action.
Patch by Johannes Tröscher, thanks!
REVIEW: 101068
|
| |
|
|
|
|
|
|
|
|
| |
webview in general)
theme.
The right way to do it seems be using a local .css file.
Letting this be in master for one week (at least) before backporting...
|
|
|
|
| |
BUG:254102
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
|
|
|
| |
If you left the webview while autoscreen was enabled the mouseicon wasn't set to KIcon("transform-move") again. This patch fixes that.
Patch by Johannes Tröscher, thanks!
Reviewed by Rohan Garg and me.
BUG: 262519
RB: 100637
|
|
|
|
| |
Reviewed by adjam
|
|
|
|
|
|
|
|
|
|
| |
meeting:
1. Hide new tab entry if it is not necessary.
2. Print and Search action: I removed the print action. The search action is now in the "search with" submenu if some text is selected.
3. Hide the development menu entries and add an option to show them.
RB: 100374
|
|
|
|
|
|
|
|
| |
anymore.
Patch by Furkan Üzümcü
RB: 100314
|
|
|
|
|
|
| |
Review Board task : http://git.reviewboard.kde.org/r/100276/
Thanks to Furkan Üzümcü
BUG: 234888
|
|
|
|
| |
(Disabled by default).
|
|
|
|
|
|
|
|
| |
- Drop a bookmark folder in the WebView no longer crash rekonq but open this folder in new tabs
- Fix some crash when a single bookmark is dropped in the WebView (incorrect URL)
- Port the drag icon to IconManager
CCBUG: 226479
|
|
|
|
| |
patch by Furkan, thx :-)
|
| |
|
|
|
|
|
| |
This commit changed context menu by adding Find/Print actions there and
letting users opening URL-like text in new tab/window
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/mainview.cpp
src/mainview.h
src/webtab.cpp
src/webtab.h
|
| |
| |
| |
| | |
urlBar --> currentUrlBar
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The destructor of QObject already destroy the children and
disconnect the object. To reduce code complexity of WebView,
we rely on this mechanism instead of doing manually.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
| |
| |
| |
| |
| |
| |
| | |
Handling download is a responsibility of WebPage, the connection
to the implementation is better done in WebPage than in WebView.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
| |
| |
| |
| | |
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
|/
|
|
|
|
|
|
| |
Most classes of Rekonq uses m_ prefix for attribute name, this
patches update WebView to follow those conventions.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
|
| |
|
| |
|
|
|
|
| |
BUG: 243900
|
|
|
|
|
|
|
|
| |
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...
|
| |
|
| |
|