You could run QET in debug with gdb is activated and draw your schemes normalhy.

https://qelectrotech.org/wiki_new/doc/qt_creator

For having element collection translation, and titleblock you need to adapt path of executable :
https://qelectrotech.org/wiki_new/doc/q … executable

https://qelectrotech.org/wiki_new/_media/doc/qtcreator5.png?cache=&w=900&h=739&tok=77a342

If he crashing you could paste image or text debug info into bugtracker only message linked to source code, like my video.

I use qt creator with gdb for debug and coding.


https://qelectrotech.org/forum/viewtopi … 5072#p5072

You could detach and move all docks in other screen/monitor if you want, like this:


I tried it, but the column "Label folio" only contain "%id(%total)" for every item; it do not resolve the values.  Bug?

https://qelectrotech.org/forum/viewtopi … 5334#p5334

And :






https://download.qelectrotech.org/qet/forum_img/select_folio_id.png

examples:
https://qelectrotech.org/forum/viewtopi … 2994#p2994

http://ezza.free.fr/drainback/symboles.pdf

http://ezza.free.fr/drainback/solaire_et_T.pdf

Yes of course it is a symbol like other.

Bonjour rdksystems,


En Allemagne, les disjoncteurs sont Monopolaires, ils coupent seulement la phase (L).
tous les neutres des circuits concernés sont donc communs, en aval de l'inter différentiel ( RCD )
donc niveau schémas forcement c'est plus du tout la meme chose...
Et donc, je vais me mettre à Qelectrotech, (parceque j'en vois que du bien ), et en espérant que cette fonction exsiste ou existera..
Perso j'ai un chantier au luxembourg et j'ai un gros problème par rapport à ca...

je vois pas ou se situe le problème dans vos schémas avec QET, vous avez des exemples à fournir?

I think you don't understand, for element panel reading your " name lang="sv" " it 's need that I add code to switch interface and element panel in your country, but without Swedish translation i don't want to make this code.

When user select to a country flag in setting, Qet save information, after rebooting program load the binary translation qet_{%country}.qm for translate interface, read  name lang="{country}" in all elements description for element panel view, or read "fr" if your country isn't find.

On the other side if your element contains only name lang="{country}" QET read this.

My use is different here, I need more and more hight CPU cores (threads) at full power for building all nightly packages and also for debug packages in different platform.
Packages I build is Debian stable and unstable branch in two arch X86 and X86-64, more Ubuntu distribs, MS Windows packages, and now start packaging in new Virtual Machine for macOS plateform with and helping Yoann.

My packaging script :
https://qelectrotech.org/wiki_new/doc/p … ing_script

For you QET users It 's time to prepare for replace QET builder machine by future AMD ZEN platform, you can help us and donate in my QET paypal account.

Procedure to join the QET team like as contributor and upload yourself your translation changes :
https://qelectrotech.org/wiki_new/doc/rejoin_project

FYI, Is easy to translate Qet for new country.
You need latest trunk source code by 

svn checkout svn://svn.tuxfamily.org/svnroot/qet/qet/trunk qelectrotech_trunk/

Go in your working directory :

cd qelectrotech_trunk/

1) edit qelectrotech.pro by :

sed -i 's/^TRANSLATIONS/#TRANSLATIONS/g' qelectrotech.pro

2) now generate new language, by default I use this command line for update new TS files :

https://qelectrotech.org/wiki_new/doc/t … rs_sources

lupdate -noobsolete qelectrotech.pro -ts lang/qet_{en,es,ru,pt,cs,pl,ca,de,ro,it,ar,sl,hr,el,nl,be,sl,zh,hu,pt_br,da,sr,fr}.ts

Add in this command line your country like this :


lupdate -noobsolete qelectrotech.pro -ts lang/qet_{en,es,ru,pt,cs,pl,ca,de,ro,it,ar,sl,hr,el,nl,be,sl,zh,hu,pt_br,da,sr,fr,sv}.ts

restore qelectrotech.pro by


sed -i 's/^#TRANSLATIONS/TRANSLATIONS/g' qelectrotech.pro

