summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QImage{Reader,Writer}: remove unused local typedef (GCC 4.8 warning)Marc Mutz2012-08-112-2/+0
* QModelIndex: remove user-defined copy operationsMarc Mutz2012-08-111-3/+1
* Fix order of namespace/include guards.Frederik Gladhorn2012-08-111-3/+2
* Make rowIntersectsSelection take account of the parent argument.Stephen Kelly2012-08-101-4/+7
* QtWidgets: use new qEnvironmentVariableIs{Empty,Set}()Marc Mutz2012-08-102-5/+5
* Take scroll position into account when painting drag pixmap.Stephen Kelly2012-08-101-1/+1
* Revert "Added default argument for color profile to QImage constructors."Alexandros Dermenakis2012-08-102-20/+12
* make currentText the USER property for QComboBoxMark Brand2012-08-101-2/+2
* Require CMake 2.8.9 for the qt5_use_modules function.Stephen Kelly2012-08-101-14/+1
* 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-092-0/+59
* Remove code duplication in QStandardPaths implementationsDavid Faure2012-08-096-68/+20
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-097-0/+35
* OpenGL: Allow querying OpenGL extensions via the QOpenGLContextSean Harmer2012-08-093-0/+38
* 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
* 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
* 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
* 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-082-6/+27
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-0812-12/+12
* Clarify how days are counted in QDateTime::daysTo documentation.Mitch Curtis2012-08-082-1/+22
* Q_DECL_NOTHROW: stronger and more widely available version of Q_DECL_NOEXCEPTMarc Mutz2012-08-072-4/+73
* Improve the QOpenGLExtensionMatcher classSean Harmer2012-08-072-50/+11
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-075-0/+19
* QtGui: collapse two qgetenv() on the same variableMarc Mutz2012-08-071-1/+2
* QUrl::idnWhiteList(): add QList::reserve() callMarc Mutz2012-08-071-2/+4
* QtNoDebug: remove special member functionsMarc Mutz2012-08-071-3/+0
* Only emit the clicked() signal from views if the left button is used.Stephen Kelly2012-08-071-2/+3
* Ensure that we return an invalid QTableWidgetItem when none is available.Stephen Kelly2012-08-071-1/+1
* ifdef drivespec handling in relativeFilePath to windowsOswald Buddenhagen2012-08-071-9/+4
* Properly manage window geometry in kmsLaszlo Agocs2012-08-072-4/+9
* qdoc: Don't always add example .qdoc files to source listMartin Smith2012-08-071-3/+5
* Only use glXCreateContext if glXCreateContextAttribsARB did not succeed.Zeno Albisser2012-08-071-16/+13
* Don't export QAtomicInt, it's all inlineThiago Macieira2012-08-071-1/+1