Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Update: Add changes from Python package branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Jul 7, 2022
1 parent 1dcf0a5 commit be71559
Show file tree
Hide file tree
Showing 27 changed files with 399 additions and 240 deletions.
7 changes: 7 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# System Monitoring Center

### v1.23.0
* Improved start speed of Services tab on several systems
* Improved information show speed on some systems (System tab)
* Improvements for preventing GUI blocking (GPU tab)
* Improvements for thread safety (MainGUI)
* Minor improvements (GUI, translations, etc.)

### v1.22.0
* Changed main menu button location and appearance
* Hide Services tab if systemd is not used
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Multi-featured system monitor.
<p align="center">
<a href="https://github.com/hakandundar34coding/system-monitoring-center/tags"><img alt="Platform (GNU/Linux)" src="https://img.shields.io/badge/platform-GNU/Linux-blue.svg"/></a>
<a href="https://github.com/hakandundar34coding/system-monitoring-center/tags"><img alt="GitHub tag (latest by date)" src="https://img.shields.io/github/v/tag/hakandundar34coding/system-monitoring-center"></a>
<a href="https://github.com/hakandundar34coding/system-monitoring-center/tags"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/system-monitoring-center"></a>
<a href="https://github.com/hakandundar34coding/system-monitoring-center/tags"><img alt="GitHub all releases" src="https://img.shields.io/github/downloads/hakandundar34coding/system-monitoring-center/total"></a>
<a href="https://pypi.org/project/system-monitoring-center/"><img src="https://static.pepy.tech/personalized-badge/system-monitoring-center?period=total&units=international_system&left_color=grey&right_color=green&left_text=downloads"/></a>
<a href="https://github.com/hakandundar34coding/system-monitoring-center/blob/master/Changes.md"><img src="https://img.shields.io/badge/View-Changelog-b37840"></a>
Expand All @@ -19,7 +18,7 @@ Multi-featured system monitor.
- Monitoring and managing processes and services (systemd)
- Monitoring users, sensors and general system information
- Supports PolicyKit. No need to run the application with "sudo"
- Hardware selection options (selecting different CPU cores, disks, network cards, GPUs)
- Hardware selection options (selecting CPU cores, disks, network cards, GPUs)
- Plotting performance data of multiple devices at the same time
- Interactive charts for querying performance data on any point
- Option for showing processes as tree or list
Expand Down Expand Up @@ -89,4 +88,4 @@ Multi-featured system monitor.
### Notes:
- GPU usage information availability depends on vendor/driver.
- GPU load is not tracked if GPU tab is switched off (for lower CPU usage).
- Some virtual machines does not provide CPU min-max frequencies, sensors and RAM hardware information.
- Virtual machines may not provide CPU min-max frequencies, sensors and RAM hardware information.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
system-monitoring-center (1.23.0) unstable; urgency=medium

* Improved start speed of Services tab on several systems
* Improved information show speed on some systems (System tab)
* Improvements for preventing GUI blocking (GPU tab)
* Improvements for thread safety (MainGUI)
* Minor improvements (GUI, translations, etc.)

-- Hakan Dündar <[email protected]> Thu, 07 Jul 2022 08:00:00 +0300

system-monitoring-center (1.22.0) unstable; urgency=medium

* Changed main menu button location and appearance
Expand Down
Binary file modified locale/cs/LC_MESSAGES/system-monitoring-center.mo
Binary file not shown.
47 changes: 20 additions & 27 deletions locale/cs/LC_MESSAGES/system-monitoring-center.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-06-29 10:29+0300\n"
"PO-Revision-Date: 2022-06-29 10:31+0300\n"
"POT-Creation-Date: 2022-07-04 15:45+0300\n"
"PO-Revision-Date: 2022-07-04 15:48+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: cs\n"
Expand Down Expand Up @@ -49,12 +49,12 @@ msgstr "Swap"

