-------------------------------------------------------------------
Thu May 4 15:23:17 IST 2006 - smanojna@novell.com - Description: 1. Added dialog-modal property for change master password dialog. 2. Added delete dialog handler for master password prompt dialog during unlock store. - Modified files: c_gui/images/casa.glade c_gui/CommonGUI.cs -------------------------------------------------------------------
This commit is contained in:
parent
27c799489a
commit
9410dca79c
12
CASA.changes
12
CASA.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 15:23:17 IST 2006 - smanojna@novell.com
|
||||||
|
|
||||||
|
- Description:
|
||||||
|
1. Added dialog-modal property for change master password dialog.
|
||||||
|
2. Added delete dialog handler for master password prompt dialog
|
||||||
|
during unlock store.
|
||||||
|
|
||||||
|
- Modified files:
|
||||||
|
c_gui/images/casa.glade
|
||||||
|
c_gui/CommonGUI.cs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 4 09:36:04 IST 2006 - smanojna@novell.com
|
Thu May 4 09:36:04 IST 2006 - smanojna@novell.com
|
||||||
- Description:
|
- Description:
|
||||||
|
@ -81,13 +81,13 @@ namespace Novell.CASA.GUI
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
gxmlTemp.Autoconnect (this);
|
gxmlTemp.Autoconnect (this);
|
||||||
//dialogLogin.TransientFor = windowMain;
|
dialogLogin.TransientFor = (Gtk.Window)CasaMain.gxmlMain.GetWidget("windowMain");;
|
||||||
|
|
||||||
label86.Text = "Enter your Master Password to unlock your secrets";
|
label86.Text = "Enter your Master Password to unlock your secrets.";
|
||||||
entryMasterPassword3.Text="";
|
entryMasterPassword3.Text="";
|
||||||
label88.Hide();
|
label88.Hide();
|
||||||
entryMasterPassword4.Hide();
|
entryMasterPassword4.Hide();
|
||||||
dialogLogin.SetPosition(Gtk.WindowPosition.Center);
|
//dialogLogin.SetPosition(Gtk.WindowPosition.Center);
|
||||||
dialogLogin.Destroyed += new EventHandler(dialogLogin_Destroyed);
|
dialogLogin.Destroyed += new EventHandler(dialogLogin_Destroyed);
|
||||||
dialogLogin.Show();
|
dialogLogin.Show();
|
||||||
}
|
}
|
||||||
@ -176,6 +176,7 @@ namespace Novell.CASA.GUI
|
|||||||
|
|
||||||
public void OnDialogLoginDeleted(object obj, DeleteEventArgs args)
|
public void OnDialogLoginDeleted(object obj, DeleteEventArgs args)
|
||||||
{
|
{
|
||||||
|
dialogLogin.Destroy();
|
||||||
args.RetVal = true;
|
args.RetVal = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7059,7 +7059,7 @@ and try running CASAManager again.</property>
|
|||||||
<property name="title" translatable="yes">Master Password</property>
|
<property name="title" translatable="yes">Master Password</property>
|
||||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||||
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
|
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
|
||||||
<property name="modal">False</property>
|
<property name="modal">True</property>
|
||||||
<property name="resizable">False</property>
|
<property name="resizable">False</property>
|
||||||
<property name="destroy_with_parent">False</property>
|
<property name="destroy_with_parent">False</property>
|
||||||
<property name="icon">CASAicons.ico</property>
|
<property name="icon">CASAicons.ico</property>
|
||||||
@ -10886,7 +10886,7 @@ Value:</property>
|
|||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="title" translatable="yes">Firefox - Master Password</property>
|
<property name="title" translatable="yes">Firefox - Master Password</property>
|
||||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||||
<property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
|
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
|
||||||
<property name="modal">True</property>
|
<property name="modal">True</property>
|
||||||
<property name="resizable">False</property>
|
<property name="resizable">False</property>
|
||||||
<property name="destroy_with_parent">True</property>
|
<property name="destroy_with_parent">True</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user