summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Let QImage::mirrored() retain dots-per-meter settingsaavit2014-08-141-0/+2
| | * Make sure we don't cache old file sizes prior to new writesThiago Macieira2014-08-132-0/+43
| | * Correct the SYNC hint for the release barrierThiago Macieira2014-08-131-1/+1
| | * Fix QT_NO_REGULAREXPRESSION buildSérgio Martins2014-08-135-0/+18
| | * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-138-0/+29
| | * Fix build with QT_NO_MDIAREASérgio Martins2014-08-121-2/+5
| | * Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-122-2/+5
| | * OSX MenuRole detection: remove ampersand before looking for keywordsShawn Rutledge2014-08-121-12/+14
* | | Windows: fix obvious mistyping in getSysColorSergey Radionov2014-09-241-1/+1
* | | Vista style: Scale hardcoded values in menu drawing code.Friedemann Kleint2014-09-241-7/+10
* | | Fix QPixelFormat valuesAllan Sandfeld Jensen2014-09-241-4/+4
* | | Add * as a valid token to our blacklistingLars Knoll2014-09-241-0/+1
* | | Doc: correction return statement QSqlDatabase QSqlTableModel::database()Nico Vertriest2014-09-241-1/+1
* | | Fix doc typo with Q_FORWARD_DECLARE_MUTABLE_CF_TYPE.Jake Petroules2014-09-241-1/+1
* | | Accessibility OS X: Fix image roleFrederik Gladhorn2014-09-231-0/+1
* | | direct2d: Fix font size when display scaling is in useLouai Al-Khanji2014-09-231-15/+8
* | | QVersionNumber: correctly fail for numerically very large segmentsMarc Mutz2014-09-232-4/+21
* | | QCommonStyle: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-231-8/+7
* | | QStyleSheetStyle: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-231-10/+6
* | | winrt: fix compiler warning on Windows PhoneJochen Seemann2014-09-231-1/+1
* | | emulate mouse move in default implementation of QPlatformCursor::setPosJoerg Bornemann2014-09-231-2/+7
* | | Fix compilation of ANGLE for XPKai Koehne2014-09-231-0/+2
* | | iOS: Add missing LSRequiresIPhoneOS field to Info.plistCaroline Chao2014-09-231-0/+2
* | | iOS: Implement support for native menusRichard Moe Gustavsen2014-09-236-0/+694
* | | Fix warning about sign change (ICC)Thiago Macieira2014-09-231-1/+1
* | | Initialize certain Qt environment variables in testcasesThiago Macieira2014-09-231-0/+6
* | | Unify the environment variables used for console loggingThiago Macieira2014-09-231-24/+5
* | | Fix the number of empty lines between warnings at the end of configureThiago Macieira2014-09-231-2/+2
* | | Add unit tests for cleaning up nested functionsThiago Macieira2014-09-231-0/+18
* | | QRegion: Reorganise members to reduce padding in EdgeTableEntryMaks Naumov2014-09-231-1/+1
* | | Fix MSVC source code encoding warnings in tst_qtjson.Friedemann Kleint2014-09-231-3/+3
* | | Fix QAbstractSocket::readData() behavior on buffered socketAlex Trotsenko2014-09-232-1/+54
* | | Fix the drawing of elided text in QHeaderView.Cristian Oneț2014-09-231-1/+2
* | | Blacklist constantly failing test cases on OS XKalle Viironen2014-09-238-0/+27
* | | xcb: support Wacom touch devices; distinguish from tabletsShawn Rutledge2014-09-231-7/+41
* | | Fix too fast zooming in QTextEdit with smooth scrolling eventsAllan Sandfeld Jensen2014-09-235-24/+79
* | | QCalendarWidget: fix a bug when parsing date/time formatsMarc Mutz2014-09-231-0/+1
* | | QCalendarWidget: move all helper classes into the unnamed namespaceMarc Mutz2014-09-231-0/+4
* | | QCalendarWidget: move QCalendarTextNavigator into qcalendarwidget.cppMarc Mutz2014-09-233-114/+41
* | | Fix spin box with fine grained wheel eventsAllan Sandfeld Jensen2014-09-234-3/+48
* | | Use NonPremultipliedImageSrc shader when painting non-premuled imagesAllan Sandfeld Jensen2014-09-231-3/+23
* | | Improve checking for event/socket notifiers and timersJonathan Liu2014-09-239-34/+89
* | | Fix emission of QDesktopWidget::workAreaResized().Friedemann Kleint2014-09-223-3/+12
* | | direct2d qpa: fix text selectionLouai Al-Khanji2014-09-223-5/+13
|/ /
* | Correct information about all headers being movable.Mitch Curtis2014-09-221-3/+0
* | [Bearer] Try a bit harder to open a network sessionPierre Rossi2014-09-221-1/+7
* | Remove unused variable in QStyleSheetStyle::hasStyleRule()Maks Naumov2014-09-221-1/+0
* | Add support for blacklisting test functionsLars Knoll2014-09-2158-69/+420
* | Fix crash in QCombobox when resetting model during currentIndexChanged()Alex Blasche2014-09-211-1/+1
* | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-206-4/+28