aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Change select contact dialog container to HdyClamp and set default size (#949)Michel Le Bihan2023-10-053-47/+57
|
* Add window controls to conversation titlebar CSD in folded mode (#961)Michel Le Bihan2023-10-051-1/+1
|
* Further adjustments for handy-1fiaxh2023-10-051-1/+1
|
* Update to libhandy 1.0mimi899992023-10-052-8/+6
|
* Use libhandy for main windowMarvin W2023-10-054-20/+91
|
* Show modal dialog to select default encryption if unknownXavier Del Campo Romero2023-10-053-0/+189
|
* Set up default encryption settings GUIXavier Del Campo Romero2023-10-052-0/+96
|
* Prepare for 0.4 releaseMarvin W2023-10-051-0/+1
|
* Fix various date/time stamps not updated or wrong time zoneMarvin W2023-10-052-8/+7
|
* Show "Me" instead of bare jid when no local alias is setMarvin W2023-10-051-1/+1
|
* Fix label attributes updated with delayMarvin W2023-10-051-16/+17
|
* Add tooltips to the delivered and read icons (#1341)Prashant Kumar2023-10-051-0/+2
|
* Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1)fiaxh2023-10-052-5/+0
|
* Remove Dutch (Belgium) translation, fallback to DutchTranslations2023-10-051-1185/+0
| | | | fixes #1231
* Update appdata file with content_rating, releases, update image tagsfiaxh2023-10-051-15/+19
|
* Fix compiler warningsfiaxh2023-10-051-2/+0
|
* conversation_view_controller.vala: Add missing null checkXavier Del Campo Romero2023-10-011-1/+1
| | | | | | | | | | Partially backported from: commit 7d8b08deca0aa4eb24def6b9af4ec180c0bc9a27 Author: fiaxh <git@lightrise.org> Date: Sun Oct 9 11:39:17 2022 +0200 Small fixes
* application.vala: Update copyright noticeXavier Del Campo Romero2023-10-011-1/+1
|
* Inhibit idle and suspend during calls (#1233)Xavi922022-05-111-0/+14
|
* Allow cancellation of file transfersMarvin W2022-03-302-1/+20
|
* Fix Version handling, add function to retrieve short version without git commitMarvin W2022-03-302-3/+3
|
* OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformantmjk2022-02-251-1/+5
|
* Fix quote formating to not (partially) expect a space after >fiaxh2022-02-141-1/+1
|
* Prepare for 0.3 releasefiaxh2022-02-123-6/+7
|
* Update translationsTranslations2022-02-1240-647/+807
|
* Fix call participant widgetMarvin W2022-02-122-26/+7
|
* Fix build on Debian 10Marvin W2022-02-121-7/+12
|
* Calls: Show invite button quickerfiaxh2022-02-122-3/+7
|
* Calls: Only show invite button when it's supportedMarvin W2022-02-121-3/+3
|
* Calls: Fix device selector for multi-party calls, allow picking device ↵Marvin W2022-02-123-23/+25
| | | | before call started
* Calls: Use GtkHeaderBar for each participantMarvin W2022-02-124-107/+92
|
* Various call fixesfiaxh2022-02-122-3/+4
| | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7)
* Wording: Use singular in 'No camera/microphone/speaker found'fiaxh2022-02-0842-123/+123
|
* Update translationsTranslations2022-02-0840-49/+1009
|
* Calls: Device pickerMarvin W2022-02-083-30/+35
|
* Update translationsTranslations2022-02-0840-2663/+3202
|
* 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
* Update translationsTranslations2022-02-0241-3803/+4364
|
* 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-234-6/+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