summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Use upstream at-spi 2Frederik Gladhorn2017-06-0910-1838/+14
| | * Android: Remove no-op call to processEvents()Christian Strømme2017-06-081-1/+0
| | * Android: Remove unused structChristian Strømme2017-06-081-7/+0
| | * Android: Properly update geometry once the platform plugin is readyChristian Strømme2017-06-083-0/+12
| | * Fix sending UTC-offset QTimeZones through QDataStreamChris Wilson2017-06-081-1/+7
| | * Document that QLoggingCategory is thread-safeKai Koehne2017-06-081-2/+24
| | * QKeySequence: fix size mismatchMarc Mutz2017-06-081-1/+1
| | * Windows QPA: Port to new feature systemFriedemann Kleint2017-06-0810-51/+44
| | * QPlainTextEdit: not show place holder when having preedit stringLiang Qi2017-06-081-1/+1
| | * Update for the newest Darwin-family operating systemsJake Petroules2017-06-073-0/+11
| | * Translate the adjusted deviceWindowRect with an adjusted offsetAllan Sandfeld Jensen2017-06-071-1/+7
| | * Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-073-33/+38
| | * Re-fix the detection of CPU architecture on an Apple OSThiago Macieira2017-06-071-20/+3
| | * Help GCC understand that variable is never used unintializedThiago Macieira2017-06-071-1/+1
| | * Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-071-2/+4
| | * Android: Fix deadlock when calling requestPermissionBogDan Vatra2017-06-072-9/+14
| | * Fix QImageReader::supportedSubTypes()Eirik Aavitsland2017-06-071-1/+1
| | * xcb: Don't destroy foreign windowsTor Arne Vestbø2017-06-073-23/+23
| | * moc: Don't error out when defining a keywordOlivier Goffart2017-06-061-7/+6
* | | Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-06-202-9/+9
|/ /
* | Support standard channel redirection in QProcess::startDetachedJoerg Bornemann2017-06-132-19/+69
* | Add byte-based units to CLDR dataEdward Welbourne2017-06-132-555/+610
* | QTimeZone: make UTC offset range available for other code to reuseEdward Welbourne2017-06-133-5/+12
* | Tidy implementation and use of QDateTimeParser::setDigit()Edward Welbourne2017-06-131-11/+11
* | Native Windows file dialog: Observe Windows Explorer "Show hidden files" settingFriedemann Kleint2017-06-134-16/+30
* | QPlatformCursor: Add functions for setting/clearing override cursorsFriedemann Kleint2017-06-136-7/+121
* | Move QTextFormatPrivate::Property out of the classThiago Macieira2017-06-131-17/+17
* | Remove ancient embedded pixmaps and scripts from uicJarek Kobus2017-06-1224-3406/+444
* | QRandomGenerator: mix the Linux AT_RANDOM random bytes in the fallbackThiago Macieira2017-06-121-3/+26
* | QRandomGenerator: improve the fallback seeding in emergenciesThiago Macieira2017-06-121-1/+31
* | QRandomGenerator: use arc4random as fallback on BSDs (including Darwin)Thiago Macieira2017-06-121-0/+7
* | QRandomGenerator: add support for hardware-based random generatorsThiago Macieira2017-06-121-2/+46
* | Add proper detection of x86 RDRAND instructionThiago Macieira2017-06-121-5/+3
* | QUuid, QHttpMultipart and QHash: use QRandomGeneratorThiago Macieira2017-06-124-140/+20
* | QTemporaryFile: fix the generation of names from templatesThiago Macieira2017-06-121-2/+5
* | Use QtPrivate::FunctionPointer to get the type of srand's first argThiago Macieira2017-06-121-7/+2
* | Move qrand() & qsrand() to qrandom.cppThiago Macieira2017-06-123-136/+141
* | Long live QRandomGeneratorThiago Macieira2017-06-125-4/+968
* | Reduce code duplication in writing of string data for localesEdward Welbourne2017-06-091-1/+2
* | Clean up the output code for the big table of CLDR dataEdward Welbourne2017-06-081-554/+554
* | Made the "do not edit generated code" notice clearerEdward Welbourne2017-06-082-3/+5
* | Use python more competently in CLDR/qLocaleXML scriptsEdward Welbourne2017-06-082-5/+3
* | Document the ci key in the BLACKLIST file formatEdward Welbourne2017-06-081-4/+10
* | Typo-fix: s/looses/loses/gEdward Welbourne2017-06-082-2/+2
* | Fix typo in QMutex's free-list's Sizes[3]Edward Welbourne2017-06-081-1/+1
* | Start supporting purely offscreen QOpenGLWidgetLaszlo Agocs2017-06-082-12/+25
* | xcb,evdevmouse: don't use qpa compatibility functionsGatis Paeglis2017-06-085-17/+30
* | json: Add operator[] to QJsonDocument for implicit object and array accessTor Arne Vestbø2017-06-082-0/+56
* | json: Add operator[] to QJsonValue for implicit object and array accessTor Arne Vestbø2017-06-082-0/+56
* | QKeySequence: remove a clause guarding an impossible conditionMarc Mutz2017-06-081-1/+0