PostgreSQL GUI client
Find a file
Eelke Klein 6c268bd774 Also added "Save copy as"
This prompts for a new filename but it keeps remembering the previous name.
2017-01-21 08:19:47 +01:00
icons Connection manager can now open a query window for selected connection. 2017-01-15 21:01:40 +01:00
json Added explain functionality. 2016-12-29 13:48:35 +01:00
.gitignore Connection manager can now open a query window for selected connection. 2017-01-15 21:01:40 +01:00
asyncdbconnection.cpp Query, explain, cancel buttons are now enabled/disabled when the state of the connection changes. 2017-01-15 21:38:07 +01:00
asyncdbconnection.h Query, explain, cancel buttons are now enabled/disabled when the state of the connection changes. 2017-01-15 21:38:07 +01:00
backuprestore.cpp Alvast wat code voor backup/restore bij elkaar gezocht 2017-01-17 19:16:51 +01:00
connectionconfig.cpp Connection manager can now open a query window for selected connection. 2017-01-15 21:01:40 +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 More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
connectionlistmodel.h More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
connectionmanagerwindow.cpp More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
connectionmanagerwindow.h More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
connectionmanagerwindow.ui Connection manager can now open a query window for selected connection. 2017-01-15 21:01:40 +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
databaseoverviewform.cpp More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
databaseoverviewform.h More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
databaseoverviewform.ui More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
databasewindow.cpp Connection manager can now open a query window for selected connection. 2017-01-15 21:01:40 +01:00
databasewindow.h Connection manager can now open a query window for selected connection. 2017-01-15 21:01:40 +01:00
databasewindow.ui More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
dbschema_database.cpp More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
dbschema_database.h More aggressive saving of changes to the connections. Also remove connection 2017-01-18 20:48:31 +01:00
expected.h Fix: some typos and refactoring errors in expected 2017-01-16 16:47:37 +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 Alvast wat code voor backup/restore bij elkaar gezocht 2017-01-17 19:16:51 +01:00
mainwindow.cpp Also added "Save copy as" 2017-01-21 08:19:47 +01:00
mainwindow.h Also added "Save copy as" 2017-01-21 08:19:47 +01:00
mainwindow.ui Also added "Save copy as" 2017-01-21 08:19:47 +01:00
pglab.pro FIlename is now remembered and used by save. Save as added. 2017-01-21 08:09:12 +01:00
PgsqlConn.cpp FIlename is now remembered and used by save. Save as added. 2017-01-21 08:09:12 +01:00
PgsqlConn.h FIlename is now remembered and used by save. Save as added. 2017-01-21 08:09:12 +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 FIlename is now remembered and used by save. Save as added. 2017-01-21 08:09:12 +01:00
queryresultmodel.h Query, Explain and Cancel are going throught the asyncdbconnection now. 2017-01-08 09:58:34 +01:00
querytab.cpp FIlename is now remembered and used by save. Save as added. 2017-01-21 08:09:12 +01:00
querytab.h FIlename is now remembered and used by save. Save as added. 2017-01-21 08:09:12 +01:00
querytab.ui FIlename is now remembered and used by save. Save as added. 2017-01-21 08:09:12 +01:00
resources.qrc Connection manager can now open a query window for selected connection. 2017-01-15 21:01:40 +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 FIlename is now remembered and used by save. Save as added. 2017-01-21 08:09:12 +01:00
sqlhighlighter.h If there is a selection in the query then only that part is Executed or explained. 2017-01-16 17:31:46 +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
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