David Rosca
99bdca9944
Replaced another qupzilla urls
8 years ago
l10n daemon script
adf24d7f94
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
3de958a3ed
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
David Rosca
802e447c0c
VerticalTabs: Show detach tab action in context menu
...
It's not possible to detach tabs by dragging them to empty space
as with main tabbar.
8 years ago
David Rosca
28d78cdcca
Fix missing override warnings
8 years ago
David Rosca
512a19e528
VerticalTabs: Draw background activity indicator
8 years ago
David Rosca
7c013f5342
Plugins: Port plugin spec to standard desktop file
...
Makes it translatable
8 years ago
David Rosca
3333b61650
Unregister scheme handler / extra js objects by pointer not name
8 years ago
David Rosca
4a1d807fec
Remove QzRegExp
...
Port directly to QRegularExpression everywhere
8 years ago
David Rosca
f1c7c2beaf
Remove NetworkProxyFactory
8 years ago
David Rosca
881615a629
Remove AccessKeysNavigation plugin
8 years ago
David Rosca
7670c7df90
VerticalTabs: Scroll to current tab when opening new selected tab
8 years ago
David Rosca
75b072ec88
Fix missing override warnings
8 years ago
David Rosca
4caab39269
Fix building password backend plugins
8 years ago
David Rosca
977b45505c
PluginProxy: Remove QZ_REGISTER_* macros
8 years ago
David Rosca
43fa19121a
VerticalTabs: Make it possible to change height of pinned tab view
...
Same as TabTreeView, TabListView uses font metrics to calculate height.
Themes can change it with "font-size" property.
8 years ago
David Rosca
6aee383a9c
VerticalTabs: Add Tab Tree context menu with tree actions
...
With Close Tree + Expand/Collapse all actions.
8 years ago
David Rosca
5e2af2ff66
VerticalTabs: Add support for creating groups
...
Long press on New Tab button will show menu with existing groups
and clicking on group will open new tab inside this group.
8 years ago
David Rosca
ea432a7de7
TabContextMenu: Add Options flags
8 years ago
David Rosca
825ee7ea96
Revert "TabContextMenu: Require only WebTab in constructor"
...
This broke context menu on empty tab bar space.
This reverts commit e791e77045b572af02d27f7a15ae082a4a13814c.
8 years ago
David Rosca
408b2ffad6
TabWidget: Add public webTab method
...
Also cleanup tabbedwebview.h includes.
8 years ago
David Rosca
aa332a4ed2
VerticalTabs: Reject drop on last row in pinned tabs model
...
It seems like a weird behavior in Qt because source model receives
drop on last index (in filter model) as drop on last index in source
model instead of filter model and it can't make a right decision.
Source model:
| 1 | 2 | 3 | 4 | 5 | 6 |
Filter model:
| 1 | 2 | 3 | 4 |
^
Dropping here propagates to source model as drop on index 7, not 5.
Let's just ignore this case to workaround it.
8 years ago
David Rosca
dbd4e75941
VerticalTabs: Save expanded state in session
8 years ago
David Rosca
62264501e2
VerticalTabs: Switch tabs with mouse wheel
...
But only when there is no scrollbar in normal tabs view.
8 years ago
David Rosca
bbbe136346
VerticalTabs: Handle Ctrl+Tab switching tabs in tree order
8 years ago
David Rosca
25d70e557a
VerticalTabs: Add Simple theme
8 years ago
David Rosca
7bb2b5dfed
VerticalTabs: Cleanups in Windows theme
8 years ago
David Rosca
ca60f9a300
VerticalTabs: Don't use selected icon mode for favicons
...
On some styles (particularly QStyleSheetStyle) it returns pixmap
drawn onto background color.
8 years ago
David Rosca
4db34d4645
VerticalTabs: Remove custom properties for colors
8 years ago
David Rosca
06621a6f8a
VerticalTabs: Add windows theme
8 years ago
David Rosca
2c731111d7
VerticalTabs: Add support for changing themes
8 years ago
David Rosca
2c60d8bcfb
VerticalTabs: Add option to append/prepend new child tabs
8 years ago
David Rosca
e981f638de
VerticalTabs: Hide pinned tabs view when empty
8 years ago
David Rosca
f3d5f27cdf
VerticalTabs: Set Qt::NoFocus policy
...
Fixes some styles painting unwanted focus indicator.
8 years ago
David Rosca
8c96660852
VerticalTabs: Add new tab button
8 years ago
David Rosca
faec2d2b20
VerticalTabs: Fix object names for close button
8 years ago
David Rosca
ac9830381d
VerticalTabs: Add option to indentate background of items
8 years ago
David Rosca
e5a55a6c69
VerticalTabs: Fix rendering negative margins when updating single index
8 years ago
David Rosca
79d116d07c
TabTreeDelegate: Make it stylable on which items to show close button
8 years ago
David Rosca
36eb1f5523
VerticalTabs: Fix QSS styling issues
...
It is now possible to replicate tabbar from Windows theme.
8 years ago
David Rosca
ad387fe712
TabTreeView: Draw real tabbar close button and make it stylable
8 years ago
David Rosca
4ad6d6cda1
TabTreeModel: Only sync top-level tabs when closing window
...
Otherwise reordering tabs is too distracting when tabbar is visible.
8 years ago
David Rosca
05bb94adfe
VerticalTabs: Correctly delete models when switching view type
8 years ago
David Rosca
68c30781bb
VerticalTabs: Show tooltips for tabs
8 years ago
David Rosca
a1101c129c
VerticalTabs: Move scrollbar to the left
8 years ago
David Rosca
805c23ddb9
VerticalTabs: Expand subtree when new tab is inserted
8 years ago
David Rosca
072d3c28ee
VerticalTabs: Show pinned tabs in horizontal list above normal tabs
8 years ago
David Rosca
801c1845b5
Cleanups in TabTreeView
8 years ago
David Rosca
fc9f88ae67
VerticalTabs: Set scrolling per pixel
8 years ago
David Rosca
ebd2b6da51
VerticalTabs: Automatically scroll to current tab
8 years ago