David Rosca
34feb19dab
[Code] TabHelper: Rename m_pinnedTabBar to m_isPinnedTabBar
...
[ci skip]
12 years ago
David Rosca
78fbccae15
[ComboTabBar] Correctly set QStyleOptionTab::position for tabs
...
This fixes rendering of OnlyOneTab with Bespin theme.
12 years ago
David Rosca
964a76c04b
[ComboTabBar] Correctly switch tabs when closing last tab in tabbar
...
Also remove custom logic for SelectPreviousTab on tab remove and use
only the QTabBar's selectionBehaviorOnRemove
Fix 1 for #1322
12 years ago
David Rosca
6797433e39
[ComboTabBar] Fixed tabAt() on scroll buttons
12 years ago
nowrep
7469aced65
[Cleanup] Deleted unused ActionCopy class
...
Also added myself to ComboTabBar copyright
12 years ago
nowrep
98907c2055
[WebTab] Reworked tab attaching/detaching.
...
This also fixes crash on detach
12 years ago
nowrep
7f3d8ee786
[Cleanup] Split src/lib/webview into tabwidget, webkit and webtab folders
12 years ago
nowrep
bfe08409b4
[PrivateBrowsing] Show PrivateBrowsing indicator as left corner widget in tabbar
...
Removed PrivateBrowsing icon in Status Bar
12 years ago
nowrep
da6ccdcee5
[ComboTabBar] Draw TabBarBase also on parts that are not QTabBar
...
Draw TabBarBase on left/right corner widgets and left/right scroll
buttons.
12 years ago
S. Razi Alavizadeh
b26d9b06ab
[ComboTabBar] Fixed right scroll button being hidden on resize
...
When resizing window and triggering overflow, right scroll button
was hidden until the next resize event.
12 years ago
nowrep
27a3781ed0
[ComboTabBar] Move right/left containers to ComboTabBar class
...
It is now possible to set corner widgets of all tabbar, not only
main tabbar.
12 years ago
nowrep
23a599ed75
[ComboTabBar] Fixed double clicking on scroll buttons with Qt5
12 years ago
nowrep
9a6bb0444d
[TabBar] Make sure adding new background tab make it visible in tabbar
12 years ago
nowrep
07cf7036df
[ComboTabBar] When removing tabs, don't use timer for enabling updates
...
Also fixed Show Site Info action in SiteInfoWidget
12 years ago
nowrep
5e4f703ef2
[Code] Renamed qz_namespace.h to qzcommon.h
12 years ago
nowrep
afae00e4a2
[Cleanup] Rename export macro to just QUPZILLA_EXPORT
12 years ago
nowrep
6a4a41a5d9
[TabBar] Don't show tab previews while dragging tabs
12 years ago
nowrep
d17584d944
[ComboTabBar] Rework tab scrolling animation
...
Using OutQuad easing curve and restarting animation on new wheel events
make the scrolling feel a lot better.
Wheel scrolling behavior:
horizontal wheel event: slower scrolling
vertical wheel event with control modifier: faster scrolling
vertical wheel event with other(+no) modifiers: fast scrolling
12 years ago
nowrep
4d211e0098
[ComboTabBar] Hopefully fixed all issues with wrong mouseover state for tabs
...
Repaint the whole tabbar on enter and leave events, so all tabs are
rendered with correct mouseover state.
12 years ago
nowrep
47496501eb
[ComboTabBar] Correctly set height of pinned tabbar
...
Both tabbars will now have the same height.
This commit fixes incorrect drawing of line under pinned tabs when
moving tabs with Oxygen theme.
Also removed unused maxVisiblePinnedTabs property
12 years ago
nowrep
f7806bed7d
[ComboTabBar] Fixed incorrectly changing current index when closing tabs in inactive tabbar.
12 years ago
nowrep
d21d6c43a0
[ComboTabBar] Fixed flickering when removing tabs from tabbar
12 years ago
nowrep
555453a7e2
[ComboTabBar] Fixed isOverflowed() for empty tabbar.
...
It returned true for empty tabbar. Switching tabs with
mouse wheel now works correctly in all scenarios.
12 years ago
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
12 years ago
nowrep
36d1bed75a
[CodingStyle] Coding style updates in ComboTabBar
12 years ago
nowrep
33615d3f32
Fixed compilation with Qt 5
12 years ago
nowrep
23d402a12b
[ComboTabBar] Setup layout as soon as possible.
...
Also fixed typo widthes -> widths
12 years ago
nowrep
e8bbe53edb
[ComboTabBar] Correctly fix tabAt function
12 years ago
nowrep
b4f3b5962e
[ComboTabBar] Fix tabAt when pos is on right/left scroll buttons
12 years ago
nowrep
3e3d823d95
[ComboTabBar] m_heightIsDirty is not really needed
12 years ago
nowrep
6fcbefc7b1
TabBar: Edit sizes of tabs. Minimal tab width is now 100
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