summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove qSort usages from QtTestlibGiuseppe D'Angelo2013-09-111-1/+2
* Remove qSort from QVariantAnimationGiuseppe D'Angelo2013-09-111-1/+1
* Remove qSort usages from statemachinesGiuseppe D'Angelo2013-09-111-2/+4
* Remove qCopy from QLinkedList / QVectorGiuseppe D'Angelo2013-09-112-4/+6
* New QStringRef methods.Jędrzej Nowacki2013-09-112-1/+76
* QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-1/+3
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-1023-60/+117
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-0723-60/+117
| |\
| | * Forward QGraphicsView::mouseDoubleClickEventMarcel Krems2013-09-061-0/+7
| | * Compile in strict-iterator mode under MSVCThiago Macieira2013-09-061-1/+1
| | * the condition for building the x11 offscreen plugin is ... having xlibOswald Buddenhagen2013-09-051-1/+1
| | * build glxconvenience also without XrenderOswald Buddenhagen2013-09-051-2/+3
| | * Cocoa: Fix NSMenu popup coordinatesGabriel de Dietrich2013-09-041-0/+2
| | * Cocoa: Unregister view from window's notifications onlyGabriel de Dietrich2013-09-042-8/+6
| | * Fix event delivery for apps with native widgets.Morten Johan Sørvig2013-09-041-0/+1
| | * OSX: clicking outside a popup: don't propagate the event elsewhereShawn Rutledge2013-09-041-0/+1
| | * Fix regression in QListViewJ-P Nurmi2013-09-031-4/+4
| | * Ensure the timer is killed when appropriate before starting a new oneAndy Shaw2013-09-031-2/+9
| | * Fix compilation with latest Mingw-w64 headersKai Koehne2013-09-021-0/+6
| | * Remove the size limit of QByteArray information.Leonard Lee2013-09-021-2/+0
| | * Windows XP file dialog: Fix appending the selected filter suffix.Friedemann Kleint2013-08-301-2/+2
| | * Initialize variables to fix valgrind warning in pnghandler.Friedemann Kleint2013-08-301-8/+8
| | * QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-2/+7
| | * Windows: Fix compilation with MinGW-64, gcc 4.8.1Friedemann Kleint2013-08-291-1/+5
| | * Update QLineEdit::placeholderText property documentationGiuseppe D'Angelo2013-08-291-2/+1
| | * Doc: minor language and layout editsNico Vertriest2013-08-291-3/+8
| | * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-284-21/+43
| | |\
| | | * Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXv5.1.1Tor Arne Vestbø2013-08-221-24/+0
| | | * Android: Fix orientation change on Android 4.3Eskil Abrahamsen Blomfeldt2013-08-194-21/+43
| | * | Activate Qt::WidgetWithChildrenShortcut shortcuts in MDI subwindowsGiuseppe D'Angelo2013-08-281-1/+1
| | * | Close menu on 2nd click on QMenuBar.Friedemann Kleint2013-08-271-0/+1
* | | | Add missing notify signals for window title and icon changes.Richard J. Moore2013-09-102-3/+39
* | | | QCommandLineParser: improve implementationDavid Faure2013-09-102-20/+21
* | | | QCommandLineParser: improve documentationDavid Faure2013-09-104-70/+171
* | | | QCommandLineOption: improve runtime warningsDavid Faure2013-09-101-5/+5
* | | | Port moc to QCommandLineParserDavid Faure2013-09-103-226/+202
* | | | Fix escape handling in qWinCmdArgsDavid Faure2013-09-101-3/+4
* | | | Add CUPS options widget to print supportMartin Klapetek2013-09-107-1/+527
* | | | qdoc: Better use of versions of QML modulesMartin Smith2013-09-103-36/+44
* | | | Fix malformed assignment in QKmsScreenLaszlo Agocs2013-09-101-1/+1
* | | | Add missing interpolator for unsigned int.Jan Arve Saether2013-09-101-0/+3
* | | | Windows CE : Fix incorrect text rendering on wince with freetype enginedarius2013-09-101-0/+68
* | | | [1/2] Optimize text drawing for QStyleOptionViewItem in QCommonStyleKonstantin Ritt2013-09-101-6/+6
* | | | Reinitialize system palette when setting a new style.BogDan Vatra2013-09-102-0/+7
* | | | Fix Android Style plugin.BogDan Vatra2013-09-1010-87/+403
* | | | Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-105-17/+6
* | | | Use Qt's own glyph cache with the freetype engine.Gunnar Sletta2013-09-101-2/+1
* | | | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-1010-28/+27
* | | | Add detection for C++11 explicit conversion operators.Marcel Krems2013-09-091-0/+5
* | | | Normalise and deduplicate paths for XDG_DATA_DIRSMartin Klapetek2013-09-091-0/+11