upgrade vcxproj files to Qt 5.15.2
In release mode the libraries QtCoreEx and QtGuiEx are copied to the QTDIR floder.
Merge branch 'QT_5_15_2' into 'master'
Merge branch 'bug/qtguiexdesignerplugin-is-not-working' into 'master'
added test case stored procedures with date parameters
Merge branch 'Fixed_DB2_Date' into 'master'
QtService: The context separator of event messages can be configured.
Database drivers: Losing precision during data conversion is now signaled as error.
Merge branch 'features/QtService/EventMessage_ContextSeparator' into 'master'
Merge branch 'features/Limit_ODBC_DB2_Numeric_Precision' into 'master'
QTreeViewEx: Calculating row height for first column fixed.
upgrade to Qt VS Project Format Version 3.3
QtListExtensions: Generic function zipOrdered() added.
Merge branch 'master' of Q:/git/Tools/QtExtensions/version69
Merge branch 'master' of Q:/git/Tools/QtExtensions/version68
QtListExtensions: Functions for SerStream outsourced into SerStreamLists.h.
Enable DB2 connection via alias
QtDatabaseAccess: Primary test case for DB2 adjusted and QDbInserter fixed.
QtDB2Connector: x86 fixed.
Merge branch 'master' of Q:\git\Tools\QtExtensions\version69
Merge branch 'master' of Q:/git/Tools/QtExtensions/version69
Merge branch 'master' of Q:/git/Tools/QtExtensions/version69
QtGuiEx: Drop indicator fixed.
QtDB2Connector and QtDatabaseAccess tests adjusted and QDB2CommandEngine fixed.
start with DB2/2 Stored Procedure tests
New project QtDB2Connector added.
Merge branch 'master' of Q:/git/Tools/QtExtensions/version69
Merge branch 'master' of https://effcom.planio.com/effcom/qtextensions.version69
Merge branch 'master' of Q:/git/Tools/QtExtensions/version69
QDbConnection: SeverCharacterEncoding functions removed. QDB2Connection and QODBCConnection made independent of the server character encoding. Variant: Constructor for long fixed.
QtDatabaseAccess: DB2 'SELECT FROM INSERT' and 'SELECT FROM UPDATE' implemented.
added more stored procedure tests
Visual Studio project files cleaned up after upgrade to Qt VS Project Format Version 3.3.
QtDB2Connector finished implementing.
QtDB2Connector/CLI - Gd and Ref V1.pdf added.
QtDB2Connector: LOB tests added and connector fixed.
Merge branch 'master' of https://effcom.planio.com/effcom/qtextensions
QtDB2Connector: Handling NUMERIC values fixed.
Merge branch 'master' of Q:/git/Tools/QtExtensions/version69
QtDB2Connector: Further tests (threading) added and engine fixed.
QExpressionEditor: Preview fixed.
Merge branch 'master' of q:/git/Tools/QtExtensions/version68
VS2017 + Qt 5.15.0
Compatibility to Qt version 5.13.0 restored.
Qt 5.15.0 -> use QMultiMap instead of QMap
QtListExtensions.h adjusted for older Qt versions.
Merge branch 'master' of Q:/git/Tools/QtExtensions/version69
FunctionStatus: subStatus() fixed.
FunctionStatus: Hierarchical message list replaced with a flat list using contexts.
FunctionStatus: transferMessage fixed.
fixed compiler warnings - deprecated includes
upgraded to QT 5.14.2
QProcessStateNotifier adjusted to compile for all Qt5 versions.
Compiler warnings solved.
Fixes for gcc.
Output (Binaries) not copied to QtDir anymore but to folders in the solution. .vcxproj files cleaned up and .pro files adjusted.
Qt project files: Current directory variable ($$PWD) replaced with project directory variable ($$_PRO_FILE_PWD_).
Version changed to 68.
Output directory for 32 bit binaries in Visual Studio project files changed to x86.
Projects converted for Qt plugin QtVS_v302 and harmonized.
Visual Studio project output directory settings unified.
Visual Studio projects renamed from Qt5 to Qt.
QtCorEx: TestCases fixed and SerStream improved.
Merge branch 'master' of d:/Git/QtExtensions67
QtListExtensions: std namespace extended with comfort versions of list operations.
Fix for GCC.
Version changed to 67.
QStyledItemDelegateEx & QTableViewEx: Toggling check boxes on mouse move added again but now configurable and more stable.
QtGuiEx: QTableViewEx check on mouse move fixed. QTreeView check on mouse move added.
QtCoreEx/SerStream: General template stream operators restricted to enumerations.
QtCoreEx/CPPExpression: QValue added as numeric data type. Function parameters are now named and dictionaries can be used as parameter.
QtDatabaseAccess/QDbTypedReader: Lambda functions can have captures.
QtDatabaseAccess: QDbExpression in() function extended to take any QList<>.
QtCoreEx/ExpressionBase: Resolver takes a QLocaleEx as parameter. Renamed BasicExpression into VersatileExpression.
QtDatabaseAccess: Test cases issue warnings and skip tests if connecting to ORACLE or SQL Server fails.
QtDatabaseAccess/QDbTypedReader: Mapping QDbExpression to functions and lambdas fixed.
QtGuiEx/QDialogEx: Before showing the geometry is always adjusted to screen coordinates.
QtCoreEx/QLocaleEx: Predefined locales renamed into culture locales and fixed.
QtGuiEx/QTextEditEx: Proposals popup is closed on mouse click outside popup.
QtCoreEx/QLocaleEx: Implemented predefined locales again.
Merge branch 'master' of Q:/git/Tools/QtExtensions/Version66
QtGuiEx/QTableViewEx: Check box behavior restored to standard Qt behavior. Multiple check boxes can be checked/unchecked with shift key.
QtDatabaseAccess: Order by fixed. Bulk insert added. Limit and offset added. Auto alias for complex columns.
QDbConnection: Special characters in string literals are now escaped. Placeholder handling unified. Boolean values are handled consistent.
QtGuiEx/QTreeViewEx: New drag&drop implementation fixed.
QtExtensions version changed from 65 to 66.
Merge branch 'master' of Q:/git/Tools/QtExtensions/Version65
QtGuiEx/QTreeViewEx: Dropping into an item appends the dropped item instead of prepending it.
Adjustments on dark color style.
QtODBCConnector + QtDatabaseAccess: Adjustments for SQL Server implemented and SQL Server tests added.
QtGuiEx: Check boxes in item views can be toggled by space key again.
Variant: Portable type names refactored and Variant version 1 introduced. Type maps based on std::type_index.
QtCoreEx: TextParser refactored. Tokenizer::Data and TokenizerDataSource extracted into TextStreamReader and CharacterStreamReader.
QODBCConnector: Retrieving numeric values from SqlServer fixed. Boolean literals fixed.
QDbConnection: String literal generation fixed. String literal tests added in Connector projects.
QDbCommand: Placeholder type moved to QDbConnection.
QtSQLiteConnector: SQLite sources updated to version 3.30.1.
TestFramework: Test makros changed to simple function calls.
Variant module fixed for gcc.