summary refs log tree commit diff
path: root/resources/qml/voip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some sizes in layoutsNicolas Werner2023-06-191-2/+2
|
* Fix screenshare selectionNicolas Werner2023-06-191-1/+1
|
* Some qmllint fixesNicolas Werner2023-06-191-3/+3
|
* Move to automatic type registrationNicolas Werner2023-06-196-27/+27
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-086-32/+26
|
* Improve choosing screen share typeDavid Elsing2023-03-301-29/+9
|
* Support screen sharing with xdg-desktop-portalDavid Elsing2023-03-302-1/+56
|
* Get rid of year in license headersNicolas Werner2023-02-218-24/+8
| | | | | | 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-028-0/+8
|
* VoIP v1 implementation (#1161)Rohit Sutradhar2022-10-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix screen share callsNicolas Werner2022-03-132-17/+18
|
* Don't destroy components in useNicolas Werner2022-03-102-15/+5
| | | | | | | | Add a delay to all destructions and move the call dialog stuff up a level, so that we don't destroy the component when destroying the parent dialog. fixes #984
* Fix mobile call screenNicolas Werner2022-02-251-10/+14
| | | | See #469
* Don't leak dialogsNicolas Werner2022-02-213-0/+7
| | | | | | It seems that you need to manually destroy created objects... Great... fixes #898
* Port image overlay to qmlNicolas Werner2022-01-023-3/+3
| | | | | | Allows you to zoom and pan now. relates to #647
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-018-0/+8
|
* Fix video call filename and qtjdenticon for windowsJoseph Donofry2021-11-181-1/+1
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-176-27/+27
|
* Fix jdenticons in various placesLoren Burkholder2021-09-113-6/+8
|
* Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-112-0/+2
|
* Port to explicit connect syntaxNicolas Werner2021-07-271-2/+3
| | | | Also fix a lot of warnings.
* Finish converting function to propertyLoren Burkholder2021-07-202-3/+3
|
* Prepare for reuseItems in timelineNicolas Werner2021-07-123-3/+3
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-284-10/+10
|
* Move global avatarSize propertyNicolas Werner2021-05-133-6/+6
|
* Make palette global in QmlNicolas Werner2021-05-136-31/+31
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-078-0/+8
|
* Show mxid on hovering usernameNicolas Werner2021-03-078-8/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-058-0/+32
|
* Use toggles for screen share settingsNicolas Werner2021-02-251-27/+38
|
* Add screen sharing window previewtrilene2021-02-251-0/+7
|
* Allow choice of single window when sharing screentrilene2021-02-241-6/+31
|
* Display screen sharing content locallytrilene2021-02-212-6/+9
|
* Require GStreamer 1.18 for voip supporttrilene2021-02-201-1/+0
|
* Screen sharing (X11): support picture-in-picturetrilene2021-02-201-0/+12
|
* Screen sharing (X11): add hide mouse cursor optiontrilene2021-02-181-0/+11
|
* Support desktop screen sharing on X11trilene2021-02-186-15/+173
|
* Fix more anchors.centerInNicolas Werner2021-01-182-2/+14
|
* Fix crash with ScrollViewNicolas Werner2021-01-172-27/+42
|
* Update translationsNicolas Werner2021-01-152-7/+7
|
* Merge pull request #374 from trilene/masterDeepBlueV7.X2021-01-152-1/+183
|\ | | | | Add call invite screen for mobile
| * Finesse mobile call invite screentrilene2021-01-131-28/+37
| |
| * Add call invite screen for mobiletrilene2021-01-122-1/+174
| |
* | Don't use centerIn on popup on Qt < 5.12Nicolas Werner2021-01-121-1/+7
|/
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-126-11/+11
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-116-11/+11
|
* Clean up Avatar click event handlingJoseph Donofry2021-01-113-0/+3
|
* Merge master and fix conflictsJoseph Donofry2021-01-115-49/+60
|
* Fix device discovery under GStreamer 1.16trilene2021-01-071-0/+1
|
* Color and icon button spacing fixestrilene2021-01-074-47/+18
|
* Fix Qml control colorstrilene2021-01-075-105/+147
|
* Fix previous committrilene2021-01-072-3/+3
|
* Set Label text color explicitlytrilene2021-01-073-0/+5
|
* Finesse PlaceCall dialogtrilene2021-01-071-32/+38
|
* Add missing translation markstrilene2021-01-072-9/+9
|
* Add devices dialog to CallInviteBartrilene2021-01-072-1/+117
|
* Add device combos to PlaceCall dialogtrilene2021-01-071-16/+47
|
* Use Layout marginstrilene2021-01-072-2/+6
|
* Port PlaceCall dialog to Qmltrilene2021-01-071-0/+107
|
* Fix one-way video callstrilene2021-01-071-1/+1
|
* Make call invites less intrusivetrilene2021-01-073-0/+284