Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Floating dream committed Feb 23, 2024
1 parent a1ac8e1 commit e9614de
Show file tree
Hide file tree
Showing 94 changed files with 40 additions and 29 deletions.
Empty file modified .github/workflows/build.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
12 changes: 12 additions & 0 deletions debian/changelog
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
lingmo-dock (2.0.2) UNRELEASED; urgency=high

* update <[email protected]>

-- Lingmo OS Team <[email protected]> Sun, 18 Feb 2024 22:10:11 +0800

lingmo-dock (2.0.0-2) UNRELEASED; urgency=high

* update <[email protected]>

-- Lingmo OS Team <[email protected]> Tue, 13 Jan 2024 22:10:11 +0800

lingmo-dock (2.0.0) UNRELEASED; urgency=high

* update <[email protected]>
Expand Down
Empty file modified debian/compat
100644 → 100755
Empty file.
Empty file modified debian/control
100644 → 100755
Empty file.
Empty file modified debian/copyright
100644 → 100755
Empty file.
Empty file modified debian/source/format
100644 → 100755
Empty file.
Empty file modified images/launcher.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/rocket.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 26 additions & 6 deletions lingmo-dock-list.conf
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
[lingmo-terminal]
DesktopPath=/usr/share/applications/lingmo-terminal.desktop
[firefox]
DesktopPath=/usr/share/applications/firefox.desktop
Index=0

[org.lingmo_browser.Lingmo]
DesktopPath=/usr/share/applications/org.lingmo_browser.Lingmo.desktop
[lingmo-filemanager]
DesktopPath=/usr/share/applications/lingmo-filemanager.desktop
Index=1

[lingmo-terminal]
DesktopPath=/usr/share/applications/lingmo-terminal.desktop
Index=2

[lingmo-settings]
DesktopPath=/usr/share/applications/lingmo-settings.desktop
Index=2
Index=3

[lingmo-calculator]
DesktopPath=/usr/share/applications/lingmo-calculator.desktop
Index=3
Index=4

[lingmo-debinstaller]
DesktopPath=/usr/share/applications/lingmo-debinstaller.desktop
Index=5

[lingmo-texteditor]
DesktopPath=/usr/share/applications/lingmo-texteditor.desktop
Index=6

[lingmo-updator]
DesktopPath=/usr/share/applications/lingmo-updator.desktop
Index=7

[install-lingmo]
DesktopPath=/usr/share/applications/install-lingmo.desktop
Index=8
Empty file modified qml/AppItem.qml
100644 → 100755
Empty file.
Empty file modified qml/DockItem.qml
100644 → 100755
Empty file.
18 changes: 0 additions & 18 deletions qml/HorizontalDivider.qml

This file was deleted.

4 changes: 1 addition & 3 deletions qml/main.qml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ Item {
}
}

HorizontalDivider {}

DockItem {
id: trashItem
implicitWidth: isHorizontal ? root.height : root.width
Expand Down Expand Up @@ -180,4 +178,4 @@ Item {
popupTips.hide()
}
}
}
}
1 change: 0 additions & 1 deletion resources.qrc
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<file>qml/main.qml</file>
<file>qml/DockItem.qml</file>
<file>qml/AppItem.qml</file>
<file>qml/HorizontalDivider.qml</file>
<file>images/launchpad.svg</file>
<file>images/rocket.svg</file>
<file>images/rocket.png</file>
Expand Down
Empty file modified src/activity.cpp
100644 → 100755
Empty file.
Empty file modified src/activity.h
100644 → 100755
Empty file.
Empty file modified src/applicationitem.h
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/applicationmodel.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ void ApplicationModel::initPinnedApplications()
ApplicationItem *item = new ApplicationItem;
item->id = "lingmo-launcher";
item->exec = "lingmo-launcher";
item->iconName = "qrc:/images/launchpad.svg";
item->iconName = "qrc:/images/rocket.svg";
item->visibleName = tr("Launcher");
item->fixed = true;
m_appItems.append(item);
Expand Down
Empty file modified src/applicationmodel.h
100644 → 100755
Empty file.
Empty file modified src/com.lingmo.Dock.xml
100644 → 100755
Empty file.
Empty file modified src/docksettings.cpp
100644 → 100755
Empty file.
Empty file modified src/docksettings.h
100644 → 100755
Empty file.
Empty file modified src/fakewindow.cpp
100644 → 100755
Empty file.
Empty file modified src/fakewindow.h
100644 → 100755
Empty file.
Empty file modified src/iconthemeimageprovider.cpp
100644 → 100755
Empty file.
Empty file modified src/iconthemeimageprovider.h
100644 → 100755
Empty file.
Empty file modified src/main.cpp
100644 → 100755
Empty file.
Empty file modified src/mainwindow.cpp
100644 → 100755
Empty file.
Empty file modified src/mainwindow.h
100644 → 100755
Empty file.
Empty file modified src/processprovider.cpp
100644 → 100755
Empty file.
Empty file modified src/processprovider.h
100644 → 100755
Empty file.
Empty file modified src/systemappitem.cpp
100644 → 100755
Empty file.
Empty file modified src/systemappitem.h
100644 → 100755
Empty file.
Empty file modified src/systemappmonitor.cpp
100644 → 100755
Empty file.
Empty file modified src/systemappmonitor.h
100644 → 100755
Empty file.
Empty file modified src/trashmanager.cpp
100644 → 100755
Empty file.
Empty file modified src/trashmanager.h
100644 → 100755
Empty file.
Empty file modified src/utils.cpp
100644 → 100755
Empty file.
Empty file modified src/utils.h
100644 → 100755
Empty file.
Empty file modified src/xwindowinterface.cpp
100644 → 100755
Empty file.
Empty file modified src/xwindowinterface.h
100644 → 100755
Empty file.
Empty file modified translations/ar_AA.ts
100644 → 100755
Empty file.
Empty file modified translations/az_AZ.ts
100644 → 100755
Empty file.
Empty file modified translations/be_BY.ts
100644 → 100755
Empty file.
Empty file modified translations/be_Latn.ts
100644 → 100755
Empty file.
Empty file modified translations/bg_BG.ts
100644 → 100755
Empty file.
Empty file modified translations/bn_BD.ts
100644 → 100755
Empty file.
Empty file modified translations/bs_BA.ts
100644 → 100755
Empty file.
Empty file modified translations/cs_CZ.ts
100644 → 100755
Empty file.
Empty file modified translations/da_DK.ts
100644 → 100755
Empty file.
Empty file modified translations/de_DE.ts
100644 → 100755
Empty file.
Empty file modified translations/en_US.ts
100644 → 100755
Empty file.
Empty file modified translations/eo_XX.ts
100644 → 100755
Empty file.
Empty file modified translations/es_ES.ts
100644 → 100755
Empty file.
Empty file modified translations/es_MX.ts
100644 → 100755
Empty file.
Empty file modified translations/fa_IR.ts
100644 → 100755
Empty file.
Empty file modified translations/fi_FI.ts
100644 → 100755
Empty file.
Empty file modified translations/fr_FR.ts
100644 → 100755
Empty file.
Empty file modified translations/he_IL.ts
100644 → 100755
Empty file.
Empty file modified translations/hi_IN.ts
100644 → 100755
Empty file.
Empty file modified translations/hr_HR.ts
100644 → 100755
Empty file.
Empty file modified translations/hu_HU.ts
100644 → 100755
Empty file.
Empty file modified translations/id_ID.ts
100644 → 100755
Empty file.
Empty file modified translations/ie.ts
100644 → 100755
Empty file.
Empty file modified translations/it_IT.ts
100644 → 100755
Empty file.
Empty file modified translations/ja_JP.ts
100644 → 100755
Empty file.
Empty file modified translations/lt_LT.ts
100644 → 100755
Empty file.
Empty file modified translations/lv_LV.ts
100644 → 100755
Empty file.
Empty file modified translations/mg.ts
100644 → 100755
Empty file.
Empty file modified translations/ml_IN.ts
100644 → 100755
Empty file.
Empty file modified translations/nb_NO.ts
100644 → 100755
Empty file.
Empty file modified translations/ne_NP.ts
100644 → 100755
Empty file.
Empty file modified translations/nl_NL.ts
100644 → 100755
Empty file.
Empty file modified translations/pl_PL.ts
100644 → 100755
Empty file.
Empty file modified translations/pt_BR.ts
100644 → 100755
Empty file.
Empty file modified translations/pt_PT.ts
100644 → 100755
Empty file.
Empty file modified translations/ro_RO.ts
100644 → 100755
Empty file.
Empty file modified translations/ru_RU.ts
100644 → 100755
Empty file.
Empty file modified translations/si_LK.ts
100644 → 100755
Empty file.
Empty file modified translations/sk_SK.ts
100644 → 100755
Empty file.
Empty file modified translations/so.ts
100644 → 100755
Empty file.
Empty file modified translations/sr_RS.ts
100644 → 100755
Empty file.
Empty file modified translations/sv_SE.ts
100644 → 100755
Empty file.
Empty file modified translations/sw.ts
100644 → 100755
Empty file.
Empty file modified translations/ta_IN.ts
100644 → 100755
Empty file.
Empty file modified translations/tr_TR.ts
100644 → 100755
Empty file.
Empty file modified translations/tzm.ts
100644 → 100755
Empty file.
Empty file modified translations/uk_UA.ts
100644 → 100755
Empty file.
Empty file modified translations/uz_UZ.ts
100644 → 100755
Empty file.
Empty file modified translations/vi_VN.ts
100644 → 100755
Empty file.
Empty file modified translations/zh_CN.ts
100644 → 100755
Empty file.
Empty file modified translations/zh_TW.ts
100644 → 100755
Empty file.

0 comments on commit e9614de

Please sign in to comment.