<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2026-03-09 00:28:51]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>https://qelectrotech.org/bugtracker/</docs><link>https://qelectrotech.org/bugtracker/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>https://qelectrotech.org/bugtracker/images/mantis_logo.png</url><link>https://qelectrotech.org/bugtracker/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0000338: Win-versions contain wrong Elements-license</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=338</link><description><![CDATA[The windows-versions in installer and Ready-To-Use - Package contain another ELEMENTS.LICENSE than in the source-directory on GitHub!&lt;br /&gt;
The file at GitHub is significantly more up-to-date and contains more language versions!&lt;br /&gt;
&lt;br /&gt;
This also applies to these files:&lt;br /&gt;
 - README&lt;br /&gt;
 - README.md&lt;br /&gt;
 - ChangeLog&lt;br /&gt;
 - CREDIT]]></description><category>other</category><pubDate>Sun, 15 Feb 2026 17:25:37 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=338</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=338#bugnotes</comments></item><item><title>0000336: Source tarball does not include dependencies</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=336</link><description><![CDATA[The source tarball (.tar.gz) does not include the git submodule dependencies, more specifically pugixml and SingleApplication. This results in a warning with qmake:&lt;br /&gt;
&lt;pre class=&quot;bbcodeplus pre&quot;&gt;&lt;code class=&quot;bbcodeplus code language-bash&quot;&gt;
$ qmake-qt5
Info: creating stash file /home/nicola/sandbox/aur/qeletrotech/src/qelectrotech-source-mirror-0.100/.qmake.stash
Cannot read .../SingleApplication/singleapplication.pri: No such file or directory
&lt;/code&gt;&lt;/pre&gt;
and subsequent errors during make:&lt;br /&gt;
&lt;pre class=&quot;bbcodeplus pre&quot;&gt;&lt;code class=&quot;bbcodeplus code language-bash&quot;&gt;
$ make
...
In file included from sources/bordertitleblock.h:22,
                 from sources/bordertitleblock.cpp:18:
sources/diagramcontext.h:20:10: fatal error: pugixml/src/pugixml.hpp: No such file or directory
   20 | #include &quot;pugixml/src/pugixml.hpp&quot;
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
&lt;/code&gt;&lt;/pre&gt;]]></description><category>other</category><pubDate>Thu, 05 Feb 2026 10:43:28 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=336</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=336#bugnotes</comments></item><item><title>0000337: System provided pugixml not usable</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=337</link><description><![CDATA[I see a CMake option in `cmake/fetch_pugixml.cmake` to select if building pugixml or using the system provided one:&lt;br /&gt;
&lt;br /&gt;
    option(BUILD_PUGIXML &quot;Build pugixml library, use system one otherwise&quot; YES)&lt;br /&gt;
