summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QLockFile: sync to disk to avoid leaving an empty lock file on crashDavid Faure2015-09-281-0/+7
* Doc: minor link issue in qtbaseNico Vertriest2015-09-281-1/+1
* Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-2723-101/+106
* Enable tst_qaccessibilitylinuxFrederik Gladhorn2015-09-262-12/+25
* Fix ICC warning about use of "defined" in a macroThiago Macieira2015-09-251-1/+1
* Work around GCC thinking that a variable could be clobbered by longjmpThiago Macieira2015-09-251-0/+1
* Remove QT_WARNING_DISABLE_GCC for ClangThiago Macieira2015-09-251-1/+1
* tst_qprocess: Instantiate QProcess objects on the stack.Friedemann Kleint2015-09-251-165/+141
* tst_qprocess: Port to Qt 5 connection syntax.Friedemann Kleint2015-09-251-46/+54
* Qt IBus plugin connects to IBus Bus again if ibus-daemon does not runTakao Fujiwara2015-09-252-17/+97
* Remove wrong forward declarationOlivier Goffart2015-09-251-1/+0
* Doc: fixed links to qmake documentationNico Vertriest2015-09-259-10/+10
* xcb: Show buttons on the title bar for QWindowAlexander Volkov2015-09-251-0/+3
* eglfs: Support for alternative Mali driver packagesDaniel Nyström2015-09-254-2/+56
* 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
* QScreen manual test: don't crash when a QScreen is nullShawn Rutledge2015-09-241-4/+13
* 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-243-5/+5
* Use QMAKE_MOD_LEX/QMAKE_MOD_YACC in lex/yacc featuresAndrew Knight2015-09-242-7/+7
* Build ANGLE dynamically under static builds which have dynamic GL enabledAndrew Knight2015-09-241-0/+6
* Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-244-17/+23
* 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-242-5/+28
* Change indicator arrow direction in Fusion styleJoni Poikelin2015-09-241-0/+8
* Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-242-4/+98
* Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-2414-26/+26
* 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
* tst_QDBusAbstractInterface: fix racy test failing every so oftenThiago Macieira2015-09-241-2/+8
* Stabilize qguieventloop test.Jędrzej Nowacki2015-09-242-15/+2
* Fix tst_qthreadstorageFrederik Gladhorn2015-09-241-1/+1
* 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-234-1/+281
* 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