summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Xcode generator: always create 'Copy Bundle Resources' phaseRichard Moe Gustavsen2014-09-201-11/+11
* Fix memory leak of QSettings in QLibraryInfo::platformPluginArgumentsDyami Caliri2014-09-201-1/+2
* iOS: Allow settings custom input and accessory views through ImPlatformDataTor Arne Vestbø2014-09-204-2/+65
* iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-208-246/+335
* Fix default implementations of raster opsEskil Abrahamsen Blomfeldt2014-09-202-2/+17
* a11y: Don't try to update accessibility if there's no interfaceTor Arne Vestbø2014-09-202-23/+18
* a11y: Make QAccessibleButton and friends resolve role dynamicallyTor Arne Vestbø2014-09-203-38/+49
* xcb: Fix memory leaks in DnDAlexander Volkov2014-09-191-3/+10
* Keep a source of propagated mouse eventsAlexander Volkov2014-09-192-1/+3
* Set a missing source for mouse events synthesized by QtAlexander Volkov2014-09-191-1/+2
* Windows qpa: fix minimum allowed fixed height, width on windowsDyami Caliri2014-09-191-2/+1
* Update widget winId when screen changesDyami Caliri2014-09-193-1/+38
* winrt: Fix gethostname linker error in qsqldatabase testsAndrew Knight2014-09-191-4/+6
* Changed font-family to Times New RomanTomi Korpipää2014-09-191-1/+1
* QPaintBuffer paints drawGlyphRun with wrong fontAllan Sandfeld Jensen2014-09-193-1/+11
* Restore -qt-block-indent on <li> elementsAllan Sandfeld Jensen2014-09-182-1/+14
* QOpenGLWidget: Play nice with empty paintGLLaszlo Agocs2014-09-181-0/+1
* Use metrics returned by GetGlyphOutline in GGO_METRICS modelasconic2014-09-181-3/+26
* Cocoa: Always add Arial Unicode MS to fallback listEskil Abrahamsen Blomfeldt2014-09-181-0/+19
* Add a note about winId() to QOpenGLWidget docsLaszlo Agocs2014-09-181-0/+3
* Add a multiwindow manual test using QOpenGLWindowLaszlo Agocs2014-09-182-0/+181
* Propagate swap interval from QOpenGLWidget to the tlwLaszlo Agocs2014-09-181-1/+15
* QCommonStyle: cache the xpm QPixmapsMarc Mutz2014-09-181-17/+28