&lt;br /&gt;
The problem is the source code only works with the former:&lt;br /&gt;
&lt;pre class=&quot;bbcodeplus pre&quot;&gt;&lt;code class=&quot;bbcodeplus code language-bash&quot;&gt;
$ grep -r \#include.*pugixml
sources/NameList/nameslist.h:#include &quot;pugixml/src/pugixml.hpp&quot;
sources/ElementsCollection/elementslocation.h:#include &quot;pugixml/src/pugixml.hpp&quot;
sources/diagramcontext.h:#include &quot;pugixml/src/pugixml.hpp&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Either the `BUILD_PUGIXML` option is misleading or the code must be refactored to use `-I` compiler flags and `#include &lt;pugixml.hpp&gt;`.]]></description><category>other</category><pubDate>Mon, 26 Jan 2026 08:16:50 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=337</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=337#bugnotes</comments></item><item><title>0000335: Element library icons are black and almost invisible on dark OS themes</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=335</link><description><![CDATA[When using a dark system theme (KDE Plasma with dark theme), the icons in the element library are always displayed in black color. This makes them completely invisible against the dark background.&lt;br /&gt;
&lt;br /&gt;
For example, terminal symbols and other element icons cannot be seen at all when browsing the library with a dark theme enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Expected behavior:&lt;/b&gt; Icons should adapt to the current theme (use light/white color on dark themes, or have transparent/inverted rendering).&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Desktop Environment:&lt;/b&gt; KDE Plasma&lt;br /&gt;
&lt;b&gt;Theme:&lt;/b&gt; Dark theme enabled]]></description><category>Libraries of elements</category><pubDate>Thu, 11 Dec 2025 09:05:45 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=335</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=335#bugnotes</comments></item><item><title>0000333: selecting more than one dynamic text fields changes it's colour</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=333</link><description><![CDATA[when you select more than one dynamic text fields, which have different colours, all of them get the color of the first dynamic text box selected]]></description><category>Element Editor</category><pubDate>Mon, 24 Nov 2025 15:46:47 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=333</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=333#bugnotes</comments></item><item><title>0000332: PASTAS SEM NOMES</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=332</link><description><![CDATA[Adquiri uma biblioteca e após eu inserir no QElectroTech as pastas estavam sem nomenclatura.]]></description><category>Libraries of elements</category><pubDate>Thu, 30 Oct 2025 18:54:12 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=332</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=332#bugnotes</comments></item><item><title>0000323: Crash on change label color</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=323</link><description><![CDATA[After saving a project, if I edit the color of a label (text element) and confirm the change by pressing Enter, QElectroTech crashes immediately.&lt;br /&gt;
This does not happen if I confirm the change by clicking &quot;OK&quot; with the mouse.]]></description><category>Diagram Editor</category><pubDate>Wed, 22 Oct 2025 23:24:25 +0200</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=323</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=323#bugnotes</comments></item><item><title>0000317: Collection Panel can not be reattached after undocking from main window</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=317</link><description><![CDATA[Hello,&lt;br /&gt;
&lt;br /&gt;
I undocked several panels like &quot;Collection&quot; and &quot;Selection&quot; from the main window with using the button left to the &quot;X&quot; (I don´t know how to call it). Now I am unable to reattach them.&lt;br /&gt;
&lt;br /&gt;
I already tried to restart the application with windows or tabs display mode and also tried the menu options when right clicking the panel. I also reinstalled the software - no change.&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Oliver]]></description><category>Diagram Editor</category><pubDate>Mon, 20 Oct 2025 23:59:52 +0200</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=317</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=317#bugnotes</comments></item><item><title>0000324: Crash on "Add text"</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=324</link><description><![CDATA[When copying a label with Ctrl + C, then editing its text properties, and after that trying to create a new label in the selection properties, QElectroTech crashes immediately.]]></description><category>Diagram Editor</category><pubDate>Mon, 20 Oct 2025 23:33:08 +0200</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=324</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=324#bugnotes</comments></item><item><title>0000329: About every 30 seconds, the software would freeze temporarily, then resume functioning.</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=329</link><description><![CDATA[I have been using QElectroTech for many years and find it a very powerful tool. However, as my project files grew in size, I began to encounter a problem: approximately every 30 seconds, the software would freeze temporarily, then resume functioning.&lt;br /&gt;
After some testing, I identified the cause of the problem in the automatic backup system, specifically in the XML conversion phase (QETProject::writeBackup()).&lt;br /&gt;
To resolve this, I recompiled the program, changing the value of the BACKUP_INTERVAL variable from 2 minutes to 200 minutes. This way, the problem no longer occurs, and I can also manage large projects, including A0 format sheets.&lt;br /&gt;
I would like to know if there is an alternative solution to this modification, perhaps configurable directly from the interface or through a settings file, without having to recompile the software each time.&lt;br /&gt;
&lt;br /&gt;
Translated with DeepL.com (free version)]]></description><category>Diagram Editor</category><pubDate>Mon, 20 Oct 2025 23:16:08 +0200</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=329</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=329#bugnotes</comments></item><item><title>0000331: Amélioration - Numérotation Auto - Saisie de l'incrément + Prochain numéro directement dans la fenêtre d'édition</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=331</link><description><![CDATA[Il serait intéressant de pouvoir directement dans la fenêtre &quot;Sélection numérotation auto&quot; modifier la valeur d'incrément et visualiser la prochaine numérotation qui sera appliquée. Ceci sans être obligé d'ouvrir la page de configuration.]]></description><category>Diagram Editor</category><pubDate>Tue, 14 Oct 2025 08:58:54 +0200</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=331</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=331#bugnotes</comments></item><item><title>0000330: In Italian, in the new texts added to the elements, it is not possible to set the text source in the text information.</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=330</link><description><![CDATA[In Italian, when I add text and change “source of text” to “text information,” the information box is not enabled, but composite text is enabled.]]></description><category>Diagram Editor</category><pubDate>Sat, 13 Sep 2025 09:50:37 +0200</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=330</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=330#bugnotes</comments></item><item><title>0000326: test version</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=326</link><description><![CDATA[test]]></description><category>other</category><pubDate>Fri, 30 May 2025 09:54:49 +0200</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=326</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=326#bugnotes</comments></item><item><title>0000319: language not possible to switch completely</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=319</link><description><![CDATA[first of all - hppy new year &lt;br /&gt;
I need to say your software is really great!&lt;br /&gt;
&lt;br /&gt;
After insallation the software was completely set to userlanguage (german DE).&lt;br /&gt;
Since yesterday it is set to german - ok - but the menue interface is french.&lt;br /&gt;
&lt;br /&gt;
&lt;a target=&quot;_blank&quot; href=&quot;https://ibb.co/jWB4TC0&quot;&gt;https://ibb.co/jWB4TC0&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks for help :)]]></description><category>translation</category><pubDate>Sat, 03 May 2025 18:50:08 +0200</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=319</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=319#bugnotes</comments></item><item><title>0000304: Lock/unlock for moving text fields that have a reference to a component.</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=304</link><description><![CDATA[Hi, could you add an option via a button or hot key that ensures that only the component moves together with the text and not the text alone moves on the component when it is locked.&lt;br /&gt;
&lt;br /&gt;
I often have the problem that the selection only takes the text and then moves it and the component does not move, here it would be good if you can lock and unlock the individual selection of the text when drawing.&lt;br /&gt;
This would allow you to move the component together with the text when the lock is active and the component designation etc. would still be at the same distance from each other after moving.&lt;br /&gt;
If the lock is deactivated, you can move the text or component designation individually.&lt;br /&gt;
&lt;br /&gt;
I know this function from Eplan, where property texts can only be moved if they have been released beforehand with the hotkey ‘Move property texts [Ctrl] + [B]’. It would be cool if this could also be linked to texts that are stored in the component.]]></description><category>other</category><pubDate>Sat, 22 Mar 2025 07:14:31 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=304</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=304#bugnotes</comments></item><item><title>0000290: Unable to run the app on OSX</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=290</link><description><![CDATA[Its not possible to run the app on OSX (14.0 (23A344)).&lt;br /&gt;
The error says &quot;application damage&quot;.&lt;br /&gt;
I try the 0.100 Dev version, the 0.9 Version runs fine.]]></description><category>Diagram Editor</category><pubDate>Sat, 08 Mar 2025 09:24:41 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=290</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=290#bugnotes</comments></item><item><title>0000311: options contexts are not glued to top of window when opening "file", "edition" menus</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=311</link><description><![CDATA[When using latest V0.100 Qelectrotech version, I get this visual bug (see attached file)&lt;br /&gt;
&lt;br /&gt;
The menus are getting a space every time they are highlighted.]]></description><category>Diagram Editor</category><pubDate>Fri, 28 Feb 2025 15:15:03 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=311</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=311#bugnotes</comments></item><item><title>0000310: Textoutput possibly hardcoded</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=310</link><description><![CDATA[In the Element Editor, I received the error message &quot;Trop de primitives, liste non générée: 482&quot; today. In the program language is set to German (DE) and the string has been translated in the language file &quot;qet_de&quot;.&lt;br /&gt;
&lt;br /&gt;
Therefore, I suspect that the message is currently not reflecting the language settings. Maybe it is hardcoded?]]></description><category>translation</category><pubDate>Thu, 20 Feb 2025 19:38:32 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=310</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=310#bugnotes</comments></item><item><title>0000314: Moving text sub elements by keyboard also pans viewport</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=314</link><description><![CDATA[When selecting a text sub element (for example the number of connections of an element) and trying to move it around with the keyboard, sometimes this also moves the viewport.  Strangely, moving the element to the right and down works as expected, but moving it up and left also moves the viewport.]]></description><category>Diagram Editor</category><pubDate>Tue, 31 Dec 2024 16:17:48 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=314</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=314#bugnotes</comments></item><item><title>0000316: Company collection not automatically updated</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=316</link><description><![CDATA[The introduction of company collections has been a Good Thing. But, I have a minor issue with it.&lt;br /&gt;
&lt;br /&gt;
When a new element is created in the user collection (New element or Save as) the element immedieately shows up in the collection. When the same is done in the company collection the new element does not show up until Reload collections.]]></description><category>Diagram Editor</category><pubDate>Tue, 31 Dec 2024 16:16:13 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=316</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=316#bugnotes</comments></item><item><title>0000318: Startet nicht nach installation - „qelectrotech“ ist beschädigt und kann nicht geöffnet werden</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=318</link><description><![CDATA[&lt;sub&gt;&lt;br /&gt;
Nach download und entpacken wurde die Datei in &quot;Programme&quot; verschoben.&lt;br /&gt;
Bei Start des Programms erscheint nach wenigen sekunden:&lt;br /&gt;
„qelectrotech“ ist beschädigt und kann nicht geöffnet werden. Es empfiehlt sich, das Objekt in den Papierkorb zu bewegen.&lt;span class=&quot;bbsize-125&quot;&gt;&lt;/span&gt;&lt;/sub&gt;]]></description><category>other</category><pubDate>Tue, 31 Dec 2024 13:34:43 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=318</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=318#bugnotes</comments></item><item><title>0000308: Preset for date is not saved</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=308</link><description><![CDATA[I open the pre-settings for a new project and active the option for the actual date as a new preset. However, that option will not be saved. Every new project will be created without a date information on each folie.]]></description><category>other</category><pubDate>Wed, 04 Dec 2024 18:19:26 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=308</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=308#bugnotes</comments></item><item><title>0000214: Création de multiples références produits, pour un même élément.</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=214</link><description><![CDATA[Il serait intéressant de pouvoir, assigner à un même composant graphique, plusieurs références produits. &lt;br /&gt;
En effet pour un même produit (ex. Sectionneur) plusieurs pièces sont à commander (sectionneur, poignée, prolongateur etc..) . La possibilité d'ajouter plusieurs références produits à un composant du schéma permettrait d'éditer une nomenclature complète et de pouvoir l'utiliser telle quelle pour la commande de matériel.]]></description><category>Diagram Editor</category><pubDate>Sun, 03 Nov 2024 10:18:30 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=214</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=214#bugnotes</comments></item><item><title>0000305: Impossible d'intégrer les "Panels" dans l'interface principale sous Wayland</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=305</link><description><![CDATA[Lorsque l'on détache un des &quot;Panels&quot; (Projets, Collections, Annulations, Propriétés de la sélection, Sélection numérotation Auto), il est impossible de les réintégrer dans l'interface quand je suis sous Gnome Wayland. &lt;br /&gt;
Par contre cela fonctionne correctement sous Gnome Xorg.]]></description><category>Diagram Editor</category><pubDate>Fri, 01 Nov 2024 09:55:50 +0100</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=305</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=305#bugnotes</comments></item><item><title>0000288: thumbnail of elements with accents in filename are not displayed when the element is in user collection</title><author></author><link>https://qelectrotech.org/bugtracker/view.php?id=288</link><description><![CDATA[Thumbnail of elements with accents in filename are not displayed in element browser when the element is in user collection. &lt;br /&gt;
Thumbnail is correctly displayed when the same element is in QET collection. &lt;br /&gt;
This issue is present in version 0.90 and 0.100]]></description><category>Libraries of elements</category><pubDate>Mon, 14 Oct 2024 19:18:40 +0200</pubDate><guid>https://qelectrotech.org/bugtracker/view.php?id=288</guid><comments>https://qelectrotech.org/bugtracker/view.php?id=288#bugnotes</comments></item></channel></rss>
