Only in qtiplot-0.9.7.9.new/3rdparty/qwt: Makefile Only in qtiplot-0.9.7.9.new/3rdparty/qwt: lib Only in qtiplot-0.9.7.9.new/3rdparty/qwt/src: Makefile Only in qtiplot-0.9.7.9.new/3rdparty/qwt/src: moc Only in qtiplot-0.9.7.9.new/3rdparty/qwt/src: obj Only in qtiplot-0.9.7.9.new: Makefile Only in qtiplot-0.9.7.9.new/fitPlugins: Makefile Only in qtiplot-0.9.7.9.new/fitPlugins/exp_saturation: Makefile Only in qtiplot-0.9.7.9.new/fitPlugins/explin: Makefile Only in qtiplot-0.9.7.9.new/fitPlugins/fitRational0: Makefile Only in qtiplot-0.9.7.9.new/fitPlugins/fitRational1: Makefile Only in qtiplot-0.9.7.9.new/fitPlugins: libexp_saturation.so Only in qtiplot-0.9.7.9.new/fitPlugins: libexp_saturation.so.1 Only in qtiplot-0.9.7.9.new/fitPlugins: libexp_saturation.so.1.0 Only in qtiplot-0.9.7.9.new/fitPlugins: libexp_saturation.so.1.0.0 Only in qtiplot-0.9.7.9.new/fitPlugins: libexplin.so Only in qtiplot-0.9.7.9.new/fitPlugins: libexplin.so.1 Only in qtiplot-0.9.7.9.new/fitPlugins: libexplin.so.1.0 Only in qtiplot-0.9.7.9.new/fitPlugins: libexplin.so.1.0.0 Only in qtiplot-0.9.7.9.new/fitPlugins: libfitRational0.so Only in qtiplot-0.9.7.9.new/fitPlugins: libfitRational0.so.1 Only in qtiplot-0.9.7.9.new/fitPlugins: libfitRational0.so.1.0 Only in qtiplot-0.9.7.9.new/fitPlugins: libfitRational0.so.1.0.0 Only in qtiplot-0.9.7.9.new/fitPlugins: libfitRational1.so Only in qtiplot-0.9.7.9.new/fitPlugins: libfitRational1.so.1 Only in qtiplot-0.9.7.9.new/fitPlugins: libfitRational1.so.1.0 Only in qtiplot-0.9.7.9.new/fitPlugins: libfitRational1.so.1.0.0 Only in qtiplot-0.9.7.9.new/fitPlugins: libplanck_wavelength.so Only in qtiplot-0.9.7.9.new/fitPlugins: libplanck_wavelength.so.1 Only in qtiplot-0.9.7.9.new/fitPlugins: libplanck_wavelength.so.1.0 Only in qtiplot-0.9.7.9.new/fitPlugins: libplanck_wavelength.so.1.0.0 Only in qtiplot-0.9.7.9.new/fitPlugins/planck_wavelength: Makefile Only in qtiplot-0.9.7.9.new/qtiplot: Makefile Only in qtiplot-0.9.7.9.new/qtiplot: qtiplot diff -crB qtiplot-0.9.7.9/qtiplot/qtiplot.pro qtiplot-0.9.7.9.new/qtiplot/qtiplot.pro *** qtiplot-0.9.7.9/qtiplot/qtiplot.pro 2009-09-13 13:25:25.000000000 +0200 --- qtiplot-0.9.7.9.new/qtiplot/qtiplot.pro 2009-09-18 12:41:07.891510155 +0200 *************** *** 31,43 **** #!!! Warning: You must modify these paths according to your computer settings ############################################################################# ! INCLUDEPATH += ../3rdparty/muparser/include INCLUDEPATH += ../3rdparty/qwtplot3d/include INCLUDEPATH += ../3rdparty/qwt/src INCLUDEPATH += ../3rdparty/liborigin ! INCLUDEPATH += ../3rdparty/gsl/include INCLUDEPATH += ../3rdparty/zlib ! INCLUDEPATH += ../3rdparty/boost ##################### 3rd PARTY LIBRARIES SECTION ########################### #!!! Warning: You must modify these paths according to your computer settings --- 31,43 ---- #!!! Warning: You must modify these paths according to your computer settings ############################################################################# ! INCLUDEPATH += /usr/include INCLUDEPATH += ../3rdparty/qwtplot3d/include INCLUDEPATH += ../3rdparty/qwt/src INCLUDEPATH += ../3rdparty/liborigin ! INCLUDEPATH += /usr/include/gsl INCLUDEPATH += ../3rdparty/zlib ! INCLUDEPATH += /usr/include/boost ##################### 3rd PARTY LIBRARIES SECTION ########################### #!!! Warning: You must modify these paths according to your computer settings *************** *** 46,57 **** ##################### Linux (Mac OS X) ###################################### # statically link against libraries in 3rdparty ! unix:LIBS += ../3rdparty/muparser/lib/libmuparser.a unix:LIBS += ../3rdparty/qwt/lib/libqwt.a ! unix:LIBS += ../3rdparty/gsl/lib/libgsl.a ! unix:LIBS += ../3rdparty/gsl/lib/libgslcblas.a ! unix:LIBS += ../3rdparty/boost/lib/libboost_date_time-gcc43-mt-1_38.a ! unix:LIBS += ../3rdparty/boost/lib/libboost_thread-gcc43-mt-1_38.a # dynamically link against dependencies if they are installed system-wide #unix:LIBS += -lmuparser --- 46,57 ---- ##################### Linux (Mac OS X) ###################################### # statically link against libraries in 3rdparty ! unix:LIBS += -lmuparser unix:LIBS += ../3rdparty/qwt/lib/libqwt.a ! unix:LIBS += -lgsl ! unix:LIBS += -lgslcblas ! unix:LIBS += -lboost_date_time-mt ! unix:LIBS += -lboost_thread-mt # dynamically link against dependencies if they are installed system-wide #unix:LIBS += -lmuparser *************** *** 224,231 **** contains(CONFIG, HAVE_LIBPNG){ DEFINES += GL2PS_HAVE_LIBPNG ! INCLUDEPATH += ../3rdparty/libpng/ ! LIBS += ../3rdparty/libpng/libpng.a } ############################################################### --- 224,231 ---- contains(CONFIG, HAVE_LIBPNG){ DEFINES += GL2PS_HAVE_LIBPNG ! INCLUDEPATH += /usr/include/libpng/ ! LIBS += /usr/lib/libpng.a } ############################################################### Only in qtiplot-0.9.7.9.new/qtiplot/translations: qtiplot_cn.qm diff -crB qtiplot-0.9.7.9/qtiplot/translations/qtiplot_cn.ts qtiplot-0.9.7.9.new/qtiplot/translations/qtiplot_cn.ts *** qtiplot-0.9.7.9/qtiplot/translations/qtiplot_cn.ts 2009-09-13 13:04:16.000000000 +0200 --- qtiplot-0.9.7.9.new/qtiplot/translations/qtiplot_cn.ts 2009-09-18 12:41:22.886625860 +0200 *************** *** 35,40 **** --- 35,45 ---- QtiPlot - 演示版本 + + You are using the demonstration version of Qtiplot. + + + QtiPlot - File backup error QtiPlot - 文件备份错误 *************** *** 602,612 **** Not enough memory, operation aborted! 内存不足,操作中止! - - - You are using the demonstration version of Qtiplot. - - AddWidgetTool --- 607,612 ---- Only in qtiplot-0.9.7.9.new/qtiplot/translations: qtiplot_cz.qm diff -crB qtiplot-0.9.7.9/qtiplot/translations/qtiplot_cz.ts qtiplot-0.9.7.9.new/qtiplot/translations/qtiplot_cz.ts *** qtiplot-0.9.7.9/qtiplot/translations/qtiplot_cz.ts 2009-09-13 13:04:17.000000000 +0200 --- qtiplot-0.9.7.9.new/qtiplot/translations/qtiplot_cz.ts 2009-09-18 12:41:25.637725148 +0200 *************** *** 35,40 **** --- 35,45 ---- QtiPlot - Demoverze + + You are using the demonstration version of Qtiplot. + + + QtiPlot - File backup error QtiPlot - Chyba při zálohování souboru *************** *** 602,612 **** Not enough memory, operation aborted! - - - You are using the demonstration version of Qtiplot. - - AddWidgetTool --- 607,612 ---- Only in qtiplot-0.9.7.9.new/qtiplot/translations: qtiplot_de.qm Only in qtiplot-0.9.7.9.new/qtiplot/translations: qtiplot_es.qm Only in qtiplot-0.9.7.9.new/qtiplot/translations: qtiplot_fr.qm Only in qtiplot-0.9.7.9.new/qtiplot/translations: qtiplot_ja.qm diff -crB qtiplot-0.9.7.9/qtiplot/translations/qtiplot_ja.ts qtiplot-0.9.7.9.new/qtiplot/translations/qtiplot_ja.ts *** qtiplot-0.9.7.9/qtiplot/translations/qtiplot_ja.ts 2009-09-13 12:47:26.000000000 +0200 --- qtiplot-0.9.7.9.new/qtiplot/translations/qtiplot_ja.ts 2009-09-18 12:41:47.863426456 +0200 *************** *** 35,45 **** - - You are using the demonstration version of Qtiplot. - - - QtiPlot - File backup error --- 35,40 ---- *************** *** 606,611 **** --- 601,611 ---- Not enough memory, operation aborted! + + + You are using the demonstration version of Qtiplot. + + @default Only in qtiplot-0.9.7.9.new/qtiplot/translations: qtiplot_ro.qm diff -crB qtiplot-0.9.7.9/qtiplot/translations/qtiplot_ro.ts qtiplot-0.9.7.9.new/qtiplot/translations/qtiplot_ro.ts *** qtiplot-0.9.7.9/qtiplot/translations/qtiplot_ro.ts 2009-09-13 12:47:27.000000000 +0200 --- qtiplot-0.9.7.9.new/qtiplot/translations/qtiplot_ro.ts 2009-09-18 12:41:50.615521125 +0200 *************** *** 35,45 **** QtiPlot - Versiune de test - - You are using the demonstration version of Qtiplot. - - - QtiPlot - File backup error QtiPlot - Eroare de salvare a fişerului --- 35,40 ---- *************** *** 606,611 **** --- 601,611 ---- Not enough memory, operation aborted! Memorie insuficientă, operaţia a fost abandonată! + + + You are using the demonstration version of Qtiplot. + + AddWidgetTool Only in qtiplot-0.9.7.9.new/qtiplot/translations: qtiplot_ru.qm Only in qtiplot-0.9.7.9.new/qtiplot/translations: qtiplot_sv.qm diff -crB qtiplot-0.9.7.9/qtiplot.pro qtiplot-0.9.7.9.new/qtiplot.pro *** qtiplot-0.9.7.9/qtiplot.pro 2009-09-09 00:55:21.000000000 +0200 --- qtiplot-0.9.7.9.new/qtiplot.pro 2009-09-18 10:10:41.691126754 +0200 *************** *** 1,6 **** TEMPLATE = subdirs SUBDIRS = fitPlugins \ - manual \ 3rdparty/qwt \ qtiplot --- 1,5 ---- Only in qtiplot-0.9.7.9.new: tmp