summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Exclude tests that need GUI when GUI isn't availableEdward Welbourne2019-10-252-5/+3
* | | tst_qgraphicspixmaptiem: Fix undefined behavior in containsJohan Klokkhammer Helsing2019-10-251-0/+8
* | | Fix a -Wclass-memaccess problem in qjsonVille Voutilainen2019-10-241-1/+3
* | | qmake: Disallow building Qt examples inside the source treeOliver Wolff2019-10-241-4/+6
* | | QColorDialog: Fix memory leak when picking screen colorsFriedemann Kleint2019-10-241-2/+2
* | | QtGui: Disable Windows on ARM64 preprocessor conflict in QtOpenGLHernan Martinez2019-10-2111-0/+111
* | | Doc: Replace \b {Note:} with \noteLeena Miettinen2019-10-212-15/+13
* | | Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-213-19/+0
* | | QODBC: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-10-152-19/+18
* | | Cocoa: Update the PPK_PrinterName property if one is explicitly setAndy Shaw2019-10-151-0/+2
* | | QEndian: do not use "raw" constexprGiuseppe D'Angelo2019-10-141-6/+6
* | | Doc: Describe using QVERIFY to verify validity of QSignalSpyLeena Miettinen2019-10-141-2/+14
* | | Fix cursor not showing in empty block preceding a tableKari Hormi2019-10-141-2/+6
* | | Use arrays rather than assigning literals to char* (warning-fix)Edward Welbourne2019-10-141-2/+2
* | | QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-122-37/+48
* | | Doc: Describe initTestCase_data() function and QFETCH_GLOBAL macroLeena Miettinen2019-10-113-12/+100
* | | Doc: Correct snippet about customizing QMenuBarNico Vertriest2019-10-111-1/+1
* | | Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-113-6/+26
* | | Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-112-31/+74
| |/ |/|
* | Doc: Fix QMAKE_EXTRA_TARGETS snippet descriptionJoerg Bornemann2019-10-101-1/+1
* | Drag'n'Drop: fix crash when widgets are destroyed during event handlingVolker Hilsheimer2019-10-101-9/+13
* | DTLS auto-test(s) - fix a buggy logic with pending datagramsTimur Pocheptsov2019-10-102-4/+4
* | Item views: fix regression causing unexpected widget overlappingEirik Aavitsland2019-10-101-9/+0
* | Fix QMake build system to support trace points in a cross-compiled buildMilian Wolff2019-10-092-9/+4
* | Fix compile with tracing enabled: include QStringList headerMilian Wolff2019-10-091-0/+1
* | Don't crash when calling jumpToFrame() on an empty QMovieLars Knoll2019-10-092-1/+10
* | Fix warning about out of bounds access in QString::operator[]Lars Knoll2019-10-091-1/+1
* | configure: Do use pkg-config --libs for static libsKai Koehne2019-10-091-3/+1
* | Include XDG font locations in QStandardPaths::FontsLocation on LinuxAlex Henrie2019-10-082-1/+4
* | Fix PRE_TARGETDEPS for iOS projectsJoerg Bornemann2019-10-082-2/+4
* | Fix text not rendering properly after setAlignment callKari Hormi2019-10-081-0/+1
* | Add check for global share context for QOpenGLWidget initializeMichal Klocek2019-10-081-3/+5
* | Doc: Add info about QDBusConnection::ExportChildObjectsLeena Miettinen2019-10-071-2/+10
* | Blacklist Desktop GL for Mobile Intel 4 Series Express ChipsetMichael BrĂ¼ning2019-10-071-1/+13
* | Xcb: fix rounding error in reporting screen refresh rateKirill Burtsev2019-10-042-2/+2
* | Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2019-10-031-1/+5
|/
* QTreeWidget: Don't assume the selected indexes include the first columnAndy Shaw2019-10-031-5/+8
* Remove the unregistered recognizer from the main listAndy Shaw2019-10-031-0/+1
* Always update the pressed position when pressing on an itemAndy Shaw2019-10-021-1/+1
* QList: make cast from ptrdiff_t to int explicitEdward Welbourne2019-10-021-1/+1
* QVarLengthArray: Avoid int vs. size_t warnings in operator=Laszlo Agocs2019-09-291-1/+1
* Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-09-272-3/+7
* Re-enable tst_QOpenGLWindow on Win32Friedemann Kleint2019-09-272-2/+6
* Doc: Document CONFIG values that are worth documentingJoerg Bornemann2019-09-271-0/+18
* I18N: Load qtbase_ translation catalogs in examplesLeena Miettinen2019-09-274-4/+4
* Fix robustness detection for windowsAllan Sandfeld Jensen2019-09-272-32/+33
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-265-54/+91
* iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-262-0/+28
* QWidget::setFocusProxy: adjust focus widget properlyDavid Faure2019-09-251-1/+1
* QWizard/Aerostyle: Fix "&Next" shortcutFriedemann Kleint2019-09-252-11/+20