History log of /haiku/src/servers/keystore/AppAccessRequestWindow.cpp
Revision Date Author Comments
# 66cb2efa 15-May-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

Move StripeView to libshared

Change-Id: Ib8ff2f731f9d34e04854f1c2ec288a3db1036793
Reviewed-on: https://review.haiku-os.org/c/1458
Reviewed-by: Rene Gollent <rene@gollent.com>


# 3004f55c 28-Nov-2017 Janus <janus2@ymail.com>

keystore: Clean up the code add an icon.

* Need more work see #13812 and #11315


# 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.


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

Add the access string to the app access request dialog.

This way the user can see what operation the application tries to do.


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

Restyle the app access request dialog to make it less horrible.


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

Reword the label from "Always Allow" to "Allow Always".


# f32874e6 07-Feb-2012 Michael Lotz <mmlr@mlotz.ch>

Add an application access request dialog.


# 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.


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

Add the access string to the app access request dialog.

This way the user can see what operation the application tries to do.


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

Restyle the app access request dialog to make it less horrible.


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

Reword the label from "Always Allow" to "Allow Always".


# f32874e61100f1d52ecff6cf97177157bbe88d22 07-Feb-2012 Michael Lotz <mmlr@mlotz.ch>

Add an application access request dialog.