summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed shortcuts for some (e.g. Russian) layoutsCyril Oblikov2013-03-261-4/+8
* | Make QGraphicsScene::touchEventhandler ignore unhandled touch eventsMorten Johan Sørvig2013-03-261-1/+1
* | Set screen position when generating synthetic mouse events from touchMorten Johan Sørvig2013-03-261-1/+1
* | Silence warning by Apple Clang 4.2 about adding an integer to a stringThiago Macieira2013-03-261-1/+1
* | QNonContiguousByteDevice: roll back complete internal state in reset()Peter Hartmann2013-03-251-0/+7
* | Clean up touch window registration.Friedemann Kleint2013-03-252-7/+16
* | QMdi: Don't emit subWindowActivated during StyleChange handling.David Faure2013-03-251-1/+7
* | OSX: WindowTransparentForInput QNSView pass events to next responderShawn Rutledge2013-03-242-3/+39
* | QHttpMultipart: reset read pointer when device is resetPeter Hartmann2013-03-241-0/+1
* | QNonContiguousByteDevice: reset() instead of seek() if possiblePeter Hartmann2013-03-241-2/+2
* | Guard usage of [NSApp setDockMenu].Morten Johan Sørvig2013-03-241-1/+4
* | Use [NSSavePanel directoryUrl].Morten Johan Sørvig2013-03-241-1/+1
* | Call [m_qtView hasMask]Morten Johan Sørvig2013-03-241-1/+1
* | Remove unused variables in the Cocoa pluginMorten Johan Sørvig2013-03-242-2/+0
* | match #ifdefs relating to arm compilationOswald Buddenhagen2013-03-241-1/+1
* | Fix access to interface in QAccessibleEventFrederik Gladhorn2013-03-231-1/+1
* | qWaitForWindow* default timeouts are 5 secondsShawn Rutledge2013-03-231-2/+2
* | Fusion Style: draw toolbar lines for non-widget apps.Frederik Gladhorn2013-03-231-1/+1
* | Accessibility: Fix crash when updating in dtorFrederik Gladhorn2013-03-236-3/+25
* | Ensure QTemporaryFile can create files when an identical dir exists.Mitch Curtis2013-03-231-1/+8
* | Accessibility: Fix crash in windowHelperFrederik Gladhorn2013-03-233-6/+9
* | Do not update accessibility for invalid interfacesFrederik Gladhorn2013-03-232-1/+6
* | Make QIcon generate high-dpi pixmaps.Morten Johan Sørvig2013-03-233-7/+117
* | Fix race condition in QThread::setPriorityDavid Faure2013-03-234-41/+42
* | Remove unused private membersThiago Macieira2013-03-234-6/+2
* | Remove unused private fields in a class used for anti-flicker workaroundThiago Macieira2013-03-231-4/+6
* | Mark Q_UNUSED the private members that aren't usedThiago Macieira2013-03-234-0/+4
* | Inform android input method when cursor is movedPaul Olav Tvete2013-03-222-0/+11
* | SSL code: store SSL parameters for debugging, guarded by definePeter Hartmann2013-03-221-0/+35
* | Remove QtWidgets dependency from Android platform pluginEskil Abrahamsen Blomfeldt2013-03-222-25/+4
* | Use qtproject instead of necessitas for default package namePaul Olav Tvete2013-03-221-1/+1
* | Fix missing parts of Ie511522d35b5658c20be43dd112eae18c205277f in mergeMitch Curtis2013-03-221-2/+4
* | Only instantiate QAccessibleWidget after trying inherited classesFrederik Gladhorn2013-03-222-10/+9
* | QThread: fix race when setting the eventDispatcherDavid Faure2013-03-2216-64/+68
* | Remove racy setting of eventDispatcher to 0.David Faure2013-03-221-2/+0
* | Fix installation of Android java filesEskil Abrahamsen Blomfeldt2013-03-221-0/+2
* | renameOverwrite: don't allow cross-partition copyingDavid Faure2013-03-221-1/+1
* | QWindowsVistaStyle: fix checkbox animations for QtQuick ControlsJ-P Nurmi2013-03-221-1/+2
* | Fix error in XML and Xunit formatted benchmark output.Mirko Boehm (AWS)2013-03-222-2/+5
* | qdoc: List of all members subpage redesignedMartin Smith2013-03-224-22/+124
* | QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-03-223-3/+10
* | QEventDispatcherUNIX: turn interrupt bool into an atomic int.David Faure2013-03-222-7/+5
* | Initialize gen_ variableMontel Laurent2013-03-221-0/+1
* | Implement [QNSView isOpaque]Morten Johan Sørvig2013-03-224-13/+17
* | Show warning about QBackingStore::flush() only for toplevel windows.Friedemann Kleint2013-03-221-1/+1
* | Recommit b7b858595e6e2d8dcc9debeb45eb8b9b294b9be6Eskil Abrahamsen Blomfeldt2013-03-211-8/+0
* | Android: Fix use_local_libs when running from launcherEskil Abrahamsen Blomfeldt2013-03-212-17/+20
* | Add qMenuToNSMenu() and qMenuBarToNSMenu() to QCocoaNativeInterface.Dmytro Tyshchenko2013-03-212-0/+25
* | Introducing QComposeInputContextGatis Paeglis2013-03-2110-2/+1089
* | Merge "Merge remote-tracking branch 'gerrit/release' into stable" into refs/s...Sergio Ahumada2013-03-2111-161/+200
|\ \