summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix debug operator for QRegion.Friedemann Kleint2015-12-091-6/+27
* Fix URL to "The Microsoft Windows User Experience".Friedemann Kleint2015-12-091-1/+1
* Fix QAction::menuRole() documentationMitch Curtis2015-12-091-1/+1
* Fix QAction MenuRole documentationMitch Curtis2015-12-091-1/+1
* Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-094-0/+27
* Doc: Circumvented qdoc parsing by removing '!'Nico Vertriest2015-12-091-1/+1
* doc: fix the shortcut for QListWidget::itemActivatedLiang Qi2015-12-091-1/+1
* Align signature with generic native socket engineMaurice Kalinowski2015-12-091-1/+1
* iOS: filter edit menu actions depending on selection stateRichard Moe Gustavsen2015-12-091-0/+26
* iOS: support edit action 'select'Richard Moe Gustavsen2015-12-091-0/+7
* QFileDialog: Call reject() on Key_Escape even when itemview has focusGiuseppe D'Angelo2015-12-091-1/+1
* Favor OpenGLES 3 on iOS if availableMike Krus2015-12-091-3/+5
* QWinRTFontDatabase: Add "Arial" as alias for "Helvetica".Friedemann Kleint2015-12-092-0/+16
* QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-082-7/+22
* Win: Use native separators in QLibrary errorsKai Koehne2015-12-081-3/+6
* QNetworkInterface: fix support for address labels on Linux interfacesThiago Macieira2015-12-081-7/+31
* Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-1/+1
* QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-2/+2
* QPlatformWindow::initialGeometry(): Pass screen when scaling.Friedemann Kleint2015-12-071-15/+16
* WinRT: Prepend '.' to default file suffix.Friedemann Kleint2015-12-071-2/+4
* WinRT: Add RETURN_[]_IF_FAILED_WITH_ARGS macros.Friedemann Kleint2015-12-071-0/+10
* Add QStyleHints::showIsMaximized().Friedemann Kleint2015-12-072-1/+19
* Don't treat "/etc/localtime" in TZ env var as a valid timezone idMartin Klapetek2015-12-071-0/+7
* Optimize qt_findAtNxFile by reducing the amount of allocationsOlivier Goffart2015-12-071-4/+5
* Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-076-3/+58
* Android: Fix QInputMethod's visible propertyOlivier Goffart2015-12-071-1/+12
* WinRT: Set TemporaryError in QNativeSocketEngine::accept() when no connection...Friedemann Kleint2015-12-071-1/+3
* Q_UNIMPLEMENTED: remove explicit file, line and funcinfo informationMarc Mutz2015-12-071-1/+1
* Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-075-16/+28
* Remove additional copyright noticeRainer Keller2015-12-072-20/+0
* Fix typo in QObject::disconnect() documentationSérgio Martins2015-12-071-1/+1
* Fix extract style on Android 6.0BogDan Vatra2015-12-041-2/+5
* Respond with a sound for certain message boxes on windowsJan Arve Saether2015-12-045-13/+16
* WinRT/QMessageBox: Default to QtWidgets-based dialog for rich text.Friedemann Kleint2015-12-041-0/+5
* windows: enable drop for embedded windowsTim Blechmann2015-12-041-1/+11
* QImage pixelColor and setPixelColor must use unpremultiplied QColorAllan Sandfeld Jensen2015-12-041-8/+22
* Doc: Added missing semicolons to snippetNico Vertriest2015-12-031-3/+3
* Doc: Clarified QTextTable::mergeCells() documentationNico Vertriest2015-12-031-2/+2
* Freetype font engine: Restrict bold depending on OS2 weight class.Friedemann Kleint2015-12-031-2/+6
* Combine environment variable implementationsSamuel Nevala2015-12-036-123/+129
* Doc: corrected statement about QByteArray::clearNico Vertriest2015-12-031-2/+2
* Doc: added doc for missing stylesheet outline properties.Nico Vertriest2015-12-031-0/+48
* Revert "Doc: Added info about sorting in QItemSelectionModel::selectedIndexes"Nico Vertriest2015-12-031-1/+0
* QStandardPaths::standardLocations()/WinRT: Return empty lists.Friedemann Kleint2015-12-031-1/+2
* eglfs: Fix the logical dpi calculation for some devicesLaszlo Agocs2015-12-023-8/+23
* Round advances if subpixel position not supportedEskil Abrahamsen Blomfeldt2015-12-021-5/+5
* Differ between vertical and no hinting on WindowsEskil Abrahamsen Blomfeldt2015-12-023-5/+15
* DirectWrite: Inherit synthesized properties for fallback fontsEskil Abrahamsen Blomfeldt2015-12-021-1/+12
* Android: Add function to check permissions at run-time.Christian Strømme2015-12-021-0/+26
* Fix possible null pointer dereferences.Jake Petroules2015-12-021-0/+8