summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* in non-verbose mode, suppress qmake output as wellOswald Buddenhagen2012-09-101-2/+3
* Use QStringList::join(QChar) overload where applicable [QtDBus]Marc Mutz2012-09-102-3/+3
* Move the non-C++ parts of qglobal.h outside of __cplusplusThiago Macieira2012-09-101-135/+134
* Move the constructor and destruction function macros to the C++ partThiago Macieira2012-09-101-22/+22
* Use the same hash for 8 bit strings as in QByteArrayLars Knoll2012-09-091-12/+1
* QNX: Add some optional debug output to event dispatcherSean Harmer2012-09-091-0/+18
* Remove temporary constructor used to make qreal->float changeSean Harmer2012-09-092-12/+0
* Removing duplicate includesSergio Ahumada2012-09-0938-61/+2
* test: QFtp tests require `private_tests' setSergio Ahumada2012-09-093-2/+3
* Fix missing or improper include guard in headersSergio Ahumada2012-09-0927-63/+63
* Move tutorials to widgets.Frederik Gladhorn2012-09-09172-1/+1
* qdoc: Renaming include guard in qmlmarkupvisitor.h headerSergio Ahumada2012-09-081-2/+2
* printsupport: Fix missing or improper include guard in headersSergio Ahumada2012-09-084-10/+10
* Add support for the Intel Composer XE 2013.Thiago Macieira2012-09-081-0/+6
* Make the default Qt API be Qt 5.0'sThiago Macieira2012-09-082-2/+10
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-088-34/+11
* centralize initialization of CONFIG in mkspecsOswald Buddenhagen2012-09-0892-91/+62
* centralize initialization of QT in specsOswald Buddenhagen2012-09-0894-93/+2
* remove useless TEMPLATE assignments from specsOswald Buddenhagen2012-09-0891-91/+0
* adjust specs to the new target mode handlingOswald Buddenhagen2012-09-0892-85/+67
* enable depend_includepath by defaultOswald Buddenhagen2012-09-083-3/+3
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-086-9/+9
* Fix QTest::qExec crash with no command line argumentsJeremy Lainé2012-09-081-1/+2
* QDBusIntegrator: fix unprotected QDBusPendingCallPrivate::waitingForFinished ...Marc Mutz2012-09-081-1/+7
* Mention logging related changes in changes-5.0.0 fileKai Koehne2012-09-081-0/+6
* Fix warning about not enough actual parameters for macro.Jędrzej Nowacki2012-09-081-1/+1
* fix c string comparisonOswald Buddenhagen2012-09-071-1/+1
* de-duplicate MODULE_DEPENDSOswald Buddenhagen2012-09-071-0/+1
* use each module's lib_bundle settingOswald Buddenhagen2012-09-071-1/+1
* generalize environment additions to tool invocationOswald Buddenhagen2012-09-071-18/+30
* cache the right variableOswald Buddenhagen2012-09-071-2/+1
* QVariant: prevent QVariant(QMetaType::Type) from compilingMarc Mutz2012-09-071-0/+7
* Use QStringList::join(QChar) overload where applicable [QtNetwork]Marc Mutz2012-09-073-8/+8
* Use QStringList::join(QChar) overload where applicable [QtWidgets]Marc Mutz2012-09-075-5/+5
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-073-3/+3
* QNX: Enable support for hardware buttons in QPA pluginSean Harmer2012-09-075-2/+328
* Enable autodetecting of EGL event for desktop GLJorgen Lind2012-09-072-10/+9
* doc: Clean up QAbstractItemModel documentationEskil Abrahamsen Blomfeldt2012-09-071-5/+7
* Use setenv in qputenv if possible, since it won't leakThiago Macieira2012-09-071-0/+3
* Logging: Fix mingw32-gcc compiler warning about unused variableKai Koehne2012-09-071-4/+3
* Fix performance regression when appending one vector to anotherLars Knoll2012-09-071-2/+6
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-073-9/+73
* QWeakPointer use for tracking QObjects is deprecated.Thiago Macieira2012-09-071-2/+2
* Added API Reference Style GuidelinesJerome Pasion2012-09-077-8/+617
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-0736-1195/+1678
* Add a way to benchmark sem_t on Unix tooThiago Macieira2012-09-071-0/+23
* Update the git-archive export optionsThiago Macieira2012-09-072-2/+5
* QtGlobal: mark qVersion() and qSharedBuild() as nothrowMarc Mutz2012-09-072-4/+4
* Document how opacity affects QGraphicsScene item queries.Mitch Curtis2012-09-072-18/+51
* Test: Replace QSKIP by XFAILCaroline Chao2012-09-071-5/+19