Commit Graph

  • 3471140b64 fix typo in fuction-name (looked like a mixture of French and English) plc-user 2025-02-14 16:47:39 +01:00
  • 43f0107eb1 Revert "Try Clazy fix-its" Segfault on old Qt versions! This reverts commit dba7caed30. Laurent Trinques 2025-02-14 16:17:58 +01:00
  • dba7caed30 Try Clazy fix-its clazy is a compiler plugin which allows clang to understand Qt semantics. You get more than 50 Qt related compiler warnings, ranging from unneeded memory allocations to misusage of API, including fix-its for automatic refactoring. Laurent Trinques 2025-02-14 15:52:23 +01:00
  • adcf77e34a Replacing modules includes <QtConcurrent> with QtConcurrentRun and QtConcurrentMap Laurent Trinques 2025-02-14 14:07:41 +01:00
  • 59236170b2 Merge pull request #354 from plc-user/master Laurent Trinques 2025-02-13 08:14:09 +01:00
  • 3d82aff4e7 FIX: shortcut for rotation in element-editor was hardcoded in UI plc-user 2025-02-12 15:35:45 +01:00
  • 516eb9eb45 fixed English comments plc-user 2025-02-12 14:02:30 +01:00
  • 0b80d1b5b9 a few translated shortcuts were still there ... fixed! plc-user 2025-02-12 13:41:39 +01:00
  • 073e4080fd Merge pull request #353 from plc-user/master Laurent Trinques 2025-02-11 18:23:32 +01:00
  • b512aee2bf update language-files plc-user 2025-02-11 15:55:24 +01:00
  • 38f5547228 use "positive logic" for conditional compiling plc-user 2025-02-11 14:43:18 +01:00
  • 317c90c769 do not hardcode translations for shortcuts: let the system do it for you! plc-user 2025-02-11 14:36:15 +01:00
  • f308ea6b93 Merge pull request #352 from plc-user/master Laurent Trinques 2025-02-11 12:54:37 +01:00
  • 4808b04a31 fix movement of element, when origin is outside of graphics When saving an element it is checked, if the origin (0/0) is inside the graphical parts. If outside, the element is moved by integer values for x- and y-offset before saving. Old calculation for offset could lead to "strange" new values for positions. plc-user 2025-02-11 11:46:36 +01:00
  • 3a43fbfa61 Merge pull request #351 from plc-user/master Laurent Trinques 2025-02-11 06:41:40 +01:00
  • 29aee8e80c copy-and-paste: set paste-position to meaningful values plc-user 2025-02-10 18:33:49 +01:00
  • 717b257fa0 added English comments plc-user 2025-02-10 18:26:14 +01:00
  • 13f432571d comments: fixed typos and added English comments plc-user 2025-02-09 17:51:15 +01:00
  • 610f4d6dfa Merge pull request #350 from plc-user/master Laurent Trinques 2025-02-09 13:32:59 +01:00
  • a20d02f5f0 element-editor: remove leading and trailing whitespace from author-info plc-user 2025-02-09 12:43:35 +01:00
  • 1fc33aa1ba element-editor: limit decimal places for sizes and positions to two, when saving file plc-user 2025-02-09 12:33:24 +01:00
  • 706eba6612 fix typos and whitespace plc-user 2025-02-09 12:25:09 +01:00
  • f675ce3452 git submodule update --remote elements Laurent Trinques 2025-02-08 10:56:36 +01:00
  • 3ae47a714d Merge pull request #348 from plc-user/master Laurent Trinques 2025-02-08 10:33:37 +01:00
  • 58aae63616 sorted translations \“imported elements\” in sourcecode and added some for Qt6 plc-user 2025-02-08 07:45:48 +01:00
  • b8e4fca09f fix: remove empty elementInformation, but keep empty properties plc-user 2025-02-08 07:39:21 +01:00
  • 075289797a Merge pull request #347 from plc-user/master Laurent Trinques 2025-02-08 07:11:13 +01:00
  • f26733f34e translation: update German and English plc-user 2025-02-07 20:47:16 +01:00
  • ba9fea3fd1 Merge pull request #346 from plc-user/master Laurent Trinques 2025-02-07 15:16:40 +01:00
  • bbbf77597a export: set maximum width / height according limitations in QPainter plc-user 2025-02-07 11:34:05 +01:00
  • 1cf156c47a Merge pull request #345 from plc-user/master Laurent Trinques 2025-02-06 16:11:36 +01:00
  • 924d1c1b05 use "static const" - variables instead of multiple times values in source-code use multiplication-sign "×" instead of asterisk "*" between widht and height plc-user 2025-02-06 15:16:19 +01:00
  • 33570ffceb export: set maximum width / height according specifications of export-type plc-user 2025-02-06 12:58:32 +01:00
  • 40b7aa999f git submodule update --remote elements Laurent Trinques 2025-02-06 07:18:42 +01:00
  • c9ba7bee6c ExportDialog increase spinBox limit 10 000px to 100 000px See: https://qelectrotech.org/forum/viewtopic.php?pid=21002#p21002 Laurent Trinques 2025-02-06 07:12:56 +01:00
  • 7466793e71 Merge pull request #344 from plc-user/master Laurent Trinques 2025-02-05 19:26:24 +01:00
  • 408481a023 some clean-up for "elementInformations" in element-file - for some time now and for whatever reason, element-editor sometimes adds element-information without content –> do not save info-lines without any content - sort element-information alphabetically by name in element-file - use trimmed strings for element-information to remove leading and trailing whitestpace plc-user 2025-02-05 13:11:37 +01:00
  • b0324bd6e8 fix typo plc-user 2025-02-05 12:58:49 +01:00
  • 812ac83ab6 NamesList: move while-loop into "else"-clause, to be more precise and added english text to comments plc-user 2025-02-05 12:57:50 +01:00
  • d1c6fb7e3c Merge pull request #343 from plc-user/master Laurent Trinques 2025-02-04 18:15:26 +01:00
  • 9dad6963cb minor: typos, comments, whitespace, translation plc-user 2025-02-04 13:48:35 +01:00
  • 28df44d1ba Merge pull request #342 from plc-user/master Laurent Trinques 2025-02-04 12:56:03 +01:00
  • 25a81f24fa NamesList: Use ‘Qmap’ instead of ‘Qhash’ to automatically sort the names of an element by language code before saving the element-file. Added English comment in header-file. plc-user 2025-02-03 13:23:32 +01:00
  • 7a39e69a32 element-name: if no name is set, set to "en" / "NoName" (also adjusted comment) plc-user 2025-02-03 13:03:55 +01:00
  • af33719995 Merge pull request #341 from plc-user/master Laurent Trinques 2025-02-02 15:48:48 +01:00
  • 4c12b3c679 Flatpak upgrade tkinter git to update to python 3.11 Laurent Trinques 2025-02-02 15:16:53 +01:00
  • e1dc978f97 more precise Log-Text for search of "qet_tb_generator" to avoid misunderstandings plc-user 2025-02-02 14:48:38 +01:00
  • 1b2d8061a5 Merge pull request #340 from plc-user/master Laurent Trinques 2025-02-02 13:34:42 +01:00
  • b0f0a56a88 machine_info: add entry for QETApp::configDir() also for win We use QETApp::configDir() to save configuration-files (*.json) for creating BOM, nomenclature, etc. during runtime. So it's interesting for win-users, too, which configDir is used. plc-user 2025-02-02 12:49:59 +01:00
  • d6d38141c9 Merge pull request #339 from plc-user/master Laurent Trinques 2025-02-02 12:24:19 +01:00
  • 331cecc05c remove dead code (local variables that were never used) plc-user 2025-02-02 12:16:28 +01:00
  • de0fa1fa20 Merge pull request #338 from plc-user/master Laurent Trinques 2025-02-01 12:49:43 +01:00
  • 1698e062ab remove dead code (local variables that were never used) plc-user 2025-02-01 08:52:07 +01:00
  • 3051c225bb minor: typos, witespace, comments plc-user 2025-02-01 08:49:12 +01:00
  • ffef9aaea5 Merge pull request #337 from Bisku/de_translation Laurent Trinques 2025-01-31 15:52:37 +01:00
  • 9fc270c8a8 Aktualisierung 2025-01-30 Bisku 2025-01-31 14:41:10 +01:00
  • 2c8797415c Merge pull request #335 from plc-user/master Laurent Trinques 2025-01-30 10:20:24 +01:00
  • 8162da1515 reorder search-paths and added currentPath() plc-user 2025-01-30 08:30:11 +01:00
  • 3cadc9275e improve readability plc-user 2025-01-30 07:25:30 +01:00
  • a459029f0d simplify code even more... plc-user 2025-01-30 00:15:09 +01:00
  • 9dda9f890f close the process in any case plc-user 2025-01-29 22:27:56 +01:00
  • 9be2ed604e moved "#endif" to always close process and adjusted qInfo-Text plc-user 2025-01-29 22:15:36 +01:00
  • a450680f6e rewrite code for executing “qet_tb_generator” plugin Now it's better readable and maintainable up to the moment we have our own internal Terminal-Manager for productive use. Additionally added the storage location “dataDir()/binary”, so that the new structure for the separation of configuration and data can be properly kept plc-user 2025-01-29 21:57:38 +01:00
  • 22e6188bb6 Merge pull request #333 from plc-user/master Laurent Trinques 2025-01-29 14:38:25 +01:00
  • 9d83d3180a Merge pull request #334 from zultron/zultron/2025-01-29_Fix_snap_qet_tb_generator Laurent Trinques 2025-01-29 13:31:46 +01:00
  • 09c87cf811 build-aux/snap/snapcraft.yaml: python3.8 -> 3.10 John Morris 2025-01-29 00:22:17 -06:00
  • bdee8e3e36 set default search-path of non-standard locations of collections and titleblocks (common, company and user) also to QETApp::documentsDir() plc-user 2025-01-28 19:01:32 +01:00
  • 30a6221e45 remove unused function plc-user 2025-01-28 18:56:16 +01:00
  • 9f8287206b fix: "dxf2elmt" and "QET_ElementScaler" also read imported files from QETApp::documentDir() by default plc-user 2025-01-28 18:44:19 +01:00
  • bb770ae4f1 Merge pull request #332 from plc-user/master Laurent Trinques 2025-01-28 15:04:47 +01:00
  • d971da5ac7 add commandline-parameter "--data-dir" plc-user 2025-01-27 21:48:36 +01:00
  • e9d2c13630 Merge pull request #331 from plc-user/master Laurent Trinques 2025-01-27 17:58:22 +01:00
  • c01549f315 machine_info: write configured directories to log\n(may have been changed with commandline-parameters) plc-user 2025-01-27 17:38:06 +01:00
  • 39e287f60d machine_info: fix element-count and make static text a bit shorter plc-user 2025-01-27 17:04:26 +01:00
  • 11e3f91029 Merge pull request #330 from plc-user/master Laurent Trinques 2025-01-26 14:45:36 +01:00
  • 1ac324242a Polish Laurent Trinques 2025-01-26 14:44:47 +01:00
  • 940ae0c34a formatting / whitespace - unify declarations plc-user 2025-01-26 14:29:52 +01:00
  • 7a19756f13 Polish Laurent Trinques 2025-01-26 14:27:02 +01:00
  • 3b24bd25c7 Merge pull request #329 from plc-user/master Laurent Trinques 2025-01-26 12:43:00 +01:00
  • a73452bf6d Polish Laurent Trinques 2025-01-26 12:31:10 +01:00
  • 24165ee8ee Machine info ; try to Count *elmt Files in alls collections (include subfolders) Laurent Trinques 2025-01-26 12:16:46 +01:00
  • 4c7cc9a110 adjust comments plc-user 2025-01-26 11:55:52 +01:00
  • 79f894a327 Set default-location for projects to documents-dir. All export files that are derived from the project (BOM, nomenclature, etc.) are saved in the same directory by default. In this context, the standard directories have been grouped together in qetapp.cpp / qetapp.h so that only one place needs to be searched for in case of any adjustments. plc-user 2025-01-26 11:32:46 +01:00
  • f26e936ea9 Polish Laurent Trinques 2025-01-26 10:48:50 +01:00
  • 1ddfe1d433 Polish Laurent Trinques 2025-01-26 08:43:07 +01:00
  • 194edbd799 Machine info : try to fix FTFS under Windows Laurent Trinques 2025-01-25 20:29:11 +01:00
  • 162c402102 Minor Laurent Trinques 2025-01-25 20:09:31 +01:00
  • c6427cbfc1 Fix previuois commit Laurent Trinques 2025-01-25 19:54:41 +01:00
  • c4b6939ed6 machine_info.cpp: Minor Laurent Trinques 2025-01-25 19:37:39 +01:00
  • 2436daa16f machine_info.cpp: Minor Laurent Trinques 2025-01-25 19:03:33 +01:00
  • 4050e8351e machine_info.cpp: Minor Laurent Trinques 2025-01-25 14:23:51 +01:00
  • d6f119742d machine_info.cpp: Minor Laurent Trinques 2025-01-25 14:15:30 +01:00
  • 3e4f3def3e machine_info.cpp: add more informations about OS language and country Laurent Trinques 2025-01-25 14:00:57 +01:00
  • 4aff7d1a1d Merge pull request #328 from plc-user/master Laurent Trinques 2025-01-25 07:01:18 +01:00
  • d451bd4df5 machine_info.cpp: add explaining text for directory-list plc-user 2025-01-24 21:19:45 +01:00
  • 2cc5de6f7c Merge pull request #327 from plc-user/master Laurent Trinques 2025-01-24 13:48:11 +01:00
  • 661530030a Update machine_info.cpp plc-user 2025-01-24 13:28:52 +01:00
  • 620aa665f2 Update machine_info.cpp plc-user 2025-01-24 13:25:57 +01:00
  • 8f23a3d94d Improve logs in machine info Laurent Trinques 2025-01-24 11:49:53 +01:00
  • c343df3fc9 Minor Laurent Trinques 2025-01-24 11:12:36 +01:00