#: src/Disk.py:387 src/Gpu.py:243 src/Gpu.py:246 src/Network.py:265
#: src/Network.py:305 src/Services.py:168 src/ServicesDetails.py:128
#: src/UsersDetails.py:213
#: src/UsersDetails.py:216
msgid "Yes"
msgstr "Ano"

#: src/Disk.py:389 src/Gpu.py:248 src/Network.py:267 src/Services.py:168
#: src/ServicesDetails.py:128 src/UsersDetails.py:215
#: src/ServicesDetails.py:128 src/UsersDetails.py:218
msgid "No"
msgstr "Ne"

Expand All @@ -71,27 +71,27 @@ msgstr ""
"Varování! Aplikace musí být spuštěna s právy roota a může poškodit váš "
"systém."

#: src/MainGUI.py:253
#: src/MainGUI.py:260
msgid "There is a newer version on PyPI."
msgstr "Je dostupná nová verze PyPI."

#: src/MainGUI.py:544 src/SettingsGUI.py:51 ui/MainWindow.ui:182
#: src/MainGUI.py:551 src/SettingsGUI.py:51 ui/MainWindow.ui:182
#: ui/ProcessesDetailsWindow.ui:709 ui/ServicesDetailsWindow.ui:613
#: ui/SummaryTab.ui:20
msgid "Summary"
msgstr "Souhrn"

#: src/MainGUI.py:554
#: src/MainGUI.py:561
msgid "CPU core selection affects only frequency and cache memory information."
msgstr "Výběr CPU jádra ovlivňuje pouze informace o frekvenci a paměti cache."

#: src/MainGUI.py:558 src/Memory.py:180 src/Performance.py:1091
#: src/MainGUI.py:565 src/Memory.py:180 src/Performance.py:1091
#: src/Performance.py:1419 ui/MemoryMenus.ui:131 ui/MemoryTab.ui:28
#: ui/PerformanceSummaryHeaderBarGrid.ui:53
msgid "RAM"
msgstr "RAM"

#: src/MainGUI.py:558 src/Memory.py:207 src/Performance.py:1419
#: src/MainGUI.py:565 src/Memory.py:207 src/Performance.py:1419
#: ui/MemorySwapDetailsWindow.ui:7 ui/MemoryTab.ui:504
#: ui/ProcessesDetailsWindow.ui:902
msgid "Swap Memory"
Expand Down Expand Up @@ -216,8 +216,9 @@ msgstr "Rychlost nahrávání"
msgid "PID"
msgstr "PID"

#: src/Processes.py:188 src/Users.py:129 ui/ProcessesDetailsWindow.ui:87
#: ui/ProcessesMenuCustomizations.ui:179 ui/UsersDetailsWindow.ui:45
#: src/Processes.py:188 src/Users.py:129 src/UsersDetails.py:122
#: ui/ProcessesDetailsWindow.ui:87 ui/ProcessesMenuCustomizations.ui:179
#: ui/UsersDetailsWindow.ui:7 ui/UsersDetailsWindow.ui:45
#: ui/UsersMenuCustomizations.ui:57
msgid "User"
msgstr "Uživatel"
Expand Down Expand Up @@ -317,7 +318,7 @@ msgstr "Stop sledování"
msgid "Dead"
msgstr "Mrtvý"

#: src/Processes.py:618 src/Sensors.py:333 src/Services.py:447 src/Users.py:493
#: src/Processes.py:618 src/Sensors.py:333 src/Services.py:464 src/Users.py:493
#: ui/ProcessesTab.ui:66 ui/SensorsTab.ui:66 ui/ServicesTab.ui:99
#: ui/UsersTab.ui:66
msgid "Search..."
Expand Down Expand Up @@ -437,7 +438,7 @@ msgstr "Načtený"
msgid "Exited"
msgstr "Opuštěný"

