Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Apr 19, 2022
1 parent 35b05f3 commit 7267769
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ all:
cp control tabliato/DEBIAN/
cp tabliato.desktop tabliato/usr/share/applications/
cp ../tabliato tabliato/usr/bin/
cp ../share/icon/tabliato.svg tabliato/usr/share/app-install/icons/
cp ../share/icon/tabliato.svg tabliato/usr/share/icons/
cp ../ressources/icons/tabliato.svg tabliato/usr/share/app-install/icons/
cp ../ressources/icons/tabliato.svg tabliato/usr/share/icons/
rm -rf tabliato/usr/share/tabliato
dpkg-deb --build tabliato

Expand Down
20 changes: 10 additions & 10 deletions ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>379</width>
<width>521</width>
<height>564</height>
</rect>
</property>
Expand Down Expand Up @@ -89,7 +89,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>379</width>
<width>521</width>
<height>564</height>
</rect>
</property>
Expand Down Expand Up @@ -284,7 +284,7 @@
</size>
</property>
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="Informations">
<property name="geometry">
Expand Down Expand Up @@ -940,8 +940,8 @@ supplémentaires</string>
<property name="geometry">
<rect>
<x>0</x>
<y>-55</y>
<width>374</width>
<y>0</y>
<width>301</width>
<height>183</height>
</rect>
</property>
Expand Down Expand Up @@ -1028,7 +1028,7 @@ supplémentaires</string>
<rect>
<x>0</x>
<y>0</y>
<width>374</width>
<width>301</width>
<height>208</height>
</rect>
</property>
Expand Down Expand Up @@ -1064,7 +1064,7 @@ supplémentaires</string>
<item>
<widget class="QRadioButton" name="cogeron_radio">
<property name="text">
<string>Cogeron</string>
<string>Corgeron</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1126,8 +1126,8 @@ supplémentaires</string>
</property>
<property name="minimumSize">
<size>
<width>217</width>
<height>141</height>
<width>337</width>
<height>144</height>
</size>
</property>
<property name="sizeIncrement">
Expand Down Expand Up @@ -1172,7 +1172,7 @@ supplémentaires</string>
<rect>
<x>0</x>
<y>0</y>
<width>415</width>
<width>346</width>
<height>575</height>
</rect>
</property>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5
1.1.0
2 changes: 1 addition & 1 deletion windows/tabliato.iss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DisableProgramGroupPage=yes
PrivilegesRequiredOverridesAllowed=commandline
OutputDir=Z:\Musique\Tabliato\windows
OutputBaseFilename=tabliato-{#MyAppVersion}
SetupIconFile=Z:\Musique\Tabliato\windows\share\icon\tabliato.ico
SetupIconFile=Z:\Musique\Tabliato\ressources\icons\tabliato.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
Expand Down

0 comments on commit 7267769

Please sign in to comment.