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
2013-12-23 20:30:54 +01:00
nowrep
55cbdec32c
[Unloaded tab color] Make sure it work also for black color
...
Closes #1013
2013-09-17 17:03:50 +02:00
nowrep
5de4075a98
Tabs: Make sure unloaded tabs color is different even for white color.
...
Closes #1013
2013-09-13 17:29:52 +02:00
S. Razi Alavizadeh
7dbaf71f23
Fixed changing TabsOnTop option when there are more than one window.
2013-08-04 00:39:54 +04:30
nowrep
50a4d78026
Removed unnecessary QDebug
2013-06-18 11:05:25 +02:00
nowrep
99b35a19b5
Use palette colors for indicating not yet loaded tabs.
...
Also fixed compile issue from previous commit.
2013-06-18 11:03:52 +02:00
Charles
18f65a66f6
Only set the unloaded tab color if the url is not empty
2013-06-18 14:33:05 +07:00
Charles
7882cbcc98
Set unloaded tab color to rgb(100, 100, 100)
2013-06-18 14:25:37 +07:00
nowrep
9be2b6f5ca
Fix "Hide tabbar with only one tab" option to work also with fullscreen.
...
Closes #927
2013-06-06 13:14:12 +02:00
nowrep
09a1bec467
Added option to detach tabs into own window.
...
Closes #441
2013-05-13 22:01:36 +02:00
nowrep
d391b65bed
[Oxygen] Fixes crash when closing window.
...
This is proper fix for #838
2013-05-12 23:30:55 +02:00
nowrep
16d5917d43
[Code] Make it possible to move TabbedWebView to other window.
2013-05-12 22:55:53 +02:00
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).
2013-05-03 00:35:14 +02:00
nowrep
db6f4333f2
[Code] Added comment for previous commit (Crash fix)
2013-04-10 22:48:29 +02:00
nowrep
fe6e450a44
[Oxygen] Fix crash on close with tabs on top enabled.
...
See #838
2013-04-09 14:06:59 +02:00
nowrep
f508475916
[Fix] Fixed duplicating current url in history when restoring session.
2013-03-13 11:57:56 +01:00
nowrep
63b5a059c9
Coding style + changed line endings of copyright
2013-02-23 16:18:01 +01:00
nowrep
ac7dc197ae
Fixed hiding navigation container when disable and enabling tabs on top.
...
Closes #764
2013-02-19 11:23:21 +01:00
nowrep
5b0f37abd5
Fixed crash when showing multiple notifications with Tabs On Top.
2013-02-17 11:41:42 +01:00
nowrep
9a99509faf
Proper fix for restoring current tab.
...
Fix for 3b4d2f5534
2013-02-11 16:45:10 +01:00
nowrep
3b4d2f5534
[Regression] Fixed restoring current tab.
...
Regression from 38c4d347c9
2013-02-11 11:02:42 +01:00
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)
2013-02-11 09:51:22 +01:00
nowrep
83f3c90752
Added option to show tabs on top.
...
You can change it in Menu View -> Toolbars
Closes #640
2013-02-09 13:00:45 +01:00
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
2013-02-07 12:35:54 +01:00
nowrep
3b301e8446
[adblock] Added support for $image rules.
...
It tests whether the url ends with .jpg/.jpeg/.gif/.png
2013-02-07 11:04:09 +01:00
nowrep
2bb002b62d
Properly returning page to its original state after rendering preview.
...
See #663
2013-02-06 23:45:43 +01:00
nowrep
4f42040c7e
Followup for background fix with dark themes.
2013-01-31 14:18:28 +01:00
nowrep
a97ef7d627
Properly fixed page background color with dark themes.
...
Also fixed building with Qt 4.7
2013-01-31 11:54:42 +01:00
nowrep
e28f9d438e
[Code] qz_ prefixed functions moved to QzTools namespace.
2013-01-22 19:04:22 +01:00
nowrep
2d5b0c0bc0
Don't check for null pointer before deleting objects.
...
- as delete 0 is safe
2012-09-11 11:43:11 +02:00
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
2012-09-03 22:40:52 +02:00
nowrep
b2181f0bab
Coding style: Use empty QString() constructor instead of "" everywhere
2012-09-02 11:42:41 +02:00
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
2012-08-10 21:16:43 +02:00
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
2012-07-13 11:04:14 +02:00
nowrep
8e76ba5a47
Ensuring tab previews are painted without scrollbars.
...
- it finally works now
2012-04-15 22:08:41 +02:00
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
2012-04-13 13:26:32 +02:00
nowrep
48b7aed86b
Fixed regression from last commit when page thumbnail could be rendered
...
with scrollbars.
2012-04-12 15:41:28 +02:00
nowrep
a34057d1ea
Using faster thumbnail generation also in Speed Dial.
...
- thanks to Ariya Hidayat #378
2012-04-12 15:24:57 +02:00
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 .
2012-04-11 21:28:54 -07:00
nowrep
90870cff11
Added option to completely disable tab previews.
...
- only classic tooltip contains full page title will be
displayed
closes #374
2012-04-10 18:29:22 +02:00
nowrep
d03700f917
Added opacity effect on tab previews.
2012-04-09 14:09:40 +02:00
nowrep
e5ce2f5e3d
Added animated tab previews (by Alexander Samilovskih)
...
- thanks a lot for his work!
- option to disable animations in preferences -> tabs
2012-04-08 21:45:40 +02:00
nowrep
c9b28f31e6
Fixed bug when page with null icon could get "error page" siteicon
...
- also fixed deleting history entries
2012-04-04 14:45:45 +02:00
nowrep
7c7c1787bc
Fixed saving settings in plugins.
2012-04-03 20:23:15 +02:00
nowrep
f590ad1925
Removed use of whatsThis() and other code cleanups
2012-03-13 17:51:06 +01:00
nowrep
9161945d97
Various fixes regarding "Don't load tabs until selected" option
...
- fixed typo in Access Keys Navigation plugin
2012-03-12 18:22:01 +01:00
nowrep
efab78ae5e
Added option "Don't load tabs until selected" when restoring session.
2012-03-11 15:17:12 +01:00
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
2012-02-29 18:33:50 +01:00
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
2012-02-23 19:18:08 +01:00