Rafael

Results 66 comments of Rafael

Wasn't this problem solved by #1311?

Just a note: Compiling ItemData.cpp now causes the following warning. ``` /pwsafe/src/core/ItemData.cpp: In member function ‘bool CItemData::HasIncompletePasskey() const’: /pwsafe/src/core/ItemData.cpp:2566:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::array::size_type’...

If you prefer to have the list of recently opened files in a submenu, you can change this in the options. > Manage > Options > System > Recent Databases...

The wxWidgets issue [19053](https://github.com/wxWidgets/wxWidgets/issues/19053) describes what we are facing in pwsafe, but as I understood from the discussion, it should be fixed in the 3.2 series.

I also noticed this when working on #1271. In my [comment](https://github.com/pwsafe/pwsafe/pull/1271#issuecomment-2119212977) I described this when dealing with shortcuts, but it can also be observed with groups as mentioned here. The...

@ronys If both an empty group and a non-empty group exist, then the core does not allow adding the non-empty group to the list of empty groups (m_vEmptyGroups) in PWScore::AddEmptyGroup,...

I see, so it was even intentional from a functional point of view. A kind of automatic cleanup.

This should be fixed by #1309. Can you confirm this?

Should be fixed by #1232. I'm surprised that the "Browse" and "New" button are so wide in the screenshots. In my case, the buttons look smaller, as shown in https://github.com/pwsafe/pwsafe/issues/1241#issuecomment-2091831307