summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: fixed links to qmake documentationNico Vertriest2015-09-258-8/+9
* xcb: Show buttons on the title bar for QWindowAlexander Volkov2015-09-251-0/+3
* eglfs: Support for alternative Mali driver packagesDaniel Nyström2015-09-251-1/+5
* QStateMachine: make enterStates/exitStates virtual.Erik Verbruggen2015-09-251-6/+6
* xcb: fix touchscreen input with certain capabilities onlyWolfgang Bremer2015-09-251-0/+2
* Cocoa: Don't send duplicate close events.Morten Johan Sørvig2015-09-251-6/+2
* qdoc: Fix write to invalid memoryTopi Reinio2015-09-251-4/+12
* tools: StringBuilder - silence clang warningTim Blechmann2015-09-251-1/+1
* Fix deadlock on disconnectNotify() called from ~QObjectThiago Macieira2015-09-253-13/+55
* Use a power of two division factorAllan Sandfeld Jensen2015-09-241-1/+1
* xcb: fix yet another crash when screens are disconnectedShawn Rutledge2015-09-241-2/+4
* xcb: get Genius/Waltop tablets working againShawn Rutledge2015-09-241-0/+6
* Print one warning for the new high DPI variables, not fourThiago Macieira2015-09-241-4/+4
* QtDBus: update debugging info (QDBUS_DEBUG=1)Thiago Macieira2015-09-241-10/+4
* Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-242-2/+2
* Build ANGLE dynamically under static builds which have dynamic GL enabledAndrew Knight2015-09-241-0/+6
* Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-242-15/+14
* Guard against empty keys in QPlatformInputContextFactory::create().Friedemann Kleint2015-09-241-7/+9
* qdoc: Document macro parametersTopi Reinio2015-09-241-0/+12
* Deliver mouse press and release events on X11 also when draggingUlf Hermann2015-09-241-3/+3
* QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-5/+24
* Change indicator arrow direction in Fusion styleJoni Poikelin2015-09-241-0/+8
* Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-4/+4
* Be more forgiving about arguments to QString::arg(double).Christian Kandeler2015-09-241-2/+2
* Doc: Fix QDoc warnings for QTextStreamTopi Reinio2015-09-241-3/+3
* winphone: Obtain QLocale::uiLanguages properlyOliver Wolff2015-09-241-6/+0
* Allow vertical resizing of wizard pages with water markLouai Al-Khanji2015-09-241-1/+0
* Fix maximum size of .ico files in ICOReader::write()Serge Lysenko2015-09-241-4/+6
* Speed up printing when drawing opaque primitives.Jan Arve Saether2015-09-232-3/+13
* Synchronize QInputDeviceManager touch device count with QTouchDeviceRomain Pokrzywka2015-09-238-34/+120
* 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