Commit graph

6 commits

Author SHA1 Message Date
Eelke Klein
6370050204 Introduced the MasterController as part of working on loading catalogue information.
Need a central piece to manage the catalogue data per database to prevent loading
this multiple times. MasterController is now also used to enable reopening the
connection manager from a query window after the connection manager has been closed.
2017-02-01 18:01:02 +01:00
Eelke Klein
ea30dd9c0e Alvast wat code voor backup/restore bij elkaar gezocht 2017-01-17 19:16:51 +01:00
Eelke Klein
7181c7f1e7 The list of connections is now saved and loaded on program shutdown and start. 2017-01-15 12:27:36 +01:00
Eelke Klein
f5eab84c24 Working on the connection manager.
Made a list model for displaying them in a list. Also added controles to edit
the most important properties.
2017-01-14 20:07:12 +01:00
Eelke Klein
27abce5a11 Added WSAStartup/Cleanup to main.
This is something libpq also does when opening and closing connections.
This mechanism uses a use count and based on that count dll's are loaded
and unloaded. By adding those calls to main we make sure the use count
stays above zero for the whole duration of the program.
2016-12-27 10:27:44 +01:00
Eelke Klein
edc6df25da Initial commit. Contains a simple query tool. 2016-12-26 16:06:55 +01:00