summaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Collapse)AuthorAgeFilesLines
* Re-apply licenseheader text in source files for qt4.8Jyri Tahtela2011-06-2733-562/+562
| | | | | | New files after previous license change round. Reviewed-by: Trust Me
* Merge remote branch 'upstream/4.7' into qt-4.8-from-4.7Toby Tomkins2011-06-084-5/+5
|\
| * Fixed qmlshadersplugin manual test shaders on SGX family GPU:s.Marko Niemelä2011-06-084-5/+5
| | | | | | | | | | | | SGX GPU requires precision definitions for all variables. Additionally some unnecessary semicolons were removed. Reviewed-by: Kim Gronholm
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-3142-0/+3650
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: src/gui/text/qtextengine.cpp src/gui/text/qtextengine_p.h src/gui/text/qtextlayout.cpp src/plugins/phonon/mmf/mmf.pro src/plugins/s60/5_0/5_0.pro tests/auto/qtextlayout/tst_qtextlayout.cpp
| * Fixed more CI-errors caused by qmlshadersplugin addition.Marko Niemelä2011-05-262-0/+82
| | | | | | | | | | | | These are additional fixes for CI-issues caused by db20b6c03b6a93ab3e483cd85d5d0a923c3d3430 Reviewed-by: Kim Gronholm
| * Fixed CI-errors caused by qmlshadersplugin addition.Marko Niemelä2011-05-2630-30/+30
| | | | | | | | | | | | These are fixes for CI-issues caused by db20b6c03b6a93ab3e483cd85d5d0a923c3d3430 Reviewed-by: Kim Gronholm
| * Backported QML ShaderEffectItem from QML2.0 into Qt Quick 1.1Marko Niemelä2011-05-2542-0/+3568
| | | | | | | | | | | | | | | | This issue is about backporting Scenegraph's ShaderEffectItem and ShaderEffectSource elements into Qt Quick 1.1 as a Qt labs plugin. Purpose of these elements is to provide an interface for utilizing OpenGL shaders in QML applications. Task-number: QTBUG-18346 Reviewed-by: Kim Gronholm
| * Update licenseheader text in source filesJyri Tahtela2011-05-1372-1241/+1241
| | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1374-1275/+1275
| | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-034-0/+421
|\ \ | |/ | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicslayout.cpp src/gui/graphicsview/qgraphicslayout_p.cpp
| * Add missing license headersJan-Arve Sæther2011-04-283-0/+123
| |
| * Manual test for layout flickeringJan-Arve Sæther2011-04-144-0/+298
| |
* | Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into ↵Shane Kearns2011-04-115-5/+173
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbian-socket-engine Conflicts: src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtGuiu.def src/s60installs/bwins/QtNetworku.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtGuiu.def src/s60installs/eabi/QtNetworku.def src/s60installs/eabi/QtOpenVGu.def tests/auto/qabstractnetworkcache/tst_qabstractnetworkcache.cpp
| * | Added native language and country names (endonyms) to QLocale.Denis Dzyubenko2011-03-295-2/+171
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-17092 Reviewed-by: Zeno Albisser Reviewed-by: Liang Qi
| * | Changed the return value of QLocale::matchingLocales().Denis Dzyubenko2011-03-281-3/+2
| | | | | | | | | | | | | | | | | | | | | Instead of returning a QStringList, return the list of QLocale objects that can be used directly. Reviewed-by: axis
* | | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-2517-1/+1690
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/network/access/qhttpnetworkconnectionchannel.cpp src/network/socket/qlocalsocket.cpp src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtGuiu.def src/s60installs/bwins/QtTestu.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtGuiu.def
| * | Merge remote branch 'earth-team/master-i18n' into 4.8-earthDenis Dzyubenko2011-03-2416-0/+1689
| |\ \ | | | | | | | | | | | | | | | | Conflicts: src/corelib/tools/tools.pri
| | * | Fixed a typo in the manual testDenis Dzyubenko2011-03-231-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: trustme
| | * | Bugfixing QLocale::weekdays and updating manual testZeno Albisser2011-03-221-8/+2
| | | | | | | | | | | | | | | | Reviewed-by: Denis Dzyubenko
| | * | Merge branch 'master-i18n' of scm.dev.nokia.troll.no:qt/qt-earth-team into ↵Denis Dzyubenko2011-03-172-0/+14
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-i18n Conflicts: src/corelib/tools/qlocale.h
| | | * | Using list patterns to get a string from list in QLocale.Liang Qi2011-03-082-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Denis Dzyubenko Task-number: QTBUG-17097
| | * | | Fixed the qlocale manual test app on symbian.Denis Dzyubenko2011-03-173-3/+10
| | |/ / | | | | | | | | | | | | Reviewed-by: trustme
| | * | Added writing script support to QLocale.Denis Dzyubenko2011-03-021-12/+16
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-17105 Reviewed-by: trustme
| | * | Improved currency value to string conversion in QLocale.Denis Dzyubenko2011-02-252-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a second, optional, argument to QLocale::toCurrencyString() that represents a currency symbol that is supposed to be added to the formatted string. Task-number: QTBUG-17100 Reviewed-by: Zeno Albisser Reviewed-by: Olivier Goffart
| | * | Implemented QLocale::weekendStart and QLocale::weekendEndZeno Albisser2011-02-242-15/+32
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Denis Dzyubenko Task-number: QTBUG-17088
| | * | Improved qlocale manualtestDenis Dzyubenko2011-02-2313-45/+469
| | | | | | | | | | | | | | | | Reviewed-by: trustme
| | * | Added UI languages property to QLocaleDenis Dzyubenko2011-02-235-2/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The return value is a sorted list of locale names that could be used for presenting data to the user (i.e. for translations). Task-number: QTBUG-7329 Reviewed-by: Zeno Albisser
| | * | Added Misc Tab to QLocale manual test to test quotationZeno Albisser2011-02-225-2/+158
| | | | | | | | | | | | | | | | Reviewed-by: Denis Dzyubenko
| | * | Changed manual QLocale test to update FirstDayOfWeek automaticallyZeno Albisser2011-02-221-1/+2
| | | | | | | | | | | | | | | | Reviewed-by: Denis Dzyubenko
| | * | Added a manual test for qlocaleDenis Dzyubenko2011-02-178-0/+930
| | | | | | | | | | | | | | | | Reviewed-by: Zeno Albisser
| * | | Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| |/ / | | | | | | | | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* | | Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-0769-69/+69
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/network/access/qnetworkaccessmanager.cpp src/network/bearer/qnetworksession.cpp src/network/kernel/qnetworkproxy_symbian.cpp src/network/socket/qnativesocketengine_unix.cpp tests/auto/platformsocketengine/tst_platformsocketengine.cpp
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1769-69/+69
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/imageanalyzer/imageanalyzer.h examples/webkit/imageanalyzer/mainwindow.h mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h src/corelib/io/qfsfileengine_iterator_unix.cpp src/corelib/io/qfsfileengine_iterator_win.cpp src/corelib/kernel/qcoreapplication.cpp src/network/access/qnetworkaccessdatabackend.cpp src/plugins/bearer/connman/qconnmanservice_linux.cpp src/plugins/platforms/openvglite/qwindowsurface_vglite.h src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def src/s60installs/s60installs.pro tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/qt-html-templates.qdocconf
| | * Update copyright year to 2011.Jason McDonald2011-01-1069-69/+69
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2010-12-151-0/+41
|\ \ \ | |/ /
| * | Fix license headersJason McDonald2010-12-011-0/+41
| | |
* | | Fix bug in selectShane Kearns2010-12-091-1/+7
| | | | | | | | | | | | | | | | | | | | | When waitForRead was called, it was selecting for read and write, because we were checking the pointers instead of the bools. Reviewed-by: Markus Goetz
* | | Socket engines: Improve manual test programMarkus Goetz2010-12-082-0/+38
| | | | | | | | | | | | Reviewed-by: Shane Kearns
* | | Added manual test for socketengine developmentMarkus Goetz2010-12-082-0/+123
|/ /
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-251-1/+1
| |\ | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fixed many spelling errors.
| | * Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| | |
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-0/+0
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-10-251-0/+0
| |\ \ | | |/ | |/| | | | | | | | | | Conflicts: src/corelib/tools/qcryptographichash.cpp src/opengl/qgl_p.h
| | * Rename .pro file to match directory name.Jason McDonald2010-10-121-0/+0
| | | | | | | | | | | | | | | Task-number: none Reviewed-by: Trust Me
* | | Add manual test for mkspecs to visualize the effect of the final configTor Arne Vestbø2010-10-132-0/+66
| | | | | | | | | | | | Reviewed-by: ossi
* | | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
|/ / | | | | | | | | | | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-115-0/+366
|\ \ | |/ | | | | | | | | | | | | Conflicts: src/gui/kernel/qt_s60_p.h src/opengl/qglextensions.cpp src/opengl/qglshaderprogram.cpp tests/auto/mediaobject/tst_mediaobject.cpp
| * Test code for input method hintsShane Kearns2010-08-065-0/+366
| | | | | | | | | | | | | | | | | | A simple test application to set any combination of input method hints on a QLineEdit widget. This makes it easier to debug when the original report relies on webkit. Task-number: QT-3681 Reviewed-by: Miikka Heikkinen
* | Cherry pick fix for MOBILITY-1194 from Qt Mobility.Aaron McCarthy2010-07-282-2/+3
| | | | | | | | 2f582953ecfc53f217317f58e4fc75b5b51a1126