Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |