summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Doc: updated documentation QString::toDoubleNico Vertriest2014-11-061-3/+2
| | * Android: Fix for build issue on x86Christian Strømme2014-11-062-145/+151
| | * Do not pass a null pointer to unlink()Alexander Volkov2014-11-061-2/+3
| | * moc: use Q_NULLPTR instead of 0 in generated code.Axel Rasmussen2014-11-061-10/+10
| | * Use a property cache to cut down on blocking callsLorn Potter2014-11-0611-668/+855
| | * Reset QNAM's NetworkConfiguration when state changes.Lorn Potter2014-11-051-1/+11
| | * Skip unused function isCoreProfile() on non-ES2 platformsTor Arne Vestbø2014-11-051-0/+2
| | * Windows: fix unreadable white text for focused combo boxesJ-P Nurmi2014-11-051-1/+5
| | * Windows native file dialog: Work around display bug of IFileDialog.Friedemann Kleint2014-11-051-4/+9
| | * Update the copy of the Qml parserSimon Hausmann2014-11-055-1078/+1105
| | * docs: WindowType is important for dialogs to center themselvesShawn Rutledge2014-11-051-0/+4
| | * iOS: Update integrated event dispatcher to support 64-bit x86Tor Arne Vestbø2014-11-051-2/+7
| | * QMenu check for null result from QPlatformMenu::menuItemForTagDyami Caliri2014-11-051-2/+4
| | * iOS: remove unused function 'fromPortraitToPrimary'Richard Moe Gustavsen2014-11-052-10/+1
| | * Cocoa: get mouse position from event if possibleMorten Johan Sørvig2014-11-051-2/+15
| | * Revert "OS X - unified toolbar and AA_NativeWindows"Morten Johan Sørvig2014-11-051-17/+1
| | * Cocoa: Guard against recursive event deliveryMorten Johan Sørvig2014-11-053-1/+8
| | * Cocoa: refactor commit 876a428f.Morten Johan Sørvig2014-11-052-6/+7
| | * Cocoa: Don't activate popup windows.Morten Johan Sørvig2014-11-051-1/+2
| | * Fix incorrect documentation from QTranslator::loadAki Koskinen2014-11-051-3/+2
| | * New Qt logoAlessandro Portale2014-11-053-0/+0
| | * Rcc: ensure enough space for the embeddedhjk2014-11-051-0/+2
| | * Define the Intel compiler and Microsoft C++ versions in the Q_CC_ macrosThiago Macieira2014-11-051-3/+3
| | * Store the GCC version number in Q_CC_GNUThiago Macieira2014-11-054-16/+16
| | * Define Q_CC_CLANG to be the version of upstream Clang that's in useTor Arne Vestbø2014-11-053-11/+26
| | * Fix too many resizes and move events for native widgetsJørgen Lind2014-11-044-20/+50
| | * qdoc: Delayed the examples manifest file creationVenu2014-11-041-3/+1
| | * Check the Q_SCRIPTABLE tag of signals and slots as early as possible.Robert Griebl2014-11-041-0/+6
| | * Use __aarch64__ instead of __arm64__ to detect AArch64Tor Arne Vestbø2014-11-041-2/+2
| | * Don't delete QLibrarySettings configuration in ~QCoreApplicationKai Koehne2014-11-041-9/+1
| | * Fix tab icon vertical alignmentMarko Kangas2014-11-041-1/+1
* | | 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