Lars Toenning
bcc4bdd31e
Add SPDX identifiers for REUSE compliance
...
Co-authored-by: Mat Sutcliffe <oktal3700@gmail.com >
2023-10-03 09:29:49 +02:00
Lars Toenning
970b7c3650
clang-format src
2023-04-18 16:07:19 +02:00
Mat Sutcliffe
57d32da826
Use nested namespaces (C++17 feature)
2021-09-18 15:07:48 +01:00
Mat Sutcliffe
b80114213d
Issue #77 Move mixin classes to separate files
...
By separating them from unrelated code, their dependents
can use them without depending on unrelated code, which
in turn helps to reduce cyclic dependencies.
2020-08-29 14:16:17 +01:00
Klaus Basan
3b0001d113
[UI] As discussed in FSC channel, display "save" message
...
* save was only shown ("overlay") if a mapping component is available
* make sure an message is also show in component is used in dialog
* change utility functions and display in "table view" without mapping component
https://discordapp.com/channels/539048679160676382/594962359441948682/643529608070692925
2020-01-07 19:57:22 +00:00
Klaus Basan
087410039c
Style
2020-01-07 19:57:22 +00:00
Klaus Basan
decdbb4432
Some smaller mapping tool improvements
...
* allow to remove NON DB models (context menu)
* renamed radio buttons
2019-09-16 22:41:31 +01:00
Klaus Basan
3c200034dc
Ref T660, add simulator settings in own models/model set component so simulator director can be used for validation
2019-09-16 22:40:22 +01:00
Klaus Basan
f3ec7a8a68
Ref T660, utility functions
...
* check if model is in path
* addAsValidOrInvalidModel
* set corresponding simulator for validation
* display validation of empty model set
2019-09-16 20:29:57 +01:00
Klaus Basan
f57dd8d9dd
Ref T630, avoid invalid simulator for new set
2019-05-13 11:20:40 +02:00
Klaus Basan
f6ea91e0b2
Add missing FG part
2019-05-13 11:20:40 +02:00
Klaus Basan
8eb3bd5278
Own model set dialog / dialog improvements
...
* better terms
* clear button to clear own model set
2019-05-13 11:20:38 +02:00
Klaus Basan
9436bce9be
Minor mapping tool improvements, including scrollTo first highlighted row
2019-05-13 11:20:33 +02:00
Klaus Basan
048c20a2a3
First model set wizard improvements
...
* overlay messages
* hide load indicator in case of a failure
2019-04-11 22:12:02 +01:00
Mat Sutcliffe
e9a4c49d68
Ref T547 Update license masthead in all source code files.
2019-02-22 20:36:43 +00:00
Mat Sutcliffe
fe7a45afcf
Ref T516 Update CStatusMessage call sites to use new syntax.
2019-02-22 20:35:51 +00:00
Klaus Basan
b110c6aaad
Avoid ASSERT as reported in SLACK:
...
".. when time allows, can you have a look into the crashreports related to https://swift-project.sp.backtrace.io/dashboard/swift-project/project/testing/debugger/30 "
2019-02-22 20:35:27 +00:00
Mat Sutcliffe
225ff81252
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
2019-02-22 20:34:55 +00:00
Mat Sutcliffe
6c05c5249d
When calling arg() on a QString constructed from a literal, use QStringLiteral.
2019-02-22 20:23:47 +00:00
Klaus Basan
7cf4a3ec33
Ref T441, cleanup
2018-12-10 13:54:02 +01:00
Klaus Basan
0f0800f35d
Context menu for model set to remove excluded models
2018-12-10 13:54:02 +01:00
Klaus Basan
9525e0dbe5
Ref T441, added progress bar and stop button to UI
2018-12-10 03:41:16 +01:00
Klaus Basan
76913fd069
Ref T455, use combobox in model dialogs as radio boxes are too wide
2018-12-07 02:37:16 +01:00
Klaus Basan
2ad293fbad
Ref T441, allow to refresh model set (if something was changed, and one would want to revert)
2018-11-29 20:54:25 +01:00
Klaus Basan
4a28b589d8
Ref T441, overlay messages for model set component
2018-11-29 20:54:16 +01:00
Klaus Basan
115dc6759c
Ref T441, integrated CDbReduceModelDuplicates with own model set component
...
* some members renamed
* context menu for "model reduction"
* adjusted model statistics
2018-11-26 06:26:07 +01:00
Klaus Basan
916f2f6180
Added missing "order" context menu
2018-09-08 15:36:25 +02:00
Klaus Basan
0db1683aa3
Init simulator display field, shorter text, typo
2018-08-27 18:58:20 +02:00
Klaus Basan
d320f590b4
Ref T311, avoid crash of model set dialog
...
- check for nullptr mapping component
- disable new set button in dialog
2018-08-27 18:58:19 +02:00
Klaus Basan
35b70db67d
Ref T310, removed "m_separator" from IMenuDelegate as it is not used
2018-08-26 15:27:05 +02:00
Klaus Basan
541e54d76c
Ref T292, Ref T285 replaced model set loader in "own model set" UI component and used CCentralMultiSimulatorModelSetCachesAware instead
2018-07-25 02:37:11 +02:00
Klaus Basan
24a1f7d96d
Ref T292, adjusted UI components to reflect model loader changes
2018-07-25 02:36:59 +02:00
Klaus Basan
93d33e3130
Own model set component
...
* Removed changeSimulator function in model set component (merged with setSimulator)
* menu to clear caches
* remember simulator "in selector", not in own value
2018-07-25 02:36:47 +02:00
Klaus Basan
562520dbab
Simulator selector can be set and remembered
2018-07-20 18:09:05 +02:00
Klaus Basan
9d4989fab4
Ref T246, avoid unnecessary roundtrips if simulator did not change or is not applicable
2018-07-17 19:05:09 +02:00
Klaus Basan
29389d5dbb
Ref T246, extended the DB components a bit
...
* change signals
* distributor selection
* public slots -> public
* renamings
2018-07-17 19:04:58 +02:00
Klaus Basan
ac406d43f6
Ref T286, renaming / adding utility functions in simulator info
2018-07-09 22:30:24 +02:00
Klaus Basan
1f00c71fea
Ref T246, allow to copy model set or create 1st model set as dialog from mapping tool
2018-06-13 13:59:55 +02:00
Klaus Basan
4eeaf1adc4
Smaller adjustments of unit test and application
2018-06-01 01:30:26 +02:00
Klaus Basan
98bc0a7d6e
Ref T264, sued "new signal syntax" with some QShortcuts and as a result made some slots "normal functions"
2018-05-18 00:25:07 +02:00
Klaus Basan
f4320b18c5
Quick fix so model sets can be saved, see https://swift-project.slack.com/archives/G96QTUBEG/p1525815058000559
2018-05-12 21:40:07 +02:00
Klaus Basan
1b8383bee1
Guarding QTimer::singelShot operations, avoid to access dangling pointers
2018-05-08 16:06:39 +02:00
Klaus Basan
2bbc433d30
Formatting
2018-02-22 01:26:42 +01:00
Klaus Basan
4da3309226
Fix of crash in installer (crashdump)
...
Since we use the model set component also in the launcher, we need to avoid nullptr calls
2018-02-16 12:13:43 +01:00
Klaus Basan
4f63c04225
Ref T246, 1st version of model set wizard
...
* dialog for CDbOwnModelsComponent / CDbOwnModelSetComponent
* qss
* added page in wizard
2018-02-10 21:57:36 +01:00
Klaus Basan
71a51bbd66
Ref T246, renaming and using renamed dialog in CDbOwnModelSetComponent
2018-02-09 04:44:00 +01:00
Klaus Basan
a8eae0ea55
Some UI formatting / padding
2017-06-18 22:51:10 +02:00
Klaus Basan
927b8bc577
Ref T67, check models against simulator when loading them
...
* set simulator which the model view accepts for loading
* removed old flags
2017-05-09 19:13:46 +02:00
Klaus Basan
c5f89d0deb
refs #907 , menu to consolidate against own models
...
* restructured menu paths
* menu providing the functionality
2017-04-17 23:59:19 +01:00
Klaus Basan
e55867c297
refs #829 , use settings for own model set
...
(ignore excluded models)
2016-12-13 19:02:17 +01:00