summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix constant false comparison of out-of-range enumsThiago Macieira2013-09-071-3/+3
* | | Reimplement qBinaryFind in terms of std::lower_boundGiuseppe D'Angelo2013-09-071-2/+3
* | | QDateTime - Change debug output to ISO FormatJohn Layt2013-09-062-3/+22
* | | Move the preprocessor iterator for Qt smart pointers with the others.Stephen Kelly2013-09-061-8/+10
* | | Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-4/+13
* | | Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-6/+34
* | | Windows: Added support for large icons to QFileIconProvider.Friedemann Kleint2013-09-063-6/+81
* | | Remove qFind usages from the XCB pluginGiuseppe D'Angelo2013-09-062-10/+13
* | | Remove qSort usages from the Cocoa helpersGiuseppe D'Angelo2013-09-061-1/+3
* | | Remove unused check_gradient functionThiago Macieira2013-09-061-6/+0
* | | Fix new change-of-sign warning detected by ICC 14.Thiago Macieira2013-09-061-1/+1
* | | Add C++11 features supported by the Intel Compiler 14.0Thiago Macieira2013-09-061-0/+9
* | | Remove qSort usages from QtDBusGiuseppe D'Angelo2013-09-061-1/+1
* | | QDateTime - Documentation clean-upsJohn Layt2013-09-061-27/+33
* | | QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-061-309/+271
* | | QDateTime - Remove incorrect year range checkJohn Layt2013-09-061-6/+0
* | | QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-197/+9
* | | QLocale - Improve date formatterJohn Layt2013-09-052-77/+63
* | | Remove qFill from the Windows XP styleGiuseppe D'Angelo2013-09-051-1/+1
* | | Remove qFill from the Windows platform pluginGiuseppe D'Angelo2013-09-053-9/+15
* | | Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-0513-24/+44
* | | add QProcess::InputChannelModeOswald Buddenhagen2013-09-055-10/+75
* | | add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-054-6/+36
* | | make the pipe setup code less convolutedOswald Buddenhagen2013-09-051-16/+21
* | | never create a console for command line tools launched from gui appsOswald Buddenhagen2013-09-051-3/+6
* | | Remove qSort from QtWidgetsGiuseppe D'Angelo2013-09-057-11/+20