summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test: Remove QSKIP for tst_QXmlSimpleReader::inputFromSocketCaroline Chao2012-09-071-3/+0
* Fix QRegularExpression* docsGiuseppe D'Angelo2012-09-071-2/+2
* Mark plugin class docs as internal.Frederik Gladhorn2012-09-075-15/+8
* Fix a bug in qdoc where to look for index files.Jan-Arve Saether2012-09-071-1/+3
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-0724-2636/+2500
* Fix compilation error of qcursor_qpa.cpp with QT_NO_CURSOR.Sergio Martins2012-09-071-0/+2
* linuxfb: use linux/kd.h instead of the glibc dummyArvid Picciani2012-09-071-1/+1
* Fixed behaviour of mouse clicks for menu bars on WindowsOliver Wolff2012-09-074-14/+0
* Fix crash when QTextLayout::setAdditionalFormats is called with ranges with n...Olivier Goffart2012-09-071-2/+4
* Add example to test widget grab.Friedemann Kleint2012-09-073-1/+347
* Stabilize test of QSpinBox.Friedemann Kleint2012-09-071-35/+15
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-074-30/+4
* Remove declarative_debug feature (qmake)Kai Koehne2012-09-071-2/+0
* configure: Unify order of options in helpKai Koehne2012-09-071-2/+2
* Move enums that was part of the Qt namespace to qnamespace.hJan-Arve Saether2012-09-073-12/+9
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-0716-53/+53
* Fix g++ compiler warnings.Friedemann Kleint2012-09-074-4/+8
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-054-61/+135
* Fix 3 digit day being displayed by QDateEdit.Mitch Curtis2012-09-054-10/+294