summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-103-3/+3
* QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-082-5/+5
* code cleanup. make one way to access system dbus. remove dead uncommented codeLorn Potter2013-06-081-27/+7
* QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-081-1/+1
* QUrl stringprep: avoid recalculating the surrogates we already knowThiago Macieira2013-06-081-2/+2
* QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-081-11/+14
* QUrl stringprep: fix case folding from non-BMP to BMPThiago Macieira2013-06-081-1/+1
* QUrl stringprep: recalculate the current position if the size changesThiago Macieira2013-06-081-1/+2
* QNX: fix QQnxWindowRafael Roquetto2013-06-072-36/+45
* Fix for when we don't have XSettingsJørgen Lind2013-06-071-4/+18
* Cocoa Accessibility: fix ignoring of objectsFrederik Gladhorn2013-06-072-5/+3
* Fix themeHint typo in qcocoatheme: PasswordMaskDelay should be PasswordMaskCh...Daiwei Li2013-06-061-1/+1
* Added rotation parameter to qevdevtouchMikko Harju2013-06-061-2/+23
* Print directories for QT_DEBUG_PLUGINSKai Koehne2013-06-051-0/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-056-9/+18
|\
| * 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
* | Prevent touch coordinates outside target geometryMikko Harju2013-06-051-3/+4
* | Fixed raw coordinate reporting for touch eventsMikko Harju2013-06-051-0/+2
* | Fix typo in QAlgorithms documentation.Mitch Curtis2013-06-051-1/+1
* | Fix FBO restoring in QOpenGLTextureGlyphCacheValery Volgutov2013-06-051-1/+4
* | Prevent negative size in QBitArray, QVector and QVarLengthArray ctors.Mitch Curtis2013-06-053-3/+8
* | Use the GCC inline assembly when building for MinGWThiago Macieira2013-06-041-5/+5
* | Fixes QKeyEvent::count() on Windowsaavit2013-06-041-7/+7
* | Mention QRect's int min/max constraints in detailed description.Mitch Curtis2013-06-041-0/+6
* | Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-0413-8/+79
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-0335-127/+118
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-05-3135-127/+118
| |\|
| | * 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
| | * Cocoa: Hide empty menus from the menubarGabriel de Dietrich2013-05-301-0/+11
| | * qdoc: "All Overview and HOWTOs" no longer lists internal pagesMartin Smith2013-05-302-4/+4
| | * qdoc: QML property lists were not shownMartin Smith2013-05-301-2/+5
| | * Disable "QBackingStore::flush() called with non-exposed window" warningSamuel Rødal2013-05-291-0/+2
| | * Fixed crashes in QGLTextureDestroyer.Samuel Rødal2013-05-292-19/+7
| | * Fix QPlatformWindow::initialGeometry() to not touch large windows.Friedemann Kleint2013-05-282-18/+15
| | * Cocoa: Use actual modifiers when sending ShortcutOverride eventGabriel de Dietrich2013-05-281-1/+1
* | | Silence warning in QtNetwork buildThiago Macieira2013-06-031-0/+1
* | | Fix leak in QNSView.Ivan Komissarov2013-05-311-0/+2