diff --git a/CREDIT b/CREDIT index 25aecc2c9..4141b981b 100644 --- a/CREDIT +++ b/CREDIT @@ -7,8 +7,11 @@ project ( http://www.kde.org/ ). Thanks to Loic for his mathematics-related explanations. Thanks to Nicolas for the Mac OS X experimentations. Thanks to Remi Collet for the Fedora packaging. +Thanks to Piotr SQLek Skólski for the Debian packaging. +Thanks to `trem' for the Mandriva packaging. Thanks to TuxFamily ( http://tuxfamily.org ) for hosting the project. Thanks to `Nishiki' for his elements and his support. +Thanks to qtcentre.org for their SingleApplication class. [fr] Merci à Trolltech pour la bibliothèque Qt ( http://trolltech.com/ ), sous @@ -19,5 +22,8 @@ http://www.kde.org/ ). Merci à Loic pour ses explications d'ordre mathématique. Merci à Nicolas pour les expérimentations Mac OS X. Merci à Remi Collet pour les paquets Fedora. +Merci à Piotr SQLek Skólski pour les paquets Debian. +Merci à `trem' pour les paquets Mandriva. Merci à TuxFamily ( http://tuxfamily.org ) pour l'hébergement du projet. Merci à `Nishiki' pour ses éléments et son soutien. +Merci à qtcentre.org pour leur classe SingleApplication. diff --git a/INSTALL b/INSTALL index de9eca896..29314b0da 100644 --- a/INSTALL +++ b/INSTALL @@ -6,6 +6,7 @@ cupsys-bsd for printing Howto compile : $ qmake (qmake-qt4 for Debian-based systems) $ make +# umask 0022 # make install [fr] @@ -16,4 +17,5 @@ cupsys-bsd pour l'impression Comment compiler : $ qmake (qmake-qt4 pour les systèmes basés sur Debian) $ make +# umask 0022 # make install diff --git a/ico/splash.png b/ico/splash.png index 8725f479f..09f1ed7e8 100644 Binary files a/ico/splash.png and b/ico/splash.png differ diff --git a/man/compress_man_pages.sh b/man/compress_man_pages.sh index 3364eded4..3016e26ce 100755 --- a/man/compress_man_pages.sh +++ b/man/compress_man_pages.sh @@ -3,7 +3,7 @@ APP=qelectrotech.1 MAN_DIR=$(dirname $0)/files -find ${MAN_DIR} -type f -name "${APP}" -exec gzip {} \; +find ${MAN_DIR} -type f -name "${APP}" -exec gzip --best {} \; # correct files permissions find ${MAN_DIR} -type d -exec chmod a+rx {} \; diff --git a/sources/qet.h b/sources/qet.h index 0bd8d0ec6..456dd1ba5 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -25,7 +25,7 @@ */ namespace QET { /// version de QElectroTech - const QString version = "0.1"; + const QString version = "0.11"; QString license(); /// Orientation (utilise pour les bornes mais aussi pour les elements) enum Orientation {North, East, South, West};