summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Check for any existing file in XCOMPOSEFILE.Giuseppe D'Angelo2015-12-091-3/+3
| | * 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
* | | QFlickGestureRecognizer: hoist a constant subexpression out of a for loopMarc Mutz2015-12-181-1/+2
|/ /
* | QAndroidEventDispatcher: Remove dependency on select(2)Louai Al-Khanji2015-12-182-16/+5
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-1718-29/+56
* | QScrollerPrivate: fix some const-incorrectnessesMarc Mutz2015-12-173-8/+8
* | QGraphicsScene: replace QList::prepend()s with appends()Marc Mutz2015-12-171-3/+3
* | QApplication: replace QList::prepend()s with appends()Marc Mutz2015-12-171-5/+5
* | QFlickGestureRecognizer: remove a useless checkMarc Mutz2015-12-171-1/+1
* | eglfs kms: allow overriding physical display size via env variablesShawn Rutledge2015-12-171-2/+8
* | NEON optimized bilinear samplingAllan Sandfeld Jensen2015-12-173-43/+78
* | iOS: Switch backingstore to use raster paint engine, not GLTor Arne Vestbø2015-12-176-85/+225
* | QGraphicsAnchorLayout: replace three loops over QHash::keys() with QHash::con...Marc Mutz2015-12-162-7/+9
* | QGraphicsAnchorLayout: replace a Q_FOREACH with std::accumulateMarc Mutz2015-12-161-4/+2
* | QGraphicsAnchorLayout: own includes go firstMarc Mutz2015-12-161-1/+2
* | QFileDialogPrivate::restoreWidgetState(): use range-erase instead of while po...Marc Mutz2015-12-161-2/+4
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-1622-170/+138
* | QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-166-33/+34
* | QMessageBox: optimize textToCopy string constructionMarc Mutz2015-12-151-13/+10
* | Windows: Fix QWindowsInputContext for Japanese IME.YAMAMOTO Atsushi2015-12-151-1/+2
* | Testlib: Gather methods in a class.Friedemann Kleint2015-12-151-118/+110
* | [docs] Fix assocated -> associatedMarc Mutz2015-12-154-7/+7
* | QTreeWidget: fix const-incorrectness in indexFromItem() parametersMarc Mutz2015-12-152-2/+14
* | Make native cursor handles accessible.Friedemann Kleint2015-12-149-1/+71
* | QProcess/Windows: Fix handling of workingDirectory.Friedemann Kleint2015-12-141-1/+2
* | QString: mark relational operators (and compare()) nothrowMarc Mutz2015-12-132-62/+63
* | QChar: mark remaining relational operators nothrowMarc Mutz2015-12-131-4/+4
* | network: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-12-1310-22/+21
* | widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-1210-10/+20
* | Optimize moc: Preallocate space for list of preprocessed symbols.Milian Wolff2015-12-121-0/+4
* | Fix compilation of isnan/isinf for MSVC2012.Erik Verbruggen2015-12-111-2/+2
* | React to changes in the system color palette.Jake Petroules2015-12-112-2/+45
* | QStyleOption*V<N>: mark as Q_DECL_DEPRECATEDMarc Mutz2015-12-111-12/+12