summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-1312-126/+229
|\
| * qdoc3: Allow the full signature for QML signals and methodsMartin Smith2009-11-114-25/+41
| * qdoc3: Output the full signature for QML signals and methodsMartin Smith2009-11-112-2/+5
| * qdoc3: Fixed a linking problem for qml methods.Martin Smith2009-11-117-88/+152
| * Add tr() to strings of Assistant that need to be translatedBenjamin Poulain2009-11-111-2/+2
| * french translation of qt_helpPierre Rossi2009-11-112-1/+22
| * Designer: Use toolbar in Signal/Slot editorFriedemann Kleint2009-11-111-9/+10
| * Assistant: Add missing initialization of member variable.qt-info@nokia.com2009-11-111-0/+1
| * Fix Assistant losing font settings across invocations.kh12009-11-112-62/+67
| * Fix some warnings.kh12009-11-111-3/+2
| * Assistant: Fix bugs related to setting the current filter remotely.qt-info@nokia.com2009-11-113-10/+14
| * record id-based messages even if they have an empty sourceOswald Buddenhagen2009-11-113-20/+16
| * handle messages with ids (more) correctlyOswald Buddenhagen2009-11-114-52/+138
| * kill TranslatorMessage::operator==() and qHash(TranslatorMessage)Oswald Buddenhagen2009-11-115-29/+27
| * eliminate TranslatorMessagePtr from the Translator apiOswald Buddenhagen2009-11-116-48/+51
| * improve ordered message insertionOswald Buddenhagen2009-11-111-1/+1
| * eliminate Translator::contains()Oswald Buddenhagen2009-11-113-11/+11
| * eliminate Translator::replace()Oswald Buddenhagen2009-11-113-17/+3
| * use right method to record new messagesOswald Buddenhagen2009-11-111-1/+1
| * do not consider plural source in comparisonsOswald Buddenhagen2009-11-111-4/+0
| * remove unused TranslatorMessage::operator<()Oswald Buddenhagen2009-11-112-12/+0
| * cut code dupe ...Oswald Buddenhagen2009-11-111-12/+5
| * don't construct a new message for look-up purposes onlyOswald Buddenhagen2009-11-113-13/+5
| * Doc: Fixed whitespace.David Boddie2009-11-111-6/+5
| * Doc: Attempt to fix broken Xcode markup.David Boddie2009-11-111-2/+2
* | Assistant: Fix license header.ck2009-11-131-1/+1
* | fix cetest compilation following bootstrap changesOswald Buddenhagen2009-11-121-0/+1
* | Fixed border around classes table at the bottom-rightThorbjørn Lindeijer2009-11-101-4/+4
* | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-1011-26/+75
|\ \
| * \ Merge branch 'tools-team/4.6' (early part) into 4.6Oswald Buddenhagen2009-11-1019-275/+323
| |\ \ | | |/ | |/|
| * | Merge branch '4.6-platform' into 4.6Denis Dzyubenko2009-11-091-0/+11
| |\ \
| | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Bradley T. Hughes2009-11-0917-164/+300
| | |\ \
| | * | | Added a -no-native-gestures option for configure.exeDenis Dzyubenko2009-11-061-0/+11
| * | | | Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-099-19/+30
| |\ \ \ \
| | * | | | API review: *Count() are not pluralMarius Storm-Olsen2009-11-095-12/+23
| | * | | | API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-062-5/+5
| | * | | | API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-062-2/+2
| | |/ / /
| * | | | Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-091-4/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add src/tools/tools.pro, and use when building host tools for xcompilingMarius Storm-Olsen2009-11-041-4/+1
| * | | | Merge commit 'ceteam/4.6' into 4.6Joerg Bornemann2009-11-091-3/+33
| |\ \ \ \
| | * | | | cetest crashes and no helpful debugging providedKeith Isdale2009-11-061-3/+33
| | | |/ / | | |/| |
* | | | | uic/Designer: Use correct margin defaults for custom page-based containers.Friedemann Kleint2009-11-104-51/+62
* | | | | build lrelease bootstrappedOswald Buddenhagen2009-11-107-12/+147
* | | | | don't use qApp->arguments()Oswald Buddenhagen2009-11-101-16/+15
| |_|_|/ |/| | |
* | | | Designer: Use toolbar in Signal/Slot editorFriedemann Kleint2009-11-101-9/+10
* | | | Assistant: Add missing initialization of member variable.ck2009-11-091-0/+1
* | | | Fix Assistant losing font settings across invocations.kh12009-11-092-62/+67
* | | | Fix some warnings.kh12009-11-091-3/+2
* | | | Assistant: Fix bugs related to setting the current filter remotely.ck2009-11-093-10/+14
* | | | record id-based messages even if they have an empty sourceOswald Buddenhagen2009-11-063-20/+16