151 (edited by galexis 2022-08-04 14:15:13)

Re: Nouveautés de la version de développement 0.9

Je ne comprends pas ...désolé. PPA, dépots, clé, .... je suis perdu.

Pour LM21 c'est bien http://ppa.launchpad.net/scorpio/qelect … /InRelease ?

Je dois utiliser utiliser le dépot debian ? Modifier pour Ubuntu ?


sudo apt-key export 1D4FB6C1 | sudo gpg --dearmour -o /usr/share/keyrings/qelectrotech.gpg
echo "deb [signed-by=/usr/share/keyrings/qelectrotech.gpg] http://debian.qelectrotech.org/qet/debian/ unstable main" | sudo tee /etc/apt/sources.list.d/qelectrotech.list

Now remove in /etc/apt/sources.list :

 deb http://debian.qelectrotech.org/qet/debian/ unstable main

And old key:

 sudo apt-key del 1D4FB6C1

Re: Nouveautés de la version de développement 0.9

The branch, master has been updated
       via  02769fe8816c02386c9e9feb5bb4ffb0e74a1fa0 (commit)
      from  e57ba72d7c5ec07ae61c2e5b467c251a34a93891 (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 02769fe8816c02386c9e9feb5bb4ffb0e74a1fa0
Author: joshua <Joshua@>
Date:   Wed Aug 3 13:54:39 2022 +0200

    Improve opening time of dxf

-----------------------------------------------------------------------

Summary of changes:
sources/editor/UndoCommand/openelmtcommand.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)




QET import dxf KP32_back_V2.dxf : ~ 2 seconds instead of 35 seconds
dxf2elmt run on Terminal convert KP32_back_V2.dxf : 279 ms

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

As you probably know, working on a large symbol such as a conversion from a DXF file is very tedious, partly due to the complex calculations for each primitive. Which can be very time consuming with thousands of selected primitives.
On this video, if you disable some of these calculations, the selection, editing and transformation work is instantaneous on a large DXF file freshly converted into a QET symbol.

There will be a lot of work to do on this part of the code to improve the user experience ...

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

galexis wrote:

Je ne comprends pas ...désolé.
Le PPA pour LM21 est bien http://ppa.launchpad.net/scorpio/qelect … /InRelease ?

Je vient de faire l'upgrade de mon laptop de la 20.04 LTS to Jamy en 22.04 LTS à part un petit soucis avec usmerge machin, j'ai au reboot rajouté le dépôt vers le PPA comme ceci et zou..

sudo add-apt-repository ppa:scorpio/qelectrotech-dev

Le pinning étant déjà en place et fait, ça c'est installé sans probleme.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

PAs de problème d'installation, mais juste le message

W: http://ppa.launchpad.net/scorpio/qelectrotech-dev/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

J'ai rien dans sources.list.
J'ai ça en PPA et en clé

Post's attachments

Capture d’écran du 2022-08-04 14-19-36.png, 76.17 kb, 1104 x 567
Capture d’écran du 2022-08-04 14-19-36.png 76.17 kb, 101 downloads since 2022-08-04 

Re: Nouveautés de la version de développement 0.9

Pas la peine que je  te cherche et te mette des liens si tu ne les lis pas ... nomicons/smiley-green

cd /etc/apt
sudo cp trusted.gpg trusted.gpg.d

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

scorpio810 wrote:

Pas la peine que je  te cherche et te mette des liens si tu ne les lis pas ... nomicons/smiley-green

cd /etc/apt
sudo cp trusted.gpg trusted.gpg.d

J'ai regardé les liens mais j'étais perdu ...

La commande fonctionne. Grand merci.

Re: Nouveautés de la version de développement 0.9

C'est juste un workaround, lis les réponses plus bas.
https://askubuntu.com/questions/1398344 … 56#1408456

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

Ha OK, merci.

Re: Nouveautés de la version de développement 0.9

Polylines always closed on dxf export #228
https://github.com/qelectrotech/qelectr … issues/228


