##// END OF EJS Templates
Working on restart option for data downloader.
Working on restart option for data downloader.

File last commit:

r16:8958118aec1a tip default
r16:8958118aec1a tip default
Show More
QLop.pro
170 lines | 5.1 KiB | text/idl | PrologLexer
First init
r0 #-------------------------------------------------
#
# Project created by QtCreator 2015-01-07T02:41:29
#
#-------------------------------------------------
Working on restart option for data downloader.
r16 QT += core gui network xml svg script
Added Python Console and some Wrappers....
r5 CONFIG += pythonqt
First init
r0
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
Spec file ready for rpm packaging....
r13 MOC_DIR = moc
UI_DIR = ui
OBJECTS_DIR = obj
Added Python Console and some Wrappers....
r5 DESTDIR =./bin
First init
r0 TARGET = QLop
TEMPLATE = app
added missing GPL headers...
r11 LIBS+=-lfftw3_threads -lfftw3
Added preliminary version of FFT and removed memory leak.
r9
Added Python Console and some Wrappers....
r5 INCLUDEPATH += src/QCustomPlot \
src src/Cassini \
Working on restart option for data downloader.
r16 src/Core/network \
Added Python Console and some Wrappers....
r5 src/Core src/Core/Widgets \
src/Core/Widgets/PyWdgt
First init
r0
Better proxy support Wip....
r15 defined(QLOP_DEBUG,var){
Working on restart option for data downloader.
r16 message("building without optimisation")
Better proxy support Wip....
r15 QMAKE_CXXFLAGS += -O0 -fopenmp
QMAKE_LFLAGS += -O0 -fopenmp
}
!defined(QLOP_DEBUG,var){
QMAKE_CXXFLAGS += -O5 -fopenmp
QMAKE_LFLAGS += -O5 -fopenmp
}
First init
r0
SOURCES += src/main.cpp\
src/mainwindow.cpp \
src/SocExplorerPlot.cpp \
src/QCustomPlot/qcustomplot.cpp \
Drag and drop implemented, improved plot interactions.
r1 src/toolbarcontainer.cpp \
A lot of cleaning.
r4 src/Core/abstractfileloader.cpp \
Working on restart option for data downloader.
r16 src/Core/network/filedownloader.cpp \
src/Core/network/filedownloadertask.cpp \
A lot of cleaning.
r4 src/Core/Widgets/downloadhistory.cpp \
src/Core/Widgets/downloadhistoryelement.cpp \
src/Core/qlopservice.cpp \
Added Python Console and some Wrappers....
r5 src/Cassini/expxmldownloader.cpp \
src/Cassini/cassinidatadownloader.cpp \
src/Cassini/cassinidatafile.cpp \
src/Cassini/cassiniindexfile.cpp \
src/Cassini/cassiniindexfileviewer.cpp \
src/Cassini/cassinitools.cpp \
src/Cassini/cassinitoolsgui.cpp \
src/Core/Widgets/qlopplots.cpp \
src/Core/qlopdata.cpp \
src/Core/Widgets/PyWdgt/pythonconsole.cpp \
src/Core/Widgets/PyWdgt/pythonqtscriptingconsoledandd.cpp \
A lot of refactoring:...
r6 src/QCustomPlot/qcpdocumentobject.cpp \
src/Core/Widgets/filebrowser.cpp \
Removed hack from QCustomPlot, moved to QCustomPlotVect class.
r7 src/Core/Widgets/filesystemmodel.cpp \
QLop dataBase started, WIP.
r12 src/Core/Widgets/qcustomplotvect.cpp \
Spec file ready for rpm packaging....
r13 src/Core/qlopdatabase.cpp \
src/Core/Widgets/qlopdatabaseviewer.cpp \
Fixed bug #388...
r14 src/Core/Widgets/qlopdatabaseviewermodel.cpp \
Better proxy support Wip....
r15 src/Cassini/exptimetabledownloader.cpp \
src/Core/qlopsettings.cpp \
src/Core/Widgets/filedowloadersettingsgui.cpp \
src/Core/qlopgui.cpp \
src/Core/Widgets/manualproxycfg_gui.cpp \
src/Core/Widgets/qlopsettingsdialog.cpp \
Working on restart option for data downloader.
r16 src/Cassini/cassinitoolssettingsgui.cpp \
src/Core/network/proxypacparser.cpp \
src/Core/network/qlopnetworkproxyfactory.cpp
First init
r0
HEADERS += src/mainwindow.h \
src/SocExplorerPlot.h \
src/QCustomPlot/qcustomplot.h \
Drag and drop implemented, improved plot interactions.
r1 src/toolbarcontainer.h \
A lot of cleaning.
r4 src/Core/abstractfileloader.h \
Working on restart option for data downloader.
r16 src/Core/network/filedownloader.h \
src/Core/network/filedownloadertask.h \
A lot of cleaning.
r4 src/Core/Widgets/downloadhistory.h \
src/Core/Widgets/downloadhistoryelement.h \
src/Core/qlopservice.h \
Added Python Console and some Wrappers....
r5 src/Cassini/expxmldownloader.h \
src/Cassini/cassinidatadownloader.h \
src/Cassini/cassinidatafile.h \
src/Cassini/cassiniindexfile.h \
src/Cassini/cassiniindexfileviewer.h \
src/Cassini/cassinitools.h \
src/Cassini/cassinitoolsgui.h \
src/Core/Widgets/qlopplots.h \
src/Core/qlopdata.h \
src/Core/Widgets/PyWdgt/pythonconsole.h \
src/Core/Widgets/PyWdgt/pythonqtscriptingconsoledandd.h \
src/Core/qlop.h \
src/Core/pyqlop.h \
A lot of refactoring:...
r6 src/QCustomPlot/qcpdocumentobject.h \
src/Core/Widgets/filebrowser.h \
Removed hack from QCustomPlot, moved to QCustomPlotVect class.
r7 src/Core/Widgets/filesystemmodel.h \
QLop dataBase started, WIP.
r12 src/Core/Widgets/qcustomplotvect.h \
Spec file ready for rpm packaging....
r13 src/Core/qlopdatabase.h \
src/Core/Widgets/qlopdatabaseviewer.h \
Fixed bug #388...
r14 src/Core/Widgets/qlopdatabaseviewermodel.h \
Better proxy support Wip....
r15 src/Cassini/exptimetabledownloader.h \
src/Core/qlopsettings.h \
src/Core/Widgets/filedowloadersettingsgui.h \
src/Core/qlopgui.h \
src/Core/Widgets/manualproxycfg_gui.h \
src/Core/Widgets/qlopsettingsdialog.h \
Working on restart option for data downloader.
r16 src/Cassini/cassinitoolssettingsgui.h \
src/Core/network/proxypacparser.h \
src/Core/network/qlopnetworkproxyfactory.h
First init
r0
FORMS += src/mainwindow.ui \
A lot of cleaning.
r4 src/Core/Widgets/downloadhistory.ui \
src/Core/Widgets/downloadhistoryelement.ui \
Added Python Console and some Wrappers....
r5 src/Cassini/cassinidatadownloader.ui \
src/Cassini/cassiniindexfileviewer.ui \
A lot of refactoring:...
r6 src/Cassini/cassinitoolsgui.ui \
Spec file ready for rpm packaging....
r13 src/Core/Widgets/filebrowser.ui \
Better proxy support Wip....
r15 src/Core/Widgets/qlopdatabaseviewer.ui \
src/Core/Widgets/filedowloadersettingsgui.ui \
src/Core/Widgets/manualproxycfg_gui.ui \
src/Core/Widgets/qlopsettingsdialog.ui \
src/Cassini/cassinitoolssettingsgui.ui
First init
r0
RESOURCES += \
resources/qlop.qrc
Added Python Console and some Wrappers....
r5
include(src/Core/Widgets/NicePyConsole/NicePyConsole.pri)
include(src/Core/pythonQtOut/generated_cpp/PyQLop/PyQLop.pri)
win32 {
DEFINES += WIN32
}
unix {
DEFINES += UNIX
}
Spec file ready for rpm packaging....
r13 unix{
target.path = /usr/bin
INSTALLS += target
}
unix{
QLopLauncher.path = /usr/share/applications/
QLopLauncher.files = linux/QLop.desktop
QLopAppData.path = /usr/share/appdata/
QLopAppData.files = linux/QLop.appdata.xml
share.path = /usr/share/QLop
share.files = resources/QLop.svg \
resources/QLop.png
INSTALLS+= QLopLauncher share QLopAppData
}
Added Python Console and some Wrappers....
r5 DISTFILES += \
src/Core/pythongenerator.sh \
Spec file ready for rpm packaging....
r13 src/Core/pythonQtgeneratorCfg.txt \
linux/QLop.spec \
linux/QLop.desktop \
linux/QLop.appdata.xml