- Oct 28, 2019
-
-
Alfen, T. van (Tanja) authored
Better saving See merge request !14
-
Vriezen, E.C. (Emma) authored
Now it stops 'saving' the file when the path is solely .txt (so, not a real path, merely an extention).
-
Alfen, T. van (Tanja) authored
Merge branch 'MoreOutput' into master. This needed some modifications in order to solve a renaming-caused merge conflict
-
Alfen, T. van (Tanja) authored
Very small changes See merge request !12
-
Vriezen, E.C. (Emma) authored
Forced the output of to_hour_format() in statistics.py to be in hh:mm:ss.sss format. E.g. results will now be 00:00:00.012 instead of 0:0:0.12 (which iseven completely wrong due to the missing zero behind the decimal dot!!
-
Vriezen, E.C. (Emma) authored
-
Vriezen, E.C. (Emma) authored
Added one line: message Comparison done! is shown to the user after successful comparison. Changed one variable name: result_frame to result_dict, because it was a dictionary. Not yet a frame.
-
Vriezen, E.C. (Emma) authored
Changed controller.save_txt() to controller.save_results(), because the model class contains a method with the same name. Which is still called save_txt().
-
Vriezen, E.C. (Emma) authored
In the controller, save_txt() now only continues if with saving if the specified path is not empty. .txt will only be appended to the path name, if it does not already end on .txt (in obtain_saving_path_txt()). Lastly, all messages are sent to the same message label in view. This makes sure the layout of the program is not messed up, plus, this is clearer to the user (1 message instead of 2).
-
- Oct 27, 2019
-
-
Haak, R. (Romeo) authored
-
- Oct 26, 2019
-
-
Alfen, T. van (Tanja) authored
Improved variable names/Less code duplication See merge request !11
-
Vriezen, E.C. (Emma) authored
Changed names like file_1 and file_2 to more suitable names, e.g. file_path_source, file_path_shadow, data_source, data_shadow. This makes coding more intuitive, because now we know what we are talking about!
-
Vriezen, E.C. (Emma) authored
Added the format_input() function. This has made the duplicate code in read_txt() unnecessary. Also, the resulting DFs do not contain NANs anymore.
-
Vriezen, E.C. (Emma) authored
-
- Oct 23, 2019
-
-
Alfen, T. van (Tanja) authored
No empty string assignment anymore See merge request !10
-
Vriezen, E.C. (Emma) authored
Added a condition to the assignment of labels and pathname, so that there won't be an error when aborting the file selection.
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
-
- Oct 22, 2019
-
-
Vriezen, E.C. (Emma) authored
-
Vriezen, E.C. (Emma) authored
-
Vriezen, E.C. (Emma) authored
-
Vriezen, E.C. (Emma) authored
Few PEP8 changes. Improved GUI for now. Program now does not throw errors when compare button is pressed without files selected. Instead, user gets informed about this. Removed unused labels, instead added padding to GUI elements.
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
-
Vriezen, E.C. (Emma) authored
Made everything from the Master branch into PEP 8 layout and fixed the imports. This required the directory name to be changed, which was required anyway for PEP8.
-
- Oct 19, 2019
-
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
fixed a bug caused by incomplete refactoring of method time_to_int See merge request !7
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
Modified .gitignore with template from https://github.com/github/gitignore/blob/master/Python.gitignore
-
- Oct 18, 2019
-
-
Hees, L.J.H. (Laurens) authored
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
Txt reader See merge request !5
-
Alfen, T. van (Tanja) authored
Made text reader method with a helper method that converts hh:mm:ss.sss strings into integers. Also fixed the example .txt files; whitespaces were missing in the last lines.
-
Alfen, T. van (Tanja) authored
Buttons See merge request !6
-
Alfen, T. van (Tanja) authored
MVC Structure See merge request !4
-
Alfen, T. van (Tanja) authored
-
Luttikholt, T.J. (Thijs) authored
These are the files including the latency analysis. I created functions in the statistics file to do this analysis. I also made sure the analysis function was called from the model class directly after reading the txt files. Furthermore I integrated the reading of txt files with the GUI by binding the function call to the compare button. Lastly I changed the text of the two file select buttons and changed the width as well to account for this difference
-
Alfen, T. van (Tanja) authored
See merge request !2
-
Alfen, T. van (Tanja) authored
-