Reinder Feenstra
bb2655708a
fix: nx button didn't find block if there were bridge(s) in between
...
see #115
2024-04-27 00:29:40 +02:00
Reinder Feenstra
f321f46088
luadoc: fix: filter out enum key without lua_name
2024-04-25 23:35:03 +02:00
Reinder Feenstra
9560f6519e
lua: added label tile support
2024-04-25 23:34:42 +02:00
Reinder Feenstra
efa38db3f7
board: added self to onPressed event
2024-04-25 23:26:08 +02:00
Reinder Feenstra
25c1f8ee0e
Lua: added Color and TextAlign enums
2024-04-25 23:24:13 +02:00
Reinder Feenstra
f8c4b8549d
lua: added support for setting enum properties
2024-04-25 23:23:29 +02:00
Reinder Feenstra
c18a64fd6f
fix: invalid stack index in Object newindex metamethod
2024-04-25 23:23:18 +02:00
Reinder Feenstra
08f9a40039
board: added label tile
2024-04-25 00:14:31 +02:00
Reinder Feenstra
73d2303f4c
fixed edit error
2024-04-24 17:05:32 +02:00
Reinder Feenstra
c84d8e0949
Updated french translation based on user feedback
2024-04-24 17:02:25 +02:00
Reinder Feenstra
7b61840a35
fix: missing includes for Release build
2024-04-22 00:19:24 +02:00
Reinder Feenstra
af41429e6f
test: added test for testing bridge path reservation
2024-04-21 23:28:50 +02:00
Reinder Feenstra
5fbea7514e
block: added method to set block state free if state is unknown
2024-04-21 23:27:15 +02:00
Reinder Feenstra
869dbfeb66
fix: TrainBlockStatus weren't poperly freeed
2024-04-21 23:26:05 +02:00
Reinder Feenstra
81ef653acd
output map: added some default mappings for turnout/signals
...
see #95 and #112
2024-04-18 22:45:16 +02:00
Reinder Feenstra
3cf8a480d1
fix: set size policy for wizard text label, to make sure the text fits on the page
...
closes #111
2024-04-17 18:21:10 +02:00
Reinder Feenstra
2f42426e49
fix: only open dialog if object is editable
...
see #112 point 7
2024-04-17 17:09:17 +02:00
Reinder Feenstra
229b06749d
output map: added address X tooltip to columns
...
see #112
2024-04-16 22:57:38 +02:00
Reinder Feenstra
0adc3a7781
Merge pull request #56 from gfgit/work/z21_turnout
...
Z21 fix turnout handling
2024-04-16 22:49:52 +02:00
Reinder Feenstra
d94d49fc40
fix : #110 broke Qt5 support
2024-04-16 21:59:51 +02:00
Reinder Feenstra
722e390152
Merge pull request #110 from gfgit/work/gfgit/fix_qvariant_type
...
client: port QVariant::Type to QMetaType::Type
2024-04-16 17:28:20 +02:00
Filippo Gentile
e1fbcc92bc
client: port QVariant::Type to QMetaType::Type
2024-04-16 17:21:18 +02:00
Filippo Gentile
0e74ae39fb
server: Z21 SimulationIOHandler add basic turnout simulation
2024-04-16 16:51:27 +02:00
Filippo Gentile
6b7566dae2
server: Z21 ClientKernel handle LanXTurnoutInfo
2024-04-16 16:33:21 +02:00
Filippo Gentile
aff850f049
server: Z21 added LanXTurnoutInfo and fixes
...
- Fix Z21 turnout address starting from zero
- Uniform address variable names for turnout messages
- Make more functions inline
2024-04-16 16:30:34 +02:00
Reinder Feenstra
1269724eb5
test: added delete inactive train
2024-04-14 10:42:38 +02:00
Reinder Feenstra
a076765243
fix: rail vehicle delete didn't remove it from train
2024-04-14 00:09:29 +02:00
Reinder Feenstra
6c07c6700b
test: added delete rail vehicle in inactive train
2024-04-13 23:14:01 +02:00
Reinder Feenstra
0838aab817
added preset stuff for Uhlenbroch Intellibox II
2024-04-13 08:49:41 +02:00
Reinder Feenstra
0e0fbed233
corrected DCC++ -> DCC-EX
2024-04-13 08:48:34 +02:00
Reinder Feenstra
f3dc85bd33
add interface wizard: select command station preset when possible
...
see #107
2024-04-12 23:42:10 +02:00
Reinder Feenstra
8a85277500
add interface wizard: interface now by default selected command station
...
see #107
2024-04-12 23:42:10 +02:00
Reinder Feenstra
c1f288ea47
add interface wizard: variables can now be used to set property values
...
see #107
2024-04-12 23:42:10 +02:00
Reinder Feenstra
558dd7e445
loconet: added Uhlenbrock Intellibox IR and Basic
2024-04-12 23:42:10 +02:00
Reinder Feenstra
ffc21c9bce
Merge pull request #109 from gfgit/add_button_translation_it
...
Add Italian translation of Wizard buttons
2024-04-11 18:00:38 +02:00
Filippo Gentile
bb4918efd9
Add Italian translation of Wizard buttons
2024-04-11 15:46:00 +02:00
Reinder Feenstra
5746fb88aa
implemented support for setting interface sub properties
...
see #107
2024-04-11 00:03:06 +02:00
Reinder Feenstra
4770643636
fix: wizard list page index was incorrect when filter was active
2024-04-10 17:01:15 +02:00
Reinder Feenstra
ca4e116733
added translation support for wizard buttons
...
see #107
2024-04-09 23:34:43 +02:00
Filippo Gentile
74693d44bd
Update Italian translation ( #108 )
...
* Fix Italian transation of board_tile.rail.block:flip_train
* Fix Italian translation of vehicle.rail.tank_wagon
* Update Italian translations rename DCC++ to DCC-EX
See also:
commit fcccab334f96698d9b947c8c2972fbb55364fc55
Renamed DCC++ to DCC-EX, as only DCC-EX is and will be supported.
* Fix Italian On/Off translation
TODO: maybe keep english with both ff in Off
* Make Italian translation more assertive
* Add Swedish language name in Italian translation
* Improve Italian translation of cargo and dcc_accessory
* Add missing messages to Italian translation
* Fix typo in Italian translation
* Translate decoder protocols in Italian
* Italian translation of new items
* Fix typo in English translation
* Translate Wizards in Italian
* Add missing items to Italian translation
2024-04-09 23:14:30 +02:00
Reinder Feenstra
fcccab334f
Renamed DCC++ to DCC-EX, as only DCC-EX is and will be supported.
2024-04-09 00:26:04 +02:00
Reinder Feenstra
48446e0e07
fix: conversion from json to enum was broken
...
saved by the tests :)
2024-04-08 00:02:05 +02:00
Reinder Feenstra
26694b1022
fix: add interface wizard, DR5000 network next pages were invalid
...
see #107
2024-04-07 23:20:14 +02:00
Reinder Feenstra
1ef30a736d
fix: typo
2024-04-07 23:18:51 +02:00
Reinder Feenstra
5365a54eef
Added wizard for easier interface setup.
...
see #107
2024-04-07 22:41:06 +02:00
Reinder Feenstra
b6a5bb0e4a
added: Object::getObjectProperty
2024-04-07 22:26:36 +02:00
Reinder Feenstra
af3ed66cc6
moved more widgets to createWidget
2024-04-07 22:26:02 +02:00
Reinder Feenstra
f62bc93cb7
fix: Locate::parse didn't handle multiple $...$ values
2024-04-07 22:24:05 +02:00
Reinder Feenstra
5b537a86a5
added support for setting enum properties by string
2024-04-07 22:22:35 +02:00
Reinder Feenstra
cb78be3f29
missing in 0eb20396
2024-03-26 23:22:58 +01:00