summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-1425-44/+44
* remove usage of QT_MAKEDLL in favor of the new QT_STATIC macroJoerg Bornemann2012-09-143-10/+8
* Remove support for Intel C++ 7.1 and 8.0Thiago Macieira2012-09-142-172/+0
* Fix repaint issue when resizing a window in WindowsMiikka Heikkinen2012-09-142-15/+5
* QDoc manual: ordered command listJerome Pasion2012-09-141-3/+3
* Documented QtOpenGL classes that have better replacements as obsolete.Samuel Rødal2012-09-146-0/+19
* qpa: avoid useless resize in DirectFB platformJulien Brianceau2012-09-141-0/+6
* Avoid deprecated QTest method in unit testPekka Vuorela2012-09-141-2/+2
* Remove deprecated QInputMethod::visible()Pekka Vuorela2012-09-142-11/+0
* Fix compilation on HarmattanSimon Hausmann2012-09-141-0/+9
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-1416-119/+188
* Move QRecursiveMutexPrivate to qmutex.cpp and mark inlineThiago Macieira2012-09-142-14/+15
* Remove QBasicAtomic::tryLock with a timerThiago Macieira2012-09-141-2/+2
* #include the qmutex_xxx.cpp at the end of qmutex.cppThiago Macieira2012-09-141-1/+10
* Use storeRelease to unlock a mutex instead of fetchAndStoreReleaseThiago Macieira2012-09-141-1/+1
* Avoid calling QElapsedTimer::nsecsElapsed before the first futex sleepThiago Macieira2012-09-141-4/+8
* Split the timed mutex lock from the non-timed lock functionsThiago Macieira2012-09-143-6/+91
* Simplify the futex lock loop: no need for nested whileThiago Macieira2012-09-141-25/+23
* Make QBasicMutex be exclusively non-recursiveThiago Macieira2012-09-144-35/+52
* Don't recheck about timeout == 0 during mutex lockingThiago Macieira2012-09-141-3/+4
* Hoist the recursive mutex check out of the inner loopThiago Macieira2012-09-142-27/+39
* QtDBus: added missing QT_NO_DBUS guardsJ-P Nurmi2012-09-142-0/+6
* Fix QDBusServer with more than one connectionJan Arne Petersen2012-09-144-20/+44
* Add qdbusconnectionmanager_p.h to the HEADER list.Thiago Macieira2012-09-141-0/+1
* throw() is C++, so don't use it in C modeThiago Macieira2012-09-141-1/+3
* config.tests/arch: make distclean on the test, not qtMark Brand2012-09-141-2/+2
* Use QElapsedTimer instead of QTime to measure elapsed timeThiago Macieira2012-09-131-1/+1
* Increase the fuzziness of the QSemaphore test to 50 msThiago Macieira2012-09-131-1/+1
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-134-5/+24
* Doc: Marked the QUrlInfo class documentation as \internalVenugopal Shivashankar2012-09-131-0/+1
* Test: Redo remove QSKIP from printsupport testsCaroline Chao2012-09-133-1/+39
* Fix QAbstractItemModel documentation errors.Mitch Curtis2012-09-131-1/+4
* Doc: Fix snippet bug in Getting Started QtGeir Vattekar2012-09-131-7/+7
* Fix QPrinter documentation errors.Mitch Curtis2012-09-132-76/+34
* Fix qtestlib-manual.qdoc errors.Mitch Curtis2012-09-132-22/+64
* Remove documentation for non-existent QToolButton functions.Mitch Curtis2012-09-131-84/+0
* Remove documentation for non-existent QToolBox functions.Mitch Curtis2012-09-131-64/+0
* Docs: Add "\since" info for QEventLoopLocker.Christian Kandeler2012-09-131-0/+1
* Qt 5 API should correspond to Qt 4.8 on Windows, not 4.9.Stephen Kelly2012-09-131-1/+1
* Remove documentation for non-existent QTextEdit functions.Mitch Curtis2012-09-131-146/+0
* Fix QByteArray documentation errors.Mitch Curtis2012-09-132-0/+12
* Blackberry: fix tst_QFileInfo::isWritable()Rafael Roquetto2012-09-131-1/+4
* Add QMAKE_CXXFLAGS_CXX11 & QMAKE_LFLAGS_CXX11 flags of win32-g++Yuchen Deng2012-09-131-0/+2
* Fix compilation for win32-g++ and C++11Kai Koehne2012-09-131-0/+3
* Add c++11 option to configure.exeKai Koehne2012-09-134-2/+31
* Network: Fix gcc warning about conversion from string to wchar *Kai Koehne2012-09-131-2/+2
* Kernel: Fix gcc warning in qsharedmemory_win.cppKai Koehne2012-09-131-2/+2
* Kernel: Fix gcc warning about narrowing conversionKai Koehne2012-09-131-1/+1
* Threads: Fix mingw-gcc warning about 'cast to pointer from integer of differe...Kai Koehne2012-09-131-4/+4
* Improve QMetaType docs.Jędrzej Nowacki2012-09-132-11/+215