summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Require CMake 2.8.9 for the qt5_use_modules function.Stephen Kelly2012-08-102-16/+4
* Doc: Added a Qt Network landing page.Jerome Pasion2012-08-106-14/+44
* Use an include guard for qelapsedtimer.h that matches the file nameThiago Macieira2012-08-101-3/+3
* Use Q_LIKELY instead of doing an #ifdef for GCCThiago Macieira2012-08-101-7/+2
* Correct QTransform::QTransform documentation re m13 initialisation.Mitch Curtis2012-08-101-1/+1
* Handle "-psn_XXX" command line args on MacMorten Johan Sorvig2012-08-101-0/+4
* kms: Restore VT settings when crashedLaszlo Agocs2012-08-102-2/+29
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-093-1/+75
* Remove code duplication in QStandardPaths implementationsDavid Faure2012-08-096-68/+20
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-098-0/+37
* OpenGL: Allow querying OpenGL extensions via the QOpenGLContextSean Harmer2012-08-093-0/+38
* Fix qlayout autotest build for WinCE.Janne Anttila2012-08-092-3/+1
* Use native handles for parent change check in QWindowsWindow.Miikka Heikkinen2012-08-091-13/+17
* Need to have the XI2 import to detect XI_TouchBeginMaskShawn Rutledge2012-08-091-0/+1
* fix conditions in embed_manifest_*.prfJoerg Bornemann2012-08-092-2/+2
* Mark QElapsedTimer functions as Q_DECL_NOTHROWThiago Macieira2012-08-098-63/+63
* Add Q_DECL_NOTHROW to QRefCount.Thiago Macieira2012-08-091-8/+8
* Mark all atomic functions as Q_DECL_NOTHROWThiago Macieira2012-08-0912-313/+313
* Add Q_DECL_NOTHROW to the atomic functionsThiago Macieira2012-08-092-56/+56
* Call clear() instead of empty() in addressbook/part6 tutorial.Mitch Curtis2012-08-091-1/+1
* Logging: mark qt_assert()/qt_assert_x()/qFatal() as nothrowMarc Mutz2012-08-094-7/+55
* Remove unnecessary extra indentation in the EXPORT macrosThiago Macieira2012-08-091-23/+22
* Remove the Q_xxx_EXPORT macros of other modules from qglobal.hThiago Macieira2012-08-091-31/+0
* Rename QMapData::free to destroyThiago Macieira2012-08-091-3/+3
* Rename QLinkedList::free to freeData for consistencyThiago Macieira2012-08-091-6/+6
* Rename QContiguousCache allocate and free functions to say "Data"Thiago Macieira2012-08-092-20/+20
* Remove use of ::free from qlist.hThiago Macieira2012-08-092-5/+13
* Update Raspberry Pi mkspecDonald Carr2012-08-091-7/+7
* Make it possible to force generation of debug info in release buildsAndreas Holzammer2012-08-093-4/+37
* Explained rectangle bounding in documentation.Leonard Lee2012-08-081-0/+1
* Explained degree unit in QPainter::rotate() function.Leonard Lee2012-08-081-1/+1
* statemachine: Really fix signal transition handling in multi-threaded setupKent Hansen2012-08-083-6/+65
* remove unused Q_FS_FAT from Windows qplatformdefs.hJoerg Bornemann2012-08-084-4/+0
* remove embed_manifest_* from common Windows CE mkspecJoerg Bornemann2012-08-081-1/+1
* Define QT_NO_FOO also when -no-foo is passed to configure.Davide Pesavento2012-08-081-3/+9
* Avoid potential crash.Gunnar Sletta2012-08-081-1/+1
* adjust qtAddLibrary() to new qtAddModule() parametersOswald Buddenhagen2012-08-081-1/+1
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-0815-252/+252
* remove dead unsupported/win32-borland specOswald Buddenhagen2012-08-082-285/+0
* preserve the directory structure of QML_FILESOswald Buddenhagen2012-08-081-1/+6
* support installs with target dirOswald Buddenhagen2012-08-081-8/+42
* reshuffle assembly of install commands as wellOswald Buddenhagen2012-08-081-24/+16
* reshuffle assembly of uninstall commandsOswald Buddenhagen2012-08-081-12/+9
* remove pointless appending of trailing dir separator under unixOswald Buddenhagen2012-08-081-2/+0
* Clarify how days are counted in QDateTime::daysTo documentation.Mitch Curtis2012-08-082-1/+22
* Remove more -Werror from any test other than headersclean.Thiago Macieira2012-08-072-2/+2
* let qmake auto-generate d-bus adaptors and interfacesOswald Buddenhagen2012-08-0711-703/+10
* factor qml_module out of qml_pluginOswald Buddenhagen2012-08-072-27/+32
* use global imports install location as the "build" dir for qml plugin filesOswald Buddenhagen2012-08-071-2/+2
* copy qml files to build dir only when doing a non-prefix buildOswald Buddenhagen2012-08-071-8/+10