summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows: Send a geometry change after Window creation.Friedemann Kleint2013-06-071-0/+3
* Use QWindow::geometry() for size when sending resize before expose.Friedemann Kleint2013-06-071-2/+2
* Doc: Fixed typo in QDialog.Jerome Pasion2013-06-071-6/+5
* Doc: Rearranged page titles in the <head> of HTML pages.Jerome Pasion2013-06-071-3/+3
* Cocoa:Fixed crash when sharing QMenu between two QMenuBar instancesRomain Perier2013-06-074-22/+66
* Adapt QtPrintSupport related uic ruleshjk2013-06-041-3/+3
* eglfs: Fix bug determining physical screen sizeAndy Nichols2013-06-031-2/+6
* eglfs: prevent expose/geometrychange loopAndy Nichols2013-06-031-2/+2
* let configure create the forwarding qconfig.h againOswald Buddenhagen2013-06-031-0/+5
* qdoc: excludedirs works againMartin Smith2013-05-311-1/+1
* Fix typo in QSettings docs.Mitch Curtis2013-05-311-1/+1
* Use [NSEvent characters] to retrieve the input character.Gatis Paeglis2013-05-301-14/+5
* Mac style: Remove yet another reference to widgetsGabriel de Dietrich2013-05-301-2/+2
* Fix tst_qtendian autotest build for WEC7.Janne Anttila2013-05-301-1/+4
* Windows: Suppress mouse events synthesized by OS.Friedemann Kleint2013-05-302-0/+14
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-3012-16/+18
* Disable precision timers when running MSVC2012 code on pre-Windows 8.Friedemann Kleint2013-05-301-0/+8
* qdoc: Handle collision nodes when building index filesTopi Reinio2013-05-302-4/+12
* QMenu: Remove last references to QMacWindowFaderGabriel de Dietrich2013-05-304-44/+7
* Cocoa: Allow delayed title setting in menu itemsGabriel de Dietrich2013-05-301-2/+3