aboutsummaryrefslogtreecommitdiff
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Wording: Use singular in 'No camera/microphone/speaker found'fiaxh2022-02-082-3/+3
|
* Calls: Device pickerMarvin W2022-02-083-30/+35
|
* Let call notification say if it's a group callfiaxh2022-02-084-6/+13
|
* Various call fixesfiaxh2022-02-071-6/+4
| | | | | | - Use groupchat message type for invites in MUCs - Use call id (from propose) instead of message id for Call Invite Messages - Fix call window controlls appearing when hovering controls
* Fix quote styling occurring in the middle of a linefiaxh2022-02-072-15/+15
| | | | fixup 454c00a, 795af2d, 4e9e09a
* Support direct jingle call invites with call invite messagesfiaxh2022-02-071-2/+8
|
* Add support for call invite messagesfiaxh2022-02-071-2/+2
| | | | As of https://github.com/xsf/xeps/pull/1155
* Various call UI/UX improvementsfiaxh2022-02-074-53/+65
|
* Revert "Prevent ChatTextView from increasing in height after text was entered"fiaxh2022-02-041-7/+2
| | | | | | | This reverts commit eefce3fd81d7fcb349acb073941ebf5ca9140507. The workaround doesn't seem to be necessary anymore. fixes #1188
* Apply message quote style prior to urlsfiaxh2022-02-041-15/+18
| | | | fixup 795af2d, 4e9e09a
* Initialize and use dbus interfaces asyncfiaxh2022-02-012-34/+29
| | | | related #1155
* update copyright text to 2022 (#1187)Daniel Pono Takamori2022-01-291-1/+1
|
* Remove color from /me name, remove use_markup from sender labelfiaxh2022-01-233-5/+3
|
* Small cleanupfiaxh2022-01-231-1/+1
|
* Stop using opacity for text due to side-effectsfiaxh2022-01-232-17/+29
| | | | | Fixes #1178 Due to https://gitlab.gnome.org/GNOME/gtk/-/issues/2957
* Prevent ChatTextView from increasing in height after text was enteredfiaxh2022-01-121-2/+7
| | | | fixes #1064
* Apply message quote style prior to bold/italic stylefiaxh2022-01-111-13/+12
| | | | Quotes apply to the whole line. Having a bold part in that line results in the quote styling only extending up to the bold part.
* Remove GStreamer dependencies from mainMarvin W2022-01-091-26/+1
| | | | Fixes #1060
* Imrove file widget menu (fixup 25db512)fiaxh2022-01-093-48/+33
| | | | | | | - Fix file menu remaining visible after clicking an action - Fix file menu for images (clicking resulted in hiding of the file widget part) - Fix styling of file menus for images - Fix compiler warnings and runtime criticals
* Introduce file widget menu with "Save as..." and "Open" actions (#1080)wkg2022-01-092-6/+67
|
* Display message sender in bold+text color instead of small+coloredfiaxh2022-01-052-6/+4
|
* Allow spaces in nick for affiliate command (#1170)jugendhacker2022-01-051-3/+5
|
* Add 'unknown' encryption state for establishing callsfiaxh2022-01-041-1/+1
| | | | Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations
* Use opacity for "pending" and "edited" hintsfiaxh2022-01-042-11/+2
| | | | Getting the dim-label color doesn't work without actually rendering it
* Escape occupant name and JID in occupants viewfiaxh2022-01-031-2/+2
| | | | fixes #1141
* Format quotes as preformatted text (#1111)Xavi922021-12-301-0/+13
|
* UI + libdino: Improve MUJI calls from MUCfiaxh2021-12-235-15/+31
| | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call
* Add calls in private MUCs via a MUJI MUCfiaxh2021-12-181-11/+7
|
* Improve call details dialog + small multi-party call fixesfiaxh2021-11-152-85/+92
|
* Display target bitrates in connection details UIfiaxh2021-11-111-8/+28
|
* Add (disabled) multi-party call UIfiaxh2021-11-1014-284/+689
|
* Fix compiler warnings ('passing argument .. from incompatible pointer type') ↵fiaxh2021-10-121-5/+11
| | | | by passing (non)const argument
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-122-0/+5
|
* Fix compiler warnings ('cast between incompatible function types') by not ↵fiaxh2021-10-124-79/+92
| | | | connecting closures
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-1224-180/+180
|
* FileWidgets: Improve mouse enter/leave identificationfiaxh2021-10-012-42/+19
|
* Improve call related wordingfiaxh2021-09-252-22/+13
|
* Update translationsTranslations2021-09-242-3/+3
|
* Small notification fixes (#1077)sojuz1512021-09-221-2/+14
|
* Fixed name change (#1076)sojuz1512021-08-242-2/+16
|
* Fix avatars not changing to greyscale when contact goes offlinefiaxh2021-08-171-0/+2
|
* Display message delivery error, color text using theme colorsfiaxh2021-08-173-16/+90
| | | | fixes #672
* Use opacity instead of hard coded color for formatting chars (#1000)minils2021-08-141-2/+2
|
* Fix custom emoji picker for gtk >= 3.24.30fiaxh2021-07-291-0/+3
| | | | fixes #1083
* Don't keep own reference to GspellTextView/Bufferfiaxh2021-07-291-8/+15
| | | | fixes #1058
* Merge remote-tracking branch 'origin/feature/calls'fiaxh2021-05-1118-36/+1448
|\
| * Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-113-64/+94
| |
| * Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵fiaxh2021-05-012-23/+35
| | | | | | | | in UI if they differ.
| * Improve call wording, cleanupfiaxh2021-05-015-22/+20
| |
| * Add support for OMEMO call encryptionfiaxh2021-04-291-4/+13
| |