[pgadmin-hackers] [PATCH] fix newly added server being lost when crashing

2014-01-05 Thread Kaarel Moppel
Hi, Sending some 3 small fixes in separate emails for issues that me and my colleagues found really annoying. This is my first try at Pgadmin and I haven't done too much C++ though so in case something should be corrected let me know and I'd be happy to do that. Cheers, Kaarel From f5a6a227e3417d

[pgadmin-hackers] [PATCH] Added a menu option to disable code folding

2014-01-05 Thread Kaarel Moppel
Checkbox resides under "Options -> Query tool -> Query editor". NB! didn't add the embed-xrc generated xrcDialogs.cpp class due to verbosity, so it needs to executed by the code maintainer. From 2fad3850ba2abc63ba9788845777f4f2432e61ec Mon Sep 17 00:00:00 2001 From: kmoppel Date: Tue, 31 Dec 2013

[pgadmin-hackers] [PATCH] Add a menu option for disabling restoration of previous environment on reconnect

2014-01-05 Thread Kaarel Moppel
Checkbox resides under "Options-> Browser -> UI misc". NB! didn't add the embed-xrc generated xrcDialogs.cpp class due to verbosity, so it needs to executed by the code maintainer.

Re: [pgadmin-hackers] [PATCH] Add a menu option for disabling restoration of previous environment on reconnect

2014-01-05 Thread Ashesh Vashi
Did you forget to attach the patch? On Mon, Jan 6, 2014 at 3:49 AM, Kaarel Moppel wrote: > Checkbox resides under "Options-> Browser -> UI misc". > > NB! didn't add the embed-xrc generated xrcDialogs.cpp class due to > verbosity, so it needs to executed by the code maintainer. > -- -- Thank

Re: [pgadmin-hackers] [PATCH] Add a menu option for disabling restoration of previous environment on reconnect

2014-01-05 Thread Guillaume Lelarge
On Mon, 2014-01-06 at 09:59 +0530, Ashesh Vashi wrote: > Did you forget to attach the patch? > And isn't this already handled in the server's property? > > On Mon, Jan 6, 2014 at 3:49 AM, Kaarel Moppel wrote: > > > Checkbox resides under "Options-> Browser -> UI misc". > > > > NB! didn't add t