| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
It seems that while me and pierre (with our lazy eyes) found this good,
Benjamin found some glitches to fix :)
Waiting for a better patch...
This reverts commit fc669e0bf82018baa70a8b59529e1a571d5ad820.
|
|
|
|
|
|
|
| |
Courtesy patch by Johannes Troscher. Thanks :)
Reviewed by: adjam
Reviewed by: elproxy
|
|
|
|
| |
benjaminp.
|
|
|
|
|
| |
(Always show tab bar = false)
This fix comes from a Felix Rohrbach idea. Thanks :)
|
|
|
|
|
|
|
| |
Felix Rohrbach's fix
Thanks :)
PS: plus a correction in previous UI by me
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hovering tabs:
* tab preview (default one)
* show title as tooltip
* show url as tooltip
* show nothing
Patch by Furkan Uzumcu, reviewed (and merged) by adjam
BUG:260343
RB:100282
|
|
|
|
| |
(Disabled by default).
|
| |
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| | |
urlBar --> currentUrlBar
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|
|
|
|
|
|
| |
This reverts commit 8561c1b43a506ac4ead17734c20cc55ce7cec666.
This implementation lets the last close page to continue load eg flash
and in general can produce audio playback :(
|
|
|
|
|
| |
In fact, the tab is not really deleted, but just saved somewhere
to fastly restore it, having again history and so on..
|
|
|
|
|
|
|
|
|
|
|
| |
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 :(
|
| |
|
|
|
|
|
| |
in next tabs and remove some Application::instance() calls from the
Web* classes.
|
|
|
|
|
|
|
|
|
| |
Previously, the action of Ctrl+Maj+T was opening all the closed tabs.
This was differing from Firefox and Chrome, which can be confusing
for users.
This patch change the behavior to open only the last closed tab,
making the behavior more like the other browsers.
|
|
|
|
|
| |
There is at least just another one about threading. But I'm not 100% sure about.
And anyway, it will be eventually addressed after 0.6 release..
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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...
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m159
|
| |
| |
| |
| | |
button menu
|
|\ \
| |/
|/|
| | |
git://gitorious.org/rekonq/mainline into m158
|
| | |
|
|/
|
|
| |
BUG:246268
|
|
|
|
| |
BUG: 244121
|
| |
|
| |
|
|
|
|
|
| |
SettingOpenTab --> NewTab (according to settings)
NewCurrentTab --> NewFocusedTab
|
|
|
|
| |
BUG:242058
|
|
|
|
|
|
|
|
| |
The problem comes when too much sites are listed as closed tabs, so I though
to create the contextual menu just on request and to clean out the sites
that are reopened. (They are NO MORE closed tabs..)
This and the next commit should fast a lot rekonq about that
|
|
|
|
|
|
|
|
| |
a corner case
where the trick implemented doesn't work. We'll see if someone can fix also that..
BUG:233937
|
|
|
|
| |
- Fix mouse wheel zoom limits (slider's max and min)
|
|
|
|
| |
QString is more efficient than passing a one-character string.
|
|
|
|
| |
Ronny Scholz patch. Thanks ;)
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m2275
|
| |
| |
| |
| | |
BUG: 238644
|
|/
|
|
| |
BUG: 235107
|
|
|
|
| |
to speed up a bit
|
| |
|
|
|
|
|
|
| |
us resize them as needed for themes different from oxygen.
This anyway seems working better with the upcoming Qt 4.7
|
|
|
|
| |
BUG: 230576
|
|
|
|
|
|
|
|
|
| |
This let me think about the need of reimplementing it and all History
to support more infos (eg: zoom)
closing one bug and opening another :)
BUG:228480
|