| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
| |
|
|
|
|
|
|
|
| |
It allows saving zoom settings for each website (saving settings per host)
and loads them on loadFinished.
Needs testing.
|
|
|
|
|
| |
* Fix duplicate includes
* Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 )
|
|
|
|
| |
Add #rekonq_define.h to files that now use QL1C
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ;)
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/mainview.cpp
src/mainview.h
src/webtab.cpp
src/webtab.h
|
| |
| |
| |
| |
| | |
- handle print & find with different signals in mainwindow
- show right tab title (moving titleChanged signal from view to tab)
|
|/
|
|
|
|
|
|
| |
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
|
|
|
|
| |
I know, this should NOT happen. But it does. So, to be sure.. :)
|
|
|
|
|
|
|
|
|
|
|
| |
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 :(
|
| |
|
|
|
|
|
|
| |
Shows the about:closedTabs page in the background.
Task: https://bugs.kde.org/show_bug.cgi?id=249228
|
|
|
|
|
| |
in next tabs and remove some Application::instance() calls from the
Web* classes.
|
| |
|
|
|
|
|
| |
This also adds a colorful blink effect when an already visible
bar is requested again.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
|
|
|
| |
src/bookmarks/bookmarkprovider.*
|
| |
|
| |
|
|
|
|
| |
to speed up a bit
|
|
|
|
| |
first bunch
|
| |
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
| |
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m2251
|
| |
| |
| |
| | |
agregator and feed, and buttons to add/cancel
|
| | |
|
|/
|
|
|
| |
- Do not detach one tab windows
- let detach work with "about" urls
|
| |
|
|
|
|
| |
CCBUG:234579
|
|
|
|
|
|
|
| |
This patch solves bug #234579 and is heavily based on the one
provided by Thomas Fryda in its bug report. Thanks :)
BUG: 234579
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removed previous SSL animation, we have now a nice yellow lock :)
- faster and cleaner animations
- reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions
- implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured
- clean up the box :) Some old & unuseful files removed, some icons added
- Pano's request: grey text shown everytime in the empty bar
Again and again:
this is not the first, but the second implementation of the new urlbar UI.
About me this is clearly better than the first or the previous.
But it needs love :D
BUG: 230125
BUG: 231015
CCBUG: 228040
BUG: 227272
|
| |
|
|
|
|
|
|
| |
Also if I think this is NOT a proper solution..
BUG:227651
|
|
|
|
| |
Saving one QString for each tab..
|
| |
|
|
|
|
| |
return an url on webview->url() calls
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The idea here is to free rekonq from unuseful weight while browsing
and better maintain code.
- Moved PreviewSelectorBar to be one of the WebTab bar
- (this way position moved to up rather then down)
- creation on use && deletion on close (SAVE MEMORY)
- free others page for browsing
- fix copyright
- CLEAN API (is private/public a misconception?) && comments
|
| |
|
|
|
|
|
|
|
|
| |
Yeah, you're reading well...
rekonq is using multithreading for the loadUrl slot. This (in theory)
should mean: "NO MORE UI FREEZES ON LOAD URLS"
:D
|
|
|
|
|
|
|
|
| |
Application::loadUrl slot and changed it to signals emitted there.
This to let rekonq managing them and faster return to the main event
loop (and hopefully don't freeze).
Next step here is change loadUrl slot to a multithreaded one.
|
| |
|
| |
|