Skip to content

Commit a1bc4a0

Browse files
Updated qt_markectplace files
1 parent abf7224 commit a1bc4a0

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

doc/ads_qt_marketplace_description.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@ styles as much as possible.
1212

1313
## Features
1414

15-
### Overview
16-
17-
- [Features](#features)
18-
- [Overview](#overview)
19-
- [Docking everywhere - no central widget](#docking-everywhere---no-central-widget)
20-
- [Docking inside floating windows](#docking-inside-floating-windows)
21-
- [Grouped dragging](#grouped-dragging)
22-
- [Perspectives for fast switching of the complete main window layout](#perspectives-for-fast-switching-of-the-complete-main-window-layout)
23-
- [Opaque and non-opaque splitter resizing](#opaque-and-non-opaque-splitter-resizing)
24-
- [Opaque and non-opaque undocking](#opaque-and-non-opaque-undocking)
25-
- [Tab-menu for easy handling of many tabbed dock widgets](#tab-menu-for-easy-handling-of-many-tabbed-dock-widgets)
26-
- [Many different ways to detach dock widgets](#many-different-ways-to-detach-dock-widgets)
27-
- [Supports deletion of dynamically created dock widgets](#supports-deletion-of-dynamically-created-dock-widgets)
28-
2915
### Docking everywhere - no central widget
3016

3117
There is no central widget like in the Qt docking system. You can dock on every

doc/ads_qt_marketplace_manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"extensionType": [
55
"library"
66
],
7-
"version": "3.0.0",
7+
"version": "3.8.2",
88
"vendor": {
99
"name": "githubuser0xFFFF",
1010
"url": "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System"
1111
},
1212
"contact": "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues",
13-
"icon": "https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/ads_icon_512.png",
13+
"icon": "https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/ads_icon.svg",
1414
"licenses": [
15-
{ "licenseType": "LGPLv2.1",
15+
{ "licenseType": "LGPL-2.1-only",
1616
"licenseUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" }
1717
],
1818
"created": "2017-03-30",
19-
"lastUpdate": "2020-01-16",
19+
"lastUpdate": "2022-03-02",
2020
"platforms": [
21-
"Windows 7-10", "Kubuntu 18.04", "Kubuntu 19.10", "Ubuntu 19.10"
21+
"Windows 7-11", "Kubuntu 18.04", "Kubuntu 19.10", "Ubuntu 19.10", "Ubuntu 20.04"
2222
],
2323
"qtVersions": [
2424
"5.5.1 or newer"

0 commit comments

Comments
 (0)