You need to sign in or sign up before continuing.
- Aug 11, 2021
-
-
Tobias Triffterer authored
The tab key now cycles through the widgets in the proper sequence. For ease of use, the QTextEdit for the Start PIN takes the focus on construction although being the second widget in the order.
-
Tobias Triffterer authored
Those were added by the IDE but are not needed...
-
Tobias Triffterer authored
As this is a library, an initialization macro has to be called to make sure the Qt resource is loaded and accesible.
-
Tobias Triffterer authored
The certificate could not be verified against itself due to a problem with the DN, so it has been regenerated.
-
Tobias Triffterer authored
For the proper use of the application in a production environment, a first CA certificate is added to the common library.
-
Tobias Triffterer authored
Fitting the histogram is currently not implemented, but can be done directly in ROOT using the file saved from this application.
-
Tobias Triffterer authored
Due to changes in the source code the line numbers have changed, the translations themselves are unchanged.
-
Tobias Triffterer authored
This is a remnant from the protocol and login development that is no longer needed.
-
Tobias Triffterer authored
This parses a command from the server with the contents of all the bins to synchronize the client with the server.
-
Tobias Triffterer authored
This adds the code necessary to process this new command.
-
Tobias Triffterer authored
This simple command asks the server to send the full content of the histogram.
-
Tobias Triffterer authored
The new functionality added in the parent commit is now also available in German.
-
Tobias Triffterer authored
In the real experiment and its manual, the detector position is mainly measured in revolutions of the axis, one revolution moves the detector by 2 mm. To ease the understanding of the manual, the revolution number is added to the GUI.
-
Tobias Triffterer authored
This includes the German translation for the .root file saving dialog.
-
Tobias Triffterer authored
This simply writes the histogram to a .root file. It has still to be verified that this works within the Flatpak sandbox.
-
- May 31, 2021
-
-
Tobias Triffterer authored
Two new texts have been added to the software, this adds their German translation.
-
Tobias Triffterer authored
Due to changes in the code, the line numbers refered to have changed...
-
Tobias Triffterer authored
When the user selects the gold foil measurement mode, a message appears to explain that this part is currently not used.
-
Tobias Triffterer authored
This part of the experiment will be left out as it was left out in the real experiment in the recent years because it just confirms the previous part and takes a lot of time due to the low activity of the source. As there is no reference data to compare it with, it is left out...
-
- May 05, 2021
-
-
Tobias Triffterer authored
Letting the IDE update the signature of the function definition got a “Fp311Online::” back in...
-
Tobias Triffterer authored
The command for clearing the histogram was sent twice, one time ignoring if the action originated on the server creating an endlees loop...
-
Tobias Triffterer authored
Due to changes in the code, the line references in the .ts file are changing. The translation text itself is unchanged.
-
Tobias Triffterer authored
To synchronize the histogram content, clear it when it is cleared on the server.
-
Tobias Triffterer authored
As the server also keeps track of the events, clearing the histogram should also be done there.
-
- May 04, 2021
-
-
Tobias Triffterer authored
Due to changes in the source code, the references in the translation file have changed and are hereby updated. The translated text itself is unchanged.
-
Tobias Triffterer authored
The code necessary to encrypt the connection and verify the server using the list of CA certificates from libfp311online.
-
- May 03, 2021
-
-
Tobias Triffterer authored
Updated CMakeLists.txt to add a boolean option to enable the use of the development certificate. If enabled, the resource file of the certificate is added to the sources of libfp311online and a compiler definition is set.
-
Tobias Triffterer authored
This class pulls all CA certificate files from the Qt resource system after making sure these resources are properly initialized, which is required as they are part of a static library.
-
Tobias Triffterer authored
Including this file in the build process or not will be possible by a CMake option.
-
Tobias Triffterer authored
This adds the RSA certificate to be used while developing and testing the application. DO NOT USE IN PRODUCTION!
-
Tobias Triffterer authored
Contains a brief explanation and warns against using development certificates in a production build.
-
Tobias Triffterer authored
After all the text has been off-loaded into resources, the .ts file shrank a lot and the remaining translations are a no-brainer.
-
Tobias Triffterer authored
By using the “lang” attribute and an alias name, the German text will automatically replace the English one on a system with German locale without any need for modifications to the source code.
-
Tobias Triffterer authored
This adds the German translation of the legalese...
-
Tobias Triffterer authored
After the text has been moved to files added as resources, the class needs code to load and assemble it.
-
Tobias Triffterer authored
Include the new files containing the partial HTML code into the Qt resource system.
-
Tobias Triffterer authored
The texts that have been put into HTML files that will be added to the application by the resource system are removed from the .ui file.
-
Tobias Triffterer authored
See c8654fe3 for explanation...
-
Tobias Triffterer authored
See c8654fe3 for explanation...
-
Tobias Triffterer authored
See c8654fe3 for explanation...
-