I just checked the “Add Known” issue and it is confirmed in the windows ver. It indeed appears to have started in the release with the “find” feature added. I found that it doesn’t matter what search text is entered… as soon as anything is typed in the find box, and then trying to use the right mouse button the program closes.
Which also brings up another issue. The dialog is handling the “textchanged()” signal - which means every time something is typed the dialog has to handle the signal… instead of handling the “editingFinished()” signal which is emitted only when the < return > key is pressed. In addition, when the < return > key is pressed - the dialog closes. It should not do this. The < return > should only trigger the OK button when the find lineedit looses focus.
Another UI nit pick item… the Dialog title currently reads “Measurement data base”… since one presses the “Add known” toolbutton the dialog should be titled - 'Add known measurements".