- Aug 11, 2021
-
-
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...
-
Tobias Triffterer authored
As a first step to reduce the massive string in the legalstuff.ui file (which the Clang-based IDE JIT-compiler complains about), the text of the GPLv3 is put into a file. As it will later still be put into a single, large HTML document, it's just a partial HTML document lacking “<html>”, “<body>” etc. and their closing counterparts.
-
Tobias Triffterer authored
The main window of the application is now available in German.
-
Tobias Triffterer authored
In some places the choice of words could be improved...
-
Tobias Triffterer authored
This translates the Login Dialog to German.
-
- May 02, 2021
-
-
Tobias Triffterer authored
Adds the code to load the .qm file inside the Qt resources into a QTranslator instance and install it in QApplication.
-
Tobias Triffterer authored
This adds the lupdate output based on the current state of the project.
-
Tobias Triffterer authored
Update for the main build system control file to use the script in the “l10n” subdirectory and add the necessary sources and dependencies to the main executable.
-
Tobias Triffterer authored
This allows including the compiled translation files into the executable so that no additional files are needed at runtime.
-