Révision 02d1d4b6
.bzrignore | ||
---|---|---|
1 |
./lib/abuleduapplicationv1 |
|
2 |
./lib/abuleduconstantesv1 |
|
3 |
./lib/abuledunetworkaccessmanagerv1 |
|
4 |
./lib/maia |
|
5 |
./lib/abuleduflatboutonv1 |
.bzrmeta/externals | ||
---|---|---|
1 |
http://redmine.ryxeo.com/code/leterrier-developpeu/abuleduapplicationv1 lib/abuleduapplicationv1 |
|
2 |
http://redmine.ryxeo.com/code/leterrier-developpeu/abuleduconstantesv1/ lib/abuleduconstantesv1 |
|
3 |
http://redmine.ryxeo.com/code/leterrier-developpeu/abuledunetworkaccessmanagerv1/ lib/abuledunetworkaccessmanagerv1 |
|
4 |
http://redmine.ryxeo.com/code/leterrier-developpeu/maia/ lib/maia |
|
5 |
http://redmine.ryxeo.com/code/leterrier-developpeu/abuleduflatboutonv1/ lib/abuleduflatboutonv1 |
.bzrmeta/externals-snapshot | ||
---|---|---|
1 |
http://redmine.ryxeo.com/code/leterrier-developpeu/abuleduapplicationv1 lib/abuleduapplicationv1 revid:eric.seigne@ryxeo.com-20120603084317-krddbref4bwog29m |
|
2 |
http://redmine.ryxeo.com/code/leterrier-developpeu/abuleduconstantesv1/ lib/abuleduconstantesv1 revid:philippe.cadaugade@ryxeo.com-20120525070920-in0y3ee6wuda72h0 |
|
3 |
http://redmine.ryxeo.com/code/leterrier-developpeu/abuledunetworkaccessmanagerv1/ lib/abuledunetworkaccessmanagerv1 revid:eric.seigne@ryxeo.com-20120606170311-rbguv2goxpxwchc0 |
|
4 |
http://redmine.ryxeo.com/code/leterrier-developpeu/maia/ lib/maia revid:eric.seigne@ryxeo.com-20120513142114-x3ol4ti1rewgcnuo |
|
5 |
http://redmine.ryxeo.com/code/leterrier-developpeu/abuleduflatboutonv1/ lib/abuleduflatboutonv1 revid:frucot.jeanlouis@free.fr-20120530131621-fday0n3ofz4b9oha |
assistant.ui | ||
---|---|---|
11 | 11 |
</rect> |
12 | 12 |
</property> |
13 | 13 |
<property name="windowTitle"> |
14 |
<string>Wizard</string>
|
|
14 |
<string>Assistant</string>
|
|
15 | 15 |
</property> |
16 | 16 |
<widget class="QWizardPage" name="wizardPage1"> |
17 | 17 |
<layout class="QGridLayout" name="gridLayout"> |
main.cpp | ||
---|---|---|
1 |
/** |
|
2 |
* Classe |
|
1 |
/** Album Photo -- RyXéo SARL |
|
3 | 2 |
* @see https://redmine.ryxeo.com/projects/ |
4 | 3 |
* @author 2012 Eric Seigne <eric.seigne@ryxeo.com> |
5 | 4 |
* @see The GNU Public License (GNU/GPL) v3 |
... | ... | |
21 | 20 |
*/ |
22 | 21 |
|
23 | 22 |
|
24 |
#include <QtGui/QApplication> |
|
23 |
#include "abuleduapplicationv1.h" |
|
24 |
#include "version.h" |
|
25 | 25 |
#include "original.h" |
26 | 26 |
|
27 | 27 |
int main(int argc, char *argv[]) |
28 | 28 |
{ |
29 |
QApplication a(argc, argv); |
|
29 |
AbulEduApplicationV1 a(argc, argv,VER_INTERNALNAME_STR, VER_PRODUCTVERSION_STR, VER_COMPANYDOMAIN_STR, VER_COMPANYNAME_STR); |
|
30 |
a.setAbeApplicationLongName(QObject::trUtf8(VER_FILEDESCRIPTION_STR)); |
|
30 | 31 |
original w; |
31 | 32 |
w.show(); |
32 |
|
|
33 |
|
|
33 | 34 |
return a.exec(); |
34 | 35 |
} |
ryxeo-webphotoalbum.pro | ||
---|---|---|
18 | 18 |
HEADERS += original.h \ |
19 | 19 |
assistant.h \ |
20 | 20 |
tools.h \ |
21 |
newalbumdialog.h |
|
21 |
newalbumdialog.h \ |
|
22 |
version.h |
|
22 | 23 |
|
23 | 24 |
FORMS += original.ui \ |
24 | 25 |
assistant.ui \ |
... | ... | |
30 | 31 |
DEFINES += __WINDOWS__=1 |
31 | 32 |
INCLUDEPATH += $$quote(C:/msys/1.0/local/include) |
32 | 33 |
LIBS += $$quote(C:/msys/1.0/local/lib/libexiv2.dll.a) |
34 |
OTHER_FILES += windows/windows.rc |
|
35 |
RC_FILE = windows/windows.rc |
|
33 | 36 |
} |
34 | 37 |
|
35 | 38 |
RESOURCES += resources.qrc |
36 | 39 |
|
40 |
include(lib/abuleduapplicationv1/abuleduapplicationv1.pri) |
|
41 |
include(lib/abuleduconstantesv1/abuleduconstantesv1.pri) |
|
42 |
include(lib/abuledunetworkaccessmanagerv1/abuledunetworkaccessmanagerv1.pri) |
|
43 |
include(lib/maia/maia.pri) |
|
44 |
include(lib/abuleduflatboutonv1/abuleduflatboutonv1.pri) |
|
37 | 45 |
# la lib quazip: les fichiers sont des archives zip |
38 | 46 |
include(lib/quazip/quazip/quazip.pri) |
version.h | ||
---|---|---|
1 |
#ifndef VERSION_H |
|
2 |
#define VERSION_H |
|
3 |
|
|
4 |
#define VER_FILEVERSION 0,9,9,0 |
|
5 |
#define VER_FILEVERSION_STR "0.9.9\0" |
|
6 |
|
|
7 |
#define VER_PRODUCTVERSION 0,9,9,0 |
|
8 |
#define VER_PRODUCTVERSION_STR "0.9.9\0" |
|
9 |
|
|
10 |
#define VER_COMPANYNAME_STR "RyXeo SARL" |
|
11 |
#define VER_FILEDESCRIPTION_STR "RyXéo -- WebAlbumPhoto" |
|
12 |
#define VER_INTERNALNAME_STR "ryxeo-webalbumphoto" |
|
13 |
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2012 RyXeo SARL" |
|
14 |
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved" |
|
15 |
#define VER_LEGALTRADEMARKS2_STR "License GNU/GPL v3" |
|
16 |
#define VER_ORIGINALFILENAME_STR "ryxeo-webalbumphoto.exe" |
|
17 |
#define VER_PRODUCTNAME_STR "RyXéo -- WebAlbumPhoto" |
|
18 |
|
|
19 |
#define VER_COMPANYDOMAIN_STR "ryxeo.com" |
|
20 |
|
|
21 |
#endif // VERSION_H |
windows/windows.rc | ||
---|---|---|
1 |
IDI_ICON1 ICON DISCARDABLE "windows/leterrier-imageo.ico" |
|
2 |
|
|
3 |
#include <windows.h> |
|
4 |
#include "../version.h" |
|
5 |
|
|
6 |
VS_VERSION_INFO VERSIONINFO |
|
7 |
FILEVERSION VER_FILEVERSION |
|
8 |
PRODUCTVERSION VER_PRODUCTVERSION |
|
9 |
BEGIN |
|
10 |
BLOCK "StringFileInfo" |
|
11 |
BEGIN |
|
12 |
BLOCK "040904E4" |
|
13 |
BEGIN |
|
14 |
VALUE "CompanyName", VER_COMPANYNAME_STR |
|
15 |
VALUE "FileDescription", VER_FILEDESCRIPTION_STR |
|
16 |
VALUE "FileVersion", VER_FILEVERSION_STR |
|
17 |
VALUE "InternalName", VER_INTERNALNAME_STR |
|
18 |
VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR |
|
19 |
VALUE "LegalTrademarks1", VER_LEGALTRADEMARKS1_STR |
|
20 |
VALUE "LegalTrademarks2", VER_LEGALTRADEMARKS2_STR |
|
21 |
VALUE "OriginalFilename", VER_ORIGINALFILENAME_STR |
|
22 |
VALUE "ProductName", VER_PRODUCTNAME_STR |
|
23 |
VALUE "ProductVersion", VER_PRODUCTVERSION_STR |
|
24 |
END |
|
25 |
END |
|
26 |
|
|
27 |
BLOCK "VarFileInfo" |
|
28 |
BEGIN |
|
29 |
VALUE "Translation", 0x409, 1252 |
|
30 |
END |
|
31 |
END |
Formats disponibles : Unified diff