summaryrefslogtreecommitdiffstats
path: root/src/ui/NhekoGlobalObject.h
AgeCommit message (Collapse)Author
2023-07-16Remove final which breaks type registrationNicolas Werner
2023-06-19Move to automatic type registrationNicolas Werner
2023-02-21Get rid of year in license headersNicolas Werner
See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
2023-02-10Make ImageOverlay set appropriate windowRole againThulinma
2023-01-02A whole new year full of excitement and possibilities!Nicolas Werner
2022-10-10Mark classes as final where possibleNicolas Werner
2022-10-03cppcheck stuff (#1200)Loren Burkholder
* 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>
2022-09-05Allow creating spacesNicolas Werner
2022-08-31Unset the transient parent on separate chat windowsNicolas Werner
relates to #1168
2022-08-05Show a room preview in the join confirmation dialogNicolas Werner
Requires MSC3266 Fixes #1129
2022-07-08Allow editing aliasesNicolas Werner
2022-05-27Add basic powerlevel editorNicolas Werner
2022-03-30Add reasons to everythingNicolas Werner
fixes #1030
2022-03-29Add backend for new room creation dialogsNicolas Werner
2022-01-30Remove unused funtionNicolas Werner
2022-01-01Update year in copyright notice to shut up lint jobNicolas Werner
2021-12-31Use the styles default delay for tooltipsNicolas Werner
This makes them less annoying when scrolling or accessing the popup menu. See also #860
2021-10-09QML the join room dialogLoren Burkholder
2021-10-05QML the logout dialogLoren Burkholder
2021-09-18Change indentation to 4 spacesNicolas Werner
2021-08-04Fix window placement on wayland and add close buttonsNicolas Werner
We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
2021-07-31QML the raw message dialogLoren Burkholder
2021-05-30Port remaining sidebar actions to qmlNicolas Werner
2021-05-22Reenable userInfo settings menuNicolas Werner
2021-05-22Fix device list not showing up and UserProfile blocking the windowNicolas Werner
2021-05-15Basic header and footer of room listNicolas Werner
2021-05-14Reorganize TimelineView to prepare porting the room listNicolas Werner
2021-05-13Move global avatarSize propertyNicolas Werner
2021-05-13Move openLink to Nheko globalsNicolas Werner
2021-05-13Make palette global in QmlNicolas Werner