summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore .vagrant sub-directory when running the Vagrantfilewip/network-test-serverEdward Welbourne2015-11-021-0/+1
* Tidy up shell syntax in some CGI scripts.Edward Welbourne2015-11-0229-59/+59
* Ensure we have qt-test-server user before putting files thereTor Arne Vestbø2015-11-021-0/+1
* Add notify signal whenever openssl_server_psk is changingJędrzej Nowacki2015-11-021-8/+10
* Network test server: add an OpenSSL server for testing TSL-PSKJędrzej Nowacki2015-11-024-0/+195
* network test server: make SPDY module dependent of architectureJędrzej Nowacki2015-11-021-3/+11
* SPDY module: do not install to /tmp directoryJędrzej Nowacki2015-11-021-3/+3
* network test server: install Apache mod_spdy module.Jędrzej Nowacki2015-11-021-1/+18
* Add network test server Vagrant config and Puppet scriptsTor Arne Vestbø2015-11-02166-0/+128814
* Clean up shared header includes in tests/autoTor Arne Vestbø2015-11-0248-53/+59
* Move network self-test into tests/auto/network instead of tests/auto/otherTor Arne Vestbø2015-11-024-2/+1
* WinRT: Add support for QOpenGLWidgetLaszlo Agocs2015-11-023-4/+10
* qcoreapplication_win.cpp: Correct FIXME comment on qWinMain().Friedemann Kleint2015-11-021-3/+4
* IBus: Implement QPlatformInputContext::locale()Takao Fujiwara2015-11-026-7/+227
* QDataBuffer: disable copy special member functionsMarc Mutz2015-10-311-0/+1
* QMacStyle: Select high-dpi pixmaps from iconsMorten Johan Sørvig2015-10-301-8/+19
* QCommonStyle: Select high-dpi pixmaps from iconsMorten Johan Sørvig2015-10-301-27/+35
* tst_qudpsocket::multicast - blacklist several combinationsTimur Pocheptsov2015-10-301-0/+8
* winrt: Only destroy existing egl surfacesMaurice Kalinowski2015-10-301-0/+3
* winrt: Exit application properlyMaurice Kalinowski2015-10-301-1/+3
* winrt: store egldisplay globallyMaurice Kalinowski2015-10-301-16/+29
* winrt: initialize EGL display with automatic Trim and WARPAndrew Knight2015-10-302-2/+17
* Testlib: Avoid formatting unneeded messages.Friedemann Kleint2015-10-301-9/+11
* Add a test case for conflicting transitionsJarek Kobus2015-10-301-0/+66
* Compile-fix: add missing declaration in debug.Edward Welbourne2015-10-301-0/+4
* State machine: fix removeConflictingTransitions()Jarek Kobus2015-10-301-2/+2
* Fix C++11 compiler detection for QNX.Rafael Roquetto2015-10-291-7/+9
* src/gui/painting/painting.pri: add missing qdatabuffer_p.hMarc Mutz2015-10-291-0/+1
* Disable tst_QSslCertificate::subjectAndIssuerAttributes completelyFrederik Gladhorn2015-10-291-1/+1
* Workaround: don't create ELF version scripts for AndroidThiago Macieira2015-10-292-3/+3
* Fix QDomNamedNodeMap::item crash with negative indexJoni Poikelin2015-10-292-1/+10
* Fix crash on process exit when the evdevtouch plugin is loadedRomain Pokrzywka2015-10-281-1/+0
* QLocale: Actually get the language script for the system localeThiago Macieira2015-10-281-2/+3
* QLocale: Add Q_ENUM for QLocale::ScriptThiago Macieira2015-10-281-0/+1
* Doc: corrected minor language mistakeNico Vertriest2015-10-281-2/+2
* Doc: Use a navigation separator in the simple offline templateTopi Reinio2015-10-283-4/+8
* fix vcxproj linker optionsJoerg Bornemann2015-10-271-6/+7
* QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-274-5/+8
* QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-272-3/+45
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2015-10-271-1/+1
* QMakeGlobals::expandEnvVars: Make saneDaniel Teske2015-10-271-24/+18
* Remove Qt version checks.Christian Kandeler2015-10-271-4/+0
* Use Qt 5's QStringList::join(QChar)hjk2015-10-271-4/+4
* consider qt resource paths absoluteOswald Buddenhagen2015-10-271-0/+4
* avoid that a bad qmakespec path crashes the evaluatorOswald Buddenhagen2015-10-271-4/+10
* add ProFile::tokPtrEnd()Daniel Teske2015-10-271-0/+1
* fix raw data leak in $$sprintf()Oswald Buddenhagen2015-10-271-1/+1
* micro-optimization: use ProStringList::join(QChar) overloadOswald Buddenhagen2015-10-271-1/+1
* QmakeParser: Do not leak temporaries into cache of filesTobias Hunger2015-10-271-1/+3
* ProParser: Plug raw data leakDaniel Teske2015-10-271-1/+1