Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some sizes in layouts | Nicolas Werner | 2023-06-19 | 1 | -2/+2 |
| | |||||
* | Fix screenshare selection | Nicolas Werner | 2023-06-19 | 1 | -1/+1 |
| | |||||
* | Some qmllint fixes | Nicolas Werner | 2023-06-19 | 1 | -3/+3 |
| | |||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 6 | -27/+27 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 6 | -32/+26 |
| | |||||
* | Improve choosing screen share type | David Elsing | 2023-03-30 | 1 | -29/+9 |
| | |||||
* | Support screen sharing with xdg-desktop-portal | David Elsing | 2023-03-30 | 2 | -1/+56 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 8 | -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 Werner | 2023-01-02 | 8 | -0/+8 |
| | |||||
* | VoIP v1 implementation (#1161) | Rohit Sutradhar | 2022-10-14 | 2 | -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 calls | Nicolas Werner | 2022-03-13 | 2 | -17/+18 |
| | |||||
* | Don't destroy components in use | Nicolas Werner | 2022-03-10 | 2 | -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 screen | Nicolas Werner | 2022-02-25 | 1 | -10/+14 |
| | | | | See #469 | ||||
* | Don't leak dialogs | Nicolas Werner | 2022-02-21 | 3 | -0/+7 |
| | | | | | | It seems that you need to manually destroy created objects... Great... fixes #898 | ||||
* | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 3 | -3/+3 |
| | | | | | | Allows you to zoom and pan now. relates to #647 | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 8 | -0/+8 |
| | |||||
* | Fix video call filename and qtjdenticon for windows | Joseph Donofry | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 6 | -27/+27 |
| | |||||
* | Fix jdenticons in various places | Loren Burkholder | 2021-09-11 | 3 | -6/+8 |
| | |||||
* | Finish getting all avatars jdenticonified | Loren Burkholder | 2021-09-11 | 2 | -0/+2 |
| | |||||
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 1 | -2/+3 |
| | | | | Also fix a lot of warnings. | ||||
* | Finish converting function to property | Loren Burkholder | 2021-07-20 | 2 | -3/+3 |
| | |||||
* | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 3 | -3/+3 |
| | | | | The actual reuseItems is still blocked on a few upstream bugs. | ||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 4 | -10/+10 |
| | |||||
* | Move global avatarSize property | Nicolas Werner | 2021-05-13 | 3 | -6/+6 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 6 | -31/+31 |
| | |||||
* | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 8 | -0/+8 |
| | |||||
* | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 8 | -8/+0 |
| | | | | fixes #507 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 8 | -0/+32 |
| | |||||
* | Use toggles for screen share settings | Nicolas Werner | 2021-02-25 | 1 | -27/+38 |
| | |||||
* | Add screen sharing window preview | trilene | 2021-02-25 | 1 | -0/+7 |
| | |||||
* | Allow choice of single window when sharing screen | trilene | 2021-02-24 | 1 | -6/+31 |
| | |||||
* | Display screen sharing content locally | trilene | 2021-02-21 | 2 | -6/+9 |
| | |||||
* | Require GStreamer 1.18 for voip support | trilene | 2021-02-20 | 1 | -1/+0 |
| | |||||
* | Screen sharing (X11): support picture-in-picture | trilene | 2021-02-20 | 1 | -0/+12 |
| | |||||
* | Screen sharing (X11): add hide mouse cursor option | trilene | 2021-02-18 | 1 | -0/+11 |
| | |||||
* | Support desktop screen sharing on X11 | trilene | 2021-02-18 | 6 | -15/+173 |
| | |||||
* | Fix more anchors.centerIn | Nicolas Werner | 2021-01-18 | 2 | -2/+14 |
| | |||||
* | Fix crash with ScrollView | Nicolas Werner | 2021-01-17 | 2 | -27/+42 |
| | |||||
* | Update translations | Nicolas Werner | 2021-01-15 | 2 | -7/+7 |
| | |||||
* | Merge pull request #374 from trilene/master | DeepBlueV7.X | 2021-01-15 | 2 | -1/+183 |
|\ | | | | | Add call invite screen for mobile | ||||
| * | Finesse mobile call invite screen | trilene | 2021-01-13 | 1 | -28/+37 |
| | | |||||
| * | Add call invite screen for mobile | trilene | 2021-01-12 | 2 | -1/+174 |
| | | |||||
* | | Don't use centerIn on popup on Qt < 5.12 | Nicolas Werner | 2021-01-12 | 1 | -1/+7 |
|/ | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 6 | -11/+11 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 6 | -11/+11 |
| | |||||
* | Clean up Avatar click event handling | Joseph Donofry | 2021-01-11 | 3 | -0/+3 |
| | |||||
* | Merge master and fix conflicts | Joseph Donofry | 2021-01-11 | 5 | -49/+60 |
| | |||||
* | Fix device discovery under GStreamer 1.16 | trilene | 2021-01-07 | 1 | -0/+1 |
| | |||||
* | Color and icon button spacing fixes | trilene | 2021-01-07 | 4 | -47/+18 |
| | |||||
* | Fix Qml control colors | trilene | 2021-01-07 | 5 | -105/+147 |
| | |||||
* | Fix previous commit | trilene | 2021-01-07 | 2 | -3/+3 |
| | |||||
* | Set Label text color explicitly | trilene | 2021-01-07 | 3 | -0/+5 |
| | |||||
* | Finesse PlaceCall dialog | trilene | 2021-01-07 | 1 | -32/+38 |
| | |||||
* | Add missing translation marks | trilene | 2021-01-07 | 2 | -9/+9 |
| | |||||
* | Add devices dialog to CallInviteBar | trilene | 2021-01-07 | 2 | -1/+117 |
| | |||||
* | Add device combos to PlaceCall dialog | trilene | 2021-01-07 | 1 | -16/+47 |
| | |||||
* | Use Layout margins | trilene | 2021-01-07 | 2 | -2/+6 |
| | |||||
* | Port PlaceCall dialog to Qml | trilene | 2021-01-07 | 1 | -0/+107 |
| | |||||
* | Fix one-way video calls | trilene | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Make call invites less intrusive | trilene | 2021-01-07 | 3 | -0/+284 |