"documentation/07 _ Select Mass Position.help.md" did not exist on "ff52d8e31c6e9ba37bb798bcdceacefe039ee3e7"
display tracking info when start reading new files
2 unresolved threads
2 unresolved threads
closes #102 (closed)
- adjust color, text style for tracking box; make background-color fill the whole box instead of highlighting the text only.
- give a 'Loading Started' message when user choose to start reading new folders; and 'Loading Canceled' when there is some problem with parameter settings that stop the loading
Edited by Lan Dam
Merge request reports
Activity
Filter activity
assigned to @ldam
502 502 self.waveform_dlg.plotting_widget.clear() 503 503 self.tps_dlg.plotting_widget.clear() 504 504 505 def cancel_loading(self): 506 display_tracking_info(self.tracking_info_text_browser, 507 "Cancel Loading", changed this line in version 2 of the diff
503 503 self.tps_dlg.plotting_widget.clear() 504 504 505 def cancel_loading(self): 506 display_tracking_info(self.tracking_info_text_browser, 507 "Cancel Loading", 508 LogType.WARNING) 509 505 510 @QtCore.Slot() 506 511 def read_selected_files(self): 507 512 """ 508 513 Read data from selected files/directories, process and plot channels 509 514 read from those according to current options set on the GUI 510 515 """ 511 516 display_tracking_info(self.tracking_info_text_browser, 517 "Start Loading", changed this line in version 2 of the diff
added 15 commits
-
16f894fa...a2d68f87 - 14 commits from branch
master
- cf269c47 - Merge branch 'master' into i102_restart_trackingbox_when_start_loading
-
16f894fa...a2d68f87 - 14 commits from branch
mentioned in commit 326f42c1