@TManiac: try toolbar-depth for conductor text?
https://download.qelectrotech.org/qet/m … lbar-depth
851 2023-10-20 18:37:23
Re: Textfeld in den Vordergrund bringen (4 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
852 2023-10-19 16:51:08
Re: https://qelectrotech.org/ is down for several days now ! (6 replies, posted in News)
FYI, "elements" directory is now separated to a new repository and use submodules also is now ready!
Joshua can be happy. ![]()
It 's more easy for elements contributors to maintained and add new pull request.
git clone https://github.com/qelectrotech/qelectrotech-elements.gitNote (upstream and maybe mainstream and elements translators): for update remote elements submodule with lastest change on git qelectrotech-source-mirror directory:
git submodule update --remote elementsAll modules:
git pull --recurse-submodules853 2023-10-19 11:28:41
Re: cable and bus not active (1 replies, posted in EN : Help, suggestions, discussions, ...)
It's a feature, see https://github.com/qelectrotech/qelectr … t.cpp#L245
854 2023-10-18 15:48:58
Re: Request - Fixed Visible Column and Row Headers/Names (16 replies, posted in EN : Help, suggestions, discussions, ...)
Damn again, in my test case I can aslo reproduce the bug again, again .../o\
855 2023-10-17 18:09:41
Re: https://qelectrotech.org/ is down for several days now ! (6 replies, posted in News)
Btw, we added Submodules for Single Application and PugiXml libs on our Git:
https://git-scm.com/book/en/v2/Git-Tools-Submodules
How to Build after clone our github repository
Initialize Submodules
git submodule init
git submodule update
Or
git submodule update --init --recursiveBtw, we think also moving the "elements" directory to new repository and use submodules too soon....
856 2023-10-17 08:30:43
Re: Request - Fixed Visible Column and Row Headers/Names (16 replies, posted in EN : Help, suggestions, discussions, ...)
Fixed, thanks for report
Hmm not!
, I can reproduce this bug again, for complex conductor formula like: text-%id-%{variable}.
Sorry.
857 2023-10-16 16:15:09
Re: Flatpak packages 0.100-dev (32 replies, posted in News)
BTW, I moved to 22.3 SDK flatpak..
858 2023-10-16 16:00:57
Re: New release (1 replies, posted in EN : Help, suggestions, discussions, ...)
859 2023-10-15 13:55:26
Re: elements autonumbering but alphabethically (6 replies, posted in EN : Help, suggestions, discussions, ...)
Hi,
Alphabetically numbering isn't implemented yet.
If anyone wants to take care of it?
860 2023-10-15 12:50:41
Re: Spanish Videos (22 replies, posted in Videos howto)
861 2023-10-15 10:51:54
Re: [Suggestion] Delete superfluous waypoints (4 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
https://download.qelectrotech.org/qet/m … ar-diagram
Resets the conductors path ignoring the user changes
Ctrl + k
862 2023-10-14 12:45:42
Re: element editor (3 replies, posted in EN : Help, suggestions, discussions, ...)
863 2023-10-13 14:33:32
Re: How to update/refresh the drawing after element was edited (5 replies, posted in EN : Help, suggestions, discussions, ...)
864 2023-10-13 13:46:20
Re: https://qelectrotech.org/ is down for several days now ! (6 replies, posted in News)
865 2023-10-13 13:42:50
Re: Flatpak packages 0.100-dev (32 replies, posted in News)
Fixed old url in org.qelectrotech.QElectroTech.flatpakref
Use these to install new devel version:
flatpak remote-delete qelectrotech-origin
flatpak remote-delete qet-devel
flatpak remote-add --gpg-import=public.pgp qet-devel https://download.qelectrotech.org/qet/builds/Flatpak/
flatpak install https://download.qelectrotech.org/qet/builds/Flatpak/org.qelectrotech.QElectroTech.flatpakref
866 2023-10-13 11:25:20
Re: How to update/refresh the drawing after element was edited (5 replies, posted in EN : Help, suggestions, discussions, ...)
Hello Chris,
drag abd drop your element modified and saved before close QET.
Regards
Laurent
867 2023-10-13 09:54:29
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
https://github.com/qelectrotech/qelectr … r/pull/268
Give the user a possibility to set the maximum number of parts during…
… import on an dxf file. Because sometimes the dxf file can contain more than 200 elements and the user is deleting some elements afterwards

868 2023-10-12 20:07:17
Re: Ordnername wird nicht angezeigt (6 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
Maybe your directory and elemen,t isn(t tranlated to your country.
869 2023-10-11 20:43:56
Re: Brazilian videos (19 replies, posted in Videos howto)
870 2023-10-11 20:08:51
Re: Schaltschrank planen (2 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
871 2023-10-09 16:22:12
Re: Financing macOS machine for improving QElectroTech on MAC M1/M2 arm64 (39 replies, posted in News)
FYI, Update OSX KVM/QEMu x86_64 (intel macOS 64) builds to:
Clang 14.0
Qt: 5.15.8 => Qt: 5.15.11
KF5 5.99 => KF5 5.110
Enjoy!
872 2023-10-08 09:30:54
Re: Spanish Videos (22 replies, posted in Videos howto)
873 2023-10-07 17:16:13
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
FYI, Update cross-compiler MXE x86_64 (Windows 64) builds to:
GCC 11.3.0 => 11.4.0
Qt: 5.15.9 => Qt: 5.15.11
KF5 5.104 => KF5 5.110
Enjoy!
874 2023-10-06 15:51:17
Re: I get the drawing "in my face" when i double click referencing... :) (40 replies, posted in EN : Help, suggestions, discussions, ...)
Maybe we can use Qtwebengine html document to pdf?, but is very horrible to add this dependency in our toolchain for packaging, like with cross compile for windows with MXE or in macOS bundle:
https://doc.qt.io/qt-6/qtwebengine-webe … ample.html
