Martin Marmsoler
ba0faa7122
uuid gets already stored in the terminalData, so no need to store it again in the terminal it self
2021-03-13 18:25:12 +01:00
Martin Marmsoler
87d810744f
use failed instead of no success, so the traces can be filtered more easily
2021-03-13 18:10:40 +01:00
Martin Marmsoler
1dabe930f2
fix terminal data problems
2021-03-13 18:10:06 +01:00
Martin Marmsoler
c3c13d5102
store also terminal data when storing terminal. Was accidentaly removed in 5d3710c4b2
2021-03-13 18:09:52 +01:00
Martin Marmsoler
f6c1a47d62
do not store invalid uuid, better to not store and use legacy approach
2021-03-13 17:27:12 +01:00
joshua
001e93bc6f
Forgoten revert ToXml()
2021-03-09 18:43:03 +01:00
Martin Marmsoler
6e17996d37
fix problem that default conductor is not found
2021-03-08 20:48:23 +01:00
Martin Marmsoler
755bcf640d
fix conductor properties xml load
2021-03-07 14:07:47 +01:00
Martin Marmsoler
5d3710c4b2
copy all toXML() from master commit 4b82c3a0c4 into the current branch, because the new concept will be used only for user properties
2021-03-07 10:09:45 +01:00
Martin Marmsoler
058824f29a
move all static xml functions to qetxml
2021-03-06 20:01:31 +01:00
Martin Marmsoler
ea793125a5
move m_change_connections to ElementItemEditor, so it must not be defined by every editor it self
2021-03-05 20:59:36 +01:00
Martin
bc88f2ec2e
reimplement Priv function, so the ElementEditor gets called automatically
2021-03-05 17:38:51 +01:00
Martin
6887c543da
add possibilities to fill the userProperties
2021-03-05 07:56:35 +01:00
Martin Marmsoler
51ed21f9ef
Merge commit 'b021ac3e1fb98a56810773c7c701e3329efb3148'
...
Conflicts:
sources/qetgraphicsitem/element.h
2021-03-04 21:31:55 +01:00
Martin Marmsoler
221773ea8a
fix some issues
2021-03-04 21:25:04 +01:00
Martin Marmsoler
9d4b90da1a
Add userProperties
2021-03-04 19:18:28 +01:00
Thomas Gravekamp
b021ac3e1f
Add Williams EM symbols
2021-03-03 21:53:25 +01:00
joshua
faf4235bed
Terminal element info
...
Provide only useful information for terminal
2021-03-03 21:28:22 +01:00
Laurent Trinques
0a51e22b7d
Update org.kde.Platform" to "runtime-version": "5.15"
2021-03-03 18:38:13 +01:00
Laurent Trinques
632fba5366
Add binary hungarian lang file
2021-03-03 14:28:01 +01:00
artgg7300
0ca883f114
translated hungarian lang file
2021-03-03 14:10:24 +01:00
Simon De Backer
170d856007
Fix Cmake
...
did not compile
2021-03-02 22:15:44 +01:00
joshua
0424eb9fba
Mark deprecated method
2021-03-01 22:17:58 +01:00
Lars Biskupek
8210f06919
Update of German Language File qet_de
2021-03-01 20:41:40 +01:00
Ole Carlsen
468618adda
Danish translation updated
2021-03-01 20:28:58 +01:00
pavelfric
8141a75738
Updated Czech translations of elements.
2021-03-01 10:40:11 +01:00
dlee99
8f201a6e5d
modified: lang/qet_nl.qm
...
modified: lang/qet_nl.ts
2021-02-28 22:18:33 +01:00
Lars Biskupek
b8745c0a6b
Update of German language file qet_de
2021-02-28 21:23:50 +01:00
Laurent Trinques
7c3bde9118
Update SingleApplication to upstream master
2021-02-28 18:05:18 +01:00
Martin Marmsoler
ed8c1dea9d
Merge commit '28cd389695248b56a99a417bc10640bb3e99c298'
2021-02-28 17:33:43 +01:00
Laurent Trinques
28cd389695
Upgrade pugixml XML parser to 1.11 release
...
https://pugixml.org/docs/manual.html#v1.11
2021-02-28 17:12:53 +01:00
Laurent Trinques
56bb2a399b
Refresh splash size
2021-02-28 05:56:59 +01:00
Laurent Trinques
dc726792d3
Update *TS files
2021-02-28 05:53:40 +01:00
joshua
d8707a4ef2
Add dialog to inform user when open a non compatible project
2021-02-27 14:01:33 +01:00
Martin Marmsoler
01d6cdb920
Merge commit '77710e1cc5e597d06196d2ee163198176032987a'
...
Conflicts:
sources/conductorproperties.cpp
sources/qetgraphicsitem/element.cpp
sources/qetgraphicsitem/qetshapeitem.cpp
2021-02-27 07:49:24 +01:00
joshua
77710e1cc5
Remove compatibility of QetShapItem from version prior to svn 4075
...
Befor svn 4075 QetShapItem was saved as int in xml, after as a string.
Remove retro-compatibility (int to string) svn 4075 is older than 5
years.
2021-02-25 20:47:43 +01:00
joshua
1d2c00819d
Element collection cache remove old code
...
Remove old code use to drop table when qet was using mtime instead of
uuid for check if an element was changed.
2021-02-25 20:31:14 +01:00
joshua
eee0469bd7
Remove retro compatibility of conductor text prior to qet 0.4
...
The property hide/show compatibility of conductor text is not maintained
for project made before qet 0.4
2021-02-25 20:21:18 +01:00
joshua
5118037cb5
Remove retro compatibility of element label prior to qet 0.5
...
Compatibility is not maintained anymore with the old project which
contain variable in the element information "label"
2021-02-25 19:42:14 +01:00
joshua
1f53c39290
Remove retro compatibility of element text item prior to qet 0.7
...
Compatibility is not maintained anymore with the old project which
contain old element text item.
2021-02-25 19:35:04 +01:00
Martin
f499507b2d
fix load issue
2021-02-25 16:55:13 +01:00
joshua
b71aec9548
Fix wrong element type
2021-02-24 20:49:10 +01:00
joshua
c7798e1a80
Fix wrong element type
2021-02-24 20:41:47 +01:00
Martin
5430692359
remove not needed declaration, because the definition was already deleted. And so a linker error occured
2021-02-24 19:04:14 +01:00
Martin
02b7ead041
fix compile issues
2021-02-24 18:48:59 +01:00
Martin
ea364f9c4e
merge
2021-02-23 17:35:55 +01:00
Laurent Trinques
f97edad75a
DiagramView::mouseMoveEvent remove "DEV" in toolTip message mouse
...
postion
2021-02-23 00:51:50 +01:00
Laurent Trinques
454b2c8a0f
Update splash to 0.9 version
2021-02-22 16:22:08 +01:00
Lars Biskupek
b2782bc460
Tab-stop definitions inserted where appropriate
...
Tab stop definitions inserted in some dialogs, so that the order of tab-stops-moves corresponds as closely as possible to the fields' position in the window.
2021-02-22 13:47:39 +01:00
Lars Biskupek
059f0eb1b6
Modifications to SaveFile-Dialog for "Save As PDF"
...
Fixed a typo that prevented existing PDF files from being displayed in SaveFileDialog for PDFs.
The way the file name for the PDF is generated has changed. If the project has already been saved, the PDF has the same file name (with .pdf of course); If not, the file name is generated from the project title (= same behavior as Save as - dialog for a .qet project file).
2021-02-22 13:47:39 +01:00