summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-2923-94/+115
* Change the representation of meta-object string dataKent Hansen2012-02-299-121/+274
* Update QDBusAbstractConnector to meta-object revision 7Kent Hansen2012-02-291-14/+43
* Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-29642-5979/+16448
|\
| * Add a new qmake feature to support OpenGL ES 1 appsJason Barron2012-02-281-0/+2
| * Make the CMake files work with directory overrides.Stephen Kelly2012-02-284-19/+83
| * Compile SHA-2 code on systems without stdint.hBradley T. Hughes2012-02-282-3/+15
| * Skip QLocale test on Windows, improve process handling.Friedemann Kleint2012-02-283-34/+92
| * Rename remaining references to QInputPanelPekka Vuorela2012-02-285-6/+6
| * Fix QLibrary autotest for WindowsMiikka Heikkinen2012-02-283-4/+17
| * Initial import of the Blackberry QPA plugin for Qt5Sean Harmer2012-02-2832-0/+7553
| * simplify loop over modulesOswald Buddenhagen2012-02-281-1/+1
| * moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-282-8/+13
| * configure: fixed qconfig.h symlink warningsRohan McGovern2012-02-281-3/+3
| * QDomNode: don't needlessly call virtual functionsMarc Mutz2012-02-281-5/+7
| * Remove stale QWS considerations from configureDonald Carr2012-02-289-733/+24
| * resolve relative spec paths already on the command lineOswald Buddenhagen2012-02-281-1/+9
| * move .qmake.cache search to OptionOswald Buddenhagen2012-02-284-29/+39
| * don't look for features in PrefixPathOswald Buddenhagen2012-02-281-4/+0
| * scope context saving more minimallyOswald Buddenhagen2012-02-281-6/+6
| * Fix QSettings autotest fails under WindowsDebao Zhang2012-02-281-0/+2
| * QComboBox: Use platform theme hint to determine popup geometry.Friedemann Kleint2012-02-282-25/+18
| * QSqlTableModel: unify code for cache-clearing before selectMark Brand2012-02-281-19/+12
| * configure: fixed stray output from endian.test when not verboseRohan McGovern2012-02-281-1/+5
| * QSqlTableModel::isDirty(): simplify and improve logicMark Brand2012-02-281-17/+8
| * restore previously non-working disabled testMark Brand2012-02-281-2/+1
| * testlib: Improve the silent logging modeJason McDonald2012-02-288-6/+134
| * testlib: Remove commented-out code from plain text logger.Jason McDonald2012-02-281-2/+0
| * Make accessible interfaces private for Qt 5.0Jan-Arve Saether2012-02-286-1/+17
| * Fix divide by zero when glyphWidth is 0Jiang Jiang2012-02-281-0/+2
| * 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