Commit Graph

6573 Commits

Author SHA1 Message Date
pavelfric 4c356cd67a Updated Czech translations of elements. 2021-01-14 10:03:26 +01:00
pavelfric c6af279b36 Updated Czech translations of group name. 2021-01-13 21:55:56 +01:00
pavelfric e0353d0657 Update of Czech translation.Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2021-01-13 21:33:55 +01:00
pavelfric 6fcb0fec08 Updated Czech translations of elements. 2021-01-13 21:25:24 +01:00
artgg7300 3c26b1dfdb updated hungarian element names 2021-01-13 20:36:44 +01:00
pavelfric d783ec66f5 Updated Czech translations of elements. 2021-01-13 20:11:20 +01:00
artgg7300 02b51ee4fa second attempt to commit translated hungarian element names 2021-01-13 06:10:39 +01:00
pavelfric cf4d0dd2eb Updated Czech translations of elements. 2021-01-12 19:23:21 +01:00
Laurent Trinques e8c2c29617 Revert "translated element names on hungarian lang"
This reverts commit 5f7f00f7ae.
2021-01-12 10:31:14 +01:00
artgg7300 ee7004a7d1 Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2021-01-11 21:45:34 +01:00
pavelfric 2c046975f3 Updated Czech translations of elements. 2021-01-11 21:39:27 +01:00
artgg7300 5f7f00f7ae translated element names on hungarian lang 2021-01-11 21:37:38 +01:00
pavelfric 577a7564dc Updated Czech translations of elements. 2021-01-10 20:21:45 +01:00
pavelfric f54cd3ef7f Updated Czech translations of elements. 2021-01-10 18:24:57 +01:00
pavelfric d7fdf188bf Updated Czech translations of elements. 2021-01-10 14:28:45 +01:00
Laurent Trinques 147137b24b Add new symbols, thanks gabor 2021-01-10 11:36:58 +01:00
joshua 4f455a5328 General configuration page : set 'appearance' as default tab 2021-01-08 18:26:55 +01:00
gleissonjoaquim3 a0b5feba08 Minor fixes in PT_BR translation 2021-01-08 05:55:34 +01:00
pavelfric 8c729b4732 Updated Czech translations of elements. 2021-01-07 21:29:20 +01:00
joshua 0a616088ea Dynamic text field editor : move kcolorbutton from ui file to cpp file
Kcolorbutton is not available in Qt6 for now.
We move it from the ui file to the cpp file for choose at compilation if
qet must use kcolorbutton or not.
2021-01-07 18:56:25 +01:00
pavelfric 58b7097748 Updated Czech translations of elements. 2021-01-06 20:35:44 +01:00
pavelfric 966a08f50f Updated Czech translations of elements. 2021-01-05 22:14:49 +01:00
Simon De Backer 2000b6cd2b Update Cmake and disable fail to compile if it uses deprecated APIs. 2021-01-04 20:38:57 +01:00
Simon De Backer d3093f495b Revert "Mod DynamicTextFieldEditor"
This reverts commit f6d777e2f7.

it is preferable to keep the gui in the ui file
QT6 will have to wait.
2021-01-04 20:37:17 +01:00
pavelfric 55dfec41c3 Updated Czech translations of elements. 2021-01-04 18:25:24 +01:00
joshua 34baceb8da Fix bug 175
When use a "dark" Qt theme, some part of element are drawn white/gray
instead of black.
2021-01-03 23:30:48 +01:00
pavelfric ade79b467a Updated Czech translations of elements. 2021-01-03 22:52:18 +01:00
plc-user 948915a47e further bug-fixing 2021-01-03 21:38:59 +01:00
plc-user ba693420f3 some new elements 2021-01-03 15:22:54 +01:00
plc-user 63b43421a7 some bugfixing and optimizing of elements 2021-01-03 15:22:54 +01:00
joshua 0a8376c189 Fix bug 220
see https://qelectrotech.org/bugtracker/view.php?id=220
2021-01-02 20:11:47 +01:00
Simon De Backer bf9123f9b5 Fix xml in Element (Catch from QElectroTech_Element_Updater)
I don't know how this could have happened, but it happened.
2021-01-01 15:28:41 +01:00
Laurent Trinques 20f9475a6e Update symbols 2021-01-01 14:42:46 +01:00
pavelfric 1badeceed4 Updated Czech translations of elements. 2021-01-01 13:41:50 +01:00
Laurent Trinques 344d898461 Add symbols 2021-01-01 13:13:44 +01:00
pavelfric 5730559ed0 Updated Czech elements translations. 2020-12-31 14:19:52 +01:00
plc-user 74342cb00d added manufacturer- and designation-info also to front-views 2020-12-22 09:53:32 +01:00
plc-user c5fd14794f re-organized directory, added manufacturer- and designation-info and added some new elements 2020-12-22 09:53:32 +01:00
sdeffaux 401a5010be reorganized folder 2020-12-21 11:23:16 +01:00
sdeffaux c8adffb696 Add symbols 2020-12-21 11:23:16 +01:00
Simon De Backer 0cc3099908 Mod TextEditor
the ui file is written in the TextEditor class
    Add switch for KF5 (QT6)
2020-12-18 17:39:00 +01:00
Simon De Backer 2e543dd1f7 Add create translation .ts file on Cmake 2020-12-18 17:05:41 +01:00
joshua af3772b95a Element view : fix drag view 2020-12-17 23:39:35 +01:00
joshua 546db38683 Fix fail to build 2020-12-17 23:39:04 +01:00
Simon De Backer 404ae4fffc Add Cmake ui files in sdk 2020-12-17 21:43:23 +01:00
Simon De Backer f6d777e2f7 Mod DynamicTextFieldEditor
the ui file is written in the Dynamic Text Field Editor class
Add switch for KF5 (QT6)
2020-12-17 21:42:18 +01:00
Simon De Backer cb37c1c2fe Add switch for KF5 (QT6) and Mod Cmake
if we want to test QET on QT6, KF5 must be removed from the code,
this switch is for that,

this is for testing only
2020-12-16 23:06:08 +01:00
Simon De Backer 13db08ad56 Mod hoto_update_cmake_message 2020-12-15 21:30:25 +01:00
Simon De Backer 7fc9d06eef Fix Cmake translation files dir 2020-12-14 21:30:40 +01:00
Simon De Backer 842b39d68b Fix som Cmake PATH 2020-12-13 20:57:10 +01:00