summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rcc: Replace all occurrences of the marker in two-pass modehjk2014-11-111-23/+27
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-105-79/+57
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-105-79/+57
| |\
| | * Partially revert "Fix a deadlock introduced by the race condition fix"5.3Thiago Macieira2014-11-051-26/+14
| | * QDBusConnection: Merge the dispatch and the watch-and-timeout locksThiago Macieira2014-11-053-29/+16
| | * Always lock the DBus dispatcher before dbus_connection_send*Thiago Macieira2014-11-052-4/+18
| | * Fix QString::sprintf documentationKai Koehne2014-11-052-23/+12
| | * Allow panels outside of availableGeometryMarco Martin2014-11-051-2/+2
* | | Android: extract BitmapDrawable attributesJ-P Nurmi2014-11-101-2/+22
* | | Android 5.0: extract new Switch style attributesJ-P Nurmi2014-11-101-0/+5
|/ /
* | direct2d: Use simple event posting to avoid event queue lock upAndrew Knight2014-11-074-20/+56
* | Android: Fix more exceptions in ExtractStyle.java on Android LBogDan Vatra2014-11-031-11/+44
* | Prevent a leak of QXcbXSettingsPrivateGiuseppe D'Angelo2014-11-033-0/+8
* | Windows: Ignore key Shift+F10 unless a shortcut is registered for it.Friedemann Kleint2014-11-031-1/+10
* | Fix a fatal Clang warning on LinuxGiuseppe D'Angelo2014-11-031-2/+2
* | iOS: Allow virtual keyboard returnKeyType to be set through IM platformDataTor Arne Vestbø2014-11-032-4/+7
* | iOS: Be more thorough when looking for current first responderTor Arne Vestbø2014-11-031-1/+21
* | iOS: Make QIOSTextInputResponder a proper first-responder during text inputTor Arne Vestbø2014-11-034-10/+105
* | QFileDialog: prevent section collapsing in the main selection areaGiuseppe D'Angelo2014-11-033-1/+7
* | Regenerate qfiledialog_embedded.uiGiuseppe D'Angelo2014-11-031-96/+108
* | Android: Fix input method hints.Christian Strømme2014-11-031-16/+19
* | Android: Remove AttachedJNIEnv class.Christian Strømme2014-11-032-48/+4
* | Android: Simplify the jni code in QtAndroidMenuChristian Strømme2014-11-033-24/+8
* | Android: Simplify the jni code in QtAndroidInputChristian Strømme2014-11-031-42/+17
* | Android: Add runOnUiThread() functionChristian Strømme2014-11-033-0/+53
* | Don't build or use qt_convert_rgb888_to_rgb32_neon on ARM64/AArch64Tor Arne Vestbø2014-11-033-5/+6
* | Doc: corrected wrong equivalent of obsolete QGraphicsItem::rotateNico Vertriest2014-11-031-1/+1
* | Doc: corrected autolink issue animationNico Vertriest2014-11-031-1/+1
* | WinRT: Set WindowTitle in application switcherMaurice Kalinowski2014-11-032-0/+28
* | Store clipboard before exiting native GTK dialogGatis Paeglis2014-11-031-0/+1
* | Fix warning about unused variable in qprintengine_win.cpp.Friedemann Kleint2014-11-031-2/+0
* | QMacStyle: More tweaks for editable QComboBoxGabriel de Dietrich2014-11-021-5/+18
* | QAndroidPlatformClipboard: fix build in release modeJ-P Nurmi2014-11-011-2/+3
* | Always invalidate the iOS accessibility cacheJan Arve Sæther2014-11-011-10/+10
* | Enable C++11 atomics with ClangThiago Macieira2014-10-311-1/+3
* | Fix compilation of <atomic> with ICC and libc++Thiago Macieira2014-10-311-0/+7
* | Make QTestEventLoop::exitLoop() thread-safeRoland Winklmeier2014-10-311-0/+7
* | Remove unused variableLars Knoll2014-10-311-1/+0
* | Cleanup: Remove some obsolete code supporting a pre-4.3 formatLars Knoll2014-10-314-32/+16
* | iOS: Make sure we update hints and platform data on IM enable/disableTor Arne Vestbø2014-10-311-0/+9
* | Mark QMetaMethod and related constructor as constepxrOlivier Goffart2014-10-311-3/+3
* | Lower QVariant::userType call countJędrzej Nowacki2014-10-311-10/+16
* | Windows: Create touch device in initialization.Friedemann Kleint2014-10-313-19/+31
* | Handle mounts under /runAllan Sandfeld Jensen2014-10-311-4/+3
* | Cocoa plugin - fix a resource leakTimur Pocheptsov2014-10-311-0/+1
* | QShapedPixmapWindow: do not leak the backing storeGiuseppe D'Angelo2014-10-312-0/+7
* | Fix warnings about size conversion in QListThiago Macieira2014-10-312-20/+23
* | Report the system error on why chmod(2) failed in XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+2
* | Don't always chmod the XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+3
* | Attempt to make QFile I/O 64-bit safeThiago Macieira2014-10-313-22/+39