summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure QGLWidget::setContext() is correctly documented as obsolete.Samuel Rødal2013-03-151-1/+7
* Fixed QPainter::drawPolyline() not drawing solid lines.Samuel Rødal2013-03-151-1/+16
* Make QCoreApplication::startingUp() return false when appropriate.Mitch Curtis2013-03-143-2/+8
* Doc: corrected snippet statement in qplugin.qdocNico Vertriest2013-03-141-1/+1
* Fixes: assert in QPainter::fillRect on very large paint devicesaavit2013-03-141-0/+2
* QProcess/Win: stop pipe readers before closing the pipe handlesJoerg Bornemann2013-03-141-0/+2
* fix spurious QWindowsPipeWriter deadlockJoerg Bornemann2013-03-141-5/+7
* Set StyleMask to NSBorderless if FramelessWindowHint is set.Irfan Omair2013-03-141-1/+1
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Stephen Kelly2013-03-1312-33/+101
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-03-0812-33/+101
| |\
| | * Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-074-18/+24
| | * Correct QLocale(const QString &) documentation.Mitch Curtis2013-03-071-2/+2
| | * Cocoa: Pick right rectangle when rendering window maskGabriel de Dietrich2013-03-061-1/+1
| | * Cocoa: Fix shadowless popupsGabriel de Dietrich2013-03-062-0/+14
| | * Correct sentence in QNetworkProxy::setApplicationProxy() documentation.Mitch Curtis2013-03-061-1/+1
| | * Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-03-061-2/+3
| | * Cocoa: Improve expose event handling.Morten Johan Sørvig2013-03-065-9/+56
* | | If a QWindow without a platform window is resized, emit changed signalShawn Rutledge2013-03-131-0/+5
* | | Fix sluggish resizing for opengl windows on X11Shawn Rutledge2013-03-132-4/+8
* | | Reorder for performance reasons.Sérgio Martins2013-03-132-2/+2
* | | postgresql driver: escape backslashes only when server requires itMark Brand2013-03-131-5/+33
* | | ODBC: fix loss of milliseconds when binding QDateTimeIsrael Lins2013-03-131-1/+1
* | | Fix for Sql query aliases with dotsMarko Kangas2013-03-131-2/+1
* | | QProcess/Win: do not treat all negative exit codes as crashJoerg Bornemann2013-03-131-2/+2
* | | Fix size of HB_FontRec in qharfbuzz_copy_p.hJosh Faust2013-03-131-1/+12
* | | Test that the ConfigVersion.cmake files work.Stephen Kelly2013-03-131-2/+2
* | | Compile when EGL headers are located in non-standard locationGunnar Sletta2013-03-121-0/+1
|/ /
* | qdoc: Initialize an uninitialized variableMartin Smith2013-03-071-7/+9
* | Update the documentation for C++11 initializer lists supportLaszlo Papp2013-03-073-3/+6
* | QIcon: ensure that QIconLoader is initializedDmitry Shachnev2013-03-061-0/+1
* | Mac: Fix inactive window appearanceGabriel de Dietrich2013-03-062-24/+17
* | qdoc: Don't document QML signal handlersMartin Smith2013-03-061-1/+8
* | Silence warning about an unused variable in Q_ASSUME.Jędrzej Nowacki2013-03-061-0/+1
* | Fix potential crash in accessibility key event handlingFrederik Gladhorn2013-03-062-7/+10
* | Workaround a bug in mktime on QNXFabian Bumberger2013-03-051-0/+10
* | Delete the reference of the QNX screen in child windows on deletionFabian Bumberger2013-03-052-2/+10
* | Doc: fixed snippet issues with customcompleter.qdocNico Vertriest2013-03-052-0/+0
* | qdoc: Maintain correct nesting level for QML parsingMartin Smith2013-03-052-4/+33
* | Return -1 as the API documents it for socket issuesLaszlo Papp2013-03-051-5/+5
* | Avoid setting initialNameFilter when mode is DirectoryIrfan Omair2013-03-051-4/+8
* | Fixed memory leak in QXmlStreamReaderRoman Pasechnik2013-03-052-0/+3
* | Fix spellingOlivier Goffart2013-03-042-4/+4
* | Windows: Repaint when switching off layered windows by opacity.Friedemann Kleint2013-03-041-0/+2
* | qdoc: Allow QML linking without version nrMartin Smith2013-03-041-8/+8
* | QGnomeTheme style names: replace cleanlooks with fusionJ-P Nurmi2013-03-031-1/+1
* | showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2013-03-022-6/+9
* | Fix warnings reported by ICC in qdocThiago Macieira2013-03-012-2/+2
* | QMimeDatabase: pass MatchMode down, to fix MatchContent.David Faure2013-03-011-1/+1
* | Cocoa: Don't send duplicate mouse move events.Morten Johan Sørvig2013-03-011-1/+0
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-03-0112-27/+404
|\ \