summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-1252-211/+373
|\
| * Windows: Prevent spurious leave events.Sebastian Eifert2013-06-122-1/+4
| * QDockWidget: Keep position when undocking.Friedemann Kleint2013-06-121-0/+3
| * Mark the Q_DECLARE_OPAQUE_POINTER macro as introduced in 5.0Laszlo Papp2013-06-121-0/+1
| * doc: QOpenGLFramebufferObject::bindDefault() was marked internalMartin Smith2013-06-111-1/+0
| * qdoc: qdoc was confused by namespace and module with same nameMartin Smith2013-06-117-44/+86
| * Improve error output when platform plugin cannot be loadedKai Koehne2013-06-111-6/+8
| * Fix leak in QCocoaDrag.Ivan Komissarov2013-06-111-1/+3
| * When the file could not be accessed, we should return 0 for the sizeAndy Shaw2013-06-111-0/+1
| * The SingleClickActivation setting was wired to the wrong platform settingRobert Griebl2013-06-101-1/+1
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-1010-36/+95
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-1010-36/+95
| | |\
| | | * 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
| * | | 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
* | | iOS: Remove need for separate qtiosmain libraryTor Arne Vestbø2013-06-126-92/+151
* | | iOS: Remove need for -force_load of platform pluginTor Arne Vestbø2013-06-121-0/+4
* | | Fix setPlaceholderText in QLineEditBenjamin Port2013-06-111-1/+1
* | | Use QUDeviceHelper instead of custom code.Hannu Lyytinen2013-06-089-452/+29
* | | Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-073-2/+66