Topic: Version 0.5

I see a lot of french texts in the english version, like in the titleblocks the name is modele
in the menu it says edition and fenetres and many more.
It seems the names are not translated all correctly however the most is translated.
default template is different from the one the program starts with,
when changed i get an error in the titleblock (when used it stays red in tree, i like my own titleblock (the ISO)
i am working on the linked refernces as they are not correct.

paul deelen
shooter@home.nl

Re: Version 0.5

Hi Shooter,
Thank your reports.
Yes, this is normal for translations, Qt5 branch isn't translated at time, a little patient, wait i do merge branch in trunk Subversion for soon.
For titleblocks i have not time for checked now.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Version 0.5

I don't see problem in titleblocks.
https://download.qelectrotech.org/qet/f … _00030.mp4

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Version 0.5

I merged Qt5 branch in trunk.
Now for translations :



Revision: 3786
Author:   scorpio810
Date:     2015-03-02 21:44:09 +0100 (Mon, 02 Mar 2015)
Log Message:
-----------
Update TS files for Qt5 -> /usr/lib/x86_64-linux-gnu/qt5/bin/lupdate -noobsolete qelectrotech.pro -ts lang/qet_{en,es,ru,pt,cs,pl,ca,de,ro,it,ar,sl,hr,el,nl,be}.ts
Warning use Qt5 linguist for translations (qttools5-dev-tools)
And open files by /usr/lib/x86_64-linux-gnu/qt5/bin/linguist in Debian like distributions

https://download.qelectrotech.org/qet/forum_img/Qt5%20linguist.png

Qt5 use now UTF-8 encoding characters, we have already removed all old ISO 
characters in code. like \373 \311 etc. -> http://www.ic.unicamp.br/~stolfi/EXPORT … oding.html
But now for translate TS files you must use Qt linguist version Qt5.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Version 0.5

hi, I use trunk version and I see that O.5 version (QT5) now is merged in trunk, so I suppose that this error is normal:

 
[font=monospace][color=#000000]sources/diagram.h:20:21: fatal error: QtWidgets: No such file or directory[/color]
 #include <QtWidgets>
                     ^
compilation terminated.
Makefile.Release:1796: recipe for target 'release/autonumerotation.o' failed
make[1]: *** [release/autonumerotation.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from sources/conductorautonumerotation.cpp:19:0:
sources/diagramcommands.h:20:21: fatal error: QtWidgets: No such file or directory
 #include <QtWidgets>
                     ^
compilation terminated.
Makefile.Release:1852: recipe for target 'release/conductorautonumerotation.o' failed
make[1]: *** [release/conductorautonumerotation.o] Error 1
In file included from sources/borderproperties.cpp:19:0:
sources/qetapp.h:22:21: fatal error: QtWidgets: No such file or directory
 #include <QtWidgets>
                     ^
compilation terminated.
Makefile.Release:1808: recipe for target 'release/borderproperties.o' failed
make[1]: *** [release/borderproperties.o] Error 1
In file included from sources/bordertitleblock.cpp:23:0:
sources/qetapp.h:22:21: fatal error: QtWidgets: No such file or directory
 #include <QtWidgets>
                     ^
compilation terminated.
Makefile.Release:1825: recipe for target 'release/bordertitleblock.o' failed
make[1]: *** [release/bordertitleblock.o] Error 1
make[1]: Leaving directory '/tmp/makepkg/qelectrotech-svn-trunk/src/qelectrotech'
Makefile:34: recipe for target 'release' failed
make: *** [release] Error 2
[color=#ff5454][b]==> ERROR:[/b][/color][color=#000000][b] A failure occurred in build().[/b][/color]
[color=#000000][b]    Aborting...[/b][/color]

[font=monospace][/font]

[font=monospace]I ask to confirm is this error is (like I thought) about QT version or if is another problem. thanks...
(I'm using Archlinux)[/font]

[font=monospace][/font]

Re: Version 0.5

hi again, I take some time to test and now after some changes in the PKGBUILD (archlinux) to target QT5 all builds fine
GCC 4.9.2 / QT 5.4.1 .. the next days I need to use it for some single-line diagrams so I'll report it if some issues.
Thanks for all your work with this project.

Re: Version 0.5

Hi,
I think, you don't have all libraries Qt5 installed to build Qet 0.5-devel version.

You could install these:

qtbase5-dev, qt5-qmake,  qt5-default (debian only?),  libqt5svg5-dev 

I build trunk for Debian and Windows nightly packages, and compilation run perfect.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Version 0.5

scorpio810 wrote:

Hi,
I think, you don't have all libraries Qt5 installed to build Qet 0.5-devel version.

You could install these:

qtbase5-dev  , qt5-qmake, qt5-default (debian only?), libqt5svg5-dev 

I build trunk for Debian and Windows nightly packages, and compilation run perfect.

hi, my problem was about the PKGBUILD in AUR repo than actually still target QT4, but, now, after some changes, like use qmake-qt5 all build fine. thanks for your reply

Re: Version 0.5

Nice nomicons/smile

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."