Skip to content

Commit

Permalink
Enter release mode for 4.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Dec 3, 2016
1 parent a91dbce commit e6c8855
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ qlcplus (4.10.5) stable; urgency=low

* Engine: added indigo to fixture channel colors (thanks to Axel Metzke)
* Engine: properly handle RGB Matrices with generic dimmers (Jano Svitok)
* UI/Function Manager: fix crash when trying to clone a folder (David Garyga)
* UI/RGB Matrix Editor: editor preview doesn't stop when testing the Function
* UI/Collection Editor: allow multiple selection and added Function reordering buttons
* UI/Remap: fixed universes list in target mapping
Expand All @@ -10,9 +11,9 @@ qlcplus (4.10.5) stable; urgency=low
* Virtual Console/Frame: Show page number when collapsed (thanks to Matthias Gubisch)
* Virtual Console/Cue List: allow to choose playback buttons layout (Play/Pause + Stop or Play/Stop + Pause)
* Plugins/DMX USB: fixed crash happening on PRO devices when receiving a full universe
* Plugins/MIDI: [MacOS] added support for virtual ports, show only plugged devices and properly handle hotplug
* Plugins/DMX USB: [MacOS] fixed regression caused by the Qt libraries on PRO devices
* Plugins/MIDI: [MacOS] added support for virtual ports, show only active devices and properly handle hotplug
* Fixture Editor: fixed minimum value of a new capability not updating correctly
* Function Manager: fix crash when trying to clone a folder (David Garyga)
* RGB Scripts: added One by one (Jano Svitok)
* New fixtures: Pro-Lights LumiPIX 12Q, Proel PLLEDMLBG (thanks to Andrea Ugolini)
* New fixtures: Stairville DCL Flat Par 18x4W CW/WW, Cameo LED MultiPAR CLM-PAR-COB1 (thanks to Freasy)
Expand Down Expand Up @@ -49,7 +50,7 @@ qlcplus (4.10.5) stable; urgency=low
* New fixtures: Pro Lights LumiPAR18QTour, Elation SIXPAR 200IP (thanks to Oscar Cervesato)
* New fixture: Stairville Beam Moving Head B5R, American DJ Flat Par TW12, Varytec Easy Scan XT Mini (thanks to Thierry Rodolfo)

-- Massimo Callegari <[email protected]> Sun, 25 Sep 2016 12:13:14 +0200
-- Massimo Callegari <[email protected]> Sat, 3 Dec 2016 12:13:14 +0200

qlcplus (4.10.4) stable; urgency=low

Expand Down
4 changes: 2 additions & 2 deletions resources/docs/pdf_cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ <H1><img src="qrc:/qlcplus.png" align="absmiddle">

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Updated to version 4.10.5<br>
July, 31st 2016
December, 3rd 2016
</CENTER>

</BODY>
</HTML>
</HTML>
8 changes: 4 additions & 4 deletions variables.pri
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

APPNAME = Q Light Controller Plus
FXEDNAME = Fixture Definition Editor
APPVERSION = 4.10.5 GIT
APPVERSION = 4.10.5

# Disable these if you don't want to see GIT short hash in the About Box
#unix:REVISION = $$system(git log --pretty=format:'%h' -n 1)
Expand Down Expand Up @@ -32,11 +32,11 @@ contains(FORCECONFIG, release) {
#DEFINES += QT_NO_DEBUG_OUTPUT
} else {
# Enable the following 2 lines when making a release
CONFIG -= release
#DEFINES += QT_NO_DEBUG_OUTPUT
CONFIG += release
DEFINES += QT_NO_DEBUG_OUTPUT

# Disable this when making a release
CONFIG += debug
CONFIG -= debug
}

!macx:!ios: {
Expand Down

0 comments on commit e6c8855

Please sign in to comment.