aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 5.15.1 releasev5.15.15.15.1Simo Fält2020-09-092-6/+6
* One more fix for the missing win runtime libsSimo Fält2020-09-091-1/+5
* Add changelog for 5.15.1Cristian Maureira-Fredes2020-09-091-0/+67
* Implement default __ne__ and __eq__ for all PySide typesAlex Hughes2020-09-087-1/+125
* Add the QWidget *-based overloads of the QtWinExtras functionsCristian Maureira-Fredes2020-09-083-2/+14
* testing: Ensure that build dir precedes site-packagesChristian Tismer2020-09-071-3/+8
* QDomElement: remove unnecesary setAttribute overloadsCristian Maureira-Fredes2020-09-041-1/+14
* signature: Use a clean init function to initialize itChristian Tismer2020-09-046-8/+30
* Add compatibility with NuitkaChristian Tismer2020-09-046-13/+24
* __feature__: ignore if `__name__` does not exist in a moduleChristian Tismer2020-09-031-1/+2
* Fix up qprocess_test.pyFriedemann Kleint2020-09-031-1/+2
* Remove MinGW from Qt for Python CI configSimo Fält2020-09-031-1/+1
* Add support for briefdescription in doxygen parseRenato Araujo Oliveira Filho2020-09-025-66/+135
* Skip sphinx indexing for functions with multiple signaturesRenato Araujo Oliveira Filho2020-09-022-4/+9
* Fix constructor documentation for classes with namespaceRenato Araujo Oliveira Filho2020-09-021-8/+4
* Fix documentation for functions argumentRenato Araujo Oliveira Filho2020-09-021-15/+34
* Make sure to document class names without constructorsRenato Araujo Oliveira Filho2020-08-311-19/+23
* Fix doc generation for class with namespaceRenato Araujo Oliveira Filho2020-08-311-18/+20
* signature: Avoid non-existent attributes in compiled code (Nuitka)Christian Tismer2020-08-315-5/+6
* Return QVariantList when using list as Signal argumentCristian Maureira-Fredes2020-08-311-0/+2
* shiboken: Fix __doc__ setter for derived typesChristian Tismer2020-08-314-3/+34
* CSS: Make sidebar stick to the topTopi Reinio2020-08-262-2/+12
* signature: pass `self` directly from parserChristian Tismer2020-08-246-38/+46
* Polish the syntaxhighlighter exampleFriedemann Kleint2020-08-201-55/+56
* support Python 3.9Christian Tismer2020-08-198-23/+39
* Port some tests away from deprecated APIFriedemann Kleint2020-08-182-9/+13
* shiboken2: Fix formatting of operator functionsFriedemann Kleint2020-08-181-6/+12
* QQmlComponent: allow thread in constructorsCristian Maureira-Fredes2020-08-171-0/+6
* Add Qt3DExtras.QNormalDiffuseMapAlphaMaterialCristian Maureira-Fredes2020-08-172-0/+2
* feature-select: delay the feature switchingChristian Tismer2020-08-143-33/+117
* shiboken: warn if the signature module fails to initializeChristian Tismer2020-08-071-1/+15
* feature_select: Apply tiny name switching optimization and cleanupChristian Tismer2020-08-043-29/+42
* feature-select: optimize feature access to the feasible maximumChristian Tismer2020-07-3110-22/+95
* feature-select: apply tiny comment improvements and optimize a bitChristian Tismer2020-07-242-22/+30
* feature-select: allow snake_case instead of camelCase for methodsChristian Tismer2020-07-2417-67/+620
* Test signal_arguments.py: Use Qt Quick Controls 2Friedemann Kleint2020-07-232-2/+3
* doc: fix Property indentationCristian Maureira-Fredes2020-07-221-24/+24
* Enable adding operators ==, != as functions without code injectionFriedemann Kleint2020-07-227-4/+109
* Fix testReverseOperators::testReverseSumWithAmbiguity()Friedemann Kleint2020-07-211-17/+1
* Brush up the code related to custom widgets in the QUiLoader moduleFriedemann Kleint2020-07-215-118/+80
* Fix libsample/photon test for Qt 6 / WindowsFriedemann Kleint2020-07-203-1/+63
* qp5_tool.py: Fix 'clean' mode on WindowsFriedemann Kleint2020-07-161-2/+2
* PyName: finalize static strings, finallyChristian Tismer2020-07-161-15/+18
* qp5_tool.py: Fix reading config files with empty linesFriedemann Kleint2020-07-161-1/+2
* Testing: Fix a quirk introduced by pruningChristian Tismer2020-07-161-1/+4
* feature-select: fix crash in scriptable applicationChristian Tismer2020-07-161-5/+1
* add quick painteditem exampleJimmy Girardet2020-07-153-0/+223
* testing: Automate pruning of old history entriesChristian Tismer2020-07-141-1/+26
* shiboken2: Refactor the parsing of Q_PROPERTY()Friedemann Kleint2020-07-144-38/+73
* testing: Supply the last build history as BUILD_DIR defaultChristian Tismer2020-07-141-1/+21