Now in lang folder you have new qet_sv.ts file, open this file by qt linguist and translate it.
Word phrases to translate are in french into the source code, but in qt linguist you could open in the same view english translation for help you.
http://doc.qt.io/qt-4.8/linguist-transl … ltaneously
Send me your new qet_sv.ts and binary qet_sv.qm even if not finish for adding sv country switch in code.

http://doc.qt.io/qt-4.8/linguist-translators.html

When your element has multiples translations, and when you select in setting your country or other country flag , QET load element name filter if the selected country has available in element translation or switch to french if not.

There are no switch for language Swedish in application, because nobody has started working on Swedish translation ! And I not add this country flag in code.
https://qelectrotech.org/wiki_new/doc/t … raductions

If you have a little time, I can you explain how translate application with qt linguist and also if you want how to join team and send directly  your translation in Subversion trunk branch.

For me, you have the profil (run Gnu/Linux, little know now svn, know how to report bug in Mantis bug tracker) for join team as Swedish translator, you 're welcome. nomicons/grin

On master element under Xrefs list you could add comment and location field.
On screens I tried with %loc variable but I think you could try with other variable if I remember ..
You want to adding other field has visible in the XREF, and view this new information under slave label name too, like master comment information also visible under slave label name ?

You could use your %variables
https://download.qelectrotech.org/qet/forum_img/foliolistlabel4.png
https://download.qelectrotech.org/qet/forum_img/foliolistlabel5.png

Or your texts
https://download.qelectrotech.org/qet/forum_img/master_xref.png
https://download.qelectrotech.org/qet/forum_img/master_xref1.png

You can not for slave elements .. for the moment, you could only customize slave XREF link,  but this is perhaps a good idea.

Why You don't use XREF list mode instead cross view?

1)  Is it possible to make slaves inherit and display more variables from the master, than just the label ?
- It would be nice to add a couple word descriptions that get synced between master and slaves.


In slave XREF link you could add more % variables linked to master titleblock 
-> https://qelectrotech.org/forum/viewtopi … 5295#p5295

You wrote : To speed up compiling use more CPU cores: i.e to use 7 cores insert " -j7 " after "make" command above.


Found processor cores number and add + 1 for make jobs, now all cores run to 100% .

My processor : 8x AMD FX-8350 Eight-Core 2048 KB cache 12flags( sse3 ht nx lm svm ) 12clocked at [ 4000.000 MHz ]

laurent@debian:~$ grep ^processor /proc/cpuinfo | wc -l
8
laurent@debian:~$ make -j9 

Or you could try :

laurent@debian:~$ nproc

8

laurent@debian:~$ getconf _NPROCESSORS_ONLN

8

5,293

(9 replies, posted in Elements)

nuri wrote:

Tip: if you want to have the whole QET collection with read access, copy with your file manager the whole collection into the root folder of the user collection.

But, just need drag and drop all official collection folders into your User collection directly.

In Autonum selection choose an empty rule.

Your howto is wrong ! nomicons/tongue

Use svn checkout svn://svn.tuxfamily.org/svnroot/qet/qet/trunk qelectrotech_trunk if you want to update after your local trunk directory with svn up command.
That not run with svn export ...

Edit: How to setup pictures here?

Edit your previous message, new menu appear "send file".

5,297

(26 replies, posted in Elements)

we have no tools for that.

Nope, this is a MAC OS packaging script ! nomicons/tongue

1) Is there an easy way to know when there is a newer revision, except by downloading it all again?
1b) How can I update only the changes files instead of retrieving all files?

Yes, use svn checkout instead of svn export command:

svn checkout svn://svn.tuxfamily.org/svnroot/qet/qet/trunk qelectrotech_trunk

You just need to put svn up command in this qelectrotech_trunk directory for update to new trunk revision and download only new and or changed files.

You could learn Yoann script, there anything you want to do in (svn checkout, patching displayedVersion with trunk revision, etc):
 
https://svnweb.tuxfamily.org/filedetail … tDeploy.sh


2) Do you know when will 0.51 be released? 


0.51 beta tag is for soon, I just need to have a lot of free time for writing big changelog and prepare this tag !

Bonjour,

comme le programme plante lors de la sauvegarde, c'est normal qu'il n'apparaisse pas dans la liste des fichiers récemment ouverts.
Le problème est de savoir pourquoi il plante avec ce projet, et ce que tu fais de particulier pour obtenir ce crash.