Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefill status message dialog with current status | Nicolas Werner | 2024-06-14 | 1 | -0/+2 |
| | |||||
* | Fix some keyboard shortcuts on macOS that involved arrow keys | Joseph Donofry | 2024-01-09 | 1 | -1/+1 |
| | |||||
* | Enable even more qml linter warnings | Nicolas Werner | 2023-10-26 | 1 | -3/+2 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -1/+1 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Add function to force focus on InputDialog input field | tastytea | 2022-03-06 | 1 | -0/+4 |
| | | | | | | | | # Previous commits: # 9482ac4e Allow explicit selection of SSO method # ab05e2d8 Mobile message input (#962) # 12a6da01 If you replace the txn id, replace a string the length of the txn id... # df6a5aab Fix clicking on images in replies | ||||
* | Fix focus and qml parenting with qml root | Nicolas Werner | 2022-01-26 | 1 | -1/+0 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Quality-of-life improvements to InputDialog | Loren Burkholder | 2021-11-16 | 1 | -0/+9 |
| | |||||
* | Support bootstrapping crosssigning | Nicolas Werner | 2021-10-09 | 1 | -0/+1 |
| | | | | | Showing the bootstrap state and showing there are unverified devices is still missing. | ||||
* | Fix margins on input dialog | Loren Burkholder | 2021-09-24 | 1 | -1/+2 |
| | |||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 1 | -0/+1 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | Try to be compatible with Qt 5.12 | Nicolas Werner | 2021-06-13 | 1 | -2/+2 |
| | |||||
* | Reimplement room context menus | Nicolas Werner | 2021-05-28 | 1 | -0/+53 |