summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1025-904/+1218
|\
| * Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-2/+2
| * qdoc: findNodeRecursive() was called with a null start nodeMartin Smith2012-04-032-2/+14
| * QDoc documentation: modified the instructions for documenting signals.Jerome Pasion2012-04-031-16/+9
| * qdoc: Don't lower case <shortdesc> in DITA.Martin Smith2012-04-021-32/+31
| * qdoc: Add the \hr commandMartin Smith2012-04-025-0/+16
| * qdoc: Allow documenting a C++ class as a QML type.Martin Smith2012-04-0215-729/+998
| * QDoc: Fix assert and remove duplicate description.Casper van Donderen2012-04-011-6/+6
| * QDoc: Write proper output file name for debug output.Casper van Donderen2012-03-302-2/+9
| * QDoc: Add hand-written ditamaps as children of qt.ditamapCasper van Donderen2012-03-291-30/+83
| * QDoc: Remove LOCAL LINK debug output.Casper van Donderen2012-03-291-1/+0
| * QDoc: pre-/append qmlmodule/module to distinguish names.Casper van Donderen2012-03-291-0/+7
| * QDoc: Do not generate the sub-lists in automatic ditamap.Casper van Donderen2012-03-291-92/+0
| * qdoc: Add simple return types such as void to output.Casper van Donderen2012-03-281-0/+5
| * qdoc: Use otherprops attribute for DITA signals/slots.Casper van Donderen2012-03-281-4/+4
| * rcc: Add a note about the usage of the source code for Qt Designer.Friedemann Kleint2012-03-282-0/+4
| * qdoc: also allow \page index as head of ditamap.Casper van Donderen2012-03-281-1/+1
| * qdoc: Add CLI option to not generate example docs.Casper van Donderen2012-03-284-10/+19
| * qdoc: Rename QML classes to QML types in ditamap.Casper van Donderen2012-03-281-1/+1
| * qdoc: Do not write index.dita multiple times in ditamap.Casper van Donderen2012-03-281-0/+9
| * qdoc: Implement \uicontrol command.Casper van Donderen2012-03-287-1/+25
* | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-081-2/+2
* | Remove -DQT_NO_STL from the bootstrapped buildsThiago Macieira2012-04-072-2/+0
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-3/+3
* | Stop relying on QHash orderingGiuseppe D'Angelo2012-04-031-0/+9
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-4/+5
* | Remove compression support from moc.Jędrzej Nowacki2012-03-291-1/+1
* | Compile QArrayData in bootstrap phase.Jędrzej Nowacki2012-03-291-0/+1
* | Merge master into api_changesKent Hansen2012-03-271-2/+3
|\|
* | Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-241-1/+0
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2319-1786/+1389
|\ \
| * | Merge master into api_changesKent Hansen2012-03-2319-1786/+1389
| |\|
| | * QDoc: updating manual to use "type".Jerome Pasion2012-03-214-62/+63
| | * qdoc: Disable generation of .pageindex file.Casper van Donderen2012-03-212-227/+0
| | * QDoc: Changing "element" string to "type".Jerome Pasion2012-03-211-1/+1
| | * EGLFS: Integrate building into configure.Donald Carr2012-03-211-1/+0
| | * qdoc: Handle multiple \ingroup commands in QML types.Martin Smith2012-03-201-3/+7
| | * qdoc: Remove short description from apiDescMartin Smith2012-03-201-0/+12
| | * qdoc: Remove the spectitle attributeMartin Smith2012-03-201-3/+3
| | * qdoc: Enable XSLTs to produce correct #include info.Martin Smith2012-03-202-41/+42
| | * qdoc: Rename qt3 support pages to Compatibility pages.Casper van Donderen2012-03-204-19/+13
| | * Notifier signals don't need separate documentation.Casper van Donderen2012-03-203-2/+13
| | * qdoc: Merge PageGenerator into Generator class.Casper van Donderen2012-03-209-1429/+1237
* | | Remove QWorkspace.Debao Zhang2012-03-232-3/+0
|/ /
* | QtWidgets: Cleanup Q3* itemsDebao Zhang2012-03-201-3/+0
* | Merge master into api_changesKent Hansen2012-03-191-2/+8
|\|
| * qdoc: Structure the DITA map with a root node.Martin Smith2012-03-171-2/+8
* | Ensure that moc doesn't resolve the qreal meta-type idKent Hansen2012-03-182-23/+28
* | Bootstrap qdbuscpp2xml.Stephen Kelly2012-03-183-218/+256