pgLab/pglab
eelke dea76e17c5 ft: Closing windows asks to save queries before closing the window.
fix: closetab did incorrectly close when cancel was choosen.
2020-04-04 13:23:43 +02:00
..
icons Add seperate actions for adding and removing connection groups. 2019-09-01 06:42:21 +02:00
widgets Add tab with namespaces (schema's) 2019-11-20 19:09:22 +01:00
.gitignore
AbstractCommand.h
BackupDialog.cpp Improved working of BackupDialog 2019-08-23 09:43:48 +02:00
BackupDialog.h Improved working of BackupDialog 2019-08-23 09:43:48 +02:00
BaseTableModel.cpp
BaseTableModel.h
CatalogInspector.cpp Add tab with namespaces (schema's) 2019-11-20 19:09:22 +01:00
CatalogInspector.h Add tab with namespaces (schema's) 2019-11-20 19:09:22 +01:00
CMakeLists.txt
CodeEditor.cpp Removed debug statement that gave lot of output and which was not needed anymore. 2019-08-19 16:06:23 +02:00
CodeEditor.h
CodeGenerator.cpp Remove all of plugin_support 2019-08-15 18:00:19 +02:00
CodeGenerator.h Remove all of plugin_support 2019-08-15 18:00:19 +02:00
CodeGenerator.ui
ColumnPage.cpp poc Add support for reloading the catalog 2019-10-06 13:52:45 +02:00
ColumnPage.h
ColumnTableModel.cpp poc Add support for reloading the catalog 2019-10-06 13:52:45 +02:00
ColumnTableModel.h poc Add support for reloading the catalog 2019-10-06 13:52:45 +02:00
ConnectionConfigurationWidget.cpp Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
ConnectionConfigurationWidget.h When editing connection the dialog is now initialized on the correct connection group. 2019-09-01 06:45:39 +02:00
ConnectionController.cpp Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
ConnectionController.h Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
ConnectionListModel.cpp Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
ConnectionListModel.h Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
ConnectionManagerWindow.cpp Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
ConnectionManagerWindow.h Fix crash when starting to add connection. 2019-09-02 16:33:13 +02:00
ConnectionManagerWindow.ui Add seperate actions for adding and removing connection groups. 2019-09-01 06:42:21 +02:00
ConstraintModel.cpp ConstraintPage now reacts to refreshed signal. 2019-10-06 14:17:07 +02:00
ConstraintModel.h ConstraintPage now reacts to refreshed signal. 2019-10-06 14:17:07 +02:00
CreateDatabaseDialog.cpp
CreateDatabaseDialog.h
CreateDatabaseDialog.ui
CrudModel.cpp Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00
CrudModel.h
CrudTab.cpp Crud page has now reload action. 2019-10-13 07:31:48 +02:00
CrudTab.h Crud page has now reload action. 2019-10-13 07:31:48 +02:00
CrudTab.ui
CustomDataRole.h
CustomFilterSortModel.cpp
CustomFilterSortModel.h
DatabasesTableModel.cpp
DatabasesTableModel.h
DatabaseWindow.cpp ft: Closing windows asks to save queries before closing the window. 2020-04-04 13:23:43 +02:00
DatabaseWindow.h ft: Closing windows asks to save queries before closing the window. 2020-04-04 13:23:43 +02:00
DependantsPage.cpp Added dependants tab to table page 2019-11-17 10:27:11 +01:00
DependantsPage.h Added dependants tab to table page 2019-11-17 10:27:11 +01:00
DependantsTableModel.cpp Added dependants tab to table page 2019-11-17 10:27:11 +01:00
DependantsTableModel.h Added dependants tab to table page 2019-11-17 10:27:11 +01:00
Doxyfile
EditColumnTableModel.cpp
EditColumnTableModel.h
EditorGutter.cpp
EditorGutter.h
EditTableWidget.cpp
EditTableWidget.h
IconColumnDelegate.cpp
IconColumnDelegate.h
IDatabaseWindow.h Split all connection related controller functionality off into seperate ConnectionController. 2019-08-19 10:05:05 +02:00
IndexModel.cpp Index page now correctly responds to reload. 2019-10-06 14:03:46 +02:00
IndexModel.h Index page now correctly responds to reload. 2019-10-06 14:03:46 +02:00
main.cpp Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00
ManagedPage.cpp ft: Closing windows asks to save queries before closing the window. 2020-04-04 13:23:43 +02:00
ManagedPage.h ft: Closing windows asks to save queries before closing the window. 2020-04-04 13:23:43 +02:00
MasterController.cpp ConnectionManager overhaul 2019-08-24 20:47:32 +02:00
MasterController.h ConnectionManager overhaul 2019-08-24 20:47:32 +02:00
Module.cpp
Module.h
NamespaceFilter.h
NamespaceFilterWidget.cpp
NamespaceFilterWidget.h
NamespaceFilterWidget.ui
NamespaceItemModel.cpp Add tab with namespaces (schema's) 2019-11-20 19:09:22 +01:00
NamespaceItemModel.h Add tab with namespaces (schema's) 2019-11-20 19:09:22 +01:00
NotificationListWidget.cpp Made a start with the notification system. However need to figure out 2019-08-14 06:54:50 +02:00
NotificationListWidget.h Made a start with the notification system. However need to figure out 2019-08-14 06:54:50 +02:00
NotificationModel.cpp Removing plugin system is holding back development to much. 2019-08-15 16:18:47 +02:00
NotificationModel.h Made a start with the notification system. However need to figure out 2019-08-14 06:54:50 +02:00
NotificationService.cpp Removing plugin system is holding back development to much. 2019-08-15 16:18:47 +02:00
NotificationService.h Removing plugin system is holding back development to much. 2019-08-15 16:18:47 +02:00
OpenDatabase.cpp Pgsql::Connection::connect functions now all report connection errors 2019-11-03 07:58:48 +01:00
OpenDatabase.h poc Add support for reloading the catalog 2019-10-06 13:52:45 +02:00
ParamTypeDelegate.cpp
ParamTypeDelegate.h
PasswordPromptDialog.cpp
PasswordPromptDialog.h
PgDumpOutputHighlighter.cpp Improved working of BackupDialog 2019-08-23 09:43:48 +02:00
PgDumpOutputHighlighter.h Improved working of BackupDialog 2019-08-23 09:43:48 +02:00
pglab.ico
pglab.pro ft: Closing windows asks to save queries before closing the window. 2020-04-04 13:23:43 +02:00
PgLabItemDelegate.cpp Proof of concept for having the context actions statically defined in the module. 2019-08-14 09:06:48 +02:00
PgLabItemDelegate.h
PgLabTableView.cpp
PgLabTableView.h
ProcessStdioWidget.cpp
ProcessStdioWidget.h
ProcessStdioWidget.ui
ProcTableModel.cpp Catalog refresh working for functions page. 2019-10-06 14:24:18 +02:00
ProcTableModel.h Added dependants tab to table page 2019-11-17 10:27:11 +01:00
PropertiesPage.cpp
PropertiesPage.h
PropertyProxyModel.cpp
PropertyProxyModel.h
QueryExplainModel.cpp
QueryExplainModel.h
QueryParamListController.cpp Fix: parameter list always gave missing type error 2019-11-06 18:29:31 +01:00
QueryParamListController.h
QueryResultModel.cpp
QueryResultModel.h
QueryTab.ui
QueryTool.cpp ft: Closing windows asks to save queries before closing the window. 2020-04-04 13:23:43 +02:00
QueryTool.h ft: Closing windows asks to save queries before closing the window. 2020-04-04 13:23:43 +02:00
resources.qrc Add seperate actions for adding and removing connection groups. 2019-09-01 06:42:21 +02:00
ResultTableModelUtil.cpp
ResultTableModelUtil.h
RolesTableModel.cpp
RolesTableModel.h
SequenceModel.cpp Sequence page refreshes after catalog reload. 2019-10-09 19:47:35 +02:00
SequenceModel.h Sequence page refreshes after catalog reload. 2019-10-09 19:47:35 +02:00
ServerWindow.cpp Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
ServerWindow.h
ServerWindow.ui
SqlCodePreview.cpp
SqlCodePreview.h
SqlSyntaxHighlighter.cpp
SqlSyntaxHighlighter.h Improved working of BackupDialog 2019-08-23 09:43:48 +02:00
SslModeModel.cpp ConnectionManager overhaul 2019-08-24 20:47:32 +02:00
SslModeModel.h ConnectionManager overhaul 2019-08-24 20:47:32 +02:00
stopwatch.cpp
stopwatch.h
TablesTableModel.cpp List of tables now updates after reload of catalog. 2019-10-09 18:36:54 +02:00
TablesTableModel.h List of tables now updates after reload of catalog. 2019-10-09 18:36:54 +02:00
TriggerPage.cpp Trigger page now reacts to catalog refreshed. 2019-10-06 14:31:44 +02:00
TriggerPage.h
TriggerTableModel.cpp Trigger page now reacts to catalog refreshed. 2019-10-06 14:31:44 +02:00
TriggerTableModel.h Trigger page now reacts to catalog refreshed. 2019-10-06 14:31:44 +02:00
tuplesresultwidget.cpp
tuplesresultwidget.h
tuplesresultwidget.ui
UserConfiguration.cpp
UserConfiguration.h