summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* xcb: QWindow never uses XCB_GRAVITY_CENTERShawn Rutledge2013-09-161-4/+0
* accessible: fix if (!foo != const) constructMarc Mutz2013-09-161-1/+1
* QtDBus: fix build on MSVC2008 Debug mode.Nicolás Alvarez2013-09-152-0/+12
* Fix loss of valid dbus objects after unregisterObjectJohn Brooks2013-09-143-40/+11
* Doc: Remove section about how to start threadsSze Howe Koh2013-09-141-36/+3
* Doc: Remove page about how to start QThreadsSze Howe Koh2013-09-143-114/+2
* Doc: Move multithreading guidelines to the overview pageSze Howe Koh2013-09-142-64/+58
* Doc: Add an overview page to compare multithreading techniquesSze Howe Koh2013-09-141-1/+121
* Doc: Fix copy+paste errors in the QString class refSze Howe Koh2013-09-141-8/+4
* Revert recent attempt to fix Invalid Drawable error on Mac.Chris Meyer2013-09-132-7/+3
* Fix highdpi CE_HeaderLabel pixmaps in fusion styleMorten Johan Sørvig2013-09-131-1/+4
* QNX: new signals for foreign windows creation/closingMyoungSeok Song2013-09-132-1/+8
* QNX: add nativeResourceForScreenMyoungSeok Song2013-09-122-0/+9
* Windows style: Support underlined mnemonics from Qt Quick ControlsGabriel de Dietrich2013-09-121-0/+6
* QtConcurrent: fix median calculationMarc Mutz2013-09-121-1/+1
* QMessageBox: implemented shortcut for selectAllShawn Rutledge2013-09-121-0/+9
* QMessageBox: shortcuts for selectAll, copy don't conflict with buttonsShawn Rutledge2013-09-121-1/+1
* Windows: Fix window opacity for non-translucent windows.Friedemann Kleint2013-09-122-2/+5
* Compilation fix for libjpeg release 9aavit2013-09-111-23/+6
* Fix the internal QDir sortingGiuseppe D'Angelo2013-09-101-2/+0
* Fix Invalid Drawable error when using createWindowContainer on Mac.Chris Meyer2013-09-102-3/+7
* Doc: split up Qdoc-manualNico Vertriest2013-09-1018-8893/+8859
* Fix a typo in documentationJędrzej Nowacki2013-09-101-1/+1
* Correct type mismatches sentence in signals and slots documentation.Mitch Curtis2013-09-101-1/+3
* QRawFont::fromFont does not get antialias setting from fontconfigAllan Sandfeld Jensen2013-09-091-0/+8
* Removed unused distance field functions.Yoann Lopes2013-09-091-6/+0
* Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-092-5/+5
* Doc: Fix copy+paste errors for QAbstractItemModelSze Howe Koh2013-09-082-5/+5
* 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