678 Commits

Author SHA1 Message Date
Oguzhan Inan
a44d0565a0 This project has been abandoned. There will be no further releases 2023-08-10 20:49:19 +03:00
Oguzhan Inan
0f245341ed Merge pull request #460 from deviserops/native
remove only files not directory
2022-07-25 12:08:46 +03:00
Oguzhan Inan
a7a5783e5e Merge pull request #474 from boofiboi/patch-1
add AUR
2022-07-25 12:08:09 +03:00
Oguzhan Inan
48c9344963 Merge pull request #490 from amiga-500/patch-1
Fixed "--hide" and added "--nosplash" command-line option
2022-07-25 12:07:47 +03:00
Oguzhan Inan
d09dc52df3 Merge pull request #491 from amiga-500/patch-2
Can Now Double-Click Stacer's System Tray Icon to Quickly Pop It Up!
2022-07-25 12:07:04 +03:00
Kimberly
e56e89dbc3 Removed an errand close bracket 2022-04-22 18:11:46 -04:00
Kimberly
dfe1c40868 Added Double-Click to Stacer's System Tray Icon
When Stacer is closed into the system tray it has always been inconvenient (ie. requires multiple clicks) to restore Stacer's window.  One has to click the system tray to reveal the menu and then click again one of the menu choices to bring up the Stacer window  This "fix" gives the user an extra power -- to just double-click Stacer's system tray icon to bring up the last window area s/he was on.
2022-04-21 12:15:11 -04:00
Kimberly
9357ed5595 Update main.cpp
1. Bug fix when attempting to use "--hide" originally, since QT was not made aware of "--hide" via addOption, the check for "--hide" later was never going to be called.  This fixes that so "--hide" now works
2.  Added "--nosplash" for those who want to optionally hide the splash when hiding on startup.
2022-04-20 18:23:36 -04:00
Boofi
e53441e843 Update README.md 2022-02-09 20:26:47 +01:00
Boofi
27556d7546 Update README.md 2022-02-09 20:26:31 +01:00
Boofi
02b639a4a6 added commands for AUR helpers 2022-02-09 20:26:06 +01:00
Boofi
f761a4ffff add AUR 2022-01-28 15:48:45 +01:00
Oguzhan Inan
0a1e8294a8 Update README.md 2021-11-02 21:04:40 +03:00
Oguzhan Inan
40374b45f4 Merge pull request #463 from eson57/patch-1
Update stacer_sv.ts
2021-10-23 19:49:49 +03:00
Åke Engelbrektson
a6e0033200 Update stacer_sv.ts
Two more missing strings
2021-10-20 16:12:53 +02:00
Åke Engelbrektson
e8e806588f Update stacer_sv.ts
Fix typo
2021-10-20 15:55:37 +02:00
Åke Engelbrektson
22933b93be Update stacer_sv.ts
Here's a complete and working Swedish translation if you want.
2021-10-20 13:14:49 +02:00
Hitesh Kumar
bee1f7ac87 remove only files not directory
Remove only files not directory : Only remove log files if remove directory service like apache2 won't start.
Old Code : 
return logs.entryInfoList(QDir::Files | QDir::Dirs | QDir::NoDotAndDotDot);
New Code:
return logs.entryInfoList(QDir::Files | QDir::NoDotAndDotDot);
While scanning scan only files not directory to retrive.
2021-09-27 16:18:40 +05:30
Oguzhan Inan
c4b026f129 Merge pull request #442 from pervoj/native
Add Czech translation
2021-09-08 07:23:40 +03:00
Oguzhan Inan
15f8fd78af Merge pull request #444 from aerowolf/patch-1
Update stacer_zh-cn.ts
2021-06-13 19:09:38 +03:00
aerowolf
83fab66483 Update stacer_zh-cn.ts
All translations have been completed
2021-04-24 18:33:49 +08:00
Oguzhan Inan
a146edd5a7 Merge pull request #443 from zaovb/patch-1
Update stacer_es.ts
2021-04-09 11:44:50 +03:00
zaovb
bab1c285c2 Update stacer_es.ts
With this pull request I give to you my proposal of translation to spanish.
2021-04-09 02:35:16 -05:00
Vojtěch Perník
8a7682926d Add Czech translation 2021-03-30 16:00:55 +02:00
Oguzhan Inan
65b489a198 Update stacer_pt.ts
Thanks, @labF212
2021-03-26 13:47:32 +03:00
Oguzhan Inan
85f39ea936 Merge pull request #432 from urbanware-org/patch-1
Change term to plural
2021-03-19 17:12:45 +03:00
Oguzhan Inan
556b00daeb Merge pull request #435 from freddii/patch-1
fixed typo
2021-03-18 22:52:06 +03:00
freddii
5727594075 fixed typo 2021-02-10 20:19:37 +01:00
Ralf Kilian
5283658d09 Change term to plural 2021-01-14 21:45:37 +01:00
Oguzhan Inan
10830aedb6 Merge pull request #431 from szemcse/patch-2
Update languages.json
2021-01-03 20:23:23 +03:00
László Viktor
56ab727f08 Update languages.json
insert "hu"
2021-01-03 18:13:00 +01:00
Oguzhan Inan
14a003c506 Merge pull request #430 from szemcse/patch-1
Hungarian Translation
2021-01-03 19:51:18 +03:00
László Viktor
a43603033d Update with QT5 stacer_hu.ts 2021-01-03 16:20:50 +01:00
László Viktor
5d4d17a9cb Create new file
Added Hungarian Translation
2020-12-29 20:42:44 +01:00
Oguzhan Inan
32098c2ba0 Update README.md 2020-11-25 19:30:53 +03:00
Oguzhan Inan
8c88f7665d Merge pull request #368 from terberes/patch-1
Marked build commands as code in README
2020-09-15 21:36:48 +03:00
Oguzhan Inan
5d2cd1f15c Merge pull request #400 from maudrid/native
Fix Disk read Write data
2020-09-15 21:35:49 +03:00
Oguzhan Inan
376bc7b84f Merge pull request #407 from dragonBall561/patch-2
Fix Typo Under Installed Packages
2020-09-15 21:35:08 +03:00
dragonBall561
5dfd649c72 this commit fixes #396
this commit fixes #396
2020-09-15 14:23:19 -04:00
maudrid
644def3e73 Make sure that not only the first disk IO is reported but the sum of all disk IO.
For example: If the computer has devices sda and sdb, add the IO numbers of both devices together.
2020-08-28 10:56:27 +02:00
maudrid
3d1e8f73d9 Make sure that not only the first disk IO is reported but the sum of all disk IO.
For example: If the computer has devices sda and sdb, add the IO numbers of both devices together.
2020-08-21 21:56:22 +02:00
maudrid
ec8abe7bed Make sure that not only the first disk IO is reported but the sum of all disk IO.
For example: If the computer has devices sda and sdb, add the IO numbers of both devices together.
2020-08-21 21:53:53 +02:00
maudrid
a88758fd14 Make sure that not only the first disk IO is reported but the sum of all disk IO.
For example: If the computer has devices sda and sdb, add the IO numbers of both devices together.
2020-08-21 21:46:28 +02:00
Oguzhan Inan
28d9134436 Merge pull request #389 from dorind/issue_349
fix for issue 349
2020-08-11 08:45:23 +03:00
Oguzhan Inan
8967af88b6 Merge pull request #385 from mahiuchun/cpu
Introduce CpuInfo::getCpuPhysicalCoreCount().
2020-08-11 08:45:09 +03:00
Oguzhan Inan
a83f44e375 Merge pull request #393 from sirgustavx/patch-1
Add & fix some typos (pt)
2020-08-11 08:44:25 +03:00
Gustavo Costa
c66cf66f6d Add & fix some typos (pt) 2020-08-11 00:13:44 -03:00
Dorin Duminica
0d37e5be5c fix for issue 349 2020-07-16 04:30:22 -04:00
Hill Ma
2a56f233ff Introduce CpuInfo::getCpuPhysicalCoreCount().
Hyper-threading, when enabled, makes the number of processors two
times the number of physical cores.

Member function getCpuPhysicalCoreCount() is introduced to get the
number of physical cores and it is used in "Dashboard" but not in
"Resources".

The way it works is that it counts the number of unique physical
id, core id pair in /proc/cpuinfo.
2020-07-05 16:49:32 -07:00
Oguzhan Inan
2af6e58016 Update README.md 2020-06-18 01:13:28 +03:00