summary refs log tree commit diff
path: root/src/ui/NhekoGlobalObject.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove final which breaks type registrationNicolas Werner2023-07-161-1/+1
|
* Move to automatic type registrationNicolas Werner2023-06-191-0/+4
|
* Get rid of year in license headersNicolas Werner2023-02-211-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 againThulinma2023-02-101-0/+1
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+1
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-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 spacesNicolas Werner2022-09-051-2/+6
|
* Unset the transient parent on separate chat windowsNicolas Werner2022-08-311-0/+2
| | | | relates to #1168
* Show a room preview in the join confirmation dialogNicolas Werner2022-08-051-0/+3
| | | | | | Requires MSC3266 Fixes #1129
* Allow editing aliasesNicolas Werner2022-07-081-0/+5
|
* Add basic powerlevel editorNicolas Werner2022-05-271-0/+5
|
* Add reasons to everythingNicolas Werner2022-03-301-1/+1
| | | | fixes #1030
* Add backend for new room creation dialogsNicolas Werner2022-03-291-1/+2
|
* Remove unused funtionNicolas Werner2022-01-301-3/+0
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Use the styles default delay for tooltipsNicolas Werner2021-12-311-0/+4
| | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860
* QML the join room dialogLoren Burkholder2021-10-091-1/+2
|
* QML the logout dialogLoren Burkholder2021-10-051-1/+3
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-33/+33
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-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 dialogLoren Burkholder2021-07-311-0/+5
|
* Port remaining sidebar actions to qmlNicolas Werner2021-05-301-0/+4
|
* Reenable userInfo settings menuNicolas Werner2021-05-221-0/+1
|
* Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-221-1/+1
|
* Basic header and footer of room listNicolas Werner2021-05-151-1/+15
|
* Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-141-0/+7
|
* Move global avatarSize propertyNicolas Werner2021-05-131-0/+3
|
* Move openLink to Nheko globalsNicolas Werner2021-05-131-0/+3
|
* Make palette global in QmlNicolas Werner2021-05-131-0/+25