Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix UI allowing edits of foreign messages in some cases | Nicolas Werner | 2021-02-10 | 1 | -1/+1 |
| | |||||
* | focus message input on adding emoji/reacting to a message | Jedi18 | 2021-02-05 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -3/+3 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 2 | -3/+3 |
| | |||||
* | Move emoji picker to qml | Nicolas Werner | 2020-11-25 | 2 | -7/+9 |
| | |||||
* | 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 | 2 | -115/+155 |
| | |||||
* | 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 | 2 | -14/+13 |
| | |||||
* | 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 unused QML file | Joseph Donofry | 2020-06-09 | 2 | -68/+1 |
| | |||||
* | 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 |
| | |||||
* | Merge master and fix conflicts | Joseph Donofry | 2020-06-09 | 1 | -0/+67 |
| | |||||
* | 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 | 2 | -4/+16 |
| | |||||
* | Update emoji picker and translations | Joseph Donofry | 2020-05-13 | 2 | -76/+154 |
| | |||||
* | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 2 | -0/+203 |
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one. |