Re: [E-devel] Patch for disabling confirmation dialogs

2007-05-10 Thread The Rasterman
On Mon, 30 Apr 2007 09:21:05 +0200 "Brian 'morlenxus' Miculcy" <[EMAIL PROTECTED]> babbled: > Hi guys, > > the attached patch allows to disable confirmation dialogs. > For example you want to shutdown or hibernate your computer, you first > need to accept the warning. This patch adds an option to

Re: [E-devel] Patch for disabling confirmation dialogs

2007-04-30 Thread Nick Hughart
I actually was speaking to a few people about this. If each dialog has its own disable checkbox then you can disable per dialog. Then all you need to do is add a button somewhere in the config panel to re-enable all dialogs. Of course this is a bit more complicated then a global enable/disable,

Re: [E-devel] Patch for disabling confirmation dialogs

2007-04-30 Thread Michael Jennings
On Monday, 30 April 2007, at 12:21:02 (+0200), Brian 'morlenxus' Miculcy wrote: > > Why don't you just add "Don't show this dialog again" checkboxes > > to those confirm. dialogs? I don't think a conf dialog is needed > > here. > > Because people wanted to disable all dialogs at once. There is w

Re: [E-devel] Patch for disabling confirmation dialogs

2007-04-30 Thread Brian 'morlenxus' Miculcy
On Mon, Apr 30, 2007 at 10:55:18AM +0300, Luchezar Petkov wrote: > Brian 'morlenxus' Miculcy wrote: > > Hi guys, > > > > the attached patch allows to disable confirmation dialogs. > > For example you want to shutdown or hibernate your computer, you first > > need to accept the warning. This patch

Re: [E-devel] Patch for disabling confirmation dialogs

2007-04-30 Thread Luchezar Petkov
Brian 'morlenxus' Miculcy wrote: > Hi guys, > > the attached patch allows to disable confirmation dialogs. > For example you want to shutdown or hibernate your computer, you first > need to accept the warning. This patch adds an option to the config > panel advanced->dialogs which allows to disabl

Re: [E-devel] Patch for disabling confirmation dialogs

2007-03-15 Thread Brian 'morlenxus' Miculcy
Hi, i added this to the patch. Works for me, thanks for the hint. Brian On Tue, Mar 13, 2007 at 08:15:27AM -0400, Christopher Michael wrote: > Brian 'morlenxus' Miculcy wrote: > >Hi guys, > > > >the attached patch allows to disable confirmation dialogs. > >For example you want to shutdown or hib

Re: [E-devel] Patch for disabling confirmation dialogs

2007-03-13 Thread Christopher Michael
Brian 'morlenxus' Miculcy wrote: > Hi guys, > > the attached patch allows to disable confirmation dialogs. > For example you want to shutdown or hibernate your computer, you first > need to accept the warning. This patch adds an option to the config > panel advanced->dialogs which allows to disabl