summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1311-16/+15
* Make qdbusxml2cpp output reproducibleSune Vuorela2015-02-121-10/+4
* Update copyright headersJani Heikkinen2015-02-11191-1527/+1431
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-108-347/+353
|\
| * uic: don't use QStringLiteral in comparisonsMarc Mutz2015-02-021-273/+273
| * uic: update sources from current generate_uiMarc Mutz2015-02-022-63/+66
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-296-10/+11
| |\
| | * rcc: fix build failure on Windows XP / MinGW 4.9Giuseppe D'Angelo2015-01-191-0/+1
| | * Bump copyright year to 2015Kai Koehne2015-01-155-10/+10
| * | Make it possible to generate rcc files from stdinAleix Pol2015-01-211-1/+3
* | | Remove traces of the Maemo platformTor Arne Vestbø2015-02-041-6/+0
* | | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-2/+2
* | | qdoc: Change remaining uses of qmlClass to qmlTypeMartin Smith2015-02-037-73/+73
* | | qdoc: Change uses of module and qmlModuleMartin Smith2015-02-0311-130/+152
* | | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-4/+3
* | | complete reversal of adding QLibraryInfo to the bootstrap libraryOswald Buddenhagen2015-02-021-2/+1
* | | qdoc: Ensure .qhp file is generated for all modulesTopi Reinio2015-01-223-3/+16
* | | qdoc: Change name of node typeMartin Smith2015-01-2221-126/+126
* | | qdoc: Remove support for DITA XMLMartin Smith2015-01-215-6518/+1
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+1
|\| |
| * | Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| |/
* | qdoc: Fixed broken links for abstract QML typesMartin Smith2015-01-173-16/+11
* | Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-134-2/+8
* | moc: Don't link to inexistent parent staticMetaObjectGabriel de Dietrich2015-01-132-1/+7
* | qdoc: qdoc's 'square bracket' parameters were evaluated too earlyMartin Smith2015-01-127-28/+72
* | moc: Work around 'unused variable' MSVC warningKai Koehne2015-01-091-1/+2
* | qdoc: Use qgetenv instead of getenvSérgio Martins2015-01-061-4/+4
* | Add annotation to rename methods created by qdbusxml2cppDavid Edmundson2015-01-051-3/+12
* | qdoc: Update qdoc manualMartin Smith2015-01-029-4/+360
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-292-6/+14
|\|
| * qdoc: Fixed broken TOC links to Reimplemented sectionsMartin Smith2014-12-191-5/+13
| * qdoc: Remove zero-width-space characters from function signaturesTopi Reinio2014-12-181-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-105-7/+8
|\|
| * doc: Clarify \inqmlmodule usageAlejandro Exojo2014-12-085-7/+8
* | Fix maximal literal string limitation in moc.Jędrzej Nowacki2014-12-071-9/+25
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0325-667/+667
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2416-1184/+1233
|\|
| * Implement Download folder path retrieval on OS XSamuel Gaist2014-11-241-3/+4
| * qdoc: Missing break in qdoc switch statementMartin Smith2014-11-181-0/+1
| * qdoc: Removed text formatting from requisites tableTopi Reinio2014-11-151-12/+4
| * qdoc: Prepare QDoc for the new style on qt.ioTopi Reinio2014-11-113-51/+73
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-1111-1091/+1124
| |\
| | * moc: use Q_NULLPTR instead of 0 in generated code.Axel Rasmussen2014-11-061-10/+10
| | * Update the copy of the Qml parserSimon Hausmann2014-11-055-1078/+1105
| | * New Qt logoAlessandro Portale2014-11-052-0/+0
| | * Rcc: ensure enough space for the embeddedhjk2014-11-051-0/+2
| | * qdoc: Delayed the examples manifest file creationVenu2014-11-041-3/+1
| | * Check the Q_SCRIPTABLE tag of signals and slots as early as possible.Robert Griebl2014-11-041-0/+6
| * | rcc: Replace all occurrences of the marker in two-pass modehjk2014-11-111-23/+27
| |/
| * moc: do not error if the last token of a define is #Olivier Goffart2014-10-281-5/+1