summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * OS X: File dialog does not show "Media" section.Timur Pocheptsov2014-09-221-2/+2
| | | * OS X: main window doesn't become key.Timur Pocheptsov2014-09-221-0/+29
| | | * OS X: Fix menu item shortcuts without modifiersEskil Abrahamsen Blomfeldt2014-09-221-1/+1
| | | * Make sure we don't delete child QWindows if they have WA_NativeWindow setGabriel de Dietrich2014-09-222-0/+18
| | | * Fix a mishandling of the fd returned by socket(2)Giuseppe D'Angelo2014-09-221-2/+2
| | | * Add backslash to the list of word separator.David Schulz2014-09-221-0/+1
| | | * Fix crash in QNetworkAccessCacheBackend::closeDownstreamChannelAlbert Astals Cid2014-09-223-7/+13
| | | * Document non-intuitive behavior of QTreeWidgetItem::setHidden().Christian Kandeler2014-09-221-0/+3
| * | | Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-016-24/+95
| * | | Doc: fix misleading documentation of QProcess::set[Process]EnvironmentJoerg Bornemann2014-10-012-12/+7
| * | | Fix regression in metric calculation of text with mnemonicsAllan Sandfeld Jensen2014-10-012-5/+13
| * | | Fix hangs on QFileSystemWatcher.Leonard Lee2014-09-301-0/+1
| * | | Doc: Adding API reference section in Qt Platform Headers page.Jerome Pasion2014-09-301-0/+5
| * | | Extend QOpenGLVertexArrayObjectHelper to support glIsVertexArraysAllan Sandfeld Jensen2014-09-302-1/+13
| * | | Don't dpi-scale -1 pixel metricsOswald Buddenhagen2014-09-301-5/+2
| * | | micro-optimization: make use of qtPrepareTool()'s new modeOswald Buddenhagen2014-09-301-3/+3
| * | | use correct quoting style when running syncqt under mingwOswald Buddenhagen2014-09-302-7/+9
| * | | kms: Support QOpenGLWidget and QQuickWidgetLaszlo Agocs2014-09-309-17/+99
| * | | kms: Support non-64x64 cursorsLaszlo Agocs2014-09-302-8/+25
| * | | qdoc: Restore navigation bar titles for QML, QML basic typesTopi Reinio2014-09-301-10/+4
| * | | Doc: Use title case in section1 titlesNico Vertriest2014-09-3049-110/+110
| * | | Make QAccessible compile with -Werrorhjk2014-09-301-0/+6
| * | | QMdiArea: Fix positioning of cascaded sub windows.Friedemann Kleint2014-09-302-21/+20
| * | | Additional support for devicePixelRatio in CE_MenuItem’s icon paintingMihailNaydenov2014-09-306-12/+12
| * | | QSql changes for Qt 5.4.0 changelogMark Brand2014-09-301-0/+7
| * | | Handle PPK_CustomBase in QWin32PrintEngine::propertyUlf Hermann2014-09-301-0/+3
| * | | Make qopenglwidget example functional without timers tooLaszlo Agocs2014-09-303-1/+34
| * | | Fix losing dirty state when calling update() from paintGL()Laszlo Agocs2014-09-301-1/+6
| * | | uic: Add QOpenGLWidget.Friedemann Kleint2014-09-291-0/+1
| * | | Make QRegion::shared_empty constMarc Mutz2014-09-292-18/+13
| * | | xcb: Fix detecting the fullscreen state from _NET_WM_STATE flagsAlexander Volkov2014-09-291-3/+3
| * | | Fix build when using -WerrorSérgio Martins2014-09-291-3/+6
| * | | Update the detection of when to log to stderrThiago Macieira2014-09-292-49/+59
| * | | Revert "winrt: Remove depth/stencil from the default window format"Andrew Knight2014-09-291-0/+2
| * | | ANGLE: Upgrade to 2.1~abce76206141Andrew Knight2014-09-29279-16864/+18249
| * | | vcxproj: fix custom build steps in different build variantsJoerg Bornemann2014-09-292-28/+47
| * | | introduce VCFilter::findFileJoerg Bornemann2014-09-293-16/+18
| * | | remove unused member VCFilter::CustomBuildJoerg Bornemann2014-09-292-16/+0
| * | | cocoa: override new QPlatformMenu::popup() functionRichard Moe Gustavsen2014-09-292-2/+3
| * | | Do not use Q_COMPILER_CLASS_ENUM for gcc 4.4hjk2014-09-291-1/+1
| * | | xcb: Fix logic for minimized stateAlexander Volkov2014-09-291-0/+4
| |/ /
* | | Introducing QWindow::requestUpdate().Gunnar Sletta2014-10-095-0/+84
* | | Fix QDomDocument::importNode() crashing on null nodesMarian Beermann2014-10-072-0/+8
* | | Add Objective-C specific type converters to QDateTimeJake Petroules2014-10-077-1/+226
* | | QWidget: simplify reading of an env-var in create()Marc Mutz2014-10-061-4/+2
* | | Simplify QWidgetPrivate::map{To,From}WS()Marc Mutz2014-10-061-2/+2
* | | QDesktopWidget: use qDeleteAll()Marc Mutz2014-10-061-1/+3
* | | QIODevice: Improve read buffer useAlex Trotsenko2014-10-061-94/+73
* | | QNetworkRequest: Add new enum to emit all uploadProgress signalsPeter Hartmann2014-10-047-14/+87
* | | Add benchmark for QString::section()Marc Mutz2014-10-041-0/+58