Skip to content
Snippets Groups Projects
Commit 4e0d4ef7 authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Task #6767: Add a pro file for windows editing in qt. Remove the sas datbase...

Task #6767: Add a pro file for windows editing in qt. Remove the sas datbase connection in the test. Renamed the readme file
parent 7797d527
No related branches found
No related tags found
No related merge requests found
......@@ -4412,7 +4412,7 @@ SAS/OTDB/test/tBrokenHardware.cc -text
SAS/OTDB/test/tMetadata.cc -text
SAS/OTDB/test/tQueryPIC.cc -text
SAS/Scheduler/src/.default_settings.set -text
SAS/Scheduler/src/README-qtcreator -text
SAS/Scheduler/src/LOFAR_libScheduler.pro -text
SAS/Scheduler/src/conflictdialog.ui -text
SAS/Scheduler/src/dataslotdialog.ui -text
SAS/Scheduler/src/digitalbeamdialog.ui -text
......@@ -4467,6 +4467,7 @@ SAS/Scheduler/src/images/zoomin.png -text svneol=unset#image/png
SAS/Scheduler/src/images/zoomout.png -text svneol=unset#image/png
SAS/Scheduler/src/parsettreeviewer.ui -text
SAS/Scheduler/src/publishdialog.ui -text
SAS/Scheduler/src/qtcreator_READ.ME -text
SAS/Scheduler/src/redistributetasksdialog.ui -text
SAS/Scheduler/src/sasconnectdialog.ui -text
SAS/Scheduler/src/sasprogressdialog.ui -text
......
# #####################################################################
# Automatically generated by qmake (2.01a) Tue Mar 15 12:58:58 2011
# #####################################################################
TEMPLATE = lib
#TEMPLATE = app
TARGET = libScheduler
QT += core \
gui \
sql
CONFIG += debug_and_release
CONFIG += staticlib # dynamic link: Problem with linking into app.
# This needs to be fixed with help of Marcel / JD
CONFIG(debug, debug|release) {
message(Building Makefile.Debug)
DEFINES += _DEBUG_
DESTDIR = debug
OBJECTS_DIR = debug
MOC_DIR = debug
UI_DIR = debug
RCC_DIR = debug
INCLUDEPATH += . \
debug
DEPENDPATH += . \
debug
}
else {
message(Building Makefile.Release)
DEFINES += _RELEASE_
DESTDIR = release
OBJECTS_DIR = release
MOC_DIR = release
UI_DIR = release
RCC_DIR = release
INCLUDEPATH += . \
release
DEPENDPATH += . \
release
}
# Input
HEADERS += blocksize.h \
ListWidget.h \
redistributetasksdialog.h \
sasconnectdialog.h \
DataTreeWidgetItem.h \
shifttasksdialog.h \
tiedarraybeamdialog.h \
DigitalBeam.h \
TiedArrayBeam.h \
SpinBox.h \
parsettreeviewer.h \
FileUtils.h \
Angle.h \
astrodate.h \
astrodatetime.h \
astrotime.h \
ComboBox.h \
conflictdialog.h \
Controller.h \
DataHandler.h \
DataMonitorConnection.h \
dataslotdialog.h \
DateEdit.h \
DateTimeEdit.h \
digitalbeamdialog.h \
GraphicCurrentTimeLine.h \
GraphicResourceScene.h \
GraphicStationTaskLine.h \
graphicstoragescene.h \
GraphicStorageTimeLine.h \
GraphicTask.h \
GraphicTimeLine.h \
LineEdit.h \
longbaselinepipeline.h \
lofar_scheduler.h \
lofar_utils.h \
neighboursolution.h \
OTDBnode.h \
OTDBtree.h \
publishdialog.h \
qlofardatamodel.h \
SASConnection.h \
sasprogressdialog.h \
sasstatusdialog.h \
sasuploaddialog.h \
Scheduler.h \
schedulerdata.h \
schedulerdatablock.h \
schedulergui.h \
schedulersettings.h \
schedulesettingsdialog.h \
scheduletabledelegate.h \
statehistorydialog.h \
station.h \
stationlistwidget.h \
stationtreewidget.h \
Storage.h \
StorageNode.h \
tablecolumnselectdialog.h \
tableview.h \
task.h \
taskcopydialog.h \
taskdialog.h \
thrashbin.h \
TimeEdit.h \
doublespinbox.h \
pipeline.h \
pulsarpipeline.h \
imagingpipeline.h \
calibrationpipeline.h \
observation.h \
taskstorage.h \
stationtask.h \
storage_definitions.h \
demixingsettings.h \
CheckBox.h \
schedulerLib.h \
signalhandler.h
FORMS += \
redistributetasksdialog.ui \
sasconnectdialog.ui \
shifttasksdialog.ui \
tiedarraybeamdialog.ui \
parsettreeviewer.ui \
conflictdialog.ui \
dataslotdialog.ui \
digitalbeamdialog.ui \
graphicstoragescene.ui \
publishdialog.ui \
sasprogressdialog.ui \
sasstatusdialog.ui \
sasuploaddialog.ui \
schedulergui.ui \
schedulesettingsdialog.ui \
statehistorydialog.ui \
stationlistwidget.ui \
stationtreewidget.ui \
tablecolumnselectdialog.ui \
taskcopydialog.ui \
taskdialog.ui \
thrashbin.ui \
storageresourceview.ui
SOURCES += \
ListWidget.cpp \
redistributetasksdialog.cpp \
sasconnectdialog.cpp \
DataTreeWidgetItem.cpp \
shifttasksdialog.cpp \
tiedarraybeamdialog.cpp \
DigitalBeam.cpp \
TiedArrayBeam.cpp \
SpinBox.cpp \
parsettreeviewer.cpp \
FileUtils.cpp \
Angle.cpp \
astrodate.cpp \
astrodatetime.cpp \
astrotime.cpp \
ComboBox.cpp \
conflictdialog.cpp \
Controller.cpp \
DataHandler.cpp \
DataMonitorConnection.cpp \
dataslotdialog.cpp \
DateEdit.cpp \
DateTimeEdit.cpp \
debug_lofar.cpp \
digitalbeamdialog.cpp \
GraphicCurrentTimeLine.cpp \
GraphicResourceScene.cpp \
GraphicStationTaskLine.cpp \
graphicstoragescene.cpp \
GraphicStorageTimeLine.cpp \
GraphicTask.cpp \
GraphicTimeLine.cpp \
LineEdit.cpp \
longbaselinepipeline.cpp \
lofar_utils.cpp \
main.cpp \
neighboursolution.cpp \
OTDBnode.cpp \
OTDBtree.cpp \
publishdialog.cpp \
qlofardatamodel.cpp \
SASConnection.cpp \
sasprogressdialog.cpp \
sasstatusdialog.cpp \
sasuploaddialog.cpp \
Scheduler.cpp \
schedulerdata.cpp \
schedulerdatablock.cpp \
schedulergui.cpp \
schedulersettings.cpp \
schedulesettingsdialog.cpp \
scheduletabledelegate.cpp \
statehistorydialog.cpp \
station.cpp \
stationlistwidget.cpp \
stationtreewidget.cpp \
Storage.cpp \
StorageNode.cpp \
tablecolumnselectdialog.cpp \
tableview.cpp \
task.cpp \
taskcopydialog.cpp \
taskdialog.cpp \
thrashbin.cpp \
TimeEdit.cpp \
doublespinbox.cpp \
pipeline.cpp \
pulsarpipeline.cpp \
imagingpipeline.cpp \
calibrationpipeline.cpp \
observation.cpp \
taskstorage.cpp \
stationtask.cpp \
demixingsettings.cpp \
blocksize.cpp \
CheckBox.cpp \
schedulerLib.cpp \
signalhandler.cpp
RESOURCES += scheduler_resources.qrc
......@@ -39,16 +39,16 @@ private:
// make the next step conditional
sleep(3);
// Step 1: Press download button
signalForward("DownloadSASSchedule","");
sleep(5);
// // Step 1: Press download button
// signalForward("DownloadSASSchedule","");
// sleep(5);
// Step 2: Press close button
signalForward("DownloadSASScheduleClose","");
sleep(3);
// // Step 2: Press close button
// signalForward("DownloadSASScheduleClose","");
// sleep(3);
// Assert that the sas connection worked...?
// We need faulty state then
// // Assert that the sas connection worked...?
// // We need faulty state then
// step 4: Press close application button
signalForward("MainWindowClose","");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment