index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
quick
/
qquicktextinput
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQuickTest: add and use active focus macros
Mitch Curtis
2025-04-25
1
-49
/
+50
*
tests: Swap QScopedPointer<QPointingDevice> for unique_ptr touchscreen
Shawn Rutledge
2025-03-29
1
-11
/
+11
*
Fix flaky test checkCursorDelegateWhenPaddingChanged
Frédéric Lefebvre
2025-03-25
1
-1
/
+1
*
tests/: more const containers instead of std::as_const()
Ahmad Samir
2025-01-07
1
-8
/
+10
*
Restore default locale at end of test that sets it
Edward Welbourne
2024-12-03
1
-0
/
+3
*
tst_QQuickTextInput::setInputMask : don't use Key_Home
Inho Lee
2024-11-08
2
-6
/
+1
*
Add Qt::Qml before Qt::QmlPrivate to auto tests
Karim Pinter
2024-10-22
1
-0
/
+1
*
Tweak tst_qquicktextinput::setInputMask blacklisting for macOS
Tor Arne Vestbø
2024-09-24
1
-3
/
+4
*
Wrap SKIP_IF_NO_* macros in do while(false) loop
Mitch Curtis
2024-09-05
1
-1
/
+1
*
TextInput/TextField: Deselect text on tap or click
Shawn Rutledge
2024-08-24
1
-5
/
+3
*
Move duplicate WindowActivation checks into a skip macro
Mitch Curtis
2024-05-15
1
-8
/
+3
*
Correct license for test files
Lucie Gérard
2024-02-27
1
-1
/
+1
*
Allow tapping to deselect in TextInput/TextField with pre-6.4 API
Shawn Rutledge
2023-11-07
1
-0
/
+14
*
Remove remaining foreach in quick tests
Ulf Hermann
2023-08-23
1
-3
/
+1
*
Mark the module as free of Q_FOREACH, except where it isn't
Marc Mutz
2023-08-17
1
-0
/
+3
*
Normalize signal/slot signatures
Marc Mutz
2023-07-12
1
-1
/
+1
*
CMake: Make quick tests standalone projects
Alexandru Croitor
2023-07-05
1
-0
/
+6
*
tst_QQuickTextInput: Stabilize clipboard related functions on XCB
Axel Spoerl
2023-04-12
2
-31
/
+13
*
Retire the qt_parse_all_arguments
Amir Masoud Abdol
2023-01-20
1
-2
/
+2
*
Android: Set EnterKeyNext as default type for TextInput
Bartlomiej Moskal
2022-11-16
1
-0
/
+32
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-263
/
+263
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-09-07
1
-1
/
+1
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
1
-2
/
+2
*
TextInput/Field: selectByMouse default=true, but not on touchscreens
Shawn Rutledge
2022-07-16
4
-5
/
+116
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Remove dead code in TextEdit/TextInput tests
Shawn Rutledge
2022-06-21
1
-20
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-27
/
+2
*
Blacklist failing tests in tst_qquicktextinput on Android
Andreas Buhr
2022-05-06
1
-0
/
+4
*
Fix tst_qquicktextinput on Android
Andreas Buhr
2022-04-25
4
-7
/
+7
*
Blacklist tst_qquicktextinput paste-related functions
Ulf Hermann
2022-03-23
1
-0
/
+16
*
Build tests without warnings after qtbase changes
Volker Hilsheimer
2022-03-18
1
-11
/
+11
*
Do not rely on transitive includes in tests
Fabian Kosmale
2022-02-14
1
-0
/
+1
*
Stop using deprecated QMouseEvent and QContextMenuEvent ctors
Shawn Rutledge
2022-02-10
1
-1
/
+2
*
Blacklist flaky qquicktextinput tests on openSuse
Fabian Kosmale
2021-12-12
1
-0
/
+8
*
Set PopupFocusReason when focus moves because a popup opens or closes
Volker Hilsheimer
2021-12-04
1
-2
/
+0
*
Consolidate test helpers into private libraries
Mitch Curtis
2021-09-13
2
-8
/
+6
*
qquicktextinput: Clear pre-edit text after input method reset
Jarkko Koivikko
2021-08-23
1
-0
/
+2
*
Fix override warning
Andreas Buhr
2021-07-28
1
-1
/
+1
*
Pass the focus reason through to the control on mouse press
Volker Hilsheimer
2021-07-23
2
-0
/
+119
*
QQuickTextInput: update cursor rectangle after padding changed
Wang Chuan
2021-04-16
2
-0
/
+46
*
Mark overrides in tests, fix compiler warnings
Volker Hilsheimer
2021-04-01
1
-3
/
+3
*
Remove the qmake project files
Fabian Kosmale
2021-01-15
1
-16
/
+0
*
Blacklist failing tests for QEMU ARMv7
Samuli Piippo
2021-01-07
1
-0
/
+4
*
Refactor QQuickTextInput test to use QKeyCombination
Volker Hilsheimer
2020-12-10
1
-75
/
+35
*
tst_qquicktextinput: Do not construct illegal QChar
Fabian Kosmale
2020-11-23
1
-4
/
+17
*
Fix some compiler warnings in tests
Volker Hilsheimer
2020-10-26
1
-10
/
+6
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-10-06
1
-4
/
+4
*
Qt::KeyboardModifiers is not a pointer type
Edward Welbourne
2020-07-27
1
-4
/
+4
*
Port the remaining tests from QRegExp to QRegularExpression
Lars Knoll
2020-04-03
1
-6
/
+6
*
Remove QRegExpValidator usages
Lars Knoll
2020-03-18
5
-13
/
+13
[next]