mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
gui bug fix: switching to tab plot while acquiring produced error messages
This commit is contained in:
11
RELEASE.txt
11
RELEASE.txt
@ -1,4 +1,4 @@
|
||||
SLS Detector Package 4.0.2 released on 12.06.2019 (Bug Fix Release)
|
||||
SLS Detector Package 4.0.2 released on 13.06.2019 (Bug Fix Release)
|
||||
===================================================================
|
||||
|
||||
|
||||
@ -23,6 +23,7 @@ This document describes the differences between 4.0.2 and 4.0.1 releases.
|
||||
- Gotthard server get settings does not set default dacs anymore
|
||||
- Client API data call back / Gui (Eiger in 4 bit mode)
|
||||
- Users class added burst_trigger in getTimingMode from string
|
||||
- Gui switching to tabplot during acquisition error messages
|
||||
|
||||
|
||||
2. Resolved Issues
|
||||
@ -41,7 +42,7 @@ This document describes the differences between 4.0.2 and 4.0.1 releases.
|
||||
|
||||
|
||||
Detector Server
|
||||
--------------------------
|
||||
---------------
|
||||
1. (Jungfrau)
|
||||
Switching between different detector size configurations with same detector modules,
|
||||
the detector gave an error "Could not set detector position". This is fixed now.
|
||||
@ -61,6 +62,12 @@ This document describes the differences between 4.0.2 and 4.0.1 releases.
|
||||
2. Added "burst_trigger" in getTimingMode (from string to int) in Users class.
|
||||
|
||||
|
||||
Gui
|
||||
---
|
||||
1. Switching to Tab Plot during acquisition produced error messages. This has been
|
||||
fixed.
|
||||
|
||||
|
||||
3. Known Issues
|
||||
===============
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Path: slsDetectorsPackage/slsDetectorGui
|
||||
URL: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repository Root: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repsitory UUID: 46533b041195591b1a09b2662895e084821ba886
|
||||
Revision: 525
|
||||
Repsitory UUID: 7b70274d4f57977649e4f4a69c21238f335561fc
|
||||
Revision: 527
|
||||
Branch: 4.0.2
|
||||
Last Changed Author: Dhanya_Thattil
|
||||
Last Changed Rev: 4107
|
||||
Last Changed Date: 2019-06-12 14:40:26.000000002 +0200 ./src/qTabSettings.cpp
|
||||
Last Changed Rev: 4109
|
||||
Last Changed Date: 2019-06-13 08:55:33.000000002 +0200 ./src/qTabMeasurement.cpp
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define GITURL "git@github.com:slsdetectorgroup/slsDetectorPackage.git"
|
||||
#define GITREPUUID "46533b041195591b1a09b2662895e084821ba886"
|
||||
#define GITREPUUID "7b70274d4f57977649e4f4a69c21238f335561fc"
|
||||
#define GITAUTH "Dhanya_Thattil"
|
||||
#define GITREV 0x4107
|
||||
#define GITDATE 0x20190612
|
||||
#define GITREV 0x4109
|
||||
#define GITDATE 0x20190613
|
||||
#define GITBRANCH "4.0.2"
|
||||
|
@ -1,9 +1,9 @@
|
||||
Path: slsDetectorsPackage/slsDetectorSoftware
|
||||
URL: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repository Root: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repsitory UUID: 46533b041195591b1a09b2662895e084821ba886
|
||||
Revision: 2081
|
||||
Repsitory UUID: 7b70274d4f57977649e4f4a69c21238f335561fc
|
||||
Revision: 2082
|
||||
Branch: 4.0.2
|
||||
Last Changed Author: Dhanya_Thattil
|
||||
Last Changed Rev: 4107
|
||||
Last Changed Date: 2019-06-12 15:39:35.000000002 +0200 ./threadFiles/ThreadPool.o
|
||||
Last Changed Rev: 4109
|
||||
Last Changed Date: 2019-06-13 09:00:22.000000002 +0200 ./threadFiles/ThreadPool.o
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define GITURL "git@github.com:slsdetectorgroup/slsDetectorPackage.git"
|
||||
#define GITREPUUID "46533b041195591b1a09b2662895e084821ba886"
|
||||
#define GITREPUUID "7b70274d4f57977649e4f4a69c21238f335561fc"
|
||||
#define GITAUTH "Dhanya_Thattil"
|
||||
#define GITREV 0x4107
|
||||
#define GITDATE 0x20190612
|
||||
#define GITREV 0x4109
|
||||
#define GITDATE 0x20190613
|
||||
#define GITBRANCH "4.0.2"
|
||||
|
Reference in New Issue
Block a user