##// END OF EJS Templates
Fixed bug 388...
Fixed bug 388 Added cassini FGM download from Time table files. Fixed smal issue on export function. Some Work on QLop database.

File last commit:

r14:0e9217f77498 default
r14:0e9217f77498 default
Show More
QLop.pro
143 lines | 4.0 KiB | text/idl | PrologLexer
First init
r0 #-------------------------------------------------
#
# Project created by QtCreator 2015-01-07T02:41:29
#
#-------------------------------------------------
Added Python Console and some Wrappers....
r5 QT += core gui network xml svg
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 \
src/Core src/Core/Widgets \
src/Core/Widgets/PyWdgt
First init
r0
Spec file ready for rpm packaging....
r13 QMAKE_CXXFLAGS += -O5 -fopenmp
QMAKE_LFLAGS += -O5 -fopenmp
Fixed bug #388...
r14 #QMAKE_CXXFLAGS += -O0 -fopenmp
#QMAKE_LFLAGS += -O0 -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 \
src/Core/filedownloader.cpp \
src/Core/filedownloadertask.cpp \
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 \
src/Cassini/exptimetabledownloader.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 \
src/Core/filedownloader.h \
src/Core/filedownloadertask.h \
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 \
src/Cassini/exptimetabledownloader.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 \
src/Core/Widgets/qlopdatabaseviewer.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