History log of /haiku/src/servers/keystore/KeyRequestWindow.cpp
Revision Date Author Comments
# 1a8c00c1 09-Dec-2015 looncraz <looncraz@looncraz.net>

servers: Convert to using Set*UIColor.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Patches 0020-0022 from looncraz, unmodified.


# bc5a7a37 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Fix crash on request window close.

The outside waiting mechanism is responsible for quitting the dialog so
prevent it from quitting itself.


# 515e648d 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Use B_CLOSE_ON_ESCAPE in request dialogs.

Instead of doing it manually.


# b92e2c08 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Resize request windows to preferred size.

Long application signatures and paths could previously take up too much
space, causing the buttons to be cut off or become completely invisible.

Actually fixes #11367.


# 5e654f6a 01-Nov-2014 Humdinger <humdingerb@gmail.com>

Localize keystore_server

Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
Fixes #11404.


# 33046f3a 05-Oct-2014 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Add missing B_NOT_MINIMIZABLE on requests.

The application access and key request windows were minimizable without
a way to get them back. Fixes #11313.


# 112af586 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Focus the password field in the key request dialog.


# 0e4f2804 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Remove the leftover checkbox in the key request dialog.


# 7306e9e4 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Add an explanatory message to the key request dialog.


# f1f719c4 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Make the keyring label and name StringViews.


# 7b437e50 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Reflect "access" -> "unlock" change in key request dialog.


# 90013c82 07-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Let the KeyRequestWindow return a flattened BPasswordKey.

Also provide the keyring string separately instead of abusing the
output key message.


# ac9b28f0 06-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Implement basic keyring access logic and key request dialog.

* The keyring needs to be made accessible before allowing any
operation.
* Before executing commands the keyring is made accessible if
possible (the command is aborted as needed).
* Accessing a keyring opens up a preliminary key request dialog.
* If the default keyring is accessible and a keyring key for the
requested keyring is found, that key will be used to automatically
make the requested keyring accessible.


# bc5a7a37499482758a11a463cc00f876edce69f0 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Fix crash on request window close.

The outside waiting mechanism is responsible for quitting the dialog so
prevent it from quitting itself.


# 515e648d7b334571c7831a638e9e59934c85ada3 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Use B_CLOSE_ON_ESCAPE in request dialogs.

Instead of doing it manually.


# b92e2c086f7df99f8fe66464d4a4208a1b933c88 29-Aug-2015 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Resize request windows to preferred size.

Long application signatures and paths could previously take up too much
space, causing the buttons to be cut off or become completely invisible.

Actually fixes #11367.


# 5e654f6ab87bab3407c44fbce6b6f2987e10d885 01-Nov-2014 Humdinger <humdingerb@gmail.com>

Localize keystore_server

Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
Fixes #11404.


# 33046f3a8c66427ddf0c15cede01423a195feaf3 05-Oct-2014 Michael Lotz <mmlr@mlotz.ch>

keystore_server: Add missing B_NOT_MINIMIZABLE on requests.

The application access and key request windows were minimizable without
a way to get them back. Fixes #11313.


# 112af586522700955f276f583e2741c1840bec1d 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Focus the password field in the key request dialog.


# 0e4f2804b599700c5837e79e1a555f644f74c3a9 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Remove the leftover checkbox in the key request dialog.


# 7306e9e4d5af80508cd66f5d5f07d5faea2698fb 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Add an explanatory message to the key request dialog.


# f1f719c433de2853888a2ee0c95114505a2f68d8 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Make the keyring label and name StringViews.


# 7b437e50eb14a7fb7cfdfa3bc212ad894904fd66 24-Jun-2012 Michael Lotz <mmlr@mlotz.ch>

Reflect "access" -> "unlock" change in key request dialog.


# 90013c82e83a7a25e5d012daff40e38db5d5f741 07-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Let the KeyRequestWindow return a flattened BPasswordKey.

Also provide the keyring string separately instead of abusing the
output key message.


# ac9b28f058fe4671b5034f6a3ed3f85091f53c5f 06-Jan-2012 Michael Lotz <mmlr@mlotz.ch>

Implement basic keyring access logic and key request dialog.

* The keyring needs to be made accessible before allowing any
operation.
* Before executing commands the keyring is made accessible if
possible (the command is aborted as needed).
* Accessing a keyring opens up a preliminary key request dialog.
* If the default keyring is accessible and a keyring key for the
requested keyring is found, that key will be used to automatically
make the requested keyring accessible.