summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add displayName getters to QSslCertificateAllan Sandfeld Jensen2018-08-172-2/+55
| * | Eliminate QLocale's system_data in favor of globalLocaleDataEdward Welbourne2018-08-171-20/+15
| * | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-1744-110/+146
| |\ \
| | * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-1744-110/+146
| | |\|
| | | * Don't block on lost contextDavid Edmundson2018-08-161-4/+15
| | | * QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-163-8/+30
| | | * MSVC: add support for 64-bit POPCNT on 32-bit machinesThiago Macieira2018-08-161-3/+6
| | | * doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1637-95/+95
| | | * Doc: Update out-of-date screenshots in example docsPaul Wicking2018-08-162-0/+0
| * | | xcb: replace tiny helper function with an inline codeGatis Paeglis2018-08-171-8/+3
| * | | xcb: avoid unnecessary InternAtom requestsGatis Paeglis2018-08-175-12/+18
| * | | qdoc: Fix remaining qdoc warnings for QCborxxx classesMartin Smith2018-08-175-6/+121
| * | | Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-176-0/+89
| |/ /
| * | Merge QThread class definitionsMorten Johan Sørvig2018-08-173-31/+70
| * | Modernize the "thread" featureUlf Hermann2018-08-1762-282/+203
| * | Add QThreadStorage stub implementationMorten Johan Sørvig2018-08-171-0/+75
| * | Correctly initialize adopted threads in stub implementationMorten Johan Sørvig2018-08-171-0/+2
| * | Optimize implementation of Indexes generatorMikhail Svetkin2018-08-161-7/+25
| * | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-1626-96/+379
| |\ \
| | * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-1626-96/+379
| | |\|
| | | * Normalize path segments in QHttpNetworkRequest::uriPaolo Angelelli2018-08-161-0/+2
| | | * Document xkbcommon versionKai Koehne2018-08-151-0/+1
| | | * tests: Fix top-level CMakeLists.txtKevin Funk2018-08-151-0/+1
| | | * Silence warning about comparing signed and unsignedShawn Rutledge2018-08-141-2/+2
| | | * [macOS] Fix lower bound when searching for previous transitionsErik Verbruggen2018-08-141-1/+1
| | | * VNC plugin: explicitly cast int to uint16_t before calling htonsShawn Rutledge2018-08-141-3/+3
| | | * Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-142-0/+16
| | | * Skip all qfocusevent test on platforms that don't support window activationJohan Klokkhammer Helsing2018-08-142-2/+8
| | | * xcb: make sure we have a valid m_qimage in backing storeGatis Paeglis2018-08-131-50/+61
| | | * Fix possible heap corruption in QXmlStreamAllan Sandfeld Jensen2018-08-131-1/+1
| | | * Glib dispatcher: use default priority for timersSune Vuorela2018-08-131-1/+0
| | | * IBus: connect to ibus-daemon when it restarts in FlatpakTakao Fujiwara2018-08-102-11/+40
| | | * configure: fix passing of -L and -F to configure testsOswald Buddenhagen2018-08-091-2/+2
| | | * Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-092-1/+19
| | | * macOS: Force light theme on macOS 10.14+Gabriel de Dietrich2018-08-091-0/+21
| | | * Fix apkPath for gradle 4.0+BogDan Vatra2018-08-091-3/+8
| | | * qmake vcxproj generator: Fix extra compilers for single configsJoerg Bornemann2018-08-091-0/+6
| | | * QSysInfo: fall back to /usr/lib/os-release if the /etc one is missingThiago Macieira2018-08-081-4/+13
| | | * Fix qmake build with glibc 2.28Thiago Macieira2018-08-082-3/+11
| | | * IBus: Support the portal, needed for Flatpak environmentRobin Lee2018-08-085-11/+140
| | | * qmake vcxproj generator: Fix compilation of generated C++ sourcesJoerg Bornemann2018-08-081-1/+10
| * | | Refactor wildcard support in QRegularExpressionSamuel Gaist2018-08-166-201/+133
| * | | xcb: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-168-206/+189
| * | | Add debugging output to help diagnose cause of tst_qspinbox failureMitch Curtis2018-08-161-0/+7
| * | | Update QLocale::Country doc for new territoriesEdward Welbourne2018-08-162-2/+10
| * | | Avoid signed/unsigned warning in templateEdward Welbourne2018-08-161-1/+1
| * | | Tidy up generation of aliases in locale-related enumsEdward Welbourne2018-08-163-58/+82
| * | | Normalise spacing in Language, Country and Script namesEdward Welbourne2018-08-162-1735/+1735
| * | | Rework tst_QLocale::emptyCtor() as a data-driven testEdward Welbourne2018-08-161-58/+88
| |/ /
| * | xcb: Add missing X11/XCB keysyms Undo, Redo, Find, CancelMikhail Svetkin2018-08-161-0/+7