summary refs log tree commit diff
path: root/resources/qml/dialogs/LeaveRoomDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* workaround broken platform dialogs on macosNicolas Werner2024-03-141-1/+4
| | | | See https://bugreports.qt.io/browse/QTBUG-102078
* More qml cleanupsNicolas Werner2023-10-261-4/+2
|
* 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/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* VoIP v1 implementation (#1161)Rohit Sutradhar2022-10-141-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for VoIP v1 implementation * Added draft of event handlers for voip methods * Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility * Added call events to the general message pipeline. Modified Call Reject mechanism * Added message delegates for new events. Modified hidden events. Updated handle events. * Updated implementation to keep track of calls on other devices * Fixed linting * Fixed code warnings * Fixed minor bugs * fixed ci * Added acceptNegotiation method definition when missing gstreamer * Fixed warnings * Fixed linting
* Add reasons to everythingNicolas Werner2022-03-301-1/+2
| | | | fixes #1030
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Fix leave room dialogNicolas Werner2021-11-051-3/+3
|
* Use ItemDelegate in RoomList instead of a Rectangle with handlersNicolas Werner2021-11-031-1/+1
| | | | | fixes #683 relates to #571
* Use the same leave room dialog everywhereLoren Burkholder2021-10-111-0/+20
This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs.