summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Qt Designer: Refactor some parts of the PixmapEditorFriedemann Kleint2024-02-093-18/+27
* QDoc: Don't change state when command doesn't applyPaul Wicking2024-02-081-2/+3
* Qt Designer: Split out PixmapEditor from designerpropertymanager.cppFriedemann Kleint2024-02-074-319/+391
* Qt Designer: Refactor class PropertySheetIconValueFriedemann Kleint2024-02-072-20/+21
* Designer: Change the icon/pixmap caches to use QHashFriedemann Kleint2024-02-062-47/+43
* QDoc: Ensure help project QHP SHA1s work cross platformPaul Wicking2024-02-041-2/+2
* Qt Designer: Port const char * constants to latin1 literalsFriedemann Kleint2024-02-0341-646/+639
* designer: fix unity buildsTim Blechmann2024-02-011-0/+1
* Qt Designer/Windows: Fix hardly readable widget names in the property editorFriedemann Kleint2024-02-011-1/+15
* QDoc: Fix typo in SPDX license in test dataPaul Wicking2024-01-312-2/+4
* CMake: Un-TP qt_add_translationsJoerg Bornemann2024-01-302-4/+0
* qdoc: Make Node::hasDoc() aware of shared comment nodesTopi Reinio2024-01-309-25/+26
* qdoc: Simplify unnecessarily complex conditional in DocBookGeneratorTopi Reinio2024-01-302-2/+2
* CMake: Don't pass .qm files to lupdateJoerg Bornemann2024-01-261-0/+10
* CMake: Don't pass generated ui_foo.h headers to lupdateJoerg Bornemann2024-01-241-4/+33
* Linguist: Replace to-be-deprecated QCheckBox::stateChanged signalKai Köhne2024-01-201-1/+1
* QDoc: Minor fixes in the QDoc manualPaul Wicking2024-01-192-14/+10
* lupdate: Add support for template literal as translation source in qml filesLucie Gérard2024-01-171-6/+3
* doc: add the \QMLLS product name to list of available macrosSami Shalayel2024-01-171-0/+3
* liguist: add support for segmented target in XLIFFLucie Gérard2024-01-171-1/+9
* Qt Designer: Display style in palette editor previewFriedemann Kleint2024-01-112-2/+5
* Qt Designer: Fix mode switching position logic for multiple screensFriedemann Kleint2024-01-112-13/+11
* Qt Designer: Start where mouse cursor is in Top Level modeFriedemann Kleint2024-01-111-3/+15
* qhelpgenerator: read file modification time in UTCJames Addison2024-01-091-4/+2
* Qt Designer/QDesignerWorkbench: Refactor functions for geometriesFriedemann Kleint2024-01-082-29/+20
* Qt Designer: Simplify top level geometry calculationFriedemann Kleint2024-01-083-37/+16
* Qt Designer/QDesignerWorkbench: Fix a few clang-tidy warningsFriedemann Kleint2024-01-082-17/+18
* Qt Designer: Replace QDesignerWorkbench::marginHint() by a constantFriedemann Kleint2024-01-053-12/+2
* Qt Designer: Change the settings keys to be latin1 string literalsFriedemann Kleint2024-01-051-20/+20
* qhelpgenerator: localize SOURCE_DATE_EPOCH to UTCJames Addison2024-01-012-1/+4
* QDoc: Allow brace enclosed arguments in compareswithLuca Di Sera2023-12-296-6/+99
* Use BSD-3-Clause license for CMake filesKai Köhne2023-12-197-7/+7
* Doc: Improve \class command description in QDoc manualTopi Reinio2023-12-182-13/+12
* Qt Designer: port away from QPairFriedemann Kleint2023-12-1537-118/+123
* Doc: Add link to Qt Design Studio in Qt Designer Manual pageAndreas Eliasson2023-12-151-9/+11
* CMake: Fix qt_add_translations in different subdirs for VS generatorsJoerg Bornemann2023-12-111-10/+37
* QDoc: Reduce code duplication for extracting clang::ExprLuca Di Sera2023-12-081-10/+6
* QDoc: Reduce code duplication for default valuesLuca Di Sera2023-12-081-19/+29
* Qt Designer: Refactor class MetaEnumFriedemann Kleint2023-12-082-15/+22
* Qt Designer: Remove functions fixing enumeration valuesFriedemann Kleint2023-12-061-28/+20
* Qt Designer: Use new comparison helpers for equalityFriedemann Kleint2023-12-0616-166/+176
* QDoc: Consider template declarations when matching a callableLuca Di Sera2023-12-052-0/+108
* QDoc: Use a more granular representation for template declarationsLuca Di Sera2023-12-0512-98/+197
* QDoc: Allow RelaxedTemplateDeclaration to be rebuilt as stringLuca Di Sera2023-12-051-1/+285
* QDoc: Add a more granular representation for template declarationsLuca Di Sera2023-12-051-0/+161
* QDoc: Add a regression suite for templated callablesLuca Di Sera2023-12-0510-0/+679
* Doc: Add a section about QDoc macros to QDoc ManualLeena Miettinen2023-12-054-4/+483
* qtdiag: only print "Q_" and "QT" environment variablesThiago Macieira2023-12-041-2/+4
* qdoc: Introduce \generatelist qmlvaluetypesbymoduleTopi Reinio2023-12-048-58/+121
* qdoc: Ensure linking works to overloaded functions in the global scopeTopi Reinio2023-12-015-17/+54