summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Doc: Clean up SQL example: Books (part 2)Paul Wicking2018-06-061-1/+2
| | * Doc: Clean up and modernize SQL example: BooksPaul Wicking2018-06-063-93/+126
| | * Fix QTransform::transposed() result having wrong transformation typeEirik Aavitsland2018-06-062-2/+35
| | * ibase: Silence warning about incompatible function typesAndy Shaw2018-06-061-4/+4
| | * Doc: Use index.html as the home page referenceTopi Reinio2018-06-051-1/+2
| | * Doc: Update connect syntax Plugandpaint ExampleNico Vertriest2018-06-053-16/+18
| | * Fix QWindowsWindow::requestActivateWindow()Sergiy Korobov2018-06-051-0/+9
| | * Add binary compatibility files for 5.11 for QtBaseMilla Pohjanheimo2018-06-0511-0/+100472
| | * QMacStyle: Fix clipped arrow in QToolButtonGabriel de Dietrich2018-06-041-4/+8
| | * QMacStyle: Fix QComboBox left contents marginGabriel de Dietrich2018-06-041-3/+3
| | * Fix building with -no-feature-dirmodel -no-feature-filesystemmodelJoni Poikelin2018-06-041-0/+1
| | * Doc: Remove outdated info and linkify valueMårten Nordheim2018-06-041-1/+1
| | * QAbstractSpinBox: Add more documentation cross linksAndre Hartmann2018-06-041-0/+4
| | * Doc: Add information about QThread own methods thread affinitySamuel Gaist2018-06-031-8/+11
| | * Bump versionOswald Buddenhagen2018-06-011-1/+1
| | * configure: permit multiple repos to use the same directory namesOswald Buddenhagen2018-06-011-2/+3
| | * Fix change-of-sign warning found by ICCThiago Macieira2018-06-011-1/+1
| | * Doc: Add formatting features to Notepad exampleNico Vertriest2018-06-017-22/+182
| | * qmake: skip empty parts when splitting strings in some more placesOswald Buddenhagen2018-06-013-6/+10
| | * Fix QWindowsNativeInterface::platformFunction()Sergiy Korobov2018-06-011-0/+2
| | * Revert "Atomics: remove qatomic_msvc.h"Kai Koehne2018-06-013-1/+500
| | * Render QOpenGLWidget/QQuickWidget with AlwaysStackOnTopAllan Sandfeld Jensen2018-05-311-14/+16
| | * macOS: Allow moving out of fullscreen state using titlebar buttonTor Arne Vestbø2018-05-301-1/+1
| | * Document qRound's rounding semanticsAllan Sandfeld Jensen2018-05-301-0/+8
| | * qprocess: don't leak pid pipe if redirection fails in startDetached()Oswald Buddenhagen2018-05-301-0/+2
| | * nuke {tests,examples}_need_tools flagsOswald Buddenhagen2018-05-301-2/+2
| | * remove support for demos/ directoriesOswald Buddenhagen2018-05-301-10/+0
| | * iOS: Handle application state for application extensionsTor Arne Vestbø2018-05-301-6/+21
| | * Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-303-11/+41
| | * Add function to check whether or not we're part of an extension on Apple OSesTor Arne Vestbø2018-05-302-0/+7
| | * Reduce recent performance regressionAllan Sandfeld Jensen2018-05-301-2/+2
| | * Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-302-2/+49
| | * QOpenGLTexture: Enable multisample 2D textures on GLES 3.1+Laszlo Agocs2018-05-301-0/+6
| | * forkfd: Restore errno on exit from the SIGCHLD handlerThiago Macieira2018-05-301-40/+45
| | * Suppress warnings about deprecated QString constructorThiago Macieira2018-05-301-10/+10
| | * QAbstractSpinBox: Fix missing frame conditionGabriel de Dietrich2018-05-301-1/+1
| | * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-29108-539/+651
| | * macOS: Respect maximum window size when computing zoomed state geometryTor Arne Vestbø2018-05-291-7/+17
| | * iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-05-293-32/+50
| | * iOS: Don't assume our UIWindow is a QUIWindowTor Arne Vestbø2018-05-291-1/+2
| | * macOS: Fix QFileSystemWatcher to watch paths with the same prefixMikhail Svetkin2018-05-292-29/+61
* | | Long live DOM API for CBOR!Thiago Macieira2018-06-0812-0/+8141
* | | Optimize fetchTransformed and removed specialized versionsAllan Sandfeld Jensen2018-06-071-662/+124
* | | tst_QWidget: Don't skip tests that are passing on WaylandJohan Klokkhammer Helsing2018-06-071-7/+0
* | | QDialog::done(): improve the docsGiuseppe D'Angelo2018-06-071-3/+6
* | | Docs: remove a repetitionGiuseppe D'Angelo2018-06-071-2/+1
|/ /
* | Revert "qsimd: remove support for systems without 64-bit atomics"Thiago Macieira2018-06-072-7/+17
* | QLineEdit: Emit inputRejected() when part of the input is rejectedAndy Shaw2018-06-063-2/+19
* | Keep native file dialog updated with current optionsJan Grulich2018-06-061-4/+12
* | QCborStreamReader: update to the new TinyCBOR zero-copy string APIThiago Macieira2018-06-066-111/+148