summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemModel: remove useless checkGiuseppe D'Angelo2015-05-151-1/+1
* tst_QDialog::snapToDefaultButton - tune the test for OS XTimur Pocheptsov2015-05-151-0/+5
* Tests: Remove EXPECT_FAIL in tst_QWidget::widgetAt()Caroline Chao2015-05-151-2/+0
* xcb: Fix FP1616 to double conversionAlexander Volkov2015-05-141-1/+1
* Reorder member variables to avoid padding.Volker Krause2015-05-145-8/+8
* Set correct target.path for legacy GL examplesMorten Johan Sørvig2015-05-147-7/+7
* Better match thin font stylesAllan Sandfeld Jensen2015-05-141-0/+2
* Fix division by zero crash when restoring screen settingsKati Kankaanpaa2015-05-131-3/+2
* QSize, QSizeF: Add Q_REQUIRED_RESULTSérgio Martins2015-05-131-9/+9
* iOS: remove 'truncation from double to float' compiler warningRichard Moe Gustavsen2015-05-131-1/+1
* Introduce a version number to QPlatformInputContextFactoryInterface.Friedemann Kleint2015-05-131-1/+1
* Introduce a version number to QPlatformPrinterSupportFactoryInterface.Friedemann Kleint2015-05-131-1/+1
* Increase version number of QPlatformIntegrationFactoryInterface.Friedemann Kleint2015-05-131-1/+1
* QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-1330-30/+30
* moc: Generate qt_static_metacall for creatable-only gadgetsGabriel de Dietrich2015-05-132-5/+8
* moc: Fix type for gadget's CreateInstance metacallGabriel de Dietrich2015-05-132-1/+12
* Doc: Added the Qt Multimedia backends wiki linkVenugopal Shivashankar2015-05-131-0/+4
* Remove QNSView from superview in ~QCocoaWindow()Morten Johan Sørvig2015-05-131-1/+1
* Purge default locations from commonly used device makespecsLaszlo Agocs2015-05-133-12/+2
* QSysInfo: Expand Linux distribution detectionCaroline Chao2015-05-131-10/+76
* Tests: Remove tst_QHostInfo::abortHostLookupInDifferentThread() testCaroline Chao2015-05-132-24/+0
* Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-135-8/+33
* Cocoa: Upgrade default surface format to include an alpha channelUlf Hermann2015-05-131-1/+7
* Remove init() function declaration.Morten Johan Sørvig2015-05-131-1/+0
* Build qtconnectivity for iOS.Alex Blasche2015-05-131-1/+1
* Consider "assets" scheme as a local file on AndroidBogDan Vatra2015-05-131-4/+8
* Build Qt for OS X and iOS with relative rpath.Adam Strzelecki2015-05-133-11/+4
* Fix MSVC 64 bit compiler warnings in 3rdparty codeKai Koehne2015-05-132-3/+3
* QQuaternion: optimize op*Marc Mutz2015-05-131-1/+1
* Fix hidden detachSérgio Martins2015-05-131-8/+8
* QQuaternion: Deprecate conjugate() and introduce conjugated()Sérgio Martins2015-05-132-5/+23
* Don't assume QLocale::codecForLocale always returns non-nullKonstantin Ritt2015-05-131-5/+7
* Fix overcaching the fallback families list for a requested familyKonstantin Ritt2015-05-131-15/+6
* Simplify QFontDatabase::findFont()Konstantin Ritt2015-05-133-19/+22
* [QFontDatabase::findFont] Get rid of the refactoring leftoversKonstantin Ritt2015-05-131-13/+3
* Fix compile error in XCB when XInput version < 2.2Kati Kankaanpaa2015-05-121-0/+2
* Update PCRE to 8.37Giuseppe D'Angelo2015-05-128-45/+97
* cocoa: Do not access the integration instance when shutting downLaszlo Agocs2015-05-121-1/+3
* Optionally apply orientation on QImage readAllan Sandfeld Jensen2015-05-1219-4/+388
* Remove effectless statement.Bjoern Breitmeyer2015-05-121-5/+0
* remove $INCLUDE/$LIB hack for mingwOswald Buddenhagen2015-05-122-14/+4
* Create contexts and pbuffers with the correct screen in QOpenGLWidgetLaszlo Agocs2015-05-122-0/+3
* Create context with the correct screen in QOpenGLWindowLaszlo Agocs2015-05-121-0/+1
* Fix the qscreen manual test for separate X screensLaszlo Agocs2015-05-122-19/+14
* Make the windowcontainer example more robustLaszlo Agocs2015-05-121-7/+11
* xcb: Skip EGL integration with -no-openglLaszlo Agocs2015-05-121-1/+1
* MSVC: Silence compiler warning about INFINITYKai Koehne2015-05-111-9/+8
* qstandardpaths_ios: allow empty strings to be returned for undefined locationsRichard Moe Gustavsen2015-05-101-9/+0
* ios: change file engine caching logic for loading assetsRichard Moe Gustavsen2015-05-101-18/+9
* Improve QListView scroll bar calculation.Christoph Schleifenbaum2015-05-102-4/+84