summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-244617-87727/+50290
* iOS: Don't update screen properties for statusbar frame while rotatingTor Arne Vestbø2014-09-242-0/+27
* iOS: Reflect changes in statusbar height as QScreen availableGeometryTor Arne Vestbø2014-09-241-0/+36
* iOS: Fix touch point translation when root view controller is offsetTor Arne Vestbø2014-09-241-13/+16
* iOS: Simplify QWindow/UIView geometry mappingTor Arne Vestbø2014-09-242-32/+2
* iOS: Ensure root view controller always matches size of containing windowTor Arne Vestbø2014-09-241-0/+35
* iOS: Move top level window management out of QIOSScreen to QIOSDesktopManager...Tor Arne Vestbø2014-09-243-34/+38
* iOS: Calculate screen (available) geometry using [UIView convertRect]Tor Arne Vestbø2014-09-241-10/+3
* iOS: Update screen properties more consistentlyTor Arne Vestbø2014-09-241-5/+2
* iOS: Scroll root view when keyboard is visible using sublayerTransformTor Arne Vestbø2014-09-241-7/+28
* Make QScreenPrivate constructor a bit clearerTor Arne Vestbø2014-09-241-5/+5
* Windows: devicePixelRatio aware QWindowsTheme::standardPixmapAlessandro Portale2014-09-241-4/+10
* Doc: Fixed autolink errors qtbase/kernelNico Vertriest2014-09-242-24/+23
* Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-248-20/+20
* Abstract proxy model: Add missing delegation of supportedDragActionsEike Ziller2014-09-243-0/+30
* Change fallback OpenGL library nameLaszlo Agocs2014-09-241-1/+1
* Fix misleading documentationAlex Blasche2014-09-241-0/+3
* QXmlSimpleReader shall handle external entity reference file over 1kAlex Blasche2014-09-241-2/+14
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-24227-609/+2396
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-23227-609/+2396
| |\
| | * Cocoa: Handle insertNewLine selector for when it is sent while composing textAndy Shaw2014-09-192-0/+11
| | * Remove reference to removed qatomic_sparc.hAdam Majer2014-09-181-2/+0
| | * Merge remote-tracking branch 'origin/5.3.2' into 5.3Frederik Gladhorn2014-09-172-21/+74
| | |\
| | | * Qt 5.3.2 changelogv5.3.2Thiago Macieira2014-09-101-11/+58
| | | * Android: use FBO readback workaround by default.Yoann Lopes2014-09-031-10/+16
| | * | OSX: emit aboutToShow signal for top-level dock menu.Erik Verbruggen2014-09-161-0/+3
| | * | QToolButton: properly reset the size hint when a menu is set on itGiuseppe D'Angelo2014-09-162-0/+32
| | * | OS X: Fix positioning of popup menus in case of native NSWindowsEike Ziller2014-09-161-3/+2
| | * | QSizeGrip: use a QPointer to the tracked TLWGiuseppe D'Angelo2014-09-152-1/+26
| | * | Logging: Remove use of _declspec(thread)Kai Koehne2014-09-151-6/+3
| | * | QWindowsWindow: Fixed warning textOliver Wolff2014-09-151-1/+1
| | * | Improved documentation for QStyledItemDelegate::eventFilterAki Koskinen2014-09-151-0/+3
| | * | fix bogus library paths in ANGLE prl filesOswald Buddenhagen2014-09-151-0/+5
| | * | cocoa: fix namespace manging for QNSViewTim Blechmann2014-09-152-2/+6
| | * | cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-153-1/+19
| | * | QGuiApplication: clear font database on cleanupTim Blechmann2014-09-121-0/+1
| | * | QMacStyle: Use NSView rendering for some inactive widgets on 10.10Gabriel de Dietrich2014-09-114-3/+142
| | * | Fix possible divide by zero in QPlainTextEditEskil Abrahamsen Blomfeldt2014-09-111-1/+2
| | * | Add QMAKE_CFLAGS_XCB to xcbBoris Savelev2014-09-102-0/+4
| | * | qsql ibase: fix memory corruption due to LONG being 4 bytes in firebird.David Faure2014-09-101-5/+9
| | * | Preventing caching of null authenticatorEric Lemanissier2014-09-092-0/+25
| | * | configure: fix expanding system commands in qmake parser with GNU awk < 4Olivier Blin2014-09-091-1/+1
| | * | Updated QSql{Query,Result}::bindValue doc to reflect the current state.Marcel Krems2014-09-082-12/+0
| | * | Correct QString::toStdString documentation on encodingJohn Brooks2014-09-051-8/+2
| | * | Avoid adding widget to its own layoutThomas Fischer2014-09-0511-39/+179
| | * | Add missing private headers warningSamuel Gaist2014-09-0495-5/+1040
| | * | QCoreTextFontDatabase: reduce memory consumptionJ-P Nurmi2014-09-041-0/+3
| | * | Revert "iOS: Update QIOSScreen::nativeOrientation() for iOS8"Jake Petroules2014-09-041-9/+2
| | * | Fix crash in QTextLayout::cursorToXKevin Funk2014-09-022-1/+24
| | * | Android: Avoid deadlock in Qt.inputMethod.visiblePaul Olav Tvete2014-09-023-36/+4