summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Update bundled libpng to version 1.6.19Joerg Bornemann2015-12-1725-2120/+1612
| | * The cache_cost is measured in bytes and not kilobytes.Andy Shaw2015-12-162-2/+2
| | * Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-162-1/+12
| | * Emit the activated signal when the platform menu item is selected.Andy Shaw2015-12-161-1/+5
| | * Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
| | * PostgreSQL: Fix memory leak in QPSQLDriverPrivate::getPSQLVersion()Vincas Dargis2015-12-121-0/+1
| | * QLockFile: decide on locking strategy per pathDavid Fries2015-12-112-14/+30
| | * Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-112-1/+20
| | * Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
| | * Check if the file is writable even while QT_BOOTSTRAPPEDAndy Shaw2015-12-111-2/+6
| | * Use unique shortcuts for the different actionsAndy Shaw2015-12-111-2/+2
| | * Remove additional copyright noticeRainer Keller2015-12-102-20/+0
| | * doc: Remove wrong statement about cache filenames.Florian Bruhin2015-12-101-2/+1
| | * Add missing \since to QSslCipher QString overload.Florian Bruhin2015-12-101-0/+2
| | * Remove "FOO module" from config.tests/commonThiago Macieira2015-12-042-2/+2
| | * Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-12-046-7/+101
| | * Make -no-rpath build more useful on Apple platformsMartin Afanasjew2015-11-302-1/+5
| | * Detect alpha8 as having alpha-pixelsAllan Sandfeld Jensen2015-11-301-2/+17
* | | Make some initializers be declarations.Edward Welbourne2016-01-201-10/+10
* | | Avoid shadowing a name (and use the outer variable an extra time)Edward Welbourne2016-01-201-3/+3
* | | Avoid dereferencing before the start of a string.Edward Welbourne2016-01-201-1/+1
* | | Make it clearer what's happening with a fall-through.Edward Welbourne2016-01-201-2/+2
* | | Expand springForward_data() to cover a few more time-zones.Edward Welbourne2016-01-201-3/+35
* | | Be fussier about setting tst_QDateTime's globals.Edward Welbourne2016-01-201-14/+63
* | | Nomenclature corrections relating to CET.Edward Welbourne2016-01-201-37/+37
* | | QMainWindowLayout::unplug(): Prevent unplugging when the widget is not a window.Friedemann Kleint2016-01-201-11/+12
* | | Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-202-23/+55
* | | tst_qtextcocumentlayout::blockVisibility - make the test more robustTimur Pocheptsov2016-01-191-1/+1
* | | Doc: Fix return type of QWeakPointer assignment operatorsTopi Reinio2016-01-191-3/+3
* | | Fix transformed text with DirectWrite engineEskil Abrahamsen Blomfeldt2016-01-191-47/+98
* | | OS X: Ensure system tray icon is prepared even when menu bar is hiddenTor Arne Vestbø2016-01-191-1/+1
|/ /
* | QtWidgets: Improve native and top-level OpenGL widget performanceBłażej Szczygieł2016-01-181-11/+15
* | WinCE: Build accessibility support on WinCE7Tobias Koenig2016-01-182-17/+34
* | Support precompiled header files without file extension in VS projectsJoerg Bornemann2016-01-181-1/+1
* | Center QPrintPropertiesDialog on top of its parentAlexander Volkov2016-01-181-8/+0
* | CMake: Don't attempt gui-tests if Qt is built with -no-guiStephen Kelly2016-01-182-1/+4
* | QFocusFrame: Don't crash on null d->widget.Morten Johan Sørvig2016-01-181-0/+4
* | QOrderedMutexLocker: use std::less to prevent undefined behaviorGiuseppe D'Angelo2016-01-181-2/+4
* | Avoid checking the fb status in every bindLaszlo Agocs2016-01-181-2/+0
* | Passing parameters to convertLineOffset by pointer instead of referenceFrederik Gladhorn2016-01-181-12/+12
* | QHttpSocketEngine: ensure pending EOF triggers a notificationAlex Trotsenko2016-01-182-1/+51
* | Haiku: Fix compilation of corelibTobias Koenig2016-01-181-1/+1
* | Mirclient: update with upstream changesEirik Aavitsland2016-01-1818-374/+956
* | Promote backingstore image format to alphaLaszlo Agocs2016-01-172-4/+15
* | Android: fix native libs dir.BogDan Vatra2016-01-161-2/+2
* | QFileDialog: Check whether sizeHint() is valid before resizing.Friedemann Kleint2016-01-151-1/+3
* | Lock qfontdatabase mutex in qt_fallbacksForFamilyAllan Sandfeld Jensen2016-01-151-6/+12
* | Handle RGB30 formats in OpenGL backing-store integrationAllan Sandfeld Jensen2016-01-152-19/+83
* | Doc: add missing semi-colonThiago Macieira2016-01-151-1/+1
* | Windows/Direct2D QPA plugins: Fix overrides.Friedemann Kleint2016-01-1411-93/+95