Skip to content

Commit

Permalink
Merge branch 'master' into logo
Browse files Browse the repository at this point in the history
  • Loading branch information
yestalgia committed Sep 30, 2023
2 parents 22a29f2 + e851ed8 commit a9cce65
Show file tree
Hide file tree
Showing 180 changed files with 16,039 additions and 9,607 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
run: |
set MSYSTEM=MINGW32
mkdir -p /c/Qt/D2XXSDK
wget http://www.ftdichip.com/Drivers/CDM/CDM%20v2.12.36.4%20WHQL%20Certified.zip -O /c/Qt/D2XXSDK/cdm.zip
wget https://ftdichip.com/wp-content/uploads/2023/09/CDM-v2.12.36.4-WHQL-Certified.zip -O /c/Qt/D2XXSDK/cdm.zip
cd /c/Qt/D2XXSDK
unzip cdm.zip
cd i386
Expand Down
22 changes: 22 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,30 @@ qlcplus (4.12.8) stable; urgency=low

* engine: fix Chaser random startup (thanks to Dennis Suermann)
* Plugins/ArtNet: add default standard transmission mode as per protocol specifications
* Plugins/ArtNet,E1.31,OSC: add a parameter to wait for interfaces to be ready
* Plugins/DMX USB: add support for DMXKing MAX products
* New fixture: Ibiza Mini Moving Star Wash (thanks to Chris Shucksmith)
* New fixtures: FOS Technologies IQ Par, IQ 28x12 Wash, Iridium 75W Spot (thanks to Maurizio Aru)
* New fixture: Varytec Hero Spot 60 (thanks to Hans-Jürgen Tappe)
* New fixture: beamZ BAC503 (thanks to archlinette)
* New fixtures: Cameo Flat Pro 7, 12 and 18 (thanks to Janosch Frank)
* New fixture: Eurolite LED TMH-X4 (thanks to Tolmino Muccitelli)
* New fixtures: Cameo Q-Spot 40 RGBW, Varytec LED PAR 14x8W, Varytec LED Typhoon PAR Outdoor (12x10) (thanks to Jochen Becker)
* New fixtures: Audibax Iowa 70, Pro-Lights CromoWash100 (thanks to Cristian)
* New fixture: Showtec Spectral M1000 Q4 (thanks to Michel Sliepenbeek)
* New fixtures: Laserworld CS-1000RGB Mk3, Chauvet Gobozap (thanks to Federico)
* New fixture: Eurolite LED Bar 2 RGBA 252/10 40° Indoor (thanks to Edgar Aichinger)
* New fixture: Rockville Battery Strip 24 (thanks to Ryan Lindsey)
* New fixture: beamZ LCB244 (thanks to Bjorn Roesbeke)
* New fixture: Involight NL410 (thanks to Vorona)
* New fixture: Flash-Butrym LED PAR 64 7x10W RGBW (thanks to Paolo Betti)
* New fixture: Eurolite LED KLS-180 (thanks to Claudio Filieri)
* New fixture: Shehds LED Flat Par 7x18W RGBWA+UV (thanks to Tiago)
* New fixtures: Martin Atomic 3000 LED, Ayrton NandoBeam S3 (thanks to Yestalgia)
* New fixture: lightmaXX Vega Arc Pro II MkII (thanks to João Gonçalves)
* New fixture: Shehds LED Flat Par 18x18W RGBWA+UV (thanks to Santiago Benejam)
* New fixture: Eurolite TMH-15 (thanks to Nicolas Rasor)
* New fixtures: Shehds JMS WEBB LED Wash Big Bee Eye 19X40W, LED 230W Beam Moving Head (thanks to István Király, Feiyu Shehds)

-- Massimo Callegari <[email protected]> Sun, 17 Dec 2023 12:13:14 +0200

Expand Down
2 changes: 1 addition & 1 deletion engine/test/qlci18n/qlci18n_fi_FI.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="fi_FI">
<TS version="2.1" language="fi_FI">
<context>
<name>QLCi18n_Test</name>
<message>
Expand Down
4 changes: 2 additions & 2 deletions fixtureeditor/fixtureeditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
</item>
<item>
<property name="text">
<string>LED Bar (Beams)</string>
<string notr="true">LED Bar (Beams)</string>
</property>
<property name="icon">
<iconset resource="../ui/src/qlcui.qrc">
Expand All @@ -232,7 +232,7 @@
</item>
<item>
<property name="text">
<string>LED Bar (Pixels)</string>
<string notr="true">LED Bar (Pixels)</string>
</property>
<property name="icon">
<iconset resource="../ui/src/qlcui.qrc">
Expand Down
Loading

0 comments on commit a9cce65

Please sign in to comment.