summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * ICC on Windows: Disable ref-qualified member functions in MSVC <= 2013Thiago Macieira2015-09-231-0/+3
| | | | * buildsystem changelog for 5.5.1Oswald Buddenhagen2015-09-161-0/+19
| | | | * Fix QMYSQL plugin database connection setup checkSamuel Gaist2015-09-151-17/+24
| | | | * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
| | | | * Merge 5.5 into 5.5.1Oswald Buddenhagen2015-09-1183-291/+903
| | | | |\
| | | | * | Add Qt 5.5.1 changelog with updated 5.7 future direction noticeThiago Macieira2015-09-111-0/+50
| | * | | | QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-132-4/+18
| | |/ / /
| | * | | QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
| | * | | QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-122-5/+25
| | * | | Offscreen: Protect against the QT_NO_CURSOR define for changeCursorAndy Shaw2015-10-111-2/+2
| | * | | QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
| | * | | Doc: remove unused code from OpenGL Window exampleSamuel Gaist2015-10-071-10/+0
* | | | | eglfs: Handle custom platform window implementations betterLaszlo Agocs2015-10-1411-34/+73
* | | | | Make the CoreFoundation event dispatcher depend on QtCore onlyMorten Johan Sørvig2015-10-134-22/+42
|/ / / /
* | | | QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-136-12/+224
* | | | Don't let closed http sockets pass as valid connectionsUlf Hermann2015-10-132-1/+60
* | | | Testlib: Output function / total time along with crash dump.Friedemann Kleint2015-10-137-18/+57
* | | | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-1344-81/+81
* | | | Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-1334-87/+87
* | | | qdoc: Improve formatting of function signaturesTopi Reinio2015-10-133-13/+14
* | | | qdoc: Insert targets for function and enum nodes read from the indexTopi Reinio2015-10-132-8/+41
* | | | qdoc: Fix single-character string literals.Friedemann Kleint2015-10-1310-36/+36
* | | | WinRT: Fix native MessageBox not closingMaurice Kalinowski2015-10-131-39/+39
* | | | OS X: Forward key events to popup window if presentTor Arne Vestbø2015-10-121-3/+8
* | | | Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-122-7/+26
* | | | QtCore: use QStringBuilder in more placesMarc Mutz2015-10-122-20/+7
* | | | QtCore: use QStringRef in more placesMarc Mutz2015-10-127-15/+16
* | | | DirectFB: Use correct pixel format for Texture Glyph CacheAndy Nichols2015-10-122-3/+3
* | | | QtCore: don't convert single characters to QString for QTextCodec::fromUnicode()Marc Mutz2015-10-112-3/+5
* | | | QtCore: Don't compare QChars to literal 0sMarc Mutz2015-10-112-2/+2
* | | | QtCore/qmake: drop some unneeded QChar -> QString conversionsMarc Mutz2015-10-112-2/+2
* | | | Polish DnD Examples.Friedemann Kleint2015-10-0916-215/+91
* | | | xcb: Fix DnD for separate X screensAlexander Volkov2015-10-0911-69/+74
* | | | QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-094-6/+30
* | | | Insert leading after each line, not beforeUlf Hermann2015-10-092-2/+13
* | | | Stop generating implicit suffix rules in MakefilesTor Arne Vestbø2015-10-093-22/+2
* | | | Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-0923-174/+139
* | | | Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-093-3/+49
* | | | QTreeWidget: Fixed reverse order of first level items in Drag and DropLibor Tomsik2015-10-081-1/+1
* | | | xml: Use the correct QString::arg() overloadSérgio Martins2015-10-081-1/+1
* | | | QMacStyle: Set NSButton title to empty string, not nilTor Arne Vestbø2015-10-081-1/+1
* | | | xcb: Add support for Qt::WA_ShowWithoutActivatingAlexander Volkov2015-10-082-25/+38
* | | | Fix \sinceLars Knoll2015-10-081-2/+2
* | | | Add \since 5.6 to method docs and document the changed signalLars Knoll2015-10-081-0/+13
* | | | Fix documentation of new methodLars Knoll2015-10-081-2/+2
* | | | Make container move semantics consistentMarc Mutz2015-10-078-20/+22
* | | | QMulti(Map|Hash): add move ctor from Q(Map|Hash)Marc Mutz2015-10-072-0/+6
* | | | tst_qversionnumber: enable c++11 and don't use core-privateMarc Mutz2015-10-071-1/+2
* | | | doc: fix a typo in QVersionNumber docsMarc Mutz2015-10-071-1/+1
* | | | Fix selected items after sorting in QTableWidgetLibor Tomsik2015-10-072-5/+26