summary refs log tree commit diff
path: root/resources/qml/InviteDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-2/+2
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* Add functionality for loading global user profile where neededLoren Burkholder2021-07-211-1/+1
| | | | This is so viewing profiles from the invite dialog will work as expected.
* Update translationsNicolas Werner2021-07-211-1/+1
|
* Fix color of invite labelNicolas Werner2021-07-211-0/+1
|
* Fix bad connectionLoren Burkholder2021-07-201-1/+1
|
* Add property for plain room nameLoren Burkholder2021-07-201-2/+2
|
* Check with regex everywhereLoren Burkholder2021-07-201-4/+6
|
* Use correct colorsLoren Burkholder2021-07-201-0/+2
|
* Don't hardcode fontsLoren Burkholder2021-07-201-2/+2
| | | | Fix hardcoded fonts (again)
* Fix hardcoded spacing/paddingLoren Burkholder2021-07-201-2/+2
| | | | Another padding fix
* make lintLoren Burkholder2021-07-201-2/+2
|
* make lintLoren Burkholder2021-07-201-5/+8
|
* Only invite if there is something/someone to inviteLoren Burkholder2021-07-201-77/+4
|
* Use standardized paddingLoren Burkholder2021-07-201-3/+3
|
* Get Ctrl+Enter working and fix cleaning up and closingLoren Burkholder2021-07-201-15/+14
|
* Fix bad property nameLoren Burkholder2021-07-201-2/+2
|
* More shortcut stuffLoren Burkholder2021-07-201-5/+5
|
* Fix Ctrl-Enter shortcutLoren Burkholder2021-07-201-9/+11
|
* Fix propertiesLoren Burkholder2021-07-201-4/+4
|
* Fix background color on text inputLoren Burkholder2021-07-201-0/+1
|
* make lintLoren Burkholder2021-07-201-11/+33
|
* Simplify room details accessLoren Burkholder2021-07-201-1/+0
| | | | This removes the redundant room name property
* Fix item that accept() is called onLoren Burkholder2021-07-201-2/+2
|
* Add close on Escape shortcutLoren Burkholder2021-07-201-0/+5
|
* Clean up codeLoren Burkholder2021-07-201-13/+0
|
* Add fancy label if you enter a bad mxidLoren Burkholder2021-07-201-0/+73
|
* Focus the input bar automaticallyLoren Burkholder2021-07-201-0/+1
|
* Make sure to use the default room id if none is specifiedLoren Burkholder2021-07-201-1/+2
|
* make lintLoren Burkholder2021-07-201-28/+50
|
* QML the invite dialogLoren Burkholder2021-07-201-0/+112
This also adds a property `roomId` to TimelineModel.