summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove use of QRegExp from QSharedMemorySamuel Gaist2017-12-302-3/+6
* Migrate Cocoa QPA backend to use QRegularExpressionSamuel Gaist2017-12-302-5/+9
* Bump the minimum required version for harfbuzz to 1.6.0Lars Knoll2017-12-302-25/+1
* Update bundled HarfBuzz-NG copy to 1.7.4Lars Knoll2017-12-30102-4255/+9479
* QRingBuffer: avoid reallocations of the dataAlex Trotsenko2017-12-303-109/+244
* QNetworkInterface: fix warning of unused functionAlex Trotsenko2017-12-291-0/+2
* Chop a possible trailing \0 from retrieved textLars Knoll2017-12-291-2/+9
* MimeTypeBrowser: avoid memleaksChristian Ehrlicher2017-12-271-4/+3
* CUPS: Refactor the code a bitAlbert Astals Cid2017-12-271-16/+28
* Cocoa QPA: Delete singletons on exitGabriel de Dietrich2017-12-262-31/+18
* QHeaderView: properly connect rows/columnsMovedChristian Ehrlicher2017-12-224-12/+42
* Update font when text format's letter spacing type is changedEskil Abrahamsen Blomfeldt2017-12-222-2/+15
* Fix build with -no-feature-regularexpressionUlf Hermann2017-12-212-2/+3
* Fix build with -no-feature-networkUlf Hermann2017-12-212-4/+14
* Fix build with ICC: it miscompiles the F16C intrinsicsThiago Macieira2017-12-211-2/+2
* QScroller: Fix deprecation warning about QDdesktopWidget:::primaryScreen()Friedemann Kleint2017-12-212-37/+2
* Fix signed/unsigned comparisonTimur Pocheptsov2017-12-211-1/+1
* QCocoaNSMenuDelegate: Improve key-equivalent logicGabriel de Dietrich2017-12-192-19/+41
* QCocoaMenu: Derive custom NSMenu class, make delegate a singletonGabriel de Dietrich2017-12-195-218/+373
* Conditionally auto-detect Xlib on Darwin platformsGabriel de Dietrich2017-12-191-0/+1
* Micro-optimize QRingBuffer::chop()Alex Trotsenko2017-12-191-1/+1
* Make the Main Window example use high-DPI toolbar iconsAndre de la Rocha2017-12-192-15/+20
* Refactor QXcbKeyboard::updateModifiers()Frank Richter2017-12-192-26/+92
* Fix print to a printer instanceRenato Araujo Oliveira Filho2017-12-191-2/+5
* Generate gdb indexing for faster debugging on LinuxAllan Sandfeld Jensen2017-12-193-0/+18
* Cleanup: Use QThread::msleep to sleep instead of selectMilian Wolff2017-12-191-4/+1
* Make QT_NO_FUTURE a featureUlf Hermann2017-12-1915-62/+42
* Fix support for flatpak FileChooser portalJan Grulich2017-12-191-1/+1
* Add i18n support for cups advance optionsRenato Araujo Oliveira Filho2017-12-191-0/+1
* QPageSetupWidget::setPrinter: Use printdevice default paper sizeAlbert Astals Cid2017-12-193-4/+11
* CUPS: Use printer job-hold-until as default instead of the noholdAlbert Astals Cid2017-12-194-7/+54
* CUPS: Use printer job-billing as default instead of the empty stringAlbert Astals Cid2017-12-183-1/+8
* CUPS: Use printer job-sheets as default instead of none,noneAlbert Astals Cid2017-12-184-2/+45
* Remove declared but undefined QPageSetupWidget constructorAlbert Astals Cid2017-12-181-1/+0
* CUPS: Use default cups job-priority instead of 50Albert Astals Cid2017-12-185-7/+26
* CUPS: Fix lpoptions file not being taken into accountAlbert Astals Cid2017-12-181-1/+2
* QScroller: maintain activeScrollers as a QList, not a QSetMarc Mutz2017-12-181-6/+5
* QtPrintSupport: Fix buildFriedemann Kleint2017-12-181-0/+1
* Add support for FileChooser flatpak portalJan Grulich2017-12-169-4/+902
* QDrag: Allow setting cursor for IgnoreActionMorten Johan Sørvig2017-12-151-4/+3
* Rework the "failed to find or load QPA plugin" message a bitSergio Martins2017-12-151-2/+8
* Reintroduce the Advanced tab in the QPrintPropertiesDialogAlbert Astals Cid2017-12-152-6/+409
* macOS: remove existing color-profile handling codeMorten Johan Sørvig2017-12-155-200/+20
* qfloat16_f16c.c: inline in qfloat16.cpp if F16C is permitted in thereThiago Macieira2017-12-153-4/+37
* Remove testQuitLock from BLACKLISTMorten Johan Sørvig2017-12-141-1/+0
* QAbstractItemModel: add more checks in begin{Insert,Remove}{Rows,Columns}Giuseppe D'Angelo2017-12-141-0/+4
* doc: fix signatures and missing module headersMartin Smith2017-12-145-45/+64
* QPlatformPrintDevice: use QVector, not QList in the APIMarc Mutz2017-12-146-29/+29
* QPlatformPrintDevice: store QPageSize/QMimeType/int in QList, not QVectorMarc Mutz2017-12-142-6/+6
* Windows: Support application fonts as fallbacksEskil Abrahamsen Blomfeldt2017-12-141-12/+17