mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user