Haoyu Qiu
|
fa709e7169
Fix LineEdit center and right alignment
|
3 年之前 |
Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 年之前 |
Haoyu Qiu
|
eab1e228c8
Fix LineEdit undo crash
|
4 年之前 |
Ed Swartz
|
c79898a7b8
Use left/right arrow to move cursor when unselecting in LineEdit
|
5 年之前 |
Haoyu Qiu
|
5f316aa216
Improve Undo/Redo menu items
|
4 年之前 |
Rémi Verschelde
|
32f5bee985
LineEdit: Respect `max_length` by truncating text to append
|
4 年之前 |
kobewi
|
cb5870dd4a
Display arrow cursor if text is not editable
|
4 年之前 |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 年之前 |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 年之前 |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 年之前 |
Rémi Verschelde
|
3d15f04668
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
4 年之前 |
Rémi Verschelde
|
d252ef4c5e
Merge pull request #46527 from kuruk-mm/3_2_lineedit
|
4 年之前 |
ray90514
|
ea8004052d
Fix LineEdit undo behaves strangely
|
4 年之前 |
Mateo Kuruk Miccino
|
74b3021691
LineEdit: Now double click to select a word, and triple click to select all the content
|
4 年之前 |
kobewi
|
7ede2f36fe
Allow to override drop data in LineEdit
|
4 年之前 |
Sergey Minakov
|
7b8d6d2413
[GUI] Enforce virtual keyboard redisplay on clear
|
4 年之前 |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 年之前 |
Rémi Verschelde
|
5c80c94449
Revert "solved ctrl + alt + special character Issue #6851"
|
4 年之前 |
Tomasz Chabora
|
0c50509326
Update clear button when clicked
|
4 年之前 |
PouleyKetchoupp
|
9b64646bc3
Expose LineEdit scroll offset to scripts
|
4 年之前 |
HellonLegs
|
9340385731
LineEdit/TextEdit: solved control + alt issue
|
5 年之前 |
PouleyKetchoupp
|
c21d14fe69
Fix LineEdit not consuming enter events
|
5 年之前 |
Rémi Verschelde
|
8a66ea7cb0
Revert "Updated LineEdit to address #41278"
|
5 年之前 |
Tony-Goat
|
1b6d116dfb
Updated LineEdit to address #41278
|
5 年之前 |
Rémi Verschelde
|
a2edf04fd2
Merge pull request #40469 from nekomatata/virtual-keyboard-enter-fixes-3.2
|
5 年之前 |
PouleyKetchoupp
|
930c880fa6
Add option to disable virtual keyboard for LineEdit
|
5 年之前 |
PouleyKetchoupp
|
c0b394572f
Fix Return key events in LineEdit & TextEdit on Android
|
5 年之前 |
Andy Maloney
|
5bbb15418f
[3.2][macOS] Command-backspace in line edit
|
5 年之前 |
Thibault Truffert
|
24b3bf0637
Make text deletion methods public for LineEdit
|
5 年之前 |
SkyJJ
|
2197ef0566
Fix Android LineEdit editing bugs
|
5 年之前 |