summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* move IMPORT_VERSION fallback into the conditional of the consumerOswald Buddenhagen2012-08-071-1/+2
* move qmltypes "compiler" below TARGET manipulationOswald Buddenhagen2012-08-071-17/+17
* Rename msvc11 to msvc2012Andreas Holzammer2012-08-076-10/+10
* 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
* qmake vcxproj generator: map TARGET_EXT to $(TargetExt)Joerg Bornemann2012-08-073-2/+12
* qmake: un-copy-and-pastify vcxproj generator a bitJoerg Bornemann2012-08-072-60/+70
* Add the filters for extra compilers for vcxproj filesAndy Shaw2012-08-071-0/+8
* fix class and file names in the d-bus examplesOswald Buddenhagen2012-08-078-22/+22
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-077-0/+35
* 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-073-2/+31
* Ensure that we return an invalid QTableWidgetItem when none is available.Stephen Kelly2012-08-072-1/+17
* add support for PKGCONFIG_PRIVATEOswald Buddenhagen2012-08-071-20/+28
* add support for QT_PRIVATEOswald Buddenhagen2012-08-072-35/+43
* respect copy_dir_files with manually flagged directories as wellOswald Buddenhagen2012-08-071-3/+5
* centralize+fix addition of copy_dir_files flagOswald Buddenhagen2012-08-0710-9/+12
* remove not particularly useful branchOswald Buddenhagen2012-08-071-4/+1
* remove clearly bogus escapeFilePath() callOswald Buddenhagen2012-08-071-1/+0
* make $$relative_path() minimize already relative pathsOswald Buddenhagen2012-08-071-4/+5
* 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-072-3/+78
* Do not draw garbage branches if 0px indentation is specified.Stephen Kelly2012-08-071-1/+2
* Make QSignalSpy copy QVariant parameters directlyKent Hansen2012-08-073-1/+18
* 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