Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove final which breaks type registration | Nicolas Werner | 2023-07-16 | 1 | -1/+1 |
| | |||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -0/+4 |
| | |||||
* | 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/ | ||||
* | Make ImageOverlay set appropriate windowRole again | Thulinma | 2023-02-10 | 1 | -0/+1 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | Allow creating spaces | Nicolas Werner | 2022-09-05 | 1 | -2/+6 |
| | |||||
* | Unset the transient parent on separate chat windows | Nicolas Werner | 2022-08-31 | 1 | -0/+2 |
| | | | | relates to #1168 | ||||
* | Show a room preview in the join confirmation dialog | Nicolas Werner | 2022-08-05 | 1 | -0/+3 |
| | | | | | | Requires MSC3266 Fixes #1129 | ||||
* | Allow editing aliases | Nicolas Werner | 2022-07-08 | 1 | -0/+5 |
| | |||||
* | Add basic powerlevel editor | Nicolas Werner | 2022-05-27 | 1 | -0/+5 |
| | |||||
* | Add reasons to everything | Nicolas Werner | 2022-03-30 | 1 | -1/+1 |
| | | | | fixes #1030 | ||||
* | Add backend for new room creation dialogs | Nicolas Werner | 2022-03-29 | 1 | -1/+2 |
| | |||||
* | Remove unused funtion | Nicolas Werner | 2022-01-30 | 1 | -3/+0 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Use the styles default delay for tooltips | Nicolas Werner | 2021-12-31 | 1 | -0/+4 |
| | | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860 | ||||
* | QML the join room dialog | Loren Burkholder | 2021-10-09 | 1 | -1/+2 |
| | |||||
* | QML the logout dialog | Loren Burkholder | 2021-10-05 | 1 | -1/+3 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -33/+33 |
| | |||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 1 | -0/+3 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | QML the raw message dialog | Loren Burkholder | 2021-07-31 | 1 | -0/+5 |
| | |||||
* | Port remaining sidebar actions to qml | Nicolas Werner | 2021-05-30 | 1 | -0/+4 |
| | |||||
* | Reenable userInfo settings menu | Nicolas Werner | 2021-05-22 | 1 | -0/+1 |
| | |||||
* | Fix device list not showing up and UserProfile blocking the window | Nicolas Werner | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | Basic header and footer of room list | Nicolas Werner | 2021-05-15 | 1 | -1/+15 |
| | |||||
* | Reorganize TimelineView to prepare porting the room list | Nicolas Werner | 2021-05-14 | 1 | -0/+7 |
| | |||||
* | Move global avatarSize property | Nicolas Werner | 2021-05-13 | 1 | -0/+3 |
| | |||||
* | Move openLink to Nheko globals | Nicolas Werner | 2021-05-13 | 1 | -0/+3 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -0/+25 |