Improve multiple clicks message selection

- Triple click selects the message body without date or name
- Quadruple click (yes) selects the entire message with name and date
- Quadruple click on the name label does the same
This commit is contained in:
miruka 2019-09-01 04:13:39 -04:00
parent 0651fbd100
commit d350e38979

View File

@ -26,7 +26,6 @@
- Message position after daybreak delegate (fixed by commit 57b1313 ?) - Message position after daybreak delegate (fixed by commit 57b1313 ?)
- [hr not working](https://bugreports.qt.io/browse/QTBUG-74342) - [hr not working](https://bugreports.qt.io/browse/QTBUG-74342)
- Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb` - Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb`
- Verify big avatars aren't downloaded uselessly
- UI - UI
- Set an explicit placeholder text color for text field/area - Set an explicit placeholder text color for text field/area
@ -37,7 +36,6 @@
- Message selection - Message selection
- Copy to X11 selection - Copy to X11 selection
- Images don't load correctly in TextEdit
- Just use Shortcut onHeld instead of analyzing the current velocity - Just use Shortcut onHeld instead of analyzing the current velocity
in `smartVerticalFlick()` in `smartVerticalFlick()`