[qet] [GIT] qet/qet.git branch 0.8.1 updated. 0.9-dev-21-g6602c65 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, 0.8.1 has been updated
via 6602c65679a066b919b2a3ffcee2a01e0a6968f4 (commit)
via fc870e7afcbd2f63c629c250afb88a240d3d4cdb (commit)
via 04226a5dee34b914664591052a6a0d5835295775 (commit)
via 164536c3ef9be3d19df13c51ee55a5cdaa8455ce (commit)
via 0915d946c56dddeafda07d778966c1cb92f37cd7 (commit)
from 959f088306010649448ace0d8e6ed5a64333be4b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6602c65679a066b919b2a3ffcee2a01e0a6968f4
Author: joshua <joshua_39@xxxxxxx>
Date: Mon Mar 22 19:20:07 2021 +0100
Make MachineInfo a singleton class
Because on windows MachineInfo take a little time to init, we make it to
a singleton.
MachineInfo is build the first time in main.cpp.
Now all other places where we use MachineInfo (aboutqetdialog and
configdialog) gui don't hang anymore in waiting to MachineInfo finish to
build.
commit fc870e7afcbd2f63c629c250afb88a240d3d4cdb
Author: joshua <joshua_39@xxxxxxx>
Date: Mon Mar 22 19:01:46 2021 +0100
Rename class Machine_info to MachinInfo
Rename to follow the code style of QElectroTech
commit 04226a5dee34b914664591052a6a0d5835295775
Author: Joshua Claveau <joshua.claveau@xxxxxxxxxxxxxxxxxx>
Date: Sun Mar 21 19:06:12 2021 +0100
little fix
commit 164536c3ef9be3d19df13c51ee55a5cdaa8455ce
Author: Joshua Claveau <joshua.claveau@xxxxxxxxxxxxxxxxxx>
Date: Sun Mar 21 19:01:54 2021 +0100
Project properties dialog launch a little more faster (especially on windows)
Instead of build machine_info class which take time, only to get the max
width and height of screens, call of methods
Machine_info::i_max_screen_width() and
Machine_info::i_max_screen_height() are now static and compute only
this.
The project properties dialog is now faster because don't wait the end
build of machine_info.
commit 0915d946c56dddeafda07d778966c1cb92f37cd7
Author: Joshua Claveau <joshua.claveau@xxxxxxxxxxxxxxxxxx>
Date: Sun Mar 21 18:36:03 2021 +0100
Qet start a little more faster (especially on windows)
Machine_Info class take time on windows even in powerful computer.
Run the machine_info in main.cpp in parallel into another thread.
-----------------------------------------------------------------------
Summary of changes:
sources/configdialog.cpp | 7 +++--
sources/machine_info.cpp | 47 +++++++++++++++++----------------
sources/machine_info.h | 60 +++++++++++++++++++++++++++++++------------
sources/main.cpp | 20 +++++++--------
sources/qetapp.cpp | 2 ++
sources/ui/aboutqetdialog.cpp | 3 +--
6 files changed, 82 insertions(+), 57 deletions(-)
hooks/post-receive
--
qet/qet.git