summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unused static function systemtimeToMsecs()Kai Koehne2013-10-281-8/+0
* QWizard: provoke 'enum value not handled in switch' warnings in object_name_f...Marc Mutz2013-10-281-1/+13
* QWizard: give all buttons an objectNameMarc Mutz2013-10-281-13/+16
* network: fix multi-phased NTLM authenticationPeter Hartmann2013-10-281-2/+3
* remove some vestiges of QFontEngineQPFOswald Buddenhagen2013-10-283-73/+0
* Fix - psql driver must format qdatetime using isoCristian Tarsoaga2013-10-261-2/+2
* eglfs: Perform initialization in initialize() instead of the constructorLaszlo Agocs2013-10-251-22/+25
* QWindowsKeyMapper: Added some comments about functionality + cleanupOliver Wolff2013-10-252-26/+14
* CMake: Fix quoting issue with quoted paths in strings.Stephen Kelly2013-10-251-2/+4
* Remove sunken state for Android.BogDan Vatra2013-10-251-2/+9
* Android: Fix the QSlider handler position.BogDan Vatra2013-10-251-4/+7
* QJNI: Don't detach from the thread as long as the thread is alive.Christian Strømme2013-10-251-16/+13
* Do not byteswap RGBA8888 formatsAllan Sandfeld Jensen2013-10-253-34/+35
* Fix bug in updatePossibleKeyCodes() with dead keys and modifiersJuan Luis Boya García2013-10-251-2/+2
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-10-254-27/+31
* Fix compile warnings on 10.6Morten Johan Sorvig2013-10-253-0/+3
* Cleanup java files.BogDan Vatra2013-10-253-3/+1
* Accessibility: Make it possible to send events with no QObjectFrederik Gladhorn2013-10-253-13/+110
* Android: Fix repaint on rotationEskil Abrahamsen Blomfeldt2013-10-255-15/+10
* QImageWriter: add a forgotten #ifndef QT_NO_IMAGEFORMAT_BPMMarc Mutz2013-10-251-0/+2
* Introduce Windows version 8.1 and detect by checking the version.Friedemann Kleint2013-10-242-3/+39
* don't explicitly exclude qconfig.h when building mocOswald Buddenhagen2013-10-241-1/+1
* remove pointless "SeeAlso: ???" entriesOswald Buddenhagen2013-10-241-153/+0
* document format of entriesOswald Buddenhagen2013-10-241-0/+8
* ANGLE: Fix compilation with MSVC2013.Friedemann Kleint2013-10-242-0/+30
* ANGLE: Fix fxc path setting for MSVC 2013.Friedemann Kleint2013-10-241-1/+1
* Reserve some space for future use in QLoggingCategoryKai Koehne2013-10-242-1/+8
* Remove doc references to non-existing functions in QSurfaceFormatSean Harmer2013-10-241-2/+2
* BlackBerry: improve BPS event lifetime managementJonathan Hoffmann2013-10-232-4/+90
* Windows: Handle WM_SYSCOLORCHANGE as theme change.Friedemann Kleint2013-10-231-0/+3
* Fix crash in QXcbDrag.Friedemann Kleint2013-10-231-1/+1
* Fix typo in check for MINGW_W64 versionKai Koehne2013-10-231-1/+1
* Doc: Added a link to the Qt Quick Test pageVenu2013-10-231-0/+1
* QFileDialog can delete files too, not just directoriesShawn Rutledge2013-10-231-0/+2
* Don't crash if the platform plugin is not initializedBogDan Vatra2013-10-231-0/+3
* Fix deploy mechanism.BogDan Vatra2013-10-231-2/+2
* Move untranslatable stings to AndroidManifest.xmlBogDan Vatra2013-10-233-13/+8
* Rely on isLayered() to decide layeringGunnar Sletta2013-10-231-2/+3
* Fix misaligned selection region with text when centeredJonathan Liu2013-10-231-5/+14
* Android/LinuxFb: fix QWidget::showFullScreen()Paul Olav Tvete2013-10-232-0/+23
* Android: Make platform menu more robustPaul Olav Tvete2013-10-231-3/+5
* QTextHtmlParser: restore the default link color from app paletteJ-P Nurmi2013-10-231-2/+2
* Fix compilation with latest MinGW-w64 (release 3)Kai Koehne2013-10-221-1/+3
* Better QWindowContainer by not relying on native widgets.Gunnar Sletta2013-10-224-23/+172
* Doc: Add missing \since 5.2 to QSizePolicy::retainSizeWhenHiddenMarcel Krems2013-10-221-0/+2
* Fix Q_ASSERT(!channels[0].isSocketBusy());v5.2.0-beta1Allan Sandfeld Jensen2013-10-213-12/+15
* Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2013-10-212-39/+15
* Use QByteArrayLiteral throughout in QOpenGLVertexArrayObjectSean Harmer2013-10-201-8/+8
* Android: Accessibilty: Handle text betterFrederik Gladhorn2013-10-201-3/+15
* Initialize variable to fix build [-Werror=uninitialized].Sergio Martins2013-10-191-2/+1