Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dtk6 #216

Closed
wants to merge 6 commits into from
Closed

dtk6 #216

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 18 additions & 22 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
[submodule "dtkcommon"]
path = dtkcommon
url = https://github.com/linuxdeepin/dtkcommon
[submodule "dtk6core"]
path = dtk6core
url = https://github.com/linuxdeepin/dtk6core
branch = master
[submodule "dtkcore"]
path = dtkcore
url = https://github.com/linuxdeepin/dtkcore
[submodule "dtk6gui"]
path = dtk6gui
url = https://github.com/linuxdeepin/dtk6gui
branch = master
[submodule "dtkgui"]
path = dtkgui
url = https://github.com/linuxdeepin/dtkgui
[submodule "dtk6widget"]
path = dtk6widget
url = https://github.com/linuxdeepin/dtk6widget
branch = master
[submodule "dtkwidget"]
path = dtkwidget
url = https://github.com/linuxdeepin/dtkwidget
[submodule "dtk6declarative"]
path = dtk6declarative
url = https://github.com/linuxdeepin/dtk6declarative
branch = master
[submodule "dtkdeclarative"]
path = dtkdeclarative
url = https://github.com/linuxdeepin/dtkdeclarative
[submodule "qt6integration"]
path = qt6integration
url = https://github.com/linuxdeepin/qt6integration
branch = master
[submodule "qt5integration"]
path = qt5integration
url = https://github.com/linuxdeepin/qt5integration
branch = master
[submodule "qt5platform-plugins"]
path = qt5platform-plugins
url = https://github.com/linuxdeepin/qt5platform-plugins
[submodule "qt6platform-plugins"]
path = qt6platform-plugins
url = https://github.com/linuxdeepin/qt6platform-plugins
branch = master
24 changes: 24 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
dtk (6.0.26) unstable; urgency=medium

* release 6.0.26

-- YeShanShan <[email protected]> Thu, 02 Jan 2025 13:53:37 +0800

dtk (6.0.19) unstable; urgency=medium

* release 6.0.19

-- Zhang Kun <[email protected]> Tue, 20 Aug 2024 13:15:20 +0800

dtk (6.0.18) unstable; urgency=medium

* release 6.0.18

-- Mike Chen <[email protected]> Mon, 08 Jul 2024 10:35:18 +0800

dtk (6.0.17) unstable; urgency=medium

* release 6.0.17

-- Zhang kun <[email protected]> Mon, 24 Jun 2024 13:26:23 +0800

dtk (5.6.26) unstable; urgency=medium

* release 5.6.26
Expand Down
1 change: 1 addition & 0 deletions dtk6core
Submodule dtk6core added at 0e222e
1 change: 1 addition & 0 deletions dtk6declarative
Submodule dtk6declarative added at 67adc1
1 change: 1 addition & 0 deletions dtk6gui
Submodule dtk6gui added at d73c31
1 change: 1 addition & 0 deletions dtk6widget
Submodule dtk6widget added at f18b45
1 change: 0 additions & 1 deletion dtkcommon
Submodule dtkcommon deleted from 30efe1
1 change: 0 additions & 1 deletion dtkcore
Submodule dtkcore deleted from 391320
1 change: 0 additions & 1 deletion dtkdeclarative
Submodule dtkdeclarative deleted from 9fa500
1 change: 0 additions & 1 deletion dtkgui
Submodule dtkgui deleted from 1aa57f
1 change: 0 additions & 1 deletion dtkwidget
Submodule dtkwidget deleted from 03bf76
1 change: 0 additions & 1 deletion qt5integration
Submodule qt5integration deleted from 95aafc
1 change: 0 additions & 1 deletion qt5platform-plugins
Submodule qt5platform-plugins deleted from dffd0b
1 change: 1 addition & 0 deletions qt6integration
Submodule qt6integration added at 79ba7b
1 change: 1 addition & 0 deletions qt6platform-plugins
Submodule qt6platform-plugins added at 1d2dbd
Loading