summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android Mute and FastForward keys mapped wrongAllan Sandfeld Jensen2013-06-174-4/+12
* make Makefiles not depend on .qmake.superOswald Buddenhagen2013-06-152-3/+4
* fix rcc & uic .depend_commandsOswald Buddenhagen2013-06-153-11/+30
* always $-escape make commandsOswald Buddenhagen2013-06-151-1/+1
* fix command over-escaping in vcproj filesOswald Buddenhagen2013-06-151-2/+4
* assemble the tool commands at use time, after allOswald Buddenhagen2013-06-154-12/+13
* 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
* Doc: Remove Tweet Search demo from the list of highlighted examplesTopi Reinio2013-06-151-1/+0
* Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-153-26/+46
* fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-143-13/+29
* 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
* Let QTemporaryDir::stressTest() run in temporary directory.Friedemann Kleint2013-06-121-4/+5
* 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
* remove overquoting of extra compiler argumentsOswald Buddenhagen2013-06-122-4/+4
* remove overquoting of extra compiler commandsOswald Buddenhagen2013-06-122-3/+3
* fix QMAKE_COMPILER fallback for clang specsOswald Buddenhagen2013-06-121-1/+1
* don't claim that we need perl for shadow builds any moreOswald Buddenhagen2013-06-121-6/+0
* 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
* Don't test existence of private header directories for mac frameworksStephen Kelly2013-06-101-1/+5
* qdoc: QGLFrameBufferObject::bindDefault() was marked \internalMartin Smith2013-06-101-1/+0
* Remove the use of CMAKE_FIND_ROOT_PATH.Stephen Kelly2013-06-103-10/+8
* mkspecs/qml_plugin: adding -nonrelocatable flag to qmldump callFawzi Mohamed2013-06-101-1/+1
* 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-103-19/+37
* reshuffle path setupOswald Buddenhagen2013-06-102-7/+8
* use correct variable for library base pathOswald Buddenhagen2013-06-101-1/+1
* update some comments relating to forwarding module pri filesOswald Buddenhagen2013-06-102-4/+4
* put ANGLE includes in a QtANGLE subdirOswald Buddenhagen2013-06-106-9/+17
* allow modules to extend their MODULE_{,PRIVATE_}INCLUDESOswald Buddenhagen2013-06-101-0/+2
* don't process ANGLE and zlib headers like real qt modulesOswald Buddenhagen2013-06-102-7/+12
* use qtconcurrent instead of qtgui in test codeOswald Buddenhagen2013-06-101-1/+1
* QEventLoop: Remove the test that checked throwing from an event handlerThiago Macieira2013-06-081-67/+0