Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get category switching working | Loren Burkholder | 2021-01-25 | 1 | -18/+18 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -2/+2 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -2/+2 |
| | |||||
* | Move emoji picker to qml | Nicolas Werner | 2020-11-25 | 1 | -6/+6 |
| | |||||
* | Qml message input mockup | Nicolas Werner | 2020-10-26 | 1 | -2/+2 |
| | |||||
* | Fix emoji filter losing focus | Nicolas Werner | 2020-10-12 | 1 | -0/+1 |
| | |||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -111/+152 |
| | |||||
* | Fix reactions | Nicolas Werner | 2020-09-03 | 1 | -1/+1 |
| | |||||
* | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Fix reactions | Nicolas Werner | 2020-07-20 | 1 | -12/+12 |
| | |||||
* | Lower qt version used for emoji picker and scroll helper | Nicolas Werner | 2020-06-17 | 1 | -2/+2 |
| | |||||
* | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 1 | -18/+18 |
| | |||||
* | Remove signals in favor of direct function calls | Joseph Donofry | 2020-06-09 | 1 | -6/+4 |
| | |||||
* | Remove duplicate search icons | Joseph Donofry | 2020-06-09 | 1 | -1/+1 |
| | |||||
* | Fix UserSettings in QML | Joseph Donofry | 2020-06-09 | 1 | -2/+2 |
| | |||||
* | Minor adjustments to emoji picker | Joseph Donofry | 2020-06-09 | 1 | -7/+22 |
| | |||||
* | Add reaction/redaction for in-line Reactions | Joseph Donofry | 2020-05-21 | 1 | -5/+7 |
| | |||||
* | Attach emoji picker picked to reaction sender | Joseph Donofry | 2020-05-16 | 1 | -3/+13 |
| | |||||
* | Update emoji picker and translations | Joseph Donofry | 2020-05-13 | 1 | -63/+152 |
| | |||||
* | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 1 | -0/+176 |
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one. |