Move "Databases" filter from session manager to an editable combobox below the database tree. Keeps session manager free from connection unrelated stuff, provides more comfort, adds a "recently used list" of old filters which is kept over session connects, and supports regular expressions now. Fixes issue #776

This commit is contained in:
Ansgar Becker
2009-08-27 22:18:50 +00:00
parent bd32237430
commit a2ef629b81
5 changed files with 254 additions and 166 deletions

View File

@ -40,7 +40,6 @@ type
// but to keep the name short; this beats "TConnectionProfileDataAndConnectionObject", which I guess would be the proper name.
TOpenConnProf = record
MysqlParams : TMysqlConnParams; // stuff that needs to be shipped over to the mysql driver.
DatabaseList : WideString;
MysqlConn : TZConnection;
end;
POpenConnProf = ^TOpenConnProf;