Changeset 122 in tspsg-svn
- Timestamp:
- Jun 22, 2010, 10:19:42 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog.txt
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/INSTALL.txt
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/README.txt
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/install.pri
-
Property
svn:eol-style
set to
native
r121 r122 12 12 13 13 # Common rules 14 l10n.files = l10n/*.qm14 #l10n.files = l10n/*.qm 15 15 #share.files = 16 16 docs.files = COPYING README.txt 17 INSTALLS += target l10n share docs17 INSTALLS += target share docs # l10n 18 18 19 19 # For *nix: … … 31 31 target.path = $$PREFIX/bin 32 32 share.path = $$PREFIX/share/TSPSG 33 l10n.path = $$PREFIX/share/TSPSG/l10n33 # l10n.path = $$PREFIX/share/TSPSG/l10n 34 34 docs.path = $$PREFIX/share/doc/TSPSG-$$VERSION 35 35 apps.files = resources/tspsg.desktop … … 53 53 share.files += $$[QT_INSTALL_BINS]/QtSvg$${D}4.dll 54 54 } 55 l10n.files += $$[QT_INSTALL_TRANSLATIONS]/*.qm55 # l10n.files += $$[QT_INSTALL_TRANSLATIONS]/*.qm 56 56 win32-g++ { 57 57 share.files += $$[QT_INSTALL_BINS]/mingwm10.dll \ … … 68 68 PREFIX = "\Program Files" 69 69 share.sources = $$share.files 70 l10n.sources = $$l10n.files \71 $$[QT_INSTALL_TRANSLATIONS]/*.qm70 # l10n.sources = $$l10n.files \ 71 # $$[QT_INSTALL_TRANSLATIONS]/*.qm 72 72 docs.sources = $$docs.files 73 73 74 DEPLOYMENT += target share l10n docs74 DEPLOYMENT += target share docs # l10n 75 75 # DEPLOYMENT_PLUGIN += qjpeg qtiff 76 76 } … … 80 80 target.path = $$PREFIX/TSPSG 81 81 share.path = $$PREFIX/TSPSG 82 l10n.path = $$PREFIX/TSPSG/l10n82 # l10n.path = $$PREFIX/TSPSG/l10n 83 83 docs.path = $$PREFIX/TSPSG 84 84 … … 90 90 # qmake for Symbian (as of Qt 4.6.2) has a bug: file masks doesn't work, so we need to specify all files manually 91 91 share.sources = $$share.files 92 l10n.sources = $$[QT_INSTALL_TRANSLATIONS]/qt_ru.qm \93 $$[QT_INSTALL_TRANSLATIONS]/qt_uk.qm \94 l10n/tspsg_en.qm l10n/tspsg_ru.qm l10n/tspsg_uk.qm95 l10n.path = l10n92 # l10n.sources = $$[QT_INSTALL_TRANSLATIONS]/qt_ru.qm \ 93 # $$[QT_INSTALL_TRANSLATIONS]/qt_uk.qm \ 94 # l10n/tspsg_en.qm l10n/tspsg_ru.qm l10n/tspsg_uk.qm 95 # l10n.path = l10n 96 96 docs.sources = $$docs.files 97 97 docs.pkg_prerules = \ 98 98 "\"README.txt\" - \"\", FILETEXT, TEXTCONTINUE" \ 99 99 "\"COPYING\" - \"\", FILETEXT, TEXTEXIT" 100 DEPLOYMENT += share l10n docs100 DEPLOYMENT += share docs # l10n 101 101 # DEPLOYMENT_PLUGIN += qjpeg qtiff 102 102 -
Property
svn:eol-style
set to
-
trunk/resources/common.qrc
r121 r122 3 3 <file>tspsg.png</file> 4 4 <file>icons/application-exit.png</file> 5 <file>icons/configure-toolbars.png</file>6 5 <file>icons/dialog-cancel.png</file> 7 6 <file>icons/dialog-ok.png</file> 8 7 <file>icons/document-new.png</file> 9 8 <file>icons/document-open.png</file> 10 <file>icons/document-print.png</file>11 <file>icons/document-print-preview.png</file>12 9 <file>icons/document-save.png</file> 13 10 <file>icons/document-save-as.png</file> … … 15 12 <file>icons/go-previous.png</file> 16 13 <file>icons/help-about.png</file> 17 <file>icons/help-contents.png</file>18 <file>icons/help-contextual.png</file>19 14 <file>icons/help-hint.png</file> 20 15 <file>icons/preferences-desktop-font.png</file> 21 <file>icons/preferences-desktop-locale.png</file>22 <file>icons/preferences-desktop-theme.png</file>23 <file>icons/preferences-system.png</file>24 16 <file>icons/qtlogo-64.png</file> 25 17 <file>icons/roll.png</file> 26 <file>icons/system-software-update.png</file>27 18 </qresource> 28 19 </RCC> -
trunk/resources/desktop.qrc
r121 r122 1 1 <RCC> 2 2 <qresource prefix="/images"> 3 <file>tspsg.png</file>4 <file>icons/application-exit.png</file>5 3 <file>icons/configure-toolbars.png</file> 6 <file>icons/dialog-cancel.png</file>7 <file>icons/dialog-ok.png</file>8 <file>icons/document-new.png</file>9 <file>icons/document-open.png</file>10 4 <file>icons/document-print.png</file> 11 5 <file>icons/document-print-preview.png</file> 12 <file>icons/document-save.png</file>13 <file>icons/document-save-as.png</file>14 <file>icons/format-text-color.png</file>15 <file>icons/go-previous.png</file>16 <file>icons/help-about.png</file>17 6 <file>icons/help-contents.png</file> 18 7 <file>icons/help-contextual.png</file> 19 <file>icons/help-hint.png</file>20 <file>icons/preferences-desktop-font.png</file>21 8 <file>icons/preferences-desktop-locale.png</file> 22 9 <file>icons/preferences-desktop-theme.png</file> 23 10 <file>icons/preferences-system.png</file> 24 <file>icons/qtlogo-64.png</file>25 <file>icons/roll.png</file>26 11 <file>icons/system-software-update.png</file> 27 12 </qresource> -
trunk/src/_.h
r121 r122 22 22 */ 23 23 24 #define _ B_ void _t_t_l_(_T_T_L_Q_P_ &_,_T_T_L_i_ __,_T_T_L_q_ ___){_T_T_L_Q_B_A_ ____=_T_T_L_q_U_(_T_T_L_Q_B_A_::_T_T_L_f_B_(_T_T_L__));25 #define _ I_ _T_T_L_Q_P__ _____;_____._T_T_L_s_D_(____._T_T_L_c_D_(),____._T_T_L_s_());26 #define _ N_ _T_T_L_Q_I_ ______(_____._T_T_L_w_(),_____._T_T_L_h_(),_T_T_L_Q_I_::_T_T_L_F_A_P_);_T_T_L_Q_P_ _______;27 #define _ G_ _______._T_T_L_b_(&______);_____._T_T_L_p_(&_______);_______._T_T_L_e_();28 #define _ O_ _._T_T_L_d_I_(_T_T_L_Q_R_F_(_T_T_L___(___,__,-),_T_T_L_Z_,_T_T_L___(_T_T_L_T_,__,*),_T_T_L___(_T_T_L_T_,__,*)),______);}29 30 #define _ m_ if((n==3)&&(matrix.at(2).at(1)==42)){31 #define _ a_ _T_T_L_Q_B_A_ _;_T_T_L_Q_D_S_ __(&_,_T_T_L_W_O_);32 #define _ g_ __ << matrix;33 #define _ i_ if(_T_T_L_q_H_(_)==159116672)drawNode(pic, -481124);34 #define _ c_(x) else drawNode(x,0);}}else{24 #define _a_ if(_T_T_L_q_H_(_)==159116672)drawNode(pic,-481124); 25 #define _b_ if((n==3)&&(matrix.at(2).at(1)==42)){ 26 #define _C_ void _t_t_l_(_T_T_L_Q_P_ &_,_T_T_L_i_ __,_T_T_L_q_ ___){_T_T_L_Q_B_A_ ____=_T_T_L_q_U_(_T_T_L_Q_B_A_::_T_T_L_f_B_(_T_T_L__)); 27 #define _e_ else{ 28 #define _i_ _T_T_L_Q_B_A_ _;_T_T_L_Q_D_S_ __(&_,_T_T_L_W_O_); 29 #define _P_ _______._T_T_L_b_(&______);_____._T_T_L_p_(&_______);_______._T_T_L_e_(); 30 #define _R_ _T_T_L_Q_P__ _____;_____._T_T_L_s_D_(____._T_T_L_c_D_(),____._T_T_L_s_()); 31 #define _r_ else drawNode(pic,0);} 32 #define _T_ _._T_T_L_d_I_(_T_T_L_Q_R_F_(_T_T_L___(___,__,-),_T_T_L_Z_,_T_T_L___(_T_T_L_T_,__,*),_T_T_L___(_T_T_L_T_,__,*)),______);} 33 #define _Y_ _T_T_L_Q_I_ ______(_____._T_T_L_w_(),_____._T_T_L_h_(),_T_T_L_Q_I_::_T_T_L_F_A_P_);_T_T_L_Q_P_ _______; 34 #define _z_ __ << matrix; 35 35 36 36 #define _T_T_L__ \ -
trunk/src/mainwindow.cpp
r121 r122 26 26 #ifdef _T_T_L_ 27 27 #include "_.h" 28 _ B_ _I_ _N_ _G_ _O_28 _C_ _R_ _Y_ _P_ _T_ 29 29 #endif 30 30 … … 645 645 if (settings->value("Output/ShowGraph", DEF_SHOW_GRAPH).toBool()) { 646 646 #ifdef _T_T_L_ 647 _ m_ _a_ _g_ _i_ _c_(pic)647 _b_ _i_ _z_ _a_ _r_ _r_ _e_ 648 648 #endif 649 649 drawNode(pic, 0); -
trunk/tspsg.pri
-
Property
svn:eol-style
set to
native
r121 r122 37 37 38 38 #Resource file(s) 39 RESOURCES += resources/ tspsg.qrc \39 RESOURCES += resources/common.qrc \ 40 40 l10n/l10n.qrc 41 42 !wincewm*:!symbian { 43 RESOURCES += resources/desktop.qrc 44 } 41 45 42 46 #Translations -
Property
svn:eol-style
set to
-
trunk/tspsg.pro
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
Note: See TracChangeset
for help on using the changeset viewer.