summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a T parameter to the memory barrier functions in atomics.Thiago Macieira2012-08-076-39/+49
* QMessageLogger: mark default ctor as constexpr, tooMarc Mutz2012-08-071-2/+2
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-071-3/+10
* Do not draw garbage branches if 0px indentation is specified.Stephen Kelly2012-08-071-1/+2
* Make QSignalSpy copy QVariant parameters directlyKent Hansen2012-08-071-1/+4
* QWindowSystemInterface: fix mem leak and raceMarc Mutz2012-08-072-18/+26
* Use == for button flag test instead of &Stephen Kelly2012-08-071-2/+2
* Remove extra Q_COMPILER_xxx defines from the MSVC section.Thiago Macieira2012-08-061-11/+0
* MSVC's throw() behaviour matches the C++11 noexcept, so use itThiago Macieira2012-08-061-1/+5
* Optimise QMutexLocker a little: don't call relock() in the constructorThiago Macieira2012-08-061-2/+5
* OpenGL: Add finer-grained functionality checks for NPOT texturesSean Harmer2012-08-062-3/+5
* Make sure codecForLocale returns a valid codec in bootstrap modeJan-Arve Saether2012-08-061-1/+1
* Doc: Adding a landing page for Qt SQL.Jerome Pasion2012-08-063-3/+37
* fix maximize -> fullscreen -> maximize on WindowsJoerg Bornemann2012-08-061-1/+1
* Add missing const qualifier to snippet in QIdentityProxyModel doc.Mitch Curtis2012-08-061-1/+1
* Fix some documentation inconsistency in QtNetwork.Stephen Kelly2012-08-062-21/+21
* qdoc: Removed "../" from paths to imagesMartin Smith2012-08-062-12/+16
* Fix typos in qdatetime.cpp.Mitch Curtis2012-08-061-8/+8
* Do not call markDirty() for hidden widgets.Samuel Rødal2012-08-061-1/+1
* Fixed popups getting blocked by modal windows.Samuel Rødal2012-08-061-1/+1
* qdoc: No longer prints namespace qualifier twiceMartin Smith2012-08-062-8/+5
* Logging: mark qEmergencyOut() noexceptMarc Mutz2012-08-061-1/+1
* Fix intended assignment to customSet variable.Frank Osterfeld2012-08-061-1/+1
* qdatetime: micro optimization in fmtDateTimehjk2012-08-051-36/+36
* XCB: Correction to OpenGL version check for profile supportSean Harmer2012-08-041-1/+1
* ICU: lock the mutex before calling an Unlocked functionThiago Macieira2012-08-041-0/+2
* ICU: Mark which functions are threadsafe and which ones aren'tThiago Macieira2012-08-043-14/+20
* QNX: Ensure that m_requestedBufferSize is properly initialisedSean Harmer2012-08-031-1/+2
* Fix order of QT_END_NAMESPACE and QT_END_HEADER macrosSergio Ahumada2012-08-031-1/+1
* Fix FullScreen for Windows CEAndreas Holzammer2012-08-032-0/+26
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-0347-51/+51
* Remove the obsolete scene argument for constructors of graphics itemsLars Knoll2012-08-035-322/+80