summary refs log tree commit diff
path: root/src/ui/NhekoGlobalObject.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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