Simon De Backer
7ddae811a5
Fix Wdeprecated-declarations QProcess::startDetached
...
QProcess::startDetached(const QString&)’ is deprecated
Use
QProcess::startDetached(const QString &program,
const QStringList &arguments)
instead
2020-07-19 18:30:28 +02:00
Laurent Trinques
a718cfa16d
Fix indentation code
2020-07-15 19:48:28 +02:00
Laurent Trinques
b866323e90
Minor QETDiagramEditor::setUpMenu reorder action
2020-07-15 15:28:47 +02:00
Claveau Joshua
132f3ad1b4
Remove old summary feature
2020-07-14 20:00:28 +02:00
Simon De Backer
cfb5acc8d5
fix tr() cannot be called without context
...
add QObject::
qetdiagrameditor.cpp:2341: tr() cannot be called without context
qetdiagrameditor.cpp:2372: tr() cannot be called without context
diagramfoliolist.cpp:175: Class 'DiagramFolioList' lacks Q_OBJECT macro
2020-06-21 11:22:44 +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
Laurent Trinques
534ab19616
Revert "MacOS: try to remove hard coded python PATH"
...
This reverts commit 36071e9cf509eedbac0ddf9977cbe9610ba19e4f.
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
e10ae8ce2e
Update Copyright date
2020-06-15 17:42:53 +02:00
Simon De Backer
362509cb38
fix deprecated warning QSet<T>::toList() Use values() instead.
...
warning: ‘QList<T> QSet<T>::toList() const [with T = Conductor*]’
is deprecated: Use values() instead. [-Wdeprecated-declarations]
QT_VERSION 5.15.0
GCC 64bit
2020-05-28 15:54:53 +02:00
Claveau Joshua
7ea42752a4
Change the way how a diagram is added
...
Now it's the project itself who manage the adding of diagram instead of
the diagram view, it's more coherent
2020-05-24 16:24:39 +02:00
Laurent Trinques
30dbcae2a5
Typo
2020-05-20 02:36:23 +02:00
Laurent Trinques
a7121cce50
Improve : Try to launch qet_tb_generator portable version of the plugin
...
if user put binary on QDir::homePath()
2020-05-20 02:27:47 +02:00
Laurent Trinques
83b58ec246
Try to launch qet_tb_generator portable version of the plugin if user
...
put binary on QDir::homePath()
2020-05-19 11:15:52 +02:00
Laurent Trinques
f3138960b1
Fix : key sequence 'space' don't work with nl be local
2020-05-06 21:11:11 +02:00
Claveau Joshua
66a3c269ca
Fix : key sequence 'space' don't work with nl be local
2020-05-06 19:14:42 +02:00
Claveau Joshua
efac27b9b8
Nomenclature : Add dialog when insert a new nomenclature table
2020-05-05 20:38:31 +02:00
Laurent Trinques
418e45552d
macOS : add more explanation in Message Box about install plugin
2020-04-28 17:47:52 +02:00
Claveau Joshua
9525278be7
Animate show and replace widget.
...
this feature is totally useless and by consequent indispensable.
2020-04-23 19:52:56 +02:00
Claveau Joshua
851265844f
Fix break from merge of qetgraphicsTableItem to master
2020-04-12 20:10:30 +02:00
Laurent Trinques
234886419d
Merge
...
Q_OS_MACOS need now Python framework Versions 3.8 for launching
qet_tb_generator plugin
2020-04-12 19:04:08 +02:00
Laurent Trinques
73149973e3
Merge remote-tracking branch 'origin/QetGraphicsTableItem'
2020-04-12 18:51:38 +02:00
Claveau Joshua
5c6f556ad3
Minor revamp
...
Remove unused include.
QETproject : Default titleblock are set in the default constructor
instead of set by qetdiagrameditor.
conductor, border, report and xref propertie are now set in the header
of QETProject instead of set by the qetdiagrameditor just after the
creation of a new project.
2020-04-09 16:58:05 +02:00
Claveau Joshua
017f78fb13
Fix crash when close project
...
At time of closing project, if a master element(may be every linkable
element) is selected and the editor dock display a lot of available
slave, qet crash.
2020-04-09 16:12:21 +02:00
Laurent Trinques
4774389ee0
Revert :
...
MACOS remove static path "/Library/Frameworks/Python.framework/Versions/
*" for launching qet_tb_generator plugin
2020-04-05 09:45:26 +02:00
Laurent Trinques
f8e0b499f3
MACOS remove static path "/Library/Frameworks/Python.framework/Versions/
...
*" for launching qet_tb_generator plugin
2020-04-05 09:32:45 +02:00
Laurent Trinques
ebc55bb440
Q_OS_MACOS need now Python framework Versions 3.8 for launching
...
qet_tb_generator plugin
2020-04-05 08:58:01 +02:00
Claveau Joshua
f7a090c3ca
Add widget to edit QetGraphicsTableItem and QetGraphicsHeaderItem
2020-03-08 10:38:49 +01:00
Claveau Joshua
fd2c210f49
Add QetGraphicsTableItem + entry "add nomenclature" in project menu
2020-02-02 16:33:19 +01:00
joshua
35d6fe5935
CSV export : change menu and dialog text
2019-11-09 14:33:33 +01:00
joshua
ff7eb4d11c
Revampe nomenclature
...
Nomenclature is now totally revamped, user can define information to
export and the order of theme.
2019-11-03 13:27:46 +01:00
joshua
5de220c485
Conductors num can be exported to csv file.
2019-10-04 19:37:46 +02:00
Laurent Trinques
a0a7513847
Replance Q_OS_MAC Deprecated by Q_OS_MACOS
2019-09-08 18:29:29 +02:00
scorpio810
9cb6d62725
QMessageBox : Add QObject to improve translations
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5882 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-05-21 00:06:50 +00:00
scorpio810
1519f21a47
QMessageBox : improve HTML messages
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5881 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-05-20 18:51:32 +00:00
scorpio810
749519ff45
Diagram editor : when plugin qet-tb-generator
...
"generate terminal blocks and connectors" isn't installed show an
QMessageBox instruction now depending on the operating system for
install it
Add in QMessageBox url encoding/decoding for easy download packages
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5880 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-05-20 14:54:04 +00:00
blacksun
3f9685832d
Add missing tooltip of some QAction
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5868 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-05-18 19:35:57 +00:00
scorpio810
b8b39e2f24
Diagram editor : when user add a polygon, improve message in statusBar
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5866 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-05-18 10:49:01 +00:00
scorpio810
5f44933c21
Diagram editor : when user add a polygon, a message in stausBar show how
...
to finish this shape
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5864 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-05-17 21:22:10 +00:00
blacksun
2f9b101c19
Diagram editor : when user add a polygon, if the last point is at the same position of the first, then the polygon is closed.
...
Undo commit 5862
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5863 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-05-16 17:38:13 +00:00
scorpio810
4503132140
Add ToolTip for QetShapeItem
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5862 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-05-16 16:06:42 +00:00
blacksun
154575d38a
Use KAutoSaveFile for the backup system, instead of home made function.
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5788 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-03-16 10:50:30 +00:00
blacksun
dba6a58390
Minor refactoring of diagram event interface
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5706 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-01-14 18:25:43 +00:00
scorpio810
3ed7a4e63b
Minor : update Copyright date
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5705 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-01-13 16:56:12 +00:00
scorpio810
2fe25e74fa
Minor : indentation
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5630 bfdf4180-ca20-0410-9c96-a3a8aa849046
2018-12-04 22:33:11 +00:00
nuri
f27954e507
Correction of some french and english notions and correction of typos. Variable %machine changed in %plant.
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5629 bfdf4180-ca20-0410-9c96-a3a8aa849046
2018-12-04 19:07:14 +00:00
nuri
cdfdd6f22a
Correction of some french notions and correction of typos
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5628 bfdf4180-ca20-0410-9c96-a3a8aa849046
2018-12-03 22:13:16 +00:00
blacksun
6a12a008e9
Start the work on a new feature : search and replace.
...
This commit let user find for : texts, conductors and elements.
WIP.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5526 bfdf4180-ca20-0410-9c96-a3a8aa849046
2018-09-25 16:05:24 +00:00
blacksun
e6d73977c1
1-Use the "implicite shared" of Qt for the QPicture and QPixmap of element ( https://doc.qt.io/qt-5/implicit-sharing.html ).
...
This avoid to parse the same element definition each time user drop the same element in the diagram.
Only the first element build the picture, all other get the created picture which is shared.
2- For use the "implicite shared" QPicture and QPixmap of element, now this isn't the element who build her picture, but a dedicated class who made only this job : build the QPicture and QPixmap of elements.
3- With the two previous novelty, the class CustomElement and GhostElement are became useless, and so was removed.
Some few member function of CustomElement was moved to Element.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5492 bfdf4180-ca20-0410-9c96-a3a8aa849046
2018-08-23 19:41:58 +00:00