| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
| |
We are now respecting users setting on default engines (if someone chooses NONE
default search engines, searches are NOT performed)
|
|
|
|
| |
thx a lot for those :-)
|
| |
|
|
|
|
| |
BUG: 254818
|
|
|
|
| |
I know, this should NOT happen. But it does. So, to be sure.. :)
|
|
|
|
|
|
| |
- Visual suggestions for Google & Wikipedia (Lionel's great job)
- CTestConfig (please, gift us a "make Experimental" sometimes..)
- fixes
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With this we can pull our build results to CDash dashboard (my.cdash.org/index.php?project=rekonq)
All you need to do is:
- clean your build dir
- launch cmake with tests enabled (option -DKDE4_BUILD_TESTS=true. Please add it to your usual build script)
- execute "ctest -D Experimental" or "make Experimental"
That's it!
WARNING: It works here just with cmake 2.8.0 on. (Currently 2.8.2 here..)
|
|
|
|
|
|
|
| |
This reverts commit 8561c1b43a506ac4ead17734c20cc55ce7cec666.
This implementation lets the last close page to continue load eg flash
and in general can produce audio playback :(
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- fix openSearchManager behavior
- new restore session notification system
- urlbar multiple words highlighting
- WebKit page cache feature
- working kde protocols resolution
- icons in rekonq pages
- new private browsing mode (will work well just with KDE SC 4.6)
- improved last tab recovering (just last! but with history, urlbar and all the stuffs..)
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
In fact, the tab is not really deleted, but just saved somewhere
to fastly restore it, having again history and so on..
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- it implements a new KAaction in the Application class to trace changes on
- stops session management and save it, restoring last visited sites on restoring mormal mode
- implements necessary changes to iconmanager, urlbar & application
Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of
the needed changes in kdewebkit to eg handle cookies and so on..
.
Hope you like it :)
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| | |/
| |/|
| | |
| | |
| | | |
1) icons in the history & bookmarks pages
2) minor performance improvement, using QL1S macro
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
This is the cause of some problems with UI (eg: contextual menus not shown),
probably related to some HW/driver combinations
BUG:255175
CCMAIL:bigbrovar@gmail.com
|
|/
|
|
|
| |
thanks to Alexander Potashev for the hint
BUG:254911
|
|
|
|
|
|
|
|
|
|
|
| |
It also contains a cleaned version of the WebTab::url() method (the previous one was
not working on loading pages. And also immediately after the loadFinished signal)
This should also fix some "bad" handling on back/forward buttons.
Finally, it contains some unrelated QLatin1String --> QL1S changes.
Benjamin, I spoke too early about those.
I squashed merged my work and removed previous branch :(
|
|
|
|
| |
CCBUG: 254818
|