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 32fde57ba7
commit 6a346264be
3 changed files with 40 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
- Copy text with triple click, copy text + name + date with quadruple click
- Copy to X11 selection
- Make scroll wheel usable
- Copy links
- Refactoring
- Banners
@@ -27,7 +28,6 @@
- Don't strip user spacing in html
- Do something when access token is invalid
- Don't store states in delegates
- Message position after daybreak delegate (fixed by commit 57b1313 ?)
- [hr not working](https://bugreports.qt.io/browse/QTBUG-74342)
- Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb`
@@ -39,10 +39,9 @@
- Way to open context menus without a right mouse button
- Room header descriptions: styled text
- Single message context menu
- Copy text
- Copy link
- Single message selection
- Message selection
- Make scroll wheel usable
- Copy to X11 selection
- Just use Shortcut onHeld instead of analyzing the current velocity
in `smartVerticalFlick()`