Skip to content

Commit

Permalink
删除多余文件
Browse files Browse the repository at this point in the history
  • Loading branch information
lingmo-dream committed Aug 24, 2023
1 parent 1fe5eef commit fd386c9
Show file tree
Hide file tree
Showing 14 changed files with 369 additions and 191 deletions.
26 changes: 16 additions & 10 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ling-settings (1.0.0) UNRELEASED; urgency=high

* LingmoOS <cuteos@foxmail.com>

-- Floating dream <cuteos@foxmail.com> Tue, 8 Aug 2023 04:09:12 +0800

ling-settings (1.0.0.0) UNRELEASED; urgency=high

* LingmoOS <cuteos@foxmail.com>
Expand All @@ -24,42 +30,42 @@ cute-settings (6.06.6) UNRELEASED; urgency=high

cute-settings (23.02.8) UNRELEASED; urgency=high

* Update <support@cuteos.com>
* Update <cuteos@foxmail.com>

-- Floating dream <2422586862@qq.com> Tue, 14 Feb 2023 21:06:52 +0800

cute-settings (0.9) unstable; urgency=high

* Functional update to 0.9

-- weilinfox <support@cuteos.com> Mon, 20 Jun 2022 11:19:00 +0800
-- weilinfox <cuteos@foxmail.com> Mon, 20 Jun 2022 11:19:00 +0800

cute-settings (0.8-2) UNRELEASED; urgency=medium

* Adapt Accessibility

-- weilinfox <support@cuteos.com> Fri, 11 Jun 2022 16:20:21 +0800
-- weilinfox <cuteos@foxmail.com> Fri, 11 Jun 2022 16:20:21 +0800

cute-settings (0.8-1) UNRELEASED; urgency=medium

* Adapt dark theme

-- weilinfox <support@cuteos.com> Fri, 10 Jun 2022 16:20:21 +0800
-- weilinfox <cuteos@foxmail.com> Fri, 10 Jun 2022 16:20:21 +0800

cute-settings (0.8) UNRELEASED; urgency=high

* Update <support@cuteos.com>
* Update <cuteos@foxmail.com>

-- CuteOS <support@cuteos.com> Sat, 29 Jan 2022 03:24:55 +0800
-- CuteOS <cuteos@foxmail.com> Sat, 29 Jan 2022 03:24:55 +0800

cute-settings (0.5.1) UNRELEASED; urgency=high

* Update <support@cuteos.com>
* Update <cuteos@foxmail.com>

-- CuteOS <support@cuteos.com> Sat, 09 Oct 2021 11:01:00 +0800
-- CuteOS <cuteos@foxmail.com> Sat, 09 Oct 2021 11:01:00 +0800

cute-settings (0.5) UNRELEASED; urgency=high

* Initial release CuteOS <support@cuteos.com>
* Initial release CuteOS <cuteos@foxmail.com>

-- CuteOS <support@cuteos.com> Thu, 16 Sep 2021 03:52:45 +0800
-- CuteOS <cuteos@foxmail.com> Thu, 16 Sep 2021 03:52:45 +0800
2 changes: 1 addition & 1 deletion src/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ QString About::cpuInfo()

void About::openUpdator()
{
QProcess::startDetached("cute-terminal", QStringList());
QProcess::startDetached("update", QStringList());
}

qlonglong About::calculateTotalRam() const
Expand Down
Binary file added src/images/default-user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logo-rad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 0 additions & 77 deletions src/qml/About/FontGrade.qml

This file was deleted.

44 changes: 23 additions & 21 deletions src/qml/About/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,17 @@ ItemPage {
Layout.fillWidth: true
text: ""
// onClicked: timeZoneDialog.visibility = "Maximized"
onClicked: infoDialog.show()
onClicked: {
about.openUpdator()
}

RowLayout {
anchors.fill: parent
anchors.leftMargin: CuteUI.Units.largeSpacing * 1.5
anchors.rightMargin: CuteUI.Units.largeSpacing * 1.5

Label {
text: qsTr("more Info")
text: qsTr("System Update")
}

Item {
Expand All @@ -265,28 +267,28 @@ ItemPage {
}
}

CuteUI.InfoDialog {
id: infoDialog
name: qsTr("Lingmo OS")
version: about.version
description: qsTr("Built on Debian 12")
ver1: qsTr("OpenLingmo Server 1.0.2")
ver2: about.buildversion
ver3: qsTr("Pro_Beta")
kernel: about.kernelVersion
buildtime: about.buildtime
iconSource: "qrc:/images/dark/LingmoOS-64.png"
// RowLayout {
// spacing: CuteUI.Units.largeSpacing
// Item {
// Layout.fillWidth: true
// }
// }
}
// CuteUI.InfoDialog {
// id: infoDialog
// name: qsTr("Lingmo OS")
// version: about.version
// description: qsTr("Built on Debian 12")
// ver1: qsTr("OpenLingmo Server 1.0.2")
// ver2: about.buildversion
// ver3: qsTr("Pro_Beta")
// kernel: about.kernelVersion
// buildtime: about.buildtime
// iconSource: "qrc:/images/dark/LingmoOS-64.png"
// // RowLayout {
// // spacing: CuteUI.Units.largeSpacing
// // Item {
// // Layout.fillWidth: true
// // }
// // }
// }

Item {
height: CuteUI.Units.smallSpacing
}
}
}
}
}
75 changes: 0 additions & 75 deletions src/qml/About/MoreInfoDialog.qml

This file was deleted.

2 changes: 1 addition & 1 deletion src/qml/DefaultApp/AppComboBox.qml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2021 - 2022 CuteOS Team.
*
* Author: Kate Leet <support@cuteos.com>
* Author: Kate Leet <cuteos@foxmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/qml/DefaultApp/Main.qml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2021 CuteOS Team.
*
* Author: Kate Leet <support@cuteos.com>
* Author: Kate Leet <cuteos@foxmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Loading

0 comments on commit fd386c9

Please sign in to comment.