summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-0/+120
* Doc: Mention that calling parent class event() is importantAlbert Astals Cid2015-09-232-0/+34
* windows: Improve error handling with EGLLaszlo Agocs2015-09-231-12/+31
* Close QWidgetWindows by closing the windowMorten Johan Sørvig2015-09-231-2/+2
* QWidgetWindow: call base class close event implMorten Johan Sørvig2015-09-231-0/+1
* Implement the QImageIOHandler::ImageFormat option for ico files.Serge Lysenko2015-09-231-4/+22
* QDateTime: Remove redundant check.Christian Kandeler2015-09-231-15/+13
* Mark QHostAddress relocatableThiago Macieira2015-09-221-0/+1
* Fix some -Wcast-qual warningsThiago Macieira2015-09-228-15/+15
* Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-09-222-5/+9
* Implement sessionId/key generation on WindowsSamuel Gaist2015-09-221-0/+13
* QFontEngine: Read minimum left and right glyph bearings from 'hhea' tableTor Arne Vestbø2015-09-221-19/+55
* QGraphicsProxyWidget: forward touch events to QWidgetRafael Roquetto2015-09-221-0/+13
* Silence the _COMPIZ_TOOLKIT_ACTION warning.Gatis Paeglis2015-09-223-2/+5
* Windows: Add checks to usages of QWindow::screen().Friedemann Kleint2015-09-224-19/+21
* Windows: Disable Windows input context when another context is used.Friedemann Kleint2015-09-224-31/+48
* QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-221-1/+10
* xcb: Compress mouse motion and touch update eventsGatis Paeglis2015-09-223-134/+208
* xcb: Always send dnd events to the proxy window if it existsAlexander Volkov2015-09-222-6/+13
* Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-222-1/+52
* eglfs: Create input handlers only when screens are availableLaszlo Agocs2015-09-221-3/+4
* Null out QOpenGLContext::screen upon screen disconnectLaszlo Agocs2015-09-223-2/+18
* Make QWidget::grab work with graphics effectsPaul Olav Tvete2015-09-221-1/+1
* Add an option to skip the generic bearer engineTimur Pocheptsov2015-09-221-2/+10
* Expand reporting of the Intel instruction set extensionsThiago Macieira2015-09-222-13/+155
* Reorganize the bits for the CPU feature detectionThiago Macieira2015-09-223-89/+159
* Windows: Return accepted state of XBUTTON mouse events to the OS.Friedemann Kleint2015-09-221-1/+4
* Ensure the accepted state of mouse events is passed to QWindowSystemInterface.Friedemann Kleint2015-09-222-0/+2
* Clean up some Apple-related includes and declarations.Jake Petroules2015-09-227-35/+7
* Modernize and unify filesystem code on Apple platforms.Jake Petroules2015-09-226-116/+94
* QLineEdit: Don't include left and right minimum bearing when drawing textTor Arne Vestbø2015-09-221-12/+6
* Set the source for a detached mouse button eventAlexander Volkov2015-09-211-1/+1
* xcb: Use the correct property type when requesting virtual rootsAlexander Volkov2015-09-211-2/+2
* QtNetwork documentation: Emphasize QTcpServer::addPendingConnection().Friedemann Kleint2015-09-212-1/+6
* QPlatformWindow: Extract static method for closestAcceptableGeometry().Friedemann Kleint2015-09-213-4/+10
* Fix build error with ICC 16 on WindowsThiago Macieira2015-09-212-0/+8
* Pretend the X11 "compose" platform input context plugin to be "xim" tooThiago Macieira2015-09-212-2/+3
* Fix QtCore compilation with clangThiago Macieira2015-09-212-6/+37
* Fix evdevtouch coordinates when high DPI scaling is in useMitch Curtis2015-09-211-2/+4
* Fix QImageReader::size() to return correct size for .ico files.Serge Lysenko2015-09-171-13/+8
* Serialize the capitalization value of QFontAndy Shaw2015-09-153-3/+9
* Android: Always queue calls from Qt to Android.Christian Strømme2015-09-151-5/+7
* Document QGuiApplication::primaryScreen propertyAleix Pol2015-09-151-18/+13
* Use the proper macro to detect the compiler as part of the NDKAleix Pol2015-09-151-1/+1
* Fix QT_NO_ACCESSIBILITY build on windowsLiang Qi2015-09-151-0/+2
* Add a method to detect when the state-machine can exit.Erik Verbruggen2015-09-152-0/+9
* Replace direct QPA access in tst_qguiappliction with testlib wrapperTor Arne Vestbø2015-09-151-1/+7
* Merge two more QDBusConnectionPrivate members into a unionThiago Macieira2015-09-152-15/+18
* Make sure we don't deadlock when connecting signalsThiago Macieira2015-09-153-51/+40
* Bypass connectSignal() for receiving the NameOwnerChanged signalThiago Macieira2015-09-151-6/+17