Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove usage of creator | Nicolas Werner | 2023-08-09 | 1 | -1/+0 |
| | |||||
* | Link XCB always if X11 support is on | Nicolas Werner | 2023-06-08 | 1 | -0/+4 |
| | |||||
* | lint | Nicolas Werner | 2023-06-08 | 1 | -7/+14 |
| | |||||
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -8/+20 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | Fix build on macOS | Nicolas Werner | 2023-02-15 | 1 | -1/+7 |
| | |||||
* | Make ImageOverlay set appropriate windowRole again | Thulinma | 2023-02-10 | 1 | -0/+8 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -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 spaces | Nicolas Werner | 2022-09-05 | 1 | -1/+13 |
| | |||||
* | Unset the transient parent on separate chat windows | Nicolas Werner | 2022-08-31 | 1 | -0/+7 |
| | | | | relates to #1168 | ||||
* | Show a room preview in the join confirmation dialog | Nicolas Werner | 2022-08-05 | 1 | -0/+1 |
| | | | | | | Requires MSC3266 Fixes #1129 | ||||
* | Add backend for new room creation dialogs | Nicolas Werner | 2022-03-29 | 1 | -4/+27 |
| | |||||
* | Remove unused funtion | Nicolas Werner | 2022-01-30 | 1 | -7/+0 |
| | |||||
* | Initial qml root window | Nicolas Werner | 2022-01-26 | 1 | -1/+1 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Use the styles default delay for tooltips | Nicolas Werner | 2021-12-31 | 1 | -0/+8 |
| | | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860 | ||||
* | Prevent copies when querying theme | Nicolas Werner | 2021-12-29 | 1 | -9/+29 |
| | |||||
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 1 | -2/+2 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Use allow list for URI schemes | Nicolas Werner | 2021-10-17 | 1 | -1/+11 |
| | |||||
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 1 | -1/+1 |
| | |||||
* | QML the join room dialog | Loren Burkholder | 2021-10-09 | 1 | -7/+1 |
| | |||||
* | make lint | Loren Burkholder | 2021-10-09 | 1 | -1/+1 |
| | |||||
* | QML the logout dialog | Loren Burkholder | 2021-10-05 | 1 | -2/+3 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -29/+29 |
| | |||||
* | Improvements for linking to events | Thulinma | 2021-09-16 | 1 | -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 buttons | Nicolas Werner | 2021-08-04 | 1 | -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 qml | Nicolas Werner | 2021-05-30 | 1 | -0/+27 |
| | |||||
* | Reenable userInfo settings menu | Nicolas Werner | 2021-05-22 | 1 | -0/+5 |
| | |||||
* | Basic header and footer of room list | Nicolas Werner | 2021-05-15 | 1 | -2/+31 |
| | |||||
* | Move openLink to Nheko globals | Nicolas Werner | 2021-05-13 | 1 | -0/+54 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -0/+27 |