Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some sizes in layouts | Nicolas Werner | 2023-06-19 | 1 | -2/+2 |
| | |||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -2/+2 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -6/+5 |
| | |||||
* | Support screen sharing with xdg-desktop-portal | David Elsing | 2023-03-30 | 1 | -1/+0 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -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 Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Fix screen share calls | Nicolas Werner | 2022-03-13 | 1 | -4/+9 |
| | |||||
* | Don't destroy components in use | Nicolas Werner | 2022-03-10 | 1 | -10/+2 |
| | | | | | | | | 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 | ||||
* | Don't leak dialogs | Nicolas Werner | 2022-02-21 | 1 | -0/+2 |
| | | | | | | It seems that you need to manually destroy created objects... Great... fixes #898 | ||||
* | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -6/+6 |
| | |||||
* | Finish getting all avatars jdenticonified | Loren Burkholder | 2021-09-11 | 1 | -0/+1 |
| | |||||
* | Finish converting function to property | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 1 | -1/+1 |
| | | | | The actual reuseItems is still blocked on a few upstream bugs. | ||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -6/+6 |
| | |||||
* | Move global avatarSize property | Nicolas Werner | 2021-05-13 | 1 | -2/+2 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -6/+6 |
| | |||||
* | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 1 | -1/+0 |
| | | | | fixes #507 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Support desktop screen sharing on X11 | trilene | 2021-02-18 | 1 | -2/+21 |
| | |||||
* | Fix more anchors.centerIn | Nicolas Werner | 2021-01-18 | 1 | -1/+7 |
| | |||||
* | Update translations | Nicolas Werner | 2021-01-15 | 1 | -3/+3 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -2/+2 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -2/+2 |
| | |||||
* | Clean up Avatar click event handling | Joseph Donofry | 2021-01-11 | 1 | -0/+1 |
| | |||||
* | Merge master and fix conflicts | Joseph Donofry | 2021-01-11 | 1 | -14/+22 |
| | |||||
* | Color and icon button spacing fixes | trilene | 2021-01-07 | 1 | -20/+6 |
| | |||||
* | Fix Qml control colors | trilene | 2021-01-07 | 1 | -22/+37 |
| | |||||
* | Fix previous commit | trilene | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Set Label text color explicitly | trilene | 2021-01-07 | 1 | -0/+1 |
| | |||||
* | Finesse PlaceCall dialog | trilene | 2021-01-07 | 1 | -32/+38 |
| | |||||
* | Add device combos to PlaceCall dialog | trilene | 2021-01-07 | 1 | -16/+47 |
| | |||||
* | Port PlaceCall dialog to Qml | trilene | 2021-01-07 | 1 | -0/+107 |