Commit Graph

5930 Commits

Author SHA1 Message Date
Simon De Backer 1278fe1124 The window of the properties of the conductor does not exactly fit in height.
On the laptop, the resolution is 1368 * 768.
2020-06-19 09:02:22 +02:00
Claveau Joshua 090da90e22 fix fail to build 2020-06-18 19:20:25 +02:00
Claveau Joshua ec5f537da4 Add new summary table (WIP) 2020-06-18 18:52:29 +02:00
artgg7300 80b5029cd1 translated hungarian files 2020-06-17 05:34:02 +02:00
Laurent Trinques 534ab19616 Revert "MacOS: try to remove hard coded python PATH"
This reverts commit 36071e9cf5.
2020-06-16 17:36:54 +02:00
Laurent Trinques 36071e9cf5 MacOS: try to remove hard coded python PATH 2020-06-16 17:21:44 +02:00
Laurent Trinques b8b0bbed44 Add new symbols 2020-06-16 01:32:50 +02:00
Laurent Trinques 78a02af400 Minor : general_widget add TextEditorInteraction 2020-06-15 19:26:44 +02:00
Laurent Trinques e10ae8ce2e Update Copyright date 2020-06-15 17:42:53 +02:00
Laurent Trinques a5465c201f Try to fix bad font rendering under Windows plateform
see : https://bugreports.qt.io/browse/QTBUG-83161
2020-06-15 13:01:05 +02:00
Laurent Trinques bb7ef2a13f Update *TS files 2020-06-14 22:19:28 +02:00
dlee99 3f9db7b9ec modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2020-06-14 21:20:51 +02:00
Laurent Trinques ec13e0dde3 Try to fix Ubuntu 18.04 FTBFS, again 2020-06-14 18:14:14 +02:00
Laurent Trinques 509d1f39f0 Try to fix Ubuntu 18.04 FTBFS again 2020-06-14 17:49:50 +02:00
Martin Marmsoler 83f4a7c6ba do not set parts again when they are set already 2020-06-14 17:07:14 +02:00
Martin Marmsoler d7b5ceece1 implement currentParts() for every elementItemEditor so the editor can be extended to multi part edit in a later step 2020-06-14 17:07:14 +02:00
Martin Marmsoler 0fb98fbdac add multiedit feature also for dynamic text 2020-06-14 17:07:14 +02:00
Martin Marmsoler 0485df25dc static_cast is enough 2020-06-14 17:07:14 +02:00
Martin Marmsoler cfda59e978 multipart edit 2020-06-14 17:07:14 +02:00
Martin Marmsoler 4abf1c4f2e - static_cast because it is a condition that it is PartTerminal 2020-06-14 17:07:14 +02:00
Martin Marmsoler 37cc326a46 solves #7 2020-06-14 17:07:14 +02:00
Martin Marmsoler a6137ed0d0 forgotten to commit texteditor 2020-06-14 17:07:14 +02:00
Martin Marmsoler a07e973482 make partTextEditor capable to modify multiple parts at the same time 2020-06-14 17:07:13 +02:00
Martin Marmsoler a2d466240b multiterminal change 2020-06-14 17:07:13 +02:00
Martin Marmsoler b85b341941 WIP 2020-06-14 17:07:13 +02:00
Martin Marmsoler 451d5c8f58 not needed, because it is the same than a few lines below 2020-06-14 17:07:13 +02:00
Laurent Trinques 09dd92215f Try to fix Ubuntu 18.04 FTBFS 2020-06-14 16:22:23 +02:00
Laurent Trinques a8c2283cbe hot fix zoom and scrolling
bug: was only zoom In
    (int QPoint::manhattanLength() const
    Returns the sum of the absolute values)
2020-06-14 14:29:59 +02:00
Simon De Backer 39fba2702d add be lang 2020-06-14 13:51:48 +02:00
Simon De Backer 35ba2bbe95 hot fix zoom and scrolling
bug: was only zoom In
(int QPoint::manhattanLength() const
Returns the sum of the absolute values)
2020-06-14 13:40:12 +02:00
Martin Marmsoler 81992bc777 remove inline, because it creates compile issues in release mode. see #48 2020-06-14 13:29:26 +02:00
Martin Marmsoler 3bac452141 add comments 2020-06-14 13:29:26 +02:00
Martin Marmsoler 51843bf03e replace foreach by for 2020-06-14 13:29:26 +02:00
Martin Marmsoler af989b1cd8 Use uuid instead of an index to connect multiple elements 2020-06-14 13:29:25 +02:00
Martin Marmsoler c2e17daab9 move initialization to header, so it must not be done in every constructor 2020-06-14 13:29:25 +02:00
Martin Marmsoler 439cf4cbd6 fix segmentation fault 2020-06-14 13:29:25 +02:00
Martin Marmsoler 89452f0b3c fix nullpointer exception 2020-06-14 13:29:25 +02:00
Martin Marmsoler 587ada643f try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double 2020-06-14 13:29:25 +02:00
Martin Marmsoler 77a2ceea7d regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties 2020-06-14 13:29:25 +02:00
Laurent Trinques 496b8f302a Fix FTBFS on Ubuntu 18.04 2020-06-14 08:26:52 +02:00
Laurent Trinques 22e619d6b9 Revert pull request #48 2020-06-14 07:35:52 +02:00
Martin Marmsoler c9a7c836c5 add comments 2020-06-13 16:26:22 +02:00
Martin Marmsoler a8a2df7c55 replace foreach by for 2020-06-13 16:26:22 +02:00
Martin Marmsoler 9b06a81c49 Use uuid instead of an index to connect multiple elements 2020-06-13 16:26:22 +02:00
Martin Marmsoler 7f07660959 move initialization to header, so it must not be done in every constructor 2020-06-13 16:26:22 +02:00
Martin Marmsoler bc8bb63cae fix segmentation fault 2020-06-13 16:26:22 +02:00
Martin Marmsoler e8d4b6c9d5 fix nullpointer exception 2020-06-13 16:26:22 +02:00
Martin Marmsoler ec52032532 try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double 2020-06-13 16:26:22 +02:00
Martin Marmsoler 8c6b4120f5 regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties 2020-06-13 16:26:22 +02:00
Laurent Trinques ca80b3d69f Improve last commit 2020-06-13 06:29:24 +02:00