Rafael
Rafael
The idea is interesting, but I have the feeling that it would take us off our desired path. The philosophy of simplification and the principle of separation of responsibilities. We...
@ronys Commit 897e02fd617c2c61340b5d18ffbc73ff5f776ddb added the following lines of code to AddEditPropSheetDlg::OnOk which cause the behavior described in this issue. ``` } else if (m_Type != SheetType::VIEW) { return; // no...
@ronys Do you already have an idea for the implementation? Perhaps the path for the report files could be configured globally under "Miscellaneous" in the settings and saved in the...
Initially, I also considered a button like that and static text to display the path, but where should such a "Save to disk" button be located? In the export dialog?...
If e.g. the database is exported as a simple text file, the user will be confronted with the following dialogs. Start of export via menu entry. `Menu File > Export...
@ronys Thanks for the explanation. I was somehow on the wrong track with my thinking and confused the export dialog with the dialog that displays the report.
My theory is that auto-type can only work in combination with an X server environment. In the case of Wayland, only with the help of XWayland as an intermediary between...
If firefox also uses XWayland, which it does not seem to do by default, then Auto-Type also works under Ubuntu. Start of pwsafe using XWayland. `GDK_BACKEND=x11 pwsafe` Start of firefox...
The screenshot shows a first suggestion of the dialog with password confirmation icons. In addition, the "Alias" button has been explicitly displayed so that the positioning of all possible controls...
If the labels and input fields are aligned vertically, the dialog grows accordingly in height and no longer appears compact. 