PostgreSQL GUI client
Find a file
2017-01-15 12:58:41 +01:00
json Added explain functionality. 2016-12-29 13:48:35 +01:00
.gitignore Added the thread safe TSQueue and using it in mainwindow to replace the adhoc queue implementation. 2017-01-03 07:22:36 +01:00
asyncdbconnection.cpp Fix: crash when closing window while no connection open. 2017-01-09 07:38:13 +01:00
asyncdbconnection.h Notices and errors are as before switch might need still some work. 2017-01-08 10:29:52 +01:00
connectionconfig.cpp The list of connections is now saved and loaded on program shutdown and start. 2017-01-15 12:27:36 +01:00
connectionconfig.h The list of connections is now saved and loaded on program shutdown and start. 2017-01-15 12:27:36 +01:00
connectionlistmodel.cpp The list of connections is now saved and loaded on program shutdown and start. 2017-01-15 12:27:36 +01:00
connectionlistmodel.h The list of connections is now saved and loaded on program shutdown and start. 2017-01-15 12:27:36 +01:00
connectionmanagerwindow.cpp The list of connections is now saved and loaded on program shutdown and start. 2017-01-15 12:27:36 +01:00
connectionmanagerwindow.h The list of connections is now saved and loaded on program shutdown and start. 2017-01-15 12:27:36 +01:00
connectionmanagerwindow.ui First test with QDataWidgetMapper to connect controls to the items in the connection list is working. 2017-01-14 22:03:58 +01:00
csvwriter.cpp Wat copy paste code en csvwriter alvast toegevoegd maar nog uitgeschakeld. 2017-01-13 19:09:58 +01:00
csvwriter.h Wat copy paste code en csvwriter alvast toegevoegd maar nog uitgeschakeld. 2017-01-13 19:09:58 +01:00
databasewindow.cpp Working on the connection manager. 2017-01-14 20:07:12 +01:00
databasewindow.h Working on the connection manager. 2017-01-14 20:07:12 +01:00
databasewindow.ui Working on the connection manager. 2017-01-14 20:07:12 +01:00
expected.h Expected template for returning a value or exception 2017-01-15 12:26:31 +01:00
explaintreemodelitem.cpp Also switched explain over to own async framework. 2016-12-30 10:38:46 +01:00
explaintreemodelitem.h Also switched explain over to own async framework. 2016-12-30 10:38:46 +01:00
jsoncpp.cpp Added explain functionality. 2016-12-29 13:48:35 +01:00
main.cpp The list of connections is now saved and loaded on program shutdown and start. 2017-01-15 12:27:36 +01:00
mainwindow.cpp Wat copy paste code en csvwriter alvast toegevoegd maar nog uitgeschakeld. 2017-01-13 19:09:58 +01:00
mainwindow.h Added menu items for saving, loading, export data, closing window and about. 2017-01-09 07:39:09 +01:00
mainwindow.ui Wat copy paste code en csvwriter alvast toegevoegd maar nog uitgeschakeld. 2017-01-13 19:09:58 +01:00
pglab.pro project rename to pglab 2017-01-15 12:58:41 +01:00
PgsqlConn.cpp Query, Explain and Cancel are going throught the asyncdbconnection now. 2017-01-08 09:58:34 +01:00
PgsqlConn.h Query, Explain and Cancel are going throught the asyncdbconnection now. 2017-01-08 09:58:34 +01:00
queryexplainmodel.cpp Also switched explain over to own async framework. 2016-12-30 10:38:46 +01:00
queryexplainmodel.h Also switched explain over to own async framework. 2016-12-30 10:38:46 +01:00
queryresultmodel.cpp Query, Explain and Cancel are going throught the asyncdbconnection now. 2017-01-08 09:58:34 +01:00
queryresultmodel.h Query, Explain and Cancel are going throught the asyncdbconnection now. 2017-01-08 09:58:34 +01:00
scopeguard.h added: scopeguard template a helper class to call code on scope_exit 2017-01-15 12:25:58 +01:00
serverproperties.cpp Initial commit. Contains a simple query tool. 2016-12-26 16:06:55 +01:00
serverproperties.h Initial commit. Contains a simple query tool. 2016-12-26 16:06:55 +01:00
serverproperties.ui Initial commit. Contains a simple query tool. 2016-12-26 16:06:55 +01:00
sqlhighlighter.cpp Het maken van de DB connectie gebeurd nu asynchroon. 2016-12-27 15:41:11 +01:00
sqlhighlighter.h Initial commit. Contains a simple query tool. 2016-12-26 16:06:55 +01:00
sqlparser.cpp Initial commit. Contains a simple query tool. 2016-12-26 16:06:55 +01:00
sqlparser.h Initial commit. Contains a simple query tool. 2016-12-26 16:06:55 +01:00
tsqueue.cpp The previous async method's are being updated to the ASyncDBConnection class. Connecting is working. 2017-01-06 07:23:40 +01:00
tsqueue.h Query, Explain and Cancel are going throught the asyncdbconnection now. 2017-01-08 09:58:34 +01:00
ui_connectionmanagerwindow.h First test with QDataWidgetMapper to connect controls to the items in the connection list is working. 2017-01-14 22:03:58 +01:00
ui_databasewindow.h Working on the connection manager. 2017-01-14 20:07:12 +01:00
ui_mainwindow.h Wat copy paste code en csvwriter alvast toegevoegd maar nog uitgeschakeld. 2017-01-13 19:09:58 +01:00
ui_serverproperties.h Initial commit. Contains a simple query tool. 2016-12-26 16:06:55 +01:00
waithandlelist.cpp new class: WaitHandleList helper for waiting on multiple events using the Win32 api. 2017-01-06 07:22:35 +01:00
waithandlelist.h new class: WaitHandleList helper for waiting on multiple events using the Win32 api. 2017-01-06 07:22:35 +01:00
win32event.cpp Added the thread safe TSQueue and using it in mainwindow to replace the adhoc queue implementation. 2017-01-03 07:22:36 +01:00
win32event.h Win32Event member names are conforming to the naming style of this project now. 2017-01-06 07:21:57 +01:00