summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add QSysInfo::currentCpuArchitecture()Thiago Macieira2014-07-302-2/+91
* | | Cache the parsed drawables.BogDan Vatra2014-07-301-0/+22
* | | QDebug: Improve QDebug stream operator for QFlagsKai Koehne2014-07-301-6/+6
* | | Remove normalization of "default" categoryKai Koehne2014-07-304-77/+3
* | | Add qFormatLogMessage()Kai Koehne2014-07-303-12/+22
* | | Android: extract ListView divider & selectionJ-P Nurmi2014-07-301-0/+29
* | | Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-302-0/+42
* | | Reduce the default frame rate of style animationsJ-P Nurmi2014-07-303-4/+38
* | | QMdiArea: Store focus widget when new QMdiSubWindow is added.Friedemann Kleint2014-07-302-16/+29
* | | Streamline debug output of QMainWindowLayout.Friedemann Kleint2014-07-302-42/+44
* | | Do not show warning on null result in getProcAddressLaszlo Agocs2014-07-292-2/+2
* | | Export QAbstractState active property.BogDan Vatra2014-07-294-2/+49
|/ /
* | Windows/Direct2D platform plugins: Add Q_DECL_OVERRIDE.Friedemann Kleint2014-07-2918-142/+142
* | Don't reset the window type on window showAleix Pol2014-07-291-2/+4
* | Add debug output for input method related events.Friedemann Kleint2014-07-281-0/+67
* | QTabletEvent documentation improvementsShawn Rutledge2014-07-281-35/+58
* | Windows: Streamline rawfont-lookup code.Friedemann Kleint2014-07-281-10/+9
* | add buttons to QTabletEventShawn Rutledge2014-07-2813-52/+208
* | Windows: correct tablet stylus rotation to range -180..180 degreesShawn Rutledge2014-07-281-1/+3
* | Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-281-0/+105
* | Don't track the sharable bit upon detachJoão Abecasis2014-07-281-4/+0
* | Refactor QString::split functions.Jędrzej Nowacki2014-07-281-57/+73
* | Ensure mutating operations are NOT performed on immutable dataJoão Abecasis2014-07-281-0/+16
* | A basic justification algorithm for HarfBuzz-NGKonstantin Ritt2014-07-271-0/+80
* | Windows: Use common code paths for default font families.Friedemann Kleint2014-07-263-53/+27
* | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-263-3/+8
* | Use the 3-argument testAndSet in the fetchAndXxx operationsThiago Macieira2014-07-251-6/+6
* | Remove non-existing function.Thiago Macieira2014-07-251-1/+0
* | Rewrite simd.prf to share more codeThiago Macieira2014-07-252-9/+5
* | Restore Neon "detection" in QtThiago Macieira2014-07-252-6/+4
* | Use simd.prf for building MIPS DSP codeThiago Macieira2014-07-252-14/+1
* | Remove redundant static_cast from QVariantAnimationJędrzej Nowacki2014-07-251-3/+3
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* | Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-254-11/+83
* | Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-1/+1
* | Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-255-10/+21
* | Re-implement QVector::countJoão Abecasis2014-07-251-7/+1
* | QRegularExpression: make optimize() constGiuseppe D'Angelo2014-07-252-2/+2
* | QtDBus: Warn if blocking calls take too long.Robin Burchell2014-07-251-0/+87
* | QLineEdit: Emit textEdited() when the clear button is clicked.Friedemann Kleint2014-07-243-3/+14
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-2410-30/+59
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2210-30/+59
| |\|
| | * Windows: Fix window geometry when transiting from fullscreen to maximized.Friedemann Kleint2014-07-211-1/+4
| | * Windows printing: Preserve painter when syncing state.Friedemann Kleint2014-07-211-1/+4
| | * Ensure transient parents are top level widgets.Friedemann Kleint2014-07-182-1/+6
| | * Windows: Send QTabletLeaveProximity events.Friedemann Kleint2014-07-171-13/+13
| | * Added stream version into network cache file formatNikita Krupenko2014-07-171-1/+9
| | * make QtWidgets claim style pluginsOswald Buddenhagen2014-07-161-0/+1
| | * CMake: Don't check the existence of GL files in the Qt5Gui package.Stephen Kelly2014-07-161-11/+11