summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Windows: Use correct drop data in processDrop().Friedemann Kleint2012-03-011-1/+1
* Cocoa: Implement QPlatformTheme:palette()Morten Johan Sorvig2012-03-016-3/+223
* Use QSystemError for QDnsLookup windows backendShane Kearns2012-03-012-2/+3
* Fix buffer overrun crash running MSVC2010 win32 Qt on win64Shane Kearns2012-03-012-32/+4
* QBoolBlocker: make constructor explicit and disable copyingMarc Mutz2012-03-011-1/+2
* Set texture parameters before allocating the texture.Gunnar Sletta2012-03-011-4/+6
* qmake-test: Fix jom/nmake handling on Windows.Friedemann Kleint2012-03-011-2/+23
* Add support for _NET_ACTIVE_WINDOW on xcbJan Arne Petersen2012-03-011-2/+23
* Skip the network SSL test on Windows.Friedemann Kleint2012-03-011-1/+1
* Added QPlatformScreenBufferJørgen Lind2012-03-014-12/+175
* CodeCoverage: Exclude all header files from intrumentation.Caroline Chao2012-03-011-1/+1
* Changed qchar unittest to check return from QFINDTESTDATAKurt Korbatits2012-03-011-1/+3
* Fixed qlocale unittest to install subprogram syslocaleapp correctlyKurt Korbatits2012-03-012-4/+3
* Changed qdir unittest remove() to check actual file removedKurt Korbatits2012-03-011-1/+2
* Changed qlogging unittest to install subprogramKurt Korbatits2012-03-011-0/+3
* Fixed qdir unittest rename() test to skip if run as rootKurt Korbatits2012-03-011-0/+6
* QRegExp: fix \i \I \c \C \p \P escape sequencesGiuseppe D'Angelo2012-03-012-13/+50
* SHA-2 code does not compile on FreeBSDHolger Hans Peter Freyther2012-03-011-0/+9
* Add support for XCode 4 into qmakeAndy Shaw2012-03-012-73/+172
* Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-012-5/+43
* Remove qhash_faster.Robin Burchell2012-02-293-73/+0
* Copy Qt 4's QString hash algorithm.Robin Burchell2012-02-293-4/+32
* Move data generation to initTestCase() method and store the results.Robin Burchell2012-02-291-72/+58
* Add test data for string forms of numbers.Robin Burchell2012-02-291-0/+12
* Add a test using lots of similar strings.Robin Burchell2012-02-291-0/+36
* Don't use deprecated QWheelEvent::delta()Morten Johan Sorvig2012-02-291-1/+3
* Remove Mac qDebug ifdefs.Morten Johan Sorvig2012-02-292-34/+0
* 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