summary refs log tree commit diff
path: root/src/ui/NhekoGlobalObject.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of creatorNicolas Werner2023-08-091-1/+0
|
* Link XCB always if X11 support is onNicolas Werner2023-06-081-0/+4
|
* lintNicolas Werner2023-06-081-7/+14
|
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-8/+20
|
* 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/
* Fix build on macOSNicolas Werner2023-02-151-1/+7
|
* Make ImageOverlay set appropriate windowRole againThulinma2023-02-101-0/+8
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+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-1/+13
|
* Unset the transient parent on separate chat windowsNicolas Werner2022-08-311-0/+7
| | | | relates to #1168
* Show a room preview in the join confirmation dialogNicolas Werner2022-08-051-0/+1
| | | | | | Requires MSC3266 Fixes #1129
* Add backend for new room creation dialogsNicolas Werner2022-03-291-4/+27
|
* Remove unused funtionNicolas Werner2022-01-301-7/+0
|
* Initial qml root windowNicolas Werner2022-01-261-1/+1
|
* 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/+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