The branch, master has been updated
       via  af5d5e0aa39c55113f68f4e73db5622dc80dd224 (commit)
      from  e9931511ded2b8d05bd738e313379085c11a4757 (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 af5d5e0aa39c55113f68f4e73db5622dc80dd224
Author: David Varley <David.>
Date:   Sat Aug 13 11:57:29 2022 +1000

    Allow for open polygons (ie polylines) when saving as dxf

-----------------------------------------------------------------------

Summary of changes:
sources/exportdialog.cpp                 | 5 ++++-
sources/qetgraphicsitem/qetshapeitem.cpp | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

scorpio810 wrote:

As you probably know, working on a large symbol such as a conversion from a DXF file is very tedious, partly due to the complex calculations for each primitive. Which can be very time consuming with thousands of selected primitives.
On this video, if you disable some of these calculations, the selection, editing and transformation work is instantaneous on a large DXF file freshly converted into a QET symbol.

There will be a lot of work to do on this part of the code to improve the user experience ...



The branch, master has been updated
       via  eee1c7fff7412a219ebb7a13fe588d9b756d2879 (commit)
      from  af5d5e0aa39c55113f68f4e73db5622dc80dd224 (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 eee1c7fff7412a219ebb7a13fe588d9b756d2879
Author: joshua <Joshua@>
Date:   Sat Aug 13 12:40:59 2022 +0200

    Element editor : Improve responsiveness when several shapes are selected.

-----------------------------------------------------------------------




The branch, master has been updated
       via  d6e8a1c133e7ba75c1ad108c76d77deae55ffec5 (commit)
      from  eee1c7fff7412a219ebb7a13fe588d9b756d2879 (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 d6e8a1c133e7ba75c1ad108c76d77deae55ffec5
Author: joshua <Joshua@>
Date:   Sat Aug 13 13:06:46 2022 +0200

    Element editor : improve deletion speed

-----------------------------------------------------------------------

Summary of changes:
sources/editor/elementscene.cpp | 10 ++++++++++
1 file changed, 10 insertions(+)

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

Improve download page: add more informations and links for externals programs, added more links to other binaries,
DXFtoQET, Dxf2elmt, Qet_translate, QET_ElementScaler, Qet_tb_generator:

https://qelectrotech.org/download.html.en
https://qelectrotech.org/download.html

Add C-Born Engineering company in: They support us:

https://qelectrotech.org/index.html.en
https://qelectrotech.org/index.html

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

Update QET Dokuwiki Hogfather to lastest stable Igor version, and btw fix error with vector template: "Security Token did not match. Possible CSRF attack".
https://forum.dokuwiki.org/d/20248-secu … srf-attack

Update Mantis bug tracker.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

FYI, I updated OSX bundles to Qt 5.15.5 and KF5 to 5.97.0 versions.

Enjoy! nomicons/wink

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

QET est maintenant disponible sur le MDM IDF (ile de france PARIS)
https://assistanceidf.zendesk.com/hc/fr … ans-le-MDM

https://iledefrance-unowhy.com/projet/

Le projet numérique de la Région Île-de-France
Un projet d’envergure ayant pour but d’accélérer le virage numérique dans les lycées franciliens.

La Région met à disposition de chaque établissement un matériel numérique adapté aux besoins quotidiens des lycéens.

Deux types d’équipements sont proposés : des PC ultraportables Windows Y13 ou des tablettes Android Y10, conçus par la société française UNOWHY. Ces équipements intègrent des ressources pédagogiques gratuites (manuels scolaires, granules…) consultables également hors connexion.

Une plateforme de gestion « MDM » intégrée aux équipements accompagne les lycées dans leurs usages : le téléchargement des applications, les mises à jour… Tout peut se contrôler à distance.

Depuis 2019, la Région Île-de-France a décidé de prendre le virage numérique pour l’école et équipe l’ensemble des lycéens franciliens.

Résultat : Tous les lycéens entrant en classe de 2de dans un lycée public et tous les lycéens des filières professionnelles des lycées privés sous contrat sont dotés d’un équipement numérique individuel (PC ultraportable).

Les enseignants sont désormais dotés du même équipement numérique que leurs élèves.

Un grand merci aux très nombreux enseignants qui se servent de QET notre logiciel libre et gratuit, participent au projet, nous remontent des bugs ou des symboles avec leurs étudiants, et ce depuis maintenant plus d'une décennie pour enseigner l'électricité, la physique et ou des applications plus pointues comme Electricité appliqué dans les centres industriel, la domotique, le pneumatique, l’hydraulique, les énergies alternatives comme le solaire, géothermie , etc, à nos chers enfants.

Dommage que ce ne soit pas le cas dans certaines académies, ou des enseignants réputés utilisent encore des logiciels propriétaires inaccessibles aux enfants en dehors de l’établissement, de part leurs coûts exorbitants et non pas encore connaissance de l’existence d'alternatives libres et surtout gratuite comme QElectroTech ...  de son potentiel et évolutions.

Et ou l’élève curieux pourra approfondir chez lui ses connaissances avec un logiciel qu'il utilise au lycée, ou  dans l'enseignement supérieure quelque soit le système d'exploitation qu'il trouvera chez lui ou chez ses copains, famille: macOS, Windows, Linux..


Pour preuve mon petit dernier en 2019 qui quand il était en bac pro et ensuite en BTS maintenance industrielle, ses professeurs n'avaient jamais entendus parler de QET.....

;-)

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

FYI, Update cross-compiler MXE x86_64 (only for Windows 64) builds to:
KF5 5.96.0 -> KF5: 5.98.0
Qt 5.15.5 -> Qt: 5.15.6
GCC:11.3.0

Enjoy! nomicons/wink

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

https://www.tuxfamily.org/

Power hiccup
Posté le samedi 24 septembre 2022, à 21:13 UTC

Today, around 19:20 UTC, we experienced a power hiccup that killed some hosts. We managed to bring back most services, everything else (panel, mail, webmail) will be back shortly.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

scorpio810 wrote:

FYI, I updated OSX bundles to Qt 5.15.5 and KF5 to 5.97.0 versions.

Enjoy! nomicons/wink

Upgrade to Qt 5.15.6.
Enjoy. nomicons/wink

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

FYI, Update cross-compiler MXE x86_64 (only for Windows 64) builds to:
Qt 5.15.6 -> Qt: 5.15.7
https://github.com/mxe/mxe/commit/06c4e … a7d2a931d6

Enjoy! nomicons/wink

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

Free Cloud Hosting by OnWorks Use free servers, workstations
This is the qelectrotech command that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

https://www.onworks.net/nl/programs/qelectrotech-online

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

Formation aux schémas électriques sur Ordinateurs (LOGICIEL QELECTROTECH) Auteur : Beranger SIX Aout 2022.
https://www.slideshare.net/BerangerSIX/ … triquepptx

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

How to design, develop and build a fully-integrated melt electrowriting 3D printer
Custom parts were designed with PTC Creo Parametric 3.0 computer aided design (CAD) software. Wiring diagrams were created with QElectroTech

https://www.sciencedirect.com/science/a … 0422003918

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

Good article by Pawel: ;-)
Errors in the electrical installations of machines:
https://pawelsmiech.prv.pl/bledy-w-inst … ych-maszyn

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

Win 10 Version 22H2
Elements collection finished to be loaded in 1.237 seconds
Elements collection finished to be loaded in 3.031 seconds
Installer_QElectroTech-0.90-DEV_x86_64-win64+git7722-1.exe

16:23:31.146 Info: Start-up 
16:23:31.149 Debug: "File C:/Users/hp/Application Data/qet/20220929.log is deleted!" (../sources/main.cpp:150, void delete_old_log_files(int))
16:23:31.539 Info: Elements collection reload 
16:23:31.637 Info: debugging enabled: false 
16:23:31.638 Info: Qt library version: 5.15.7 
16:23:31.639 Info: Qt library location default prefix: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5" 
16:23:31.640 Info: Qt library location documentation: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/doc" 
16:23:31.641 Info: Qt library location headers: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/include" 
16:23:31.641 Info: Qt library location libraries: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/lib" 
16:23:31.641 Info: Qt library location executables: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/bin" 
16:23:31.641 Info: Qt library location Qt binaries: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/bin" 
16:23:31.642 Info: Qt library location Qt plugins: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/plugins" 
16:23:31.642 Info: Qt library location installed QML extensions: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/imports" 
16:23:31.643 Info: Qt library location installed QML extensions: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/qml" 
16:23:31.643 Info: Qt library location dependent Qt data: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5" 
16:23:31.644 Info: Qt library location independent Qt data: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5" 
16:23:31.644 Info: Qt library location translation: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/translations" 
16:23:31.646 Info: Qt library location examples: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/examples" 
16:23:31.646 Info: Qt library location Qt testcases: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/tests" 
16:23:31.646 Info: "QElectroTech V 0.90-DEV+300440454b0a58100c957a06d79751d3" 
16:23:31.647 Info: "Compilation : GCC 11.3.0" 
16:23:31.647 Info: "Built with Qt 5.15.7 - x86_64 - Date : Nov 17 2022 : 00:09:46" 
16:23:31.647 Info: "Run with Qt 5.15.7 using 8 thread(s)" 
16:23:31.648 Info: "CPU : NAME                                      \r\r\nINTEL(R) CORE(TM) I7-8550U CPU @ 1.80GHZ  \r\r\n\r\r\n" 
16:23:31.649 Info: "RAM Total : 16 GB" 
16:23:31.649 Info: "RAM Available : 12 GB" 
16:23:31.650 Info: "GPU : VideoProcessor                \r\r\nIntel(R) UHD Graphics Family  \r\r\n\r\r\n" 
16:23:31.650 Info: "GPU RAM : RAM Total : AdapterRAM  \r\r\n1073741824  \r\r\n\r\r\n B" 
16:23:31.650 Info: "OS : winnt  - x86_64 - Version : Windows 10 Version 2009 - Kernel : 10.0.19045" 
16:23:31.651 Info: *** Qt screens *** 
16:23:31.651 Info: "( 1 : 3840 x 2160 )" 
16:23:31.652 Info: DISK : C:/   
16:23:31.652 Info: FileSystemType: "NTFS" 
16:23:31.652 Info: SizeTotal: 66 GB 
16:23:31.653 Info: AvailableSize: 10 GB 
16:23:31.654 Info: DISK : D:/   
16:23:31.654 Info: FileSystemType: "NTFS" 
16:23:31.655 Info: SizeTotal: 20 GB 
16:23:31.655 Info: AvailableSize: 0 GB 
16:23:31.656 Info: DISK USED: C:/   
16:23:31.657 Info: FileSystemType: "NTFS" 
16:23:31.658 Info: SizeTotal: 66 GB 
16:23:31.658 Info: AvailableSize: 10 GB 
16:23:33.529 Info: Elements collection finished to be loaded in 1.989 seconds 
16:23:35.741 Debug: Export XML de 0 schemas (../sources/qetproject.cpp:916, QDomDocument QETProject::toXml())
16:23:35.745 Debug: is QRegularExpression ok? (../sources/titleblocktemplate.cpp:437, void TitleBlockTemplate::parseColumns(const QString&))
16:23:36.605 Info: Elements collection finished to be loaded 
16:24:54.886 Info: Start-up 
16:24:55.286 Info: Elements collection reload 
16:24:55.288 Info: debugging enabled: false 
16:24:55.289 Info: Qt library version: 5.15.7 
16:24:55.289 Info: Qt library location default prefix: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5" 
16:24:55.290 Info: Qt library location documentation: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/doc" 
16:24:55.290 Info: Qt library location headers: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/include" 
16:24:55.291 Info: Qt library location libraries: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/lib" 
16:24:55.291 Info: Qt library location executables: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/bin" 
16:24:55.292 Info: Qt library location Qt binaries: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/bin" 
16:24:55.292 Info: Qt library location Qt plugins: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/plugins" 
16:24:55.293 Info: Qt library location installed QML extensions: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/imports" 
16:24:55.293 Info: Qt library location installed QML extensions: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/qml" 
16:24:55.293 Info: Qt library location dependent Qt data: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5" 
16:24:55.294 Info: Qt library location independent Qt data: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5" 
16:24:55.294 Info: Qt library location translation: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/translations" 
16:24:55.295 Info: Qt library location examples: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/examples" 
16:24:55.295 Info: Qt library location Qt testcases: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/tests" 
16:24:55.296 Info: "QElectroTech V 0.90-DEV+300440454b0a58100c957a06d79751d3" 
16:24:55.296 Info: "Compilation : GCC 11.3.0" 
16:24:55.296 Info: "Built with Qt 5.15.7 - x86_64 - Date : Nov 17 2022 : 00:09:46" 
16:24:55.297 Info: "Run with Qt 5.15.7 using 8 thread(s)" 
16:24:55.297 Info: "CPU : NAME                                      \r\r\nINTEL(R) CORE(TM) I7-8550U CPU @ 1.80GHZ  \r\r\n\r\r\n" 
16:24:55.298 Info: "RAM Total : 16 GB" 
16:24:55.298 Info: "RAM Available : 12 GB" 
16:24:55.299 Info: "GPU : VideoProcessor                \r\r\nIntel(R) UHD Graphics Family  \r\r\n\r\r\n" 
16:24:55.299 Info: "GPU RAM : RAM Total : AdapterRAM  \r\r\n1073741824  \r\r\n\r\r\n B" 
16:24:55.299 Info: "OS : winnt  - x86_64 - Version : Windows 10 Version 2009 - Kernel : 10.0.19045" 
16:24:55.300 Info: *** Qt screens *** 
16:24:55.300 Info: "( 1 : 3840 x 2160 )" 
16:24:55.301 Info: DISK : C:/   
16:24:55.302 Info: FileSystemType: "NTFS" 
16:24:55.302 Info: SizeTotal: 66 GB 
16:24:55.303 Info: AvailableSize: 10 GB 
16:24:55.303 Info: DISK : D:/   
16:24:55.304 Info: FileSystemType: "NTFS" 
16:24:55.304 Info: SizeTotal: 20 GB 
16:24:55.304 Info: AvailableSize: 0 GB 
16:24:55.306 Info: DISK USED: C:/   
16:24:55.306 Info: FileSystemType: "NTFS" 
16:24:55.306 Info: SizeTotal: 66 GB 
16:24:55.307 Info: AvailableSize: 10 GB 
16:24:56.524 Info: Elements collection finished to be loaded in 1.237 seconds 
16:47:48.655 Info: Start-up 
16:47:49.040 Info: Elements collection reload 
16:47:49.124 Info: debugging enabled: false 
16:47:49.125 Info: Qt library version: 5.15.7 
16:47:49.125 Info: Qt library location default prefix: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5" 
16:47:49.126 Info: Qt library location documentation: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/doc" 
16:47:49.126 Info: Qt library location headers: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/include" 
16:47:49.127 Info: Qt library location libraries: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/lib" 
16:47:49.127 Info: Qt library location executables: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/bin" 
16:47:49.128 Info: Qt library location Qt binaries: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/bin" 
16:47:49.129 Info: Qt library location Qt plugins: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/plugins" 
16:47:49.129 Info: Qt library location installed QML extensions: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/imports" 
16:47:49.129 Info: Qt library location installed QML extensions: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/qml" 
16:47:49.130 Info: Qt library location dependent Qt data: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5" 
16:47:49.130 Info: Qt library location independent Qt data: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5" 
16:47:49.131 Info: Qt library location translation: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/translations" 
16:47:49.131 Info: Qt library location examples: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/examples" 
16:47:49.131 Info: Qt library location Qt testcases: "/home/laurent/digikam3333/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/tests" 
16:47:49.132 Info: "QElectroTech V 0.90-DEV+300440454b0a58100c957a06d79751d3" 
16:47:49.132 Info: "Compilation : GCC 11.3.0" 
16:47:49.133 Info: "Built with Qt 5.15.7 - x86_64 - Date : Nov 17 2022 : 00:09:46" 
16:47:49.133 Info: "Run with Qt 5.15.7 using 8 thread(s)" 
16:47:49.134 Info: "CPU : NAME                                      \r\r\nINTEL(R) CORE(TM) I7-8550U CPU @ 1.80GHZ  \r\r\n\r\r\n" 
16:47:49.134 Info: "RAM Total : 16 GB" 
16:47:49.134 Info: "RAM Available : 12 GB" 
16:47:49.134 Info: "GPU : VideoProcessor                \r\r\nIntel(R) UHD Graphics Family  \r\r\n\r\r\n" 
16:47:49.135 Info: "GPU RAM : RAM Total : AdapterRAM  \r\r\n1073741824  \r\r\n\r\r\n B" 
16:47:49.136 Info: "OS : winnt  - x86_64 - Version : Windows 10 Version 2009 - Kernel : 10.0.19045" 
16:47:49.136 Info: *** Qt screens *** 
16:47:49.136 Info: "( 1 : 3840 x 2160 )" 
16:47:49.137 Info: DISK : C:/   
16:47:49.137 Info: FileSystemType: "NTFS" 
16:47:49.138 Info: SizeTotal: 66 GB 
16:47:49.138 Info: AvailableSize: 7 GB 
16:47:49.138 Info: DISK : D:/   
16:47:49.139 Info: FileSystemType: "NTFS" 
16:47:49.139 Info: SizeTotal: 20 GB 
16:47:49.139 Info: AvailableSize: 0 GB 
16:47:49.141 Info: DISK USED: C:/   
16:47:49.141 Info: FileSystemType: "NTFS" 
16:47:49.141 Info: SizeTotal: 66 GB 
16:47:49.142 Info: AvailableSize: 7 GB 
16:47:52.072 Info: Elements collection finished to be loaded in 3.031 seconds 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Nouveautés de la version de développement 0.9

I'm thinking of abandoning 32-bits builds packages soon for Windows, what do you think?

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."