Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize all the dialogs into the dialogs folder | Loren Burkholder | 2021-09-29 | 1 | -179/+0 |
| | |||||
* | Finish getting all avatars jdenticonified | Loren Burkholder | 2021-09-11 | 1 | -0/+1 |
| | |||||
* | Add Qt.WindowTitleHint to qml dialogs | Joseph Donofry | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | Show verification status in memberlist | Nicolas Werner | 2021-08-13 | 1 | -6/+36 |
| | |||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 1 | -3/+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++. | ||||
* | Merge pull request #650 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-21 | 1 | -3/+2 |
|\ | | | | | Open room members when member info label clicked | ||||
| * | Move various room auxiliary functions to TimelineManager | Loren Burkholder | 2021-07-21 | 1 | -3/+2 |
| | | |||||
* | | Update translations | Nicolas Werner | 2021-07-21 | 1 | -2/+2 |
|/ | |||||
* | Fix the loading spinner setup | Loren Burkholder | 2021-07-20 | 1 | -4/+14 |
| | | | | This fixes binding loops and gives it a (in my opinion) sane size. | ||||
* | Fix elided width | Loren Burkholder | 2021-07-20 | 1 | -0/+1 |
| | |||||
* | Call the correct function | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Use elided label | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Use correct colors | Loren Burkholder | 2021-07-20 | 1 | -0/+2 |
| | |||||
* | Don't hardcode fonts | Loren Burkholder | 2021-07-20 | 1 | -3/+3 |
| | | | | Fix hardcoded fonts (again) | ||||
* | Fix hardcoded spacing/padding | Loren Burkholder | 2021-07-20 | 1 | -4/+4 |
| | | | | Another padding fix | ||||
* | Only run spinner while loading members | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | make lint | Loren Burkholder | 2021-07-20 | 1 | -1/+7 |
| | |||||
* | Fix visibility of spinner | Loren Burkholder | 2021-07-20 | 1 | -5/+2 |
| | |||||
* | Drop unnecessary code | Loren Burkholder | 2021-07-20 | 1 | -1/+0 |
| | |||||
* | Use standardized padding | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Document bad behavior with footer and spinner | Loren Burkholder | 2021-07-20 | 1 | -1/+4 |
| | |||||
* | Use fancy spinner (courtesy of redsky) | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Fix properties | Loren Burkholder | 2021-07-20 | 1 | -8/+9 |
| | |||||
* | make lint | Loren Burkholder | 2021-07-20 | 1 | -0/+4 |
| | |||||
* | Simplify room details access | Loren Burkholder | 2021-07-20 | 1 | -3/+2 |
| | | | | This removes the redundant room name property | ||||
* | Add a fancy loading spinner to the member list | Loren Burkholder | 2021-07-20 | 1 | -0/+7 |
| | |||||
* | make lint | Loren Burkholder | 2021-07-20 | 1 | -0/+9 |
| | |||||
* | QML the room member list | Loren Burkholder | 2021-07-20 | 1 | -0/+111 |