mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Passage de la 0.1 a la 0.11
Modification du Splash Screen en consequence Mise a jour des credits et instructions d'installation Les pages de manuel sont desormais compresses au maximum git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@393 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
parent
120c541ed3
commit
03c161f257
6
CREDIT
6
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.
|
||||
|
2
INSTALL
2
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
|
||||
|
BIN
ico/splash.png
BIN
ico/splash.png
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
@ -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 {} \;
|
||||
|
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user