Commit Graph

  • fd402bb9b5 Update windows-msi.yml Laurent Trinques 2026-07-19 19:00:06 +02:00
  • 8e736c59ba New Windows Qt5/Qt6 CI test, enable -platform windows:fontengine=freetype Laurent Trinques 2026-07-19 18:55:26 +02:00
  • 6941edcdf5 New Windows Qt5/Qt6 CI test Laurent Trinques 2026-07-19 16:48:42 +02:00
  • e1aa65f1ee Revert "Set QET version to 0.200.1 when built with Qt6" Laurent Trinques 2026-07-19 13:26:34 +02:00
  • 629bd7cdef Add SQLite3::SQLite3 compat alias, use modern target name scorpio810 2026-07-19 09:35:42 +00:00
  • 88e42a435b Merge pull request #519 from ispyisail/fix/asan-memory-leaks Laurent Trinques 2026-07-19 11:51:47 +02:00
  • 100e924aed Fix: Windows Qt6 CI test Laurent Trinques 2026-07-19 11:26:19 +02:00
  • 90946537c0 Add windows Qt6 CI test Laurent Trinques 2026-07-19 11:12:48 +02:00
  • 608ca984a4 Set QET version to 0.200.1 when built with Qt6 scorpio810 2026-07-19 08:55:05 +00:00
  • 7dbfc5fb61 Update translations files Laurent Trinques 2026-07-18 12:00:51 +02:00
  • a9474d82b8 Update windows-build.yml Laurent Trinques 2026-07-18 08:24:58 +02:00
  • 7a87754024 Merge pull request #545 from Kellermorph/terminal-name Laurent Trinques 2026-07-18 08:00:23 +02:00
  • 964ec23adc Merge pull request #547 from DieterMayerOSS/fix/remaining-qt6-compile-blockers Laurent Trinques 2026-07-17 23:29:32 +02:00
  • 2eb6632f6f Merge pull request #546 from DieterMayerOSS/fix/qt5-guiprivate-component Laurent Trinques 2026-07-17 23:07:12 +02:00
  • 12afadd095 Fix the remaining Qt6 compile blockers Dieter Mayer 2026-07-17 21:01:26 +02:00
  • 683eefdac1 Request the GuiPrivate component only on Qt6 Dieter Mayer 2026-07-17 19:25:26 +02:00
  • 5785f57679 Update windows-build.yml Laurent Trinques 2026-07-17 17:16:53 +02:00
  • 6903b3422a Update windows-build.yml Laurent Trinques 2026-07-17 16:43:01 +02:00
  • 38fa44dbf0 Update windows-build.yml Laurent Trinques 2026-07-17 16:36:53 +02:00
  • f9a87d81f2 Update windows-build.yml Laurent Trinques 2026-07-17 15:49:39 +02:00
  • fddec5cbf4 Update windows-build.yml Laurent Trinques 2026-07-17 15:41:47 +02:00
  • 6a4554a677 Re-enable multi-threading to load collection The name of the elements and folders of the collection are not displayed until we hover the item with the mouse. This due that QtConcurent::run was disabled at loading of collection in the goal of use QtConcurrent::run with Qt6. Run is made to run a function once. Map is made to run a fonction for each item of a sequence (what we need in this case). Remove code of run and re-enable code for map. Laurent Trinques 2026-07-17 10:44:36 +02:00
  • ae2972a143 Fix : can't open recent file joshua 2026-01-28 00:15:09 +01:00
  • ed1b6e9ba0 terminalstripdrawer.cpp: fix two Qt6 compile errors scorpio810 2026-07-17 07:58:20 +00:00
  • 33013477ad physicalterminal.cpp: fix std::min template deduction under Qt6 scorpio810 2026-07-17 07:58:20 +00:00
  • 287b532953 templatescollection.cpp: fix QDomDocument::ParseResult->bool conversion scorpio810 2026-07-17 07:52:03 +00:00
  • 6716c267b8 templateview.h: add missing QGraphicsGridLayout/QGraphicsLayoutItem includes scorpio810 2026-07-17 07:48:58 +00:00
  • 62dc1e7c11 Fix QRegularExpression API misuse in ElementsLocation::setXml (Qt6 path) scorpio810 2026-07-17 07:45:51 +00:00
  • fea4752a06 Fix remaining Qt6 build errors after PR #540 scorpio810 2026-07-17 07:42:34 +00:00
  • 424a1c945e Try to fix compile with cmake .. -G Ninja -DQT_VERSION_MAJOR=6 -DBUILD_WITH_KF5=OFF -DPACKAGE_TESTS=OFF Laurent Trinques 2026-07-17 10:25:30 +02:00
  • b025bd205d Implement slave contact groups — label transfer, terminal assignment and UI fixes Kellermorph 2026-07-17 09:47:32 +02:00
  • 118a62adb2 Merge pull request #540 from DieterMayerOSS/cleanup/qt6-deprecation-warnings Laurent Trinques 2026-07-16 11:57:13 +02:00
  • 9a35d6c404 Merge pull request #541 from DieterMayerOSS/cleanup/qt6-remaining-warnings Laurent Trinques 2026-07-16 11:56:22 +02:00
  • e84180da21 Merge pull request #542 from DieterMayerOSS/fix/translation-build-race Laurent Trinques 2026-07-16 11:55:38 +02:00
  • a220a5320b Merge pull request #543 from DieterMayerOSS/doc/qt6-private-headers-dependency Laurent Trinques 2026-07-16 11:55:16 +02:00
  • 34bf63e237 Merge pull request #544 from DieterMayerOSS/fix/duplicate-folio-element-uuids Laurent Trinques 2026-07-16 11:54:48 +02:00
  • 8884e79133 Delete QElectroTech.qch files Laurent Trinques 2026-07-15 06:19:52 +02:00
  • 20a7047b27 Renew element uuids when duplicating a folio Dieter Mayer 2026-07-14 19:48:31 +02:00
  • b7a8759cc6 Document qt6-base-private-dev as a Qt6 build dependency Dieter Mayer 2026-07-14 19:31:07 +02:00
  • 46f479240e Run lupdate only via an explicit update_translations target Dieter Mayer 2026-07-14 19:29:19 +02:00
  • a0f66d22cc Fix remaining Qt6 build warnings (narrowing, nodiscard, qHash) Dieter Mayer 2026-07-12 23:20:30 +02:00
  • d5027c4ef9 Replace deprecated QVariant::canConvert(int) Dieter Mayer 2026-07-12 22:03:46 +02:00
  • e099fca5ad Guard Qt6-only deprecation replacements for Qt5 compatibility Dieter Mayer 2026-07-12 21:54:14 +02:00
  • f57c921b78 Fix trivial Qt6 deprecations (QString::count, QColor::setNamedColor) Dieter Mayer 2026-07-12 21:54:13 +02:00
  • c3392bf025 Wrap deprecated QSqlDatabase::exec() in QSqlQuery Dieter Mayer 2026-07-12 21:49:14 +02:00
  • 7e08cd1285 Replace deprecated QVariant::Type with QMetaType in UserProperties Dieter Mayer 2026-07-12 21:47:29 +02:00
  • 1265e51ebe Replace deprecated qAsConst with std::as_const Dieter Mayer 2026-07-12 21:44:47 +02:00
  • 5c65bf6486 Merge pull request #539 from DieterMayerOSS/add-qet-de-qm Laurent Trinques 2026-07-12 11:04:40 +02:00
  • 64a0c7abf5 Add compiled qet_de.qm for the completed German translation Dieter Mayer 2026-07-12 09:29:35 +02:00
  • 0ef47ce9b9 fix typo on publiccode.yml Laurent Trinques 2026-07-12 08:27:52 +02:00
  • 96e283a25b fix typo on publiccode.yml Laurent Trinques 2026-07-12 08:05:58 +02:00
  • f16ebeb2a6 Add publiccode.yml Laurent Trinques 2026-07-12 07:53:24 +02:00
  • b97a87c889 Merge pull request #537 from DieterMayerOSS/fix-collection-names-base-language Laurent Trinques 2026-07-11 23:15:12 +02:00
  • 81d0045514 Merge pull request #538 from DieterMayerOSS/complete-german-terminal-translations Laurent Trinques 2026-07-11 22:28:19 +02:00
  • b6124b065c Complete German translation of unfinished terminal-label strings Dieter Mayer 2026-07-11 15:38:00 +02:00
  • c211b68139 Fall back to the base language for element and folder names Dieter Mayer 2026-07-11 18:31:41 +02:00
  • 0f129ac504 git submodule update --remote elements Laurent Trinques 2026-07-11 06:47:58 +02:00
  • e23dc24283 Update translations files Laurent Trinques 2026-07-11 06:45:03 +02:00
  • 6d7b38c7a1 Merge pull request #536 from Kellermorph/terminal-name Laurent Trinques 2026-07-10 15:11:49 +02:00
  • b543adcb46 Restore comments Kellermorph 2026-07-10 15:04:04 +02:00
  • f62ce7e4ca Update terminal name Kellermorph 2026-07-10 14:36:47 +02:00
  • c884d32dbe Feature: Add terminal name label display in element editor Kellermorph 2026-07-09 14:02:27 +02:00
  • 99ad9aa459 Merge pull request #535 from Kellermorph/translation Laurent Trinques 2026-07-08 13:33:58 +02:00
  • c1c72c5a62 Add complete German translation for QElectroTech Kellermorph 2026-07-08 07:09:23 +02:00
  • eeabea10f0 Update translations files Laurent Trinques 2026-07-08 06:57:07 +02:00
  • e034cfe9cf Merge pull request #534 from Kellermorph/safety-check Laurent Trinques 2026-07-08 06:34:13 +02:00
  • 2db6c3968a feat: add backup dialog when opening an existing project Kellermorph 2026-07-07 21:42:45 +02:00
  • 14253930ae Merge pull request #509 from Kellermorph/master Laurent Trinques 2026-07-07 16:34:56 +02:00
  • ec0a9f45d3 Update windows-msi.yml Laurent Trinques 2026-07-06 18:43:55 +02:00
  • 1121ccea26 Fix ci: update GitHub Actions to latest major versions Laurent Trinques 2026-07-06 17:57:37 +02:00
  • 94cc9cfef5 Fix ci: update GitHub Actions to latest major versions Laurent Trinques 2026-07-06 17:54:46 +02:00
  • 346aad75fd Fix ci: update GitHub Actions to latest major versions Laurent Trinques 2026-07-06 16:49:51 +02:00
  • 2b8cdd3d67 ci: update GitHub Actions to latest major versions Laurent Trinques 2026-07-06 16:46:54 +02:00
  • be008fb5f6 ci: update GitHub Actions to latest major versions Laurent Trinques 2026-07-06 16:43:16 +02:00
  • 82cd4d359a macOS fix: add explicit QGraphicsLayoutItem include in helpercell.h Laurent Trinques 2026-07-06 14:45:58 +02:00
  • 6dca56f823 git submodule update SingleApplication to v3.5.6 Laurent Trinques 2026-07-06 13:08:34 +02:00
  • 545006bed2 Merge pull request #533 from geri1701/no-kf5-qt-only Laurent Trinques 2026-07-05 18:00:35 +02:00
  • dcec0bf7ff Skip actively locked autosave files Gerhard Schwanzer 2026-07-05 17:39:38 +02:00
  • 7a97e873d9 Test Qt-only autosave recovery fallback Gerhard Schwanzer 2026-07-05 15:52:25 +02:00
  • e6124e941a Add Qt-only autosave recovery fallback Gerhard Schwanzer 2026-07-05 13:16:19 +02:00
  • d0cea474a6 Fix Qt-only build without KF5 Gerhard Schwanzer 2026-07-05 11:10:44 +02:00
  • 3c8ba1b1ca Update ChangeLog with narrative summary of post-0.100 changes Laurent Trinques 2026-07-04 11:09:49 +02:00
  • e19f523227 fix(windows-msi): inject rev into MSI Version Build field Version was static (X.Y.Z.0) across nightlies, so MajorUpgrade never triggered the automatic uninstall; the Windows Installer only compares Major.Minor.Build, ignoring the 4th field. Laurent Trinques 2026-06-30 18:49:43 +02:00
  • 5dac26d9c7 Merge pull request #524 from ispyisail/fix/collection-unicode-path Laurent Trinques 2026-06-29 23:11:17 +02:00
  • e7873b40d5 git submodule update --remote pugixml/ Laurent Trinques 2026-06-27 22:49:23 +02:00
  • cd6c66c3c6 git submodule update --remote elements Laurent Trinques 2026-06-27 22:01:36 +02:00
  • ef04497ca6 Translate debug message to English Laurent Trinques 2026-06-27 19:41:28 +02:00
  • 58000283e6 Merge pull request #522 from ispyisail/fix/issue-283-table-center-alignment Laurent Trinques 2026-06-27 13:58:19 +02:00
  • 73b96dd1b8 Merge pull request #530 from vinicius-ap-santos/improve-ptbr-translation Laurent Trinques 2026-06-24 06:10:57 +02:00
  • 682c6a0ccb Improve Brazilian Portuguese translation (pt_BR) Vinícius Santos 2026-06-23 18:25:22 -03:00
  • d3cf8f2635 Remove github action test-vs2026.yml Laurent Trinques 2026-06-23 13:44:05 +02:00
  • 6aa14a7536 Merge pull request #518 from ispyisail/fix/terminal-data-leak plc-user 2026-06-23 09:39:46 +02:00
  • 6ce688a709 Merge pull request #520 from ispyisail/fix/element-editor-first-click-481 plc-user 2026-06-23 09:26:02 +02:00
  • 28357b0f55 fix(editor): correct initializer list order to silence -Wreorder warning Shane Ringrose 2026-06-23 07:04:34 +12:00
  • e21f49d2cf Merge pull request #528 from ispyisail/fix/project-props-dialog-modality plc-user 2026-06-22 20:28:27 +02:00
  • 2a115e4381 fix(editor): suppress spurious first-click element moves (#481) Shane Ringrose 2026-06-21 12:09:25 +12:00
  • bab32b3764 Fix #527 follow-up: use ApplicationModal for app config dialog (configureQET) Shane Ringrose 2026-06-22 17:48:19 +12:00
  • 5cc2e165bf Fix #527: use ApplicationModal for Project Properties to prevent SIGSEGV Shane Ringrose 2026-06-22 17:30:20 +12:00
  • 1c764babd1 macOS: buffer QFileOpenEvent during cold launch before QETApp exists scorpio810 2026-06-21 11:00:48 +00:00
  • 8d76354647 macOS: fix QFileOpenEvent routing for .qet/.elmt/.titleblock double-click scorpio810 2026-06-21 09:58:16 +00:00