summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-0745-540/+984
|\
| * Forward QGraphicsView::mouseDoubleClickEventMarcel Krems2013-09-062-5/+116
| * Compile in strict-iterator mode under MSVCThiago Macieira2013-09-061-1/+1
| * Fix usr-move workaround in the presence of multi-arch.Stephen Kelly2013-09-062-3/+3
| * Add source directories to include paths if needed.Stephen Kelly2013-09-052-2/+21
| * Center the QColumnView on-screen, in case that helps avoid the test failure.Stephen Kelly2013-09-051-0/+8
| * 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
| * Ensure the input file is first in the list of dependenciesAndy Shaw2013-09-031-6/+6
| * 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-292-2/+18
| * 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-285-21/+249
| |\
| | * Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXv5.1.1Tor Arne Vestbø2013-08-221-24/+0
| | * Add changes-5.1.1 fileSergio Ahumada2013-08-201-0/+206
| | * Android: Fix orientation change on Android 4.3Eskil Abrahamsen Blomfeldt2013-08-194-21/+43
| * | Stabilize tst_qmenubar.Friedemann Kleint2013-08-281-413/+403
| * | Android: Make qmake.conf usable for getting arch in Qt CreatorEskil Abrahamsen Blomfeldt2013-08-281-1/+2
| * | network test settings: support newer FTP server versionsPeter Hartmann2013-08-281-14/+3
| * | Activate Qt::WidgetWithChildrenShortcut shortcuts in MDI subwindowsGiuseppe D'Angelo2013-08-281-1/+1
| * | de-duplicate code for writing dummy makefilesOswald Buddenhagen2013-08-275-29/+22
| * | Doc: update Project Options section in qmake ManualLeena Miettinen2013-08-271-2/+4
| * | export QT_TOOL_ENV to the tool module pri fileOswald Buddenhagen2013-08-272-2/+22
| * | Close menu on 2nd click on QMenuBar.Friedemann Kleint2013-08-272-0/+26
| * | Center widgets using UpdateWidgets in tst_qwidget.Friedemann Kleint2013-08-271-1/+15
| * | QTcpSocket auto test: rely on IMAP port, not SMTP portPeter Hartmann2013-08-271-1/+1
| * | QNetworkReply auto test: Skip tests failing due to Squid issuesPeter Hartmann2013-08-271-0/+4
| * | Do not attempt to save a file in the resourcesGiuseppe D'Angelo2013-08-271-2/+3
* | | 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-063-4/+25
* | | 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-062-4/+38
* | | Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-062-6/+60
* | | 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