Skip to content

[svn] SVN log dialog moved from QWidget to QDialog.

  • let us use 'Escape' key to close dialog;
  • all other UI are QDialog's, given all QDialog advantages (single taskbar entry, auto OK and CANCEL actions, dialog centers on top of the parent widget);
  • this window IS a dialog by design.

Merge request reports