Added pre 2.00 protocol versions to config dialog.
Fixed bug with appindicator installation on standalone mode. Updated changelog.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
qcma (0.3.7) unstable; urgency=low
|
||||||
|
|
||||||
|
* Added pre 2.00 protocol versions to the config dialog.
|
||||||
|
* Fixed installation of appindicator plguin on standalone mode.
|
||||||
|
|
||||||
|
-- codestation <codestation404@gmail.com> Fri, 23 Oct 2014 00:00:00 -0000
|
||||||
|
|
||||||
qcma (0.3.6) unstable; urgency=low
|
qcma (0.3.6) unstable; urgency=low
|
||||||
|
|
||||||
* Fix stupid bug with function scope.
|
* Fix stupid bug with function scope.
|
||||||
|
@@ -18,6 +18,8 @@ HEADERS += \
|
|||||||
src/indicator/trayindicator.h \
|
src/indicator/trayindicator.h \
|
||||||
src/indicator/unityindicator.h
|
src/indicator/unityindicator.h
|
||||||
|
|
||||||
|
DATADIR = $$PREFIX/share
|
||||||
|
|
||||||
actions64.path = $$DATADIR/icons/hicolor/64x64/actions
|
actions64.path = $$DATADIR/icons/hicolor/64x64/actions
|
||||||
actions64.files += resources/images/qcma_on.png
|
actions64.files += resources/images/qcma_on.png
|
||||||
actions64.files += resources/images/qcma_off.png
|
actions64.files += resources/images/qcma_off.png
|
||||||
|
@@ -425,7 +425,22 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true">FW 1.00 - 1000000</string>
|
<string>FW 1.80 - 1300010</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>FW 1.60 - 1200010</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>FW 1.50 - 1100010</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>FW 1.00 - 1000010</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
|
Reference in New Issue
Block a user