nowrep
2d9dfa9db7
[WebInspector] WebInspector is now displayed inside WebTab
...
It no longer uses QDockWidget. Instead, it is plain QWidget with
close button in top right corner.
12 years ago
nowrep
7f3d8ee786
[Cleanup] Split src/lib/webview into tabwidget, webkit and webtab folders
12 years ago
nowrep
e10126d2a9
[TabWidget] Fix showing empty tab title when adding new tab
...
Regression from recent commits
12 years ago
nowrep
3d23f3eb02
[WebTab] Move more code into WebTab, instead of handling in TabWidget/TabBar
...
This also fixes showing tab icon after detaching tab
12 years ago
nowrep
a701079d27
[LocationBar] Cleanup code + fixed showing rss icon
12 years ago
nowrep
d2528417d1
[CodeCleanup] Removed all disconnectObjects() methods
...
I don't think we need this hack anymore.
12 years ago
nowrep
e827249f50
[MainMenu] Added MainMenu class that holds all menu actions of window
...
All actions are now saved in QHash with name, this will make possible
to implement own keyboard shortcuts for actions.
+ WIP cleanup of BrowserWindow class
12 years ago
nowrep
404fa68a1b
[Cleanup] Renamed QupZilla class to BrowserWindow
12 years ago
nowrep
5e131033e6
[Flicker] Another set of flicker patches
...
Old approach caused navigationbar to be empty for a moment while
opening a lot of tabs at once
12 years ago
nowrep
79cd4e381d
[TabTooltips] Fixed tooltips disappearing on (un)pinning tabs
12 years ago
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
12 years ago
S. Razi Alavizadeh
bff614144b
Added TabStackedWidget + ComboTabBar
...
Set of patches:
Introduce TabStackedWidget+ComboTabbar
[Windows] Fix enabling blur background in fullscreen
[ComboTabBar] Fix some issues with pinned tabs
[ComboTabBar] Don't use pointer to integer,
Implement TabStackedWidget::keyPressEvent() and fix changing tab by wheel event
Fix animation delay of dragged tab's buttons.
[ComboTabBar] Add themable scrollButtons
12 years ago
nowrep
55cbdec32c
[Unloaded tab color] Make sure it work also for black color
...
Closes #1013
13 years ago
nowrep
5de4075a98
Tabs: Make sure unloaded tabs color is different even for white color.
...
Closes #1013
13 years ago
S. Razi Alavizadeh
7dbaf71f23
Fixed changing TabsOnTop option when there are more than one window.
13 years ago
nowrep
50a4d78026
Removed unnecessary QDebug
13 years ago
nowrep
99b35a19b5
Use palette colors for indicating not yet loaded tabs.
...
Also fixed compile issue from previous commit.
13 years ago
Charles
18f65a66f6
Only set the unloaded tab color if the url is not empty
13 years ago
Charles
7882cbcc98
Set unloaded tab color to rgb(100, 100, 100)
13 years ago
nowrep
9be2b6f5ca
Fix "Hide tabbar with only one tab" option to work also with fullscreen.
...
Closes #927
13 years ago
nowrep
09a1bec467
Added option to detach tabs into own window.
...
Closes #441
13 years ago
nowrep
d391b65bed
[Oxygen] Fixes crash when closing window.
...
This is proper fix for #838
13 years ago
nowrep
16d5917d43
[Code] Make it possible to move TabbedWebView to other window.
13 years ago
nowrep
650f474113
[SessionRestore] Fixed saving some tab icons in session file.
...
Saving directly QPixmap instead of QIcon fixes issue when some
icons don't save correctly for some reason (eg. oxygen hdd icon).
13 years ago
nowrep
db6f4333f2
[Code] Added comment for previous commit (Crash fix)
13 years ago
nowrep
fe6e450a44
[Oxygen] Fix crash on close with tabs on top enabled.
...
See #838
13 years ago
nowrep
f508475916
[Fix] Fixed duplicating current url in history when restoring session.
13 years ago
nowrep
63b5a059c9
Coding style + changed line endings of copyright
13 years ago
nowrep
ac7dc197ae
Fixed hiding navigation container when disable and enabling tabs on top.
...
Closes #764
13 years ago
nowrep
5b0f37abd5
Fixed crash when showing multiple notifications with Tabs On Top.
13 years ago
nowrep
9a99509faf
Proper fix for restoring current tab.
...
Fix for 3b4d2f5534
13 years ago
nowrep
3b4d2f5534
[Regression] Fixed restoring current tab.
...
Regression from 38c4d347c9
13 years ago
nowrep
38c4d347c9
[TabsOnTop] Fixed flickering when closing tab.
...
It only occured when closing tab and going to tab that hasn't
been loaded yet (don't load tabs until selected)
13 years ago
nowrep
83f3c90752
Added option to show tabs on top.
...
You can change it in Menu View -> Toolbars
Closes #640
13 years ago
nowrep
efe5ed8e7d
Disabled opacity effect in animated tab previews by default.
...
It can still be enabled with ENABLE_OPACITY_EFFECT build variable.
This is final fix for #663
13 years ago
nowrep
3b301e8446
[adblock] Added support for $image rules.
...
It tests whether the url ends with .jpg/.jpeg/.gif/.png
13 years ago
nowrep
2bb002b62d
Properly returning page to its original state after rendering preview.
...
See #663
13 years ago
nowrep
4f42040c7e
Followup for background fix with dark themes.
13 years ago
nowrep
a97ef7d627
Properly fixed page background color with dark themes.
...
Also fixed building with Qt 4.7
13 years ago
nowrep
e28f9d438e
[Code] qz_ prefixed functions moved to QzTools namespace.
13 years ago
nowrep
2d5b0c0bc0
Don't check for null pointer before deleting objects.
...
- as delete 0 is safe
14 years ago
nowrep
c71cf910cb
TabBar: If not enough space, show close button only on current tab
...
- removed "Show close button on tabs" option as it is now redundant
14 years ago
nowrep
b2181f0bab
Coding style: Use empty QString() constructor instead of "" everywhere
14 years ago
nowrep
e709e17d5c
Small cleanup in code (classes holding settings as static variables)
...
- merged LocationBarSettings and WebSettings into one class
- new class QzSettings no longer uses static variables
14 years ago
nowrep
14e0040a9f
AdBlock: Fixed $third-party option when Referer header is empty
...
- should fix a lot of false positives with $third-party rules
see #444
14 years ago
nowrep
8e76ba5a47
Ensuring tab previews are painted without scrollbars.
...
- it finally works now
14 years ago
nowrep
99722aa7aa
Added option to open external protocols in system apps.
...
- so for example, links with apt: or tomahawk: protocol can be opened
- it will ask user whether he wants to open link in external app
and give option to remember the choice
14 years ago
nowrep
48b7aed86b
Fixed regression from last commit when page thumbnail could be rendered
...
with scrollbars.
14 years ago
nowrep
a34057d1ea
Using faster thumbnail generation also in Speed Dial.
...
- thanks to Ariya Hidayat #378
14 years ago
Ariya Hidayat
7d1f8a4ae4
More memory efficient and faster preview generation.
...
There is no need to allocate a very large image buffer, just enough for
the thumbnail preview. For a little filtering, use the two-stage
scaling. See http://labs.qt.nokia.com/2009/01/26/creating-thumbnail-preview/
for the details.
This tecnique is adopted from my live preview implementation for Arora:
http://ariya.ofilabs.com/2008/07/be-my-mirror-my-sword-and-shield.html .
14 years ago