summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-0120-447/+172
|\
| * handle encoding of PO filesOswald Buddenhagen2010-03-316-1/+16
| * add Plural-Forms header in PO writerOswald Buddenhagen2010-03-315-8/+9
| * don't mark untranslated messages as fuzzy in PO filesOswald Buddenhagen2010-03-314-10/+6
| * interpret source language "en" as "POSIX" (more precisely: "none specified")Oswald Buddenhagen2010-03-311-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-318-427/+140
| |\
| | * Rename the xxxMsecsSinceEpoch functions to xxxMSecsSinceEpoch.Thiago Macieira2010-03-311-9/+9
| | * Add QDateTime members that operate on 64-bit milliseconds.Thiago Macieira2010-03-311-0/+69
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-307-426/+70
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-307-426/+70
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-307-426/+70
| | | | |\
| | | | | * Autotest: oops, fix oops: remove qguard from auto.proThiago Macieira2010-03-271-1/+0
| | | | | * Autotests: oops, remove last traces of QGuardThiago Macieira2010-03-273-421/+68
| | | | | * Unskip test that used to crashKent Hansen2010-03-261-4/+0
| | | | | * uic3: -extract: Write XPM-images correctly.Friedemann Kleint2010-03-262-0/+2
* | | | | | Attempt to fix the test.Alexis Menard2010-03-311-2/+2
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-3122-28/+1117
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge remote branch 'integration/qt-4.7-from-4.6' into 4.7Olivier Goffart2010-03-313-18/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-03-31782-635/+2494
| |\ \ \ \ \ \
| | * | | | | | Add a QGraphicsItem::updateMicroFocus() to QGraphicsItem.Alexis Menard2010-03-311-0/+71
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-3016-27/+487
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-03-302028-7209/+224240
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-3027-155/+320
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-303-0/+5
| | | | |\ \ \ \ \
| | | | | * | | | | Hack .pro files on windows to define QT_NO_EGLTom Cooksey2010-03-303-0/+5
| | | | * | | | | | Fix QStaticText test on MacEskil Abrahamsen Blomfeldt2010-03-301-5/+5
| | | | |/ / / / /
| | | | * | | | | Fix QDate::isLeapYear() for years < 1John Layt2010-03-301-8/+42
| | | | * | | | | One more test for chinese codecsOlivier Goffart2010-03-301-0/+39
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-3010-18/+399
| | | | |\ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | | | * | | | QScriptEngine: Fix reentrency involving creation and desctructions of QScript...Olivier Goffart2010-03-291-0/+21
| | | | | * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-296-3/+109
| | | | | |\ \ \ \
| | | | | | * | | | QVarLenghtArray: add some API to be consistant to QVectorOlivier Goffart2010-03-291-0/+13
| | | | | * | | | | Make QStaticText layout lazyEskil Abrahamsen Blomfeldt2010-03-291-1/+1
| | | | | * | | | | Change QStaticText::setMaximumSize() to setTextWidth()Eskil Abrahamsen Blomfeldt2010-03-291-19/+32
| | | | | * | | | | Respect QPainter::pen() in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-03-291-0/+90
| * | | | | | | | | Total makeover of SVG image readeraavit2010-03-317-2/+561
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Fix a bug in greek shaping causing infinite loopsLars Knoll2010-03-261-0/+36
| * | | | | | | | Stabilize tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaintGabriel de Dietrich2010-03-261-3/+6
| * | | | | | | | QMetaObject::normalizeType: Fix parsing of type which contains "const" in namesOlivier Goffart2010-03-262-0/+17
| * | | | | | | | QMetaObject::normalizeType: fix uses of const and template.Olivier Goffart2010-03-263-0/+37
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Synchronize rich text and plain text code paths in QStaticTextEskil Abrahamsen Blomfeldt2010-03-261-0/+36
| * | | | | | | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-2544-58/+2748
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | itemChange() is now called when transformation properties change.Yoann Lopes2010-03-251-1/+80
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-2590-1343/+636
| |\ \ \ \ \ \ \
| | * | | | | | | stabilize tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaintOlivier Goffart2010-03-251-0/+6
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-251-0/+30
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-241-0/+30
| | | |\ \ \ \ \ \ \
| * | | | | | | | | | Fix QFontMetrics::height() and QFontMetrics autotestEskil Abrahamsen Blomfeldt2010-03-251-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Auto test for commit 4a4458d1cf5ec7885c6f63f739b7ee80c70ad211Gabriel de Dietrich2010-03-241-0/+30
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-3144-3/+191
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |