summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-2925-1070/+1154
* QFileSystemModel autotest fixesMiikka Heikkinen2012-02-292-59/+33
* network cookies: check "example.com" != "example.com."Shane Kearns2012-02-291-0/+12
* Fix the include dir used by the CMake config files.Stephen Kelly2012-02-291-1/+1
* Remove internal class QVolatileImage.Laszlo Agocs2012-02-298-802/+1
* Fix a double-release when loading NIB filesJamie Kirkpatrick2012-02-291-1/+0
* Make QJsonPrivate::String compile on big endian platforms.Jason Barron2012-02-291-1/+2
* Fix tests of QMimeDatabase.Friedemann Kleint2012-02-297-65/+121
* QPlatformTheme: Add virtual destructor.Morten Johan Sorvig2012-02-292-0/+7
* Skip test tst_QTextScriptEngine::thaiWithZWJ on Windows.Friedemann Kleint2012-02-291-0/+3
* Fix build of QImageReader tests with QT_USE_QSTRINGBUILDER.Stephen Kelly2012-02-291-1/+1
* Fix build of QWizard tests with QT_USE_QSTRINGBUILDERStephen Kelly2012-02-291-2/+2
* Remove Mac/QPA collision breaking library linkageDonald Carr2012-02-291-2/+0
* Added helpful notice in configure about how to enable the xcb plugin.Samuel Rødal2012-02-291-0/+2
* Cleaned up examples/opengl/cube/cube.pro, removed message()Rohan McGovern2012-02-291-9/+0
* Remove unused selftest data file.Jason McDonald2012-02-292-7/+0
* QHeaderView - remove sectionCount variableThorbjørn Lund Martsum2012-02-292-69/+67
* Add support for QT_NO_SIGNALS_SLOTS_KEYWORDSStephen Kelly2012-02-291-2/+4
* QRingBuffer: make constructor explicitMarc Mutz2012-02-291-1/+1
* Activate replacements when installing .pc files for win32Hib Eris2012-02-291-7/+7
* QPair: don't copy-initialise 'first'/'second' in the default ctorMarc Mutz2012-02-291-1/+1
* De-duplicate platform-dependent pathsHib Eris2012-02-291-12/+8
* QPair: remove user-defined copy assignment operatorMarc Mutz2012-02-291-3/+1
* Implement missing replacements when installing .pc files for win32Hib Eris2012-02-293-1/+19
* don't abuse $$fromfile() for inspecting entire projectsOswald Buddenhagen2012-02-292-4/+4
* look for mkspecs in the project root, not next to every projectOswald Buddenhagen2012-02-294-9/+36
* factor out code to install default mkspecOswald Buddenhagen2012-02-292-17/+25
* 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