summary refs log tree commit diff
path: root/src/ui/NhekoGlobalObject.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the styles default delay for tooltipsNicolas Werner2021-12-311-0/+8
| | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860
* Prevent copies when querying themeNicolas Werner2021-12-291-9/+29
|
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-2/+2
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-1/+1
|
* Use allow list for URI schemesNicolas Werner2021-10-171-1/+11
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-1/+1
|
* QML the join room dialogLoren Burkholder2021-10-091-7/+1
|
* make lintLoren Burkholder2021-10-091-1/+1
|
* QML the logout dialogLoren Burkholder2021-10-051-2/+3
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-29/+29
|
* Improvements for linking to eventsThulinma2021-09-161-42/+2
| | | | | | - Fixes scrolling to an event not being reliable - Adds new /goto command that can open URLs, go to events, or go to message indexes. - Refactored ChatPage::handleMatrixUri() to contain the handling originally in Nheko::openLink(), and makes it return a boolean based on whether the URL was handled internally or not.
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-0/+7
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* Port remaining sidebar actions to qmlNicolas Werner2021-05-301-0/+27
|
* Reenable userInfo settings menuNicolas Werner2021-05-221-0/+5
|
* Basic header and footer of room listNicolas Werner2021-05-151-2/+31
|
* Move openLink to Nheko globalsNicolas Werner2021-05-131-0/+54
|
* Make palette global in QmlNicolas Werner2021-05-131-0/+27