summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Prevent stack corruption when using OpenGL Core ProfileSean Harmer2012-02-282-2/+3
| * directfb: Switch to the new style pluginsHolger Hans Peter Freyther2012-02-283-2/+9
| * Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-277-3/+2115
| * Remove use of deprecated conversion from QKeySequenceOlivier Goffart2012-02-278-11/+15
| * QHeaderView - minor cleanup in viewportEventThorbjørn Lund Martsum2012-02-271-9/+4
| * Detect QMetaType::QReal from the definition of qrealOlivier Goffart2012-02-271-8/+1
| * Fix submenu positioningMiikka Heikkinen2012-02-271-0/+8
| * Make configure.exe only detect each compiler onceBradley T. Hughes2012-02-271-4/+24
| * remove useless init() functionOswald Buddenhagen2012-02-271-6/+0
| * move resetEnvironment() call to cleanup()Oswald Buddenhagen2012-02-271-1/+1
| * make qmake test suite a tad more verbose on failureOswald Buddenhagen2012-02-273-13/+19
| * TestCompiler: split commands from argumentsOswald Buddenhagen2012-02-273-11/+27
| * don't rely on $PATH for finding rccOswald Buddenhagen2012-02-271-1/+3
| * remove over-uses of $$list()Oswald Buddenhagen2012-02-272-4/+4
| * avoid using infile() needlesslyOswald Buddenhagen2012-02-271-3/+4
| * Fix tst_qmenu.Debao Zhang2012-02-272-23/+12
| * QClipboard: Fix autotest failsDebao Zhang2012-02-276-28/+25
| * don't generate bogus TARGETsOswald Buddenhagen2012-02-271-6/+6
| * bump version of QMAKE_TARGET_PRODUCTOswald Buddenhagen2012-02-271-1/+1
| * Fix QThreadstorage test.Friedemann Kleint2012-02-277-25/+62
| * Fix icon loading in style sheets.Friedemann Kleint2012-02-273-31/+49
| * QtTest: add missing \since 5.0 to the new macrosDavid Faure2012-02-271-0/+6
| * Fix inconsistent auto test executable namesDavid Faure2012-02-273-1/+3
| * QRegExp: fix crashGiuseppe D'Angelo2012-02-272-0/+31
| * remove library version matching from qt.confOswald Buddenhagen2012-02-271-65/+2
| * Use new plugin system in qtbase.Friedemann Kleint2012-02-2724-35/+97
| * Simplify QMetaTypeSwitcher.Jędrzej Nowacki2012-02-272-26/+8
| * Optimize space for the QEventLoopQuitLocker.Stephen Kelly2012-02-271-9/+23
| * Reduce QtCore lib binary size by around ~3KB, by removing template codeJędrzej Nowacki2012-02-274-87/+38
| * Fix selftests while using QStringBuilderOlivier Goffart2012-02-271-1/+1
| * Remove deprecated usage of QKeySequence from qguivariantOlivier Goffart2012-02-271-2/+3
| * Remove usage of deprecated QAbstractItemModel::setRoleNamesOlivier Goffart2012-02-272-11/+7
| * Don't use deprecated QAbstractItemModel::reset()Olivier Goffart2012-02-276-6/+12
| * Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-276-50/+50
| * Remove more support for unsupported GCC versions.Stephen Kelly2012-02-271-6/+2
| * Skip unstable qlineedit autotest on Ubuntu 11.10.Toby Tomkins2012-02-272-0/+6
| * qfiledialog2: Skip test that is passing on CI and failing otherwise.Toby Tomkins2012-02-271-3/+3
| * Changed qnetworkreply unittest to return correct codeKurt Korbatits2012-02-271-7/+5
| * QFlags<>: let the compiler generate copy ctor/op=Marc Mutz2012-02-261-2/+5
| * remove fallback re-initialization of TARGET after parsing projectOswald Buddenhagen2012-02-262-3/+1
| * RemoveRef should not remove the constOlivier Goffart2012-02-261-1/+0
| * QFixed: make constexprMarc Mutz2012-02-261-68/+68
| * QFixed{,Size}: reformulate some functions in a constexpr-friendly wayMarc Mutz2012-02-261-23/+24
| * uic: remove unused QRegExp #includesGiuseppe D'Angelo2012-02-262-2/+0
| * QPrinterInfo: remove unused variableMarc Mutz2012-02-261-1/+0
| * Remove usage of deprecated QRect::uniteOlivier Goffart2012-02-262-2/+2
| * Fix doc according to current method signatureABBAPOH2012-02-261-1/+0
| * Fix compilation of examples with QStringBuilderOlivier Goffart2012-02-253-5/+5
| * QSslError: fix wrong #endif placementMarc Mutz2012-02-251-1/+1
| * Fix MinGW configure bootstrapJonathan Liu2012-02-251-3/+31