| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Thanks to Furkan
|
|
|
|
| |
So much news and so many new contributors... :D
|
|
|
|
| |
handling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ;)
|
|
|
|
| |
Courtesy patch by Felix Rohrbach. Thanks :)
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
| |
GCI Task by Furkan, thanks! :-)
RB: 100210
BUG: 254372
|
|
|
|
| |
patch by Furkan, thx :-)
|
|
|
|
| |
This patch adds the ability of copying an url request from network analyzer.
|
|
|
|
|
|
| |
Courtesy patch by Felix Rohrbach. Thanks :)
CCMAIL: fxrh@gmx.de
|
| |
|
|
|
|
|
| |
This commit changed context menu by adding Find/Print actions there and
letting users opening URL-like text in new tab/window
|
|
|
|
|
|
| |
menu
BUG: 259244
|
|
|
|
|
|
|
| |
add the percentage of the website’s zoom to the zoombar
http://www.google-melange.com/gci/task/show/google/gci2010/kde/t129157984557
slightly changed the attached patch, (e.g. percentage -> m_percentage) as noted on the mailinglist
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
K_GLOBAL_STATIC(), which is Perfectly Safe ;)
Acked-by Jon.
|
|
|
|
| |
SearchEngine::defaultEngine() returns null. Don't crash in that case.
|
| |
|
|
|
|
|
|
| |
This reverts commit eba8b17b2514c39897b035a1f5529f5b87a7b114.
This commit wroke the favicon rendering.
|
|
|
|
|
|
| |
This reverts commit bf94b5e71b1a7cedf2f69bb3cd61661bc21c24c3.
This commit introduced a bug that stoped the new tab button from working.
|
|\ |
|
| |
| |
| |
| | |
forgot to update author list..
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/mainview.cpp
src/mainview.h
src/webtab.cpp
src/webtab.h
|
| |
| |
| |
| | |
there is no menu string 'Toolbutton', it is an 'Tool' icon
|
| |
| |
| |
| |
| | |
- improved documentation
- Print & find actions for the parts
|
| |
| |
| |
| |
| | |
- handle print & find with different signals in mainwindow
- show right tab title (moving titleChanged signal from view to tab)
|
| |
| |
| |
| | |
urlBar --> currentUrlBar
|
| |
| |
| |
| |
| |
| | |
This reverts the controversial commit
49060cbec9ac93f0993fa315e2939516a398d349 for the "clear url bar"
feature. reverted after discussion with Rohan on IRC.
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | | |
websvn:1182549 for reference
|
| | | |
|
| |/
| |
| |
| |
| |
| | |
thanks to yurchor for the work :-)
CCMAIL:yurchor@ukr.net
|
| |
| |
| |
| |
| |
| |
| |
| | |
The destructor of MainView was redundant with the cleaning
mechanism of QObject. It is removed to simplify the class.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The attribute m_loadingGitPath is an invariant of runtime,
it is not specific to MainView objects.
The path has been changed to a constant of the implementation.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
| |
| |
| |
| |
| |
| | |
Enforce the invariant of MainView by making the pointer const.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
| |
| |
| |
| | |
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
| |
| |
| |
| |
| |
| |
| | |
Most classes of Rekonq uses m_ as a prefix for attribute,
this patch update WebTab to follow this convention.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|