#: src/Services.py:447 src/SettingsGUI.py:50 ui/MainWindow.ui:769
#: src/Services.py:464 src/SettingsGUI.py:50 ui/MainWindow.ui:769
#: ui/ServicesMenuCustomizations.ui:23 ui/ServicesTab.ui:61
msgid "Services"
msgstr "Služby"
Expand Down Expand Up @@ -1135,26 +1136,18 @@ msgstr "Počet nainstalovaných Flatpaků"
msgid "Flatpak:"
msgstr "Flatpak:"

#: ui/SystemTab.ui:736
#: ui/SystemTab.ui:719
msgid "Window Manager:"
msgstr "Správce oken:"

#: ui/SystemTab.ui:799
msgid "Version of Python which is running this application"
msgstr "Verze Pythonu ve které běží tato aplikace"
#: ui/SystemTab.ui:782 ui/SystemTab.ui:796
msgid "Version for the currently running software"
msgstr ""

#: ui/SystemTab.ui:801
#: ui/SystemTab.ui:784
msgid "Python Version:"
msgstr "Verze Pythonu:"

#: ui/SystemTab.ui:813
msgid "Version of Gtk which is running this application"
msgstr "Která verze Gtk pohání tuto aplikaci"

#: ui/SystemTab.ui:815
#: ui/SystemTab.ui:798
msgid "Gtk Version:"
msgstr "Verze Gtk:"

#: ui/UsersDetailsWindow.ui:7
msgid "User Details"
msgstr "Podrobnosti o uživateli"
Binary file modified locale/hu/LC_MESSAGES/system-monitoring-center.mo
Binary file not shown.
47 changes: 20 additions & 27 deletions locale/hu/LC_MESSAGES/system-monitoring-center.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-06-29 10:29+0300\n"
"PO-Revision-Date: 2022-06-29 10:31+0300\n"
"POT-Creation-Date: 2022-07-04 15:45+0300\n"
"PO-Revision-Date: 2022-07-04 15:48+0300\n"
"Last-Translator: Kálmán „KAMI” Szalai <[email protected]>\n"
"Language-Team: \n"
"Language: hu\n"
Expand Down Expand Up @@ -48,12 +48,12 @@ msgstr "Cserehely"

#: src/Disk.py:387 src/Gpu.py:243 src/Gpu.py:246 src/Network.py:265
#: src/Network.py:305 src/Services.py:168 src/ServicesDetails.py:128
#: src/UsersDetails.py:213
#: src/UsersDetails.py:216
msgid "Yes"
msgstr "Igen"

#: src/Disk.py:389 src/Gpu.py:248 src/Network.py:267 src/Services.py:168
#: src/ServicesDetails.py:128 src/UsersDetails.py:215
#: src/ServicesDetails.py:128 src/UsersDetails.py:218
msgid "No"
msgstr "Nem"

Expand All @@ -70,29 +70,29 @@ msgstr ""
"Figyelmeztetés! Az alkalmazás rendszergazdai jogosultsággal fut, ami kárt "
"okozhat a rendszerben."

#: src/MainGUI.py:253
#: src/MainGUI.py:260
msgid "There is a newer version on PyPI."
msgstr "Újabb verzió érhető el a PyPI csomagból."

#: src/MainGUI.py:544 src/SettingsGUI.py:51 ui/MainWindow.ui:182
#: src/MainGUI.py:551 src/SettingsGUI.py:51 ui/MainWindow.ui:182
#: ui/ProcessesDetailsWindow.ui:709 ui/ServicesDetailsWindow.ui:613
#: ui/SummaryTab.ui:20
msgid "Summary"
msgstr "Összegzés"

#: src/MainGUI.py:554
#: src/MainGUI.py:561
msgid "CPU core selection affects only frequency and cache memory information."
msgstr ""
"A CPU-mag kiválasztása csak a frekvencia és gyorsítótár-memória "
"információkat érinti."

#: src/MainGUI.py:558 src/Memory.py:180 src/Performance.py:1091
#: src/MainGUI.py:565 src/Memory.py:180 src/Performance.py:1091
#: src/Performance.py:1419 ui/MemoryMenus.ui:131 ui/MemoryTab.ui:28
#: ui/PerformanceSummaryHeaderBarGrid.ui:53
msgid "RAM"
msgstr "RAM"

#: src/MainGUI.py:558 src/Memory.py:207 src/Performance.py:1419
#: src/MainGUI.py:565 src/Memory.py:207 src/Performance.py:1419
#: ui/MemorySwapDetailsWindow.ui:7 ui/MemoryTab.ui:504
#: ui/ProcessesDetailsWindow.ui:902
msgid "Swap Memory"
Expand Down Expand Up @@ -217,8 +217,9 @@ msgstr "Feltöltési sebesség"
msgid "PID"
msgstr "PID"

#: src/Processes.py:188 src/Users.py:129 ui/ProcessesDetailsWindow.ui:87
#: ui/ProcessesMenuCustomizations.ui:179 ui/UsersDetailsWindow.ui:45
#: src/Processes.py:188 src/Users.py:129 src/UsersDetails.py:122
#: ui/ProcessesDetailsWindow.ui:87 ui/ProcessesMenuCustomizations.ui:179
#: ui/UsersDetailsWindow.ui:7 ui/UsersDetailsWindow.ui:45
#: ui/UsersMenuCustomizations.ui:57
msgid "User"
msgstr "Felhasználó"
Expand Down Expand Up @@ -318,7 +319,7 @@ msgstr "Hibakövetés leállítása"
msgid "Dead"
msgstr "Üzemképtelen"

#: src/Processes.py:618 src/Sensors.py:333 src/Services.py:447 src/Users.py:493
#: src/Processes.py:618 src/Sensors.py:333 src/Services.py:464 src/Users.py:493
#: ui/ProcessesTab.ui:66 ui/SensorsTab.ui:66 ui/ServicesTab.ui:99
#: ui/UsersTab.ui:66
msgid "Search..."
Expand Down Expand Up @@ -438,7 +439,7 @@ msgstr "Betöltve"
msgid "Exited"
msgstr "Kilépett"

#: src/Services.py:447 src/SettingsGUI.py:50 ui/MainWindow.ui:769
#: src/Services.py:464 src/SettingsGUI.py:50 ui/MainWindow.ui:769
#: ui/ServicesMenuCustomizations.ui:23 ui/ServicesTab.ui:61
msgid "Services"
msgstr "Szolgáltatások"
Expand Down Expand Up @@ -1137,26 +1138,18 @@ msgstr "Telepített Flatpak alkalmazások és futtatókörnyezetek száma"
msgid "Flatpak:"
msgstr "Flatpak:"

#: ui/SystemTab.ui:736
#: ui/SystemTab.ui:719
msgid "Window Manager:"
msgstr "Ablakkezelő:"

#: ui/SystemTab.ui:799
msgid "Version of Python which is running this application"
msgstr "Az alkalmazást futtató Python értelmező verziója"
#: ui/SystemTab.ui:782 ui/SystemTab.ui:796
msgid "Version for the currently running software"
msgstr ""

#: ui/SystemTab.ui:801
#: ui/SystemTab.ui:784
msgid "Python Version:"
msgstr "Python verzió:"

#: ui/SystemTab.ui:813
msgid "Version of Gtk which is running this application"
msgstr "Az alkalmazás által használt GTK alkalmazáskönyvtár verziója"

#: ui/SystemTab.ui:815
#: ui/SystemTab.ui:798
msgid "Gtk Version:"
msgstr "GTK verzió:"

#: ui/UsersDetailsWindow.ui:7
msgid "User Details"
msgstr "Felhasználói adatok"
Binary file modified locale/pl/LC_MESSAGES/system-monitoring-center.mo
Binary file not shown.
Loading

0 comments on commit be71559

Please sign in to comment.