3,801 2019-09-02 16:41:31
Re: Alphabetic auto numbering (2 replies, posted in EN : Help, suggestions, discussions, ...)
3,802 2019-09-02 16:36:37
Re: Klemmenplan automatisch erstellen (2 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
Hallo,
look qet_terminal_generator plugin https://qelectrotech.org/forum/viewtopic.php?id=1007
3,803 2019-09-02 16:34:15
Re: Symbols visualization (13 replies, posted in Code)
Thanks for your feed back.
3,804 2019-09-02 16:29:33
Re: Alphabetic auto numbering (2 replies, posted in EN : Help, suggestions, discussions, ...)
Hi,
you are the first which ask for at this time, not possible yet.
I add this to todo list.
3,805 2019-09-01 13:46:02
Re: Bauteil Slave - Textausrichtung dynamischer Text (1 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
3,806 2019-08-31 16:09:13
Re: feature set xref slave position (29 replies, posted in Code)
Ok, found !, In the general configuration of QET, the Xref_slave for all projects was badly defined on Top and override the one defined in the project configuration if I choose text alignment. It's my fault and I could have searched long time in the code, sorry for the noise.
3,807 2019-08-31 15:32:29
Re: feature set xref slave position (29 replies, posted in Code)
Hi Stromie,
if user set in project config Xrefs "text alignment" for manual editing text position by item, all Xrefs is moved to Top, please add Bottom by default.
3,808 2019-08-31 14:25:28
Re: feature set xref slave position (29 replies, posted in Code)
Hi,
please use this tabs policy for indentations. ;-)
3,809 2019-08-31 07:38:35
Re: feature set xref slave position (29 replies, posted in Code)
Hello Stromie, thanks added your work.
If user choose textitem alignment the change isn't on the fly, need to reload project to take change, you can fix it?
3,810 2019-08-31 00:32:57
Re: feature set xref slave position (29 replies, posted in Code)
Hi Stromie,
I can't add your Pull request your repository isn't up to date synced to master mirror and it remove some works.
wget https://github.com/qelectrotech/qelectr … l/11.patch
3,811 2019-08-30 14:56:50
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
3,812 2019-08-30 14:13:53
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
Done, but you need to GIT clone before.
git clone git://git.tuxfamily.org/gitroot/qet/qet.git qet_git
And run script like this in a terminal :
bash /Users/laurent/qet_git/misc/MacQetDeploy.sh
Cheers,
Laurent
3,813 2019-08-30 12:15:00
Re: feature set xref slave position (29 replies, posted in Code)
Hi Stromie,
sync your fork to mirror first, and create Pull request :
https://help.github.com/en/articles/cre … ll-request
3,814 2019-08-30 11:57:52
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
I think you can try to adapt it maybe in projectView.
3,815 2019-08-30 11:08:44
Re: Librairies (1 replies, posted in FR : Aide, suggestions, discussions, ...)
Bojour David,
La version 0.80-dev en cours de développement contient environ 5600 symboles elec, articles constructeurs, plc, vairiateurs, etc, pneumatique, hydraulique, etc.
Un aperçu ici https://qelectrotech.org/showcategory.p … officielle
laurent@debian:~/Qet-svn/git/qet$ ./count_elements.sh
5617 elements dans 755 categories (soit 6372 fichiers)
3,816 2019-08-29 17:38:06
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
3,817 2019-08-29 14:03:32
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
If you can found for mouse scroll tab.
https://doc.qt.io/qt-5/macos-issues.html
3,818 2019-08-29 13:50:32
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
Nice. ;-)
See GIT commit in my previous post.
3,819 2019-08-29 13:07:01
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
Fixed ! https://git.tuxfamily.org/qet/qet.git/c … ed69f515de
Try new dmg bundle qelectrotech-0.80-DEV_r6007.dmg
Strange that Qt did not apply himself the style defined on this platform by Qt upstream.
3,820 2019-08-29 11:53:55
Re: LISTE DES FOLIOS AUTOMATIQUE (1 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour,
hélas non c'est codé en dur dans le code.
3,821 2019-08-29 10:34:08
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
Compile finished without error?
If ok, you have the bunde dmg located in packaging/mac-osx/ directory.
MacQetDeploy.sh on GIT is not up to date (it is still based on the old SVN trunk). I have not yet pushed the new adaptation for GIT.
3,822 2019-08-29 02:21:27
Re: Nouveautés de la version de développement 0.8 (317 replies, posted in News)
User can choose now folio list emplacement in project by select position number in settings
1 for the first position
2 for the second position
etc
0 for always at the end of project
Because index folio is 0 and not 1 we apply -1 in formula to not complicate your life..
On a request from Plc-user in element Editor: added : with Ctrl key you can moving by keyboard primitives selected by 0.1 point instead by 1 points, added the same feature for moving the selected aera.
Btw, Web repository HTML viewer ( elmt to SVG Team made scripts) of element collection was based on old SVN (svn up crontab) now not up to date, Subversion was abandoned recently by the Team.
GIT is sometimes very complicated to do a simple trick that SVN was easily !!
I dont wan't to use git-sparse-checkout oe sub modules for cloning only a GIT directory, but I found a quickly workaround and use Github SVN for syncing Github QET mirror to elements remote SVN.
It was still tricky ... the svn checkout crashes towards the end on an error svn: E130003: The XML response contains invalid XML, svn cleanup can not do anything to restore the situation the svn up provand assertion failed (action == svn_wc_conflict_action_delete) well....an rsync from my local clone on the remote then a svn up and it was in the bag.
There is still a lot of work to add dynamic texts that are not yet supported and does not generate a thumbnail of the symbol in the HTML viewer, and text orientation is also not supported.
So many things to do that the days lack of hours....
Improve polygon widget editor on elements editor.
Force fusion style on macOS.
Add green style color for tab selected.
3,823 2019-08-28 18:41:12
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
QTcreator: Unknown module(s) in QT: KWidgetsAddons KCoreAddons :
You can try to copy your libs KF5 *.pri on /usr/local/opt/qt5/mkspecs/modules/ like :
cp /usr/local/opt/kf5-kwidgetsaddons/mkspecs/modules/qt_KWidgetsAddons.pri /usr/local/opt/qt5/mkspecs/modules/
etc.
3,824 2019-08-28 18:29:09
Re: Impossible to scroll page tabs (left-right) on Mac and how to compile (60 replies, posted in Code)
If I remember well, I use Qt 5 framework libs provided by Brew and now only Command_Line_Tools_macOS_10.13_for_Xcode_10.1.dmg I compile it with qmake -spec macx-clang and make -j16
See MacQetDeploy.sh script on misc directory on GIT.
Look the full log issue here, that can help you :https://github.com/KDE-mac/homebrew-kde/issues/285
3,825 2019-08-28 15:21:40
Re: Comment supprimer un backup "fantôme" ? (8 replies, posted in FR : Aide, suggestions, discussions, ...)
Bah il suffit de supprimer des morceaux du fichier config de QET, alors c'est vrai sous Linux et macOS c'est très facile puisque c'est un simple fichier texte, mais Windows avec sa politique ancienne de vouloir tout stocker dans le registre font que c'est plus compliquer pour mde Michu de supprimer des clés dans la base de registre Windows.
Il semblerai que chez Redmon ils se sont aperçu de leur erreur et commence à faire machine arrière, la base de registre étant devenue un sacré foutoir au fil du temps et des installations de logiciels.
Exemple de fichier conf sur une machine Linux:
