summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add Q_REVISION(1) to QWindow::alert().Friedemann Kleint2013-06-281-1/+1
* QWindow min/max width/height, contentOrientation are not new in 5.1Shawn Rutledge2013-06-282-19/+14
* Avoid crash when QOpenGLContext is destroyed before the VAOSean Harmer2013-06-282-2/+26
* QNX: Fix screen rotationRafael Roquetto2013-06-262-1/+7
* Fix compilation with ICC 13.1: the MSVC 2005 & 2008 code is badThiago Macieira2013-06-261-1/+1
* Fix win32-icc build: _CHAR16T is not an indication of C++11 supportThiago Macieira2013-06-261-1/+1
* Android: Fix initial window size for raster backendPaul Olav Tvete2013-06-262-0/+12
* BlackBerry: fix delayed root window posting on OpenGLRafael Roquetto2013-06-261-0/+3
* Mac OSX: get the correct key code when the control key is pressedShawn Rutledge2013-06-261-1/+5
* install qconfig.h into framework bundlesOswald Buddenhagen2013-06-251-1/+4
* Update for the newest Darwin-family operating systems.Jake Petroules2013-06-253-5/+18
* Fix QDir::mkpath failing for drive paths on WindowsKai Koehne2013-06-241-0/+4
* Use BSD licensing for QtOpenGLExtensions instead of LGPLJonathan Liu2013-06-242-52/+50
* Widgets: Set qt_button_down for each press.Friedemann Kleint2013-06-241-1/+1
* Fix missing shortcuts for WindowContainersJørgen Lind2013-06-212-18/+58
* Fix missing focus events for mapped child windowsJørgen Lind2013-06-211-2/+2
* Android: handle keyboard connect/disconnectPaul Olav Tvete2013-06-211-1/+1
* QFactoryLoader: Release unused libraries.Friedemann Kleint2013-06-181-1/+6
* Remove unused member QFactoryLoaderPrivate::keyList.Friedemann Kleint2013-06-181-9/+3
* Android Mute and FastForward keys mapped wrongAllan Sandfeld Jensen2013-06-174-4/+12
* OSX: Disable window restoration for the Mac color panelShawn Rutledge2013-06-151-0/+5
* Cocoa color dialog cannot be modal, but should show anywayShawn Rutledge2013-06-152-8/+8
* OSX color dialog can be accepted repeatedlyShawn Rutledge2013-06-151-0/+1
* network requests: do not access 1st byte of empty byte arrayPeter Hartmann2013-06-151-1/+2
* Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-151-3/+4
* fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-142-12/+12
* Widgets: Do not create QWindow in createTLExtra().Friedemann Kleint2013-06-142-4/+5
* Fix another type of crash when dragging QDockWidget in and outShawn Rutledge2013-06-131-1/+1
* Fix crash for pressing Ctrl+C in a message boxKai Koehne2013-06-121-1/+1
* Fix xkbcommon.pri not to override QMAKE_CFLAGSJ-P Nurmi2013-06-121-1/+1
* Cocoa: Make QWidget::showNormal() work on minimized windowsGabriel de Dietrich2013-06-121-1/+1
* Cocoa: Make sure internal minimized state is up to dateGabriel de Dietrich2013-06-122-14/+17
* Cocoa: Update window state when maximizing from the title barGabriel de Dietrich2013-06-124-0/+20
* Cocoa: Make sure we update internal window fullscreen stateGabriel de Dietrich2013-06-123-4/+17
* Cocoa: Remove compilation warningGabriel de Dietrich2013-06-121-0/+1
* Update support status for older Mac OS X platforms.Jake Petroules2013-06-121-3/+3
* Qdoc: replaced example file qt.qdocconf with qtgui.qdocconfNico Vertriest2013-06-122-35/+65
* Fix gcc warnings about unused-valueKai Koehne2013-06-121-1/+1
* Avoid floating point exceptions in rasterizeLine.Gunnar Sletta2013-06-121-16/+45
* Disable long press on AndroidPaul Olav Tvete2013-06-101-0/+4
* Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-06-102-17/+27
* qdoc: QGLFrameBufferObject::bindDefault() was marked \internalMartin Smith2013-06-101-1/+0
* Remove the use of CMAKE_FIND_ROOT_PATH.Stephen Kelly2013-06-102-9/+7
* Windows save file dialog: Set default suffix only once.Friedemann Kleint2013-06-101-18/+18
* Fix issue when QKeyEvent::text() was returning empty stringGatis Paeglis2013-06-101-5/+5
* Doc: Fixed snippet issues in QDoc documentationTopi Reinio2013-06-104-11/+11
* Doc: Mark QOpenGLFunctions_4_1_Core as a wrapper classTopi Reinio2013-06-101-0/+1
* redo include path logic for pre-generated headersOswald Buddenhagen2013-06-102-3/+5
* put ANGLE includes in a QtANGLE subdirOswald Buddenhagen2013-06-105-6/+14
* RecalcAdvances and DoKerning should agree on when to use design metricsAllan Sandfeld Jensen2013-06-072-3/+16