pgLab/pglab
2017-12-19 18:16:05 +01:00
..
icons Messy commit. Testing suff and some improvements to how data is shown. 2017-12-09 10:45:13 +01:00
.gitignore Builds on windows again 2017-11-26 13:07:21 +01:00
ASyncDBConnection.cpp In the list of columns displayed for a table a set of columns is appended describing the indexes on the table. 2017-12-17 19:34:28 +01:00
ASyncDBConnection.h Builds on windows again 2017-11-26 13:07:21 +01:00
ASyncWindow.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
ASyncWindow.h Builds on windows again 2017-11-26 13:07:21 +01:00
BackupDialog.cpp In the list of columns displayed for a table a set of columns is appended describing the indexes on the table. 2017-12-17 19:34:28 +01:00
BackupDialog.h Builds on windows again 2017-11-26 13:07:21 +01:00
BackupDialog.ui Builds on windows again 2017-11-26 13:07:21 +01:00
BackupRestore.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
BaseTableModel.cpp QueryResultModel relies on BaseTableModel for most formatting now. 2017-12-09 19:47:33 +01:00
BaseTableModel.h QueryResultModel relies on BaseTableModel for most formatting now. 2017-12-09 19:47:33 +01:00
CMakeLists.txt Builds on windows again 2017-11-26 13:07:21 +01:00
CodeBuilderConfiguration.cpp Fixed several warnings. 2017-12-16 21:41:46 +01:00
CodeBuilderConfiguration.h Builds on windows again 2017-11-26 13:07:21 +01:00
ColumnTableModel.cpp Improved titles of index columns in the list of columns. 2017-12-19 18:16:05 +01:00
ColumnTableModel.h The oid column is now shown for tables that are "with oids". 2017-12-17 19:54:23 +01:00
ConnectionConfig.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
ConnectionConfig.h Builds on windows again 2017-11-26 13:07:21 +01:00
ConnectionList.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
ConnectionList.h Builds on windows again 2017-11-26 13:07:21 +01:00
ConnectionListModel.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
ConnectionListModel.h Builds on windows again 2017-11-26 13:07:21 +01:00
ConnectionManagerWindow.cpp In the list of columns displayed for a table a set of columns is appended describing the indexes on the table. 2017-12-17 19:34:28 +01:00
ConnectionManagerWindow.h Builds on windows again 2017-11-26 13:07:21 +01:00
ConnectionManagerWindow.ui Builds on windows again 2017-11-26 13:07:21 +01:00
DatabaseInspectorWidget.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
DatabaseInspectorWidget.h Builds on windows again 2017-11-26 13:07:21 +01:00
DatabaseInspectorWidget.ui Builds on windows again 2017-11-26 13:07:21 +01:00
DatabasesTableModel.cpp pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
DatabasesTableModel.h pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
DatabaseWindow.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
DatabaseWindow.h Builds on windows again 2017-11-26 13:07:21 +01:00
DatabaseWindow.ui Builds on windows again 2017-11-26 13:07:21 +01:00
Doxyfile Builds on windows again 2017-11-26 13:07:21 +01:00
GlobalIoService.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
GlobalIoService.h Builds on windows again 2017-11-26 13:07:21 +01:00
main.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
MainWindow.cpp Fixed several warnings. 2017-12-16 21:41:46 +01:00
MainWindow.h Builds on windows again 2017-11-26 13:07:21 +01:00
MainWindow.ui Builds on windows again 2017-11-26 13:07:21 +01:00
MasterController.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
MasterController.h Builds on windows again 2017-11-26 13:07:21 +01:00
OpenDatabase.cpp pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
OpenDatabase.h pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
ParamTypeDelegate.cpp In the list of columns displayed for a table a set of columns is appended describing the indexes on the table. 2017-12-17 19:34:28 +01:00
ParamTypeDelegate.h Builds on windows again 2017-11-26 13:07:21 +01:00
PgAttribute.cpp PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgAttribute.h PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgAttributeContainer.cpp PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgAttributeContainer.h PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgAuthId.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
PgAuthId.h Builds on windows again 2017-11-26 13:07:21 +01:00
PgAuthIdContainer.cpp pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
PgAuthIdContainer.h Deduplication of loading logic for catalog data. 2017-12-09 21:46:19 +01:00
PgClass.cpp pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
PgClass.h pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
PgClassContainer.cpp Fixed missing comman in pg_class query. 2017-12-17 20:28:02 +01:00
PgClassContainer.h PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgContainer.cpp PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgContainer.h PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgDatabase.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
PgDatabase.h Builds on windows again 2017-11-26 13:07:21 +01:00
PgDatabaseCatalog.cpp Loading of index definitions 2017-12-17 11:28:20 +01:00
PgDatabaseCatalog.h Loading of index definitions 2017-12-17 11:28:20 +01:00
PgDatabaseContainer.cpp pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
PgDatabaseContainer.h pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
PgIndex.cpp Loading of index definitions 2017-12-17 11:28:20 +01:00
PgIndex.h In the list of columns displayed for a table a set of columns is appended describing the indexes on the table. 2017-12-17 19:34:28 +01:00
PgIndexContainer.cpp In the list of columns displayed for a table a set of columns is appended describing the indexes on the table. 2017-12-17 19:34:28 +01:00
PgIndexContainer.h In the list of columns displayed for a table a set of columns is appended describing the indexes on the table. 2017-12-17 19:34:28 +01:00
pglab.ico Builds on windows again 2017-11-26 13:07:21 +01:00
pglab.pro Loading of index definitions 2017-12-17 11:28:20 +01:00
PgNamespace.cpp PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgNamespace.h PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgNamespaceContainer.cpp PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgNamespaceContainer.h PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgType.cpp PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
PgType.h Convert name of array types to elem typoe followed by [] 2017-12-13 18:02:39 +01:00
PgTypeContainer.cpp Convert name of array types to elem typoe followed by [] 2017-12-13 18:02:39 +01:00
PgTypeContainer.h PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
ProcessStdioWidget.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
ProcessStdioWidget.h Builds on windows again 2017-11-26 13:07:21 +01:00
ProcessStdioWidget.ui Builds on windows again 2017-11-26 13:07:21 +01:00
QueryExplainModel.cpp Messy commit. Testing suff and some improvements to how data is shown. 2017-12-09 10:45:13 +01:00
QueryExplainModel.h Builds on windows again 2017-11-26 13:07:21 +01:00
QueryParamListController.cpp pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
QueryParamListController.h Moved QueryParamListController to its own translation unit. 2017-12-09 14:16:47 +01:00
QueryResultModel.cpp Added type of column on second line in column headers of QueryResultModel. 2017-12-13 18:49:58 +01:00
QueryResultModel.h Added type of column on second line in column headers of QueryResultModel. 2017-12-13 18:49:58 +01:00
QueryTab.cpp Added type of column on second line in column headers of QueryResultModel. 2017-12-13 18:49:58 +01:00
QueryTab.h Added type of column on second line in column headers of QueryResultModel. 2017-12-13 18:49:58 +01:00
QueryTab.ui Builds on windows again 2017-11-26 13:07:21 +01:00
resources.qrc Messy commit. Testing suff and some improvements to how data is shown. 2017-12-09 10:45:13 +01:00
ResultTableModelUtil.cpp PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
ResultTableModelUtil.h PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
RolesTableModel.cpp Fixed several warnings. 2017-12-16 21:41:46 +01:00
RolesTableModel.h Bunch of raw pointers replaced with smart pointers of references. 2017-12-09 20:21:22 +01:00
ServerWindow.cpp pg_classes can be loaded now, used in TablesTableModel for overview of tables in database. 2017-12-10 10:35:46 +01:00
ServerWindow.h Builds on windows again 2017-11-26 13:07:21 +01:00
ServerWindow.ui Builds on windows again 2017-11-26 13:07:21 +01:00
SqlSyntaxHighlighter.cpp PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
SqlSyntaxHighlighter.h Bunch of raw pointers replaced with smart pointers of references. 2017-12-09 20:21:22 +01:00
stopwatch.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
stopwatch.h Builds on windows again 2017-11-26 13:07:21 +01:00
TablesPage.cpp Autosize column of column overview. 2017-12-17 20:05:09 +01:00
TablesPage.h PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
TablesPage.ui The tables page now has splitters instead of fixed division. 2017-12-12 20:37:58 +01:00
TablesTableModel.cpp The oid column is now shown for tables that are "with oids". 2017-12-17 19:54:23 +01:00
TablesTableModel.h The oid column is now shown for tables that are "with oids". 2017-12-17 19:54:23 +01:00
tsqueue.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
tsqueue.h Builds on windows again 2017-11-26 13:07:21 +01:00
tuplesresultwidget.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
tuplesresultwidget.h Builds on windows again 2017-11-26 13:07:21 +01:00
tuplesresultwidget.ui Builds on windows again 2017-11-26 13:07:21 +01:00
TypeSelectionItemModel.cpp Fixed several warnings. 2017-12-16 21:41:46 +01:00
TypeSelectionItemModel.h Bunch of raw pointers replaced with smart pointers of references. 2017-12-09 20:21:22 +01:00
util.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
util.h Builds on windows again 2017-11-26 13:07:21 +01:00