Refactor session manager:

* Replace the pulldown by a list to get a better overview
* Display last connected and created date in details
* Prompt user on form closing if modifications should be saved
* Remove moreorless useless image
* Remove options "timeout" and "sort database"
TODO: Display some help text on the right side when no session at all is existant to help new users.
This commit is contained in:
Ansgar Becker
2009-08-09 23:57:52 +00:00
parent 0e341f19cb
commit 4ff1acf408
10 changed files with 675 additions and 3368 deletions

View File

@ -29,7 +29,6 @@ type
Pass : String;
Port : Integer;
PrpCompress,
PrpTimeout,
PrpDbless,
PrpClientLocalFiles,
PrpClientInteractive : String;
@ -42,7 +41,6 @@ type
TOpenConnProf = record
MysqlParams : TMysqlConnParams; // stuff that needs to be shipped over to the mysql driver.
DatabaseList : WideString;
DatabaseListSort : Boolean;
MysqlConn : TZConnection;
end;
POpenConnProf = ^TOpenConnProf;