Commit Graph

  • 35ba2bbe95 hot fix zoom and scrolling Simon De Backer 2020-06-14 13:30:26 +02:00
  • 81992bc777 remove inline, because it creates compile issues in release mode. see #48 Martin Marmsoler 2020-06-14 10:05:58 +02:00
  • 3bac452141 add comments Martin Marmsoler 2020-06-01 18:40:32 +02:00
  • 51843bf03e replace foreach by for Martin Marmsoler 2020-05-26 20:00:48 +02:00
  • af989b1cd8 Use uuid instead of an index to connect multiple elements Martin Marmsoler 2020-05-26 18:47:24 +02:00
  • c2e17daab9 move initialization to header, so it must not be done in every constructor Martin Marmsoler 2020-05-26 16:20:30 +02:00
  • 439cf4cbd6 fix segmentation fault Martin Marmsoler 2020-05-26 16:15:56 +02:00
  • 89452f0b3c fix nullpointer exception Martin Marmsoler 2020-05-26 16:12:44 +02:00
  • 587ada643f try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double Martin Marmsoler 2020-05-25 22:17:17 +02:00
  • 77a2ceea7d regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties Martin Marmsoler 2020-05-24 22:09:04 +02:00
  • 496b8f302a Fix FTBFS on Ubuntu 18.04 Laurent Trinques 2020-06-14 08:26:52 +02:00
  • 22e619d6b9 Revert pull request #48 Laurent Trinques 2020-06-14 07:35:52 +02:00
  • c9a7c836c5 add comments Martin Marmsoler 2020-06-01 18:40:32 +02:00
  • a8a2df7c55 replace foreach by for Martin Marmsoler 2020-05-26 20:00:48 +02:00
  • 9b06a81c49 Use uuid instead of an index to connect multiple elements Martin Marmsoler 2020-05-26 18:47:24 +02:00
  • 7f07660959 move initialization to header, so it must not be done in every constructor Martin Marmsoler 2020-05-26 16:20:30 +02:00
  • bc8bb63cae fix segmentation fault Martin Marmsoler 2020-05-26 16:15:56 +02:00
  • e8d4b6c9d5 fix nullpointer exception Martin Marmsoler 2020-05-26 16:12:44 +02:00
  • ec52032532 try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double Martin Marmsoler 2020-05-25 22:17:17 +02:00
  • 8c6b4120f5 regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties Martin Marmsoler 2020-05-24 22:09:04 +02:00
  • ca80b3d69f Improve last commit Laurent Trinques 2020-06-13 06:29:24 +02:00
  • 2e8c7d5236 Fix FTBFS QTextStreamFunctions::endl(QTextStream&) Laurent Trinques 2020-06-13 06:08:11 +02:00
  • f41b3ba26f QTextStreamFunctions::endl(QTextStream&) Laurent Trinques 2020-06-13 05:44:34 +02:00
  • 2aff40fd52 fix deprecated warning QTextStream& QTextStreamFunctions::endl(QTextStream&) Simon De Backer 2020-06-09 23:07:07 +02:00
  • c97a239c29 fix deprecated warning Qt::WindowFlags = nullptr Simon De Backer 2020-06-09 23:06:31 +02:00
  • e4f4c1e154 fix deprecated warning void QGraphicsView::resetMatrix() Simon De Backer 2020-06-10 19:53:10 +02:00
  • b29753e37e fix deprecated warning QMatrix QGraphicsView::matrix() const Simon De Backer 2020-06-10 20:31:38 +02:00
  • 71abaf92cb fix deprecated warning int QWheelEvent::delta() const Simon De Backer 2020-06-10 20:26:58 +02:00
  • bb093ba0cd Mod Copyright Date Simon De Backer 2020-06-09 18:28:35 +02:00
  • 247a14f7aa Fix Unbutu 18.04 FTFS Laurent Trinques 2020-06-12 07:22:18 +02:00
  • 2ec018a4e9 fix deprecated warning QString::SplitBehavior Simon De Backer 2020-06-09 22:41:01 +02:00
  • 2570108caf fix deprecated warning qsrand Simon De Backer 2020-06-10 19:49:27 +02:00
  • 5d2d4a48a5 fix deprecated warning QButtonGroup::buttonClicked Simon De Backer 2020-06-10 20:12:57 +02:00
  • 21c3c09341 fix deprecated warning QHash Simon De Backer 2020-06-10 20:58:11 +02:00
  • b9ed45c8a3 fix deprecated warning QMap Simon De Backer 2020-06-10 20:46:35 +02:00
  • 573a36b93f fix deprecated warning QDirModel Simon De Backer 2020-06-09 23:16:52 +02:00
  • e61cbfe30a translated hungarian files artgg7300 2020-06-12 05:42:26 +02:00
  • 3e1740cee0 Revert Martin pull request for now, and return to last 7e9fd8df9 commit Laurent Trinques 2020-06-11 13:19:30 +02:00
  • bf2e02273e do not set parts again when they are set already Martin Marmsoler 2020-06-01 20:46:34 +02:00
  • e36a4ddd0a implement currentParts() for every elementItemEditor so the editor can be extended to multi part edit in a later step Martin Marmsoler 2020-06-01 20:45:01 +02:00
  • 1ccffda93b add multiedit feature also for dynamic text Martin Marmsoler 2020-06-01 19:38:07 +02:00
  • a8c62b8257 static_cast is enough Martin Marmsoler 2020-06-01 19:37:39 +02:00
  • 5666782e91 multipart edit Martin Marmsoler 2020-05-28 20:48:56 +02:00
  • d000f611d8 - static_cast because it is a condition that it is PartTerminal Martin Marmsoler 2020-05-28 20:48:08 +02:00
  • 35896d5771 solves #7 Martin Marmsoler 2020-05-28 19:05:44 +02:00
  • 8ffe50715d forgotten to commit texteditor Martin Marmsoler 2020-05-28 18:36:02 +02:00
  • 1c04ea0efb make partTextEditor capable to modify multiple parts at the same time Martin Marmsoler 2020-05-28 18:29:56 +02:00
  • 4bae1b902d multiterminal change Martin Marmsoler 2020-05-28 17:48:52 +02:00
  • 304ea00d7b WIP Martin Marmsoler 2020-05-26 23:23:19 +02:00
  • f2c796bdb0 not needed, because it is the same than a few lines below Martin Marmsoler 2020-05-26 22:19:25 +02:00
  • cccc4fc0c4 add comments Martin Marmsoler 2020-06-01 18:40:32 +02:00
  • b7c2740778 replace foreach by for Martin Marmsoler 2020-05-26 20:00:48 +02:00
  • e6f77ec369 Use uuid instead of an index to connect multiple elements Martin Marmsoler 2020-05-26 18:47:24 +02:00
  • bb24e121eb move initialization to header, so it must not be done in every constructor Martin Marmsoler 2020-05-26 16:20:30 +02:00
  • dd377eeb73 fix segmentation fault Martin Marmsoler 2020-05-26 16:15:56 +02:00
  • 19d494afcd fix nullpointer exception Martin Marmsoler 2020-05-26 16:12:44 +02:00
  • 6d782f4abb try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double Martin Marmsoler 2020-05-25 22:17:17 +02:00
  • dcbcb5391f regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties Martin Marmsoler 2020-05-24 22:09:04 +02:00
  • 7e9fd8df98 graphics table properties editor : Add two buttons new button Claveau Joshua 2020-06-11 10:41:01 +02:00
  • 516435554a Danish translation updated Ole Carlsen 2020-06-09 14:10:22 +02:00
  • e96a704215 Update fr en translation Laurent Trinques 2020-06-09 11:28:20 +02:00
  • e3b5fbb5ac Update *TS files Laurent Trinques 2020-06-09 10:45:37 +02:00
  • d1742d5685 when model is not yet loaded, but the element editor should be opened, a segmentation fault occurs. Do not set current index when m_model is not yet loaded Martin Marmsoler 2020-06-08 21:33:38 +02:00
  • 4a3b7e708a QAbstractTableModel explicitly initialized in copy constructor Simon De Backer 2020-06-08 20:57:52 +02:00
  • 521ed615d9 Minor Danish update Ole Carlsen 2020-06-08 18:43:43 +02:00
  • fea245d485 Update polish translation, thanks Pawel Laurent Trinques 2020-06-08 03:55:36 +02:00
  • fe64923ffe fix deprecated warning QSet<T> QList<T>::toSet() Simon De Backer 2020-06-07 09:03:42 +02:00
  • 37658efd0d fix deprecated warning qUpperBound Simon De Backer 2020-06-07 08:55:24 +02:00
  • 20a739fa96 fix deprecated warning QList::swap() attempt 2 Simon De Backer 2020-06-07 10:06:09 +02:00
  • 24528b0fdb fix deprecated warning QModelIndex::child Simon De Backer 2020-06-07 10:39:07 +02:00
  • 803414f716 remove user-defined copy constructor Simon De Backer 2020-06-07 13:33:13 +02:00
  • 9085c6fcda table item : remove a table remove also all linked tables Claveau Joshua 2020-06-05 20:00:13 +02:00
  • ae9ef3cf21 Make a copie of previous table model when unlink a table from her previous table. Claveau Joshua 2020-06-04 14:17:14 +02:00
  • 8ad876fb31 Improve the use of the database Claveau Joshua 2020-06-03 19:46:27 +02:00
  • b445ce8934 Nomenclature model : Improve function to setup the name of header Claveau Joshua 2020-06-03 19:15:21 +02:00
  • 042faeae32 Table widget : Enable arrow to quicly switch to previous/next linked table Claveau Joshua 2020-06-02 19:44:19 +02:00
  • de88b32e5b fix deprecated warning QPainter::drawRoundRect Simon De Backer 2020-06-01 22:52:15 +02:00
  • 74c3fc8dd9 fix deprecated warning QTreeWidgetItem::setBackgroundColor Simon De Backer 2020-06-01 09:47:41 +02:00
  • faf35c4985 Danish translation updated Ole Carlsen 2020-06-01 08:29:13 +02:00
  • 6b16f5b46d Add new conductors properties color and section Laurent Trinques 2020-05-25 12:06:27 +02:00
  • 9b570525d3 fix deprecated warning QDrag::start Simon De Backer 2020-05-30 01:09:32 +02:00
  • 0897ed43fe Add table dialog : table config can saved and loaded. Claveau Joshua 2020-05-30 20:18:44 +02:00
  • 261abfa10b Revert "fix deprecated warning QList::swap()" Laurent Trinques 2020-05-30 06:47:34 +02:00
  • b5a33429df fix deprecated warning QList::swap() Simon De Backer 2020-05-29 18:00:05 +02:00
  • 09006dc75f fix deprecated warning QDir& QDir::operator=(const QString&) Simon De Backer 2020-05-29 17:13:03 +02:00
  • 9ee911e484 fix -Wswitch warning Simon De Backer 2020-05-29 17:40:48 +02:00
  • 27472bdd8b Nomenclature model don't save header data "display role" Claveau Joshua 2020-05-29 20:54:50 +02:00
  • 70f0541e06 fix deprecated warning qVariantFromValue Simon De Backer 2020-05-28 18:07:52 +02:00
  • 86a4701d2b fix deprecated warning QLineF::intersect Simon De Backer 2020-05-28 19:02:50 +02:00
  • 0611fe2798 fix deprecated warning QTime::start() Simon De Backer 2020-05-28 19:43:50 +02:00
  • 22566a1bc6 fix deprecated warning QFontMetrics::width(QChar ch) Simon De Backer 2020-05-28 21:12:24 +02:00
  • addcdeb2a0 fix -Wmisleading-indentation warning Simon De Backer 2020-05-28 22:35:12 +02:00
  • e56701d336 *fix deprecated warning QWidget::getContentsMargins Simon De Backer 2020-05-28 22:28:11 +02:00
  • 61ebbbc23c Greek Lang update aitolos 2020-05-28 21:45:37 +03:00
  • 0b3d287c75 add and update symbols sdeffaux 2020-05-24 17:38:02 +02:00
  • 362509cb38 fix deprecated warning QSet<T>::toList() Use values() instead. Simon De Backer 2020-05-27 23:01:39 +02:00
  • 7948e2b1d3 updated hungarian language files artgg7300 2020-05-28 06:06:14 +02:00
  • abdb76b68e modified: lang/qet_nl.qm modified: lang/qet_nl.ts dlee99 2020-05-26 22:42:37 +02:00
  • 75e6f28221 Reduce the time spend when nomenclature table is created automatically Claveau Joshua 2020-05-26 22:00:32 +02:00
  • 5772d919e3 Update *TS files Laurent Trinques 2020-05-25 13:44:14 +02:00