Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
a44d0565a05c996b1058f950f1d308e1964c8320
Stacer
/
stacer
下载当前目录
G
GitHub
Removed an errand close bracket
e56e89db
创建于
2022年4月23日
历史提交
文件
最后提交记录
最后更新时间
Managers
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.
5 年前
Pages
fixed typo
5 年前
static
Add Czech translation
5 年前
CMakeLists.txt
added select all option into cleaner page result and added white icon for topbar
7 年前
app.cpp
Removed an errand close bracket
4 年前
app.h
added helpers page
6 年前
app.ui
added helpers page
6 年前
feedback.cpp
added select all option into cleaner page result and added white icon for topbar
7 年前
feedback.h
added close button to feeadback form and added dont ask option to app quit dialog
7 年前
feedback.ui
added close button to feeadback form and added dont ask option to app quit dialog
7 年前
main.cpp
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.
4 年前
signal_mapper.cpp
changed constructor and added cpp file
8 年前
signal_mapper.h
changed constructor and added cpp file
8 年前
sliding_stacked_widget.cpp
changed file name
8 年前
sliding_stacked_widget.h
changed file name
8 年前
stacer.pro
Fixed missed language ts file in project file. - Added stacer_ko.ts line in stacer.pro file
6 年前
static.qrc
added helpers page
6 年前
utilities.h
updated variable names
8 年前