aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1)fiaxh2023-01-284-7/+0
|
* Remove Dutch (Belgium) translation, fallback to DutchTranslations2023-01-283-1639/+0
| | | | fixes #1231
* Update translationsTranslations2023-01-28120-14628/+17889
|
* Update appdata file with content_rating, releases, update image tagsfiaxh2023-01-281-15/+19
|
* Fix QR code being displayed way too smallfiaxh2023-01-282-6/+8
| | | | fixes #1278
* Reactions: Fix fallback bodies being displayed as messagesfiaxh2023-01-271-1/+1
| | | | fixes #1352
* Fix reactions from MAM getting attributed to the wrong messagefiaxh2023-01-252-38/+26
|
* Fix UI for libadwaitaMarvin W2023-01-2515-280/+421
|
* Fix scaling image for GTK4Marvin W2023-01-243-182/+110
|
* Small UI fixes for libAdwaitaMarvin W2023-01-249-56/+41
|
* Only use Adw.AboutWindow for Adwaita >= 1.2fiaxh2023-01-242-15/+24
|
* Add libadwaita dependency to gitlab CIfiaxh2023-01-241-1/+1
|
* Use Adw.StatusPage instead of custom placeholdersfiaxh2023-01-246-189/+68
|
* Improve libadwaita integrationfiaxh2023-01-242-9/+2
|
* Change Gtk.Paned to Adw.Leaflet in MainWindowTeemu Ikonen2023-01-242-10/+12
|
* Add back button to ConversationTitlebarTeemu Ikonen2023-01-241-0/+28
| | | | | | | | Add a bool 'back_button_visible' and a signal 'back_pressed' to the ConversationTitlebar interface. Also add implementations to both ConversationTitlebarNoCsd and ConversationTitlebarCsd.
* Remove set_window_buttons() from MainWindowTeemu Ikonen2023-01-241-14/+0
|
* Use Adw.HeaderBar for CSD header barsTeemu Ikonen2023-01-244-4/+7
| | | | | This allows showing the correct buttons with 'show-start-title-buttons' and 'show-end-title-buttons' properties when folding.
* Convert main window layout to 2 vertical boxesTeemu Ikonen2023-01-243-103/+118
| | | | | Use Adw.Window as main window widget, add the now missing HeaderBars to MainWindowPlaceholder and MainWindow in the NoCSD case.
* Use Adw.Application, make about dialog an Adw.AboutWindowTeemu Ikonen2023-01-241-17/+16
|
* Add libadwaita to build systemTeemu Ikonen2023-01-242-0/+12
|
* MAM: Fix latest range not being stored in db if it contained a duplicatefiaxh2023-01-171-8/+7
|
* Fix pin setting switch displayingfiaxh2023-01-161-1/+1
|
* Fix reply cancellingfiaxh2023-01-161-2/+2
| | | | fixes #1340
* Add debug outputs to summarize_whitespaces_to_space and don't assert_not_reachedfiaxh2023-01-132-1/+7
| | | | related #1335
* Fix crash when removing jid from rosterfiaxh2023-01-112-5/+6
| | | | fixes #1332
* Support pinning of conversations (locally)fiaxh2023-01-116-17/+57
| | | | | fixes #290 fixes #1330
* Support replies and reactions to filesfiaxh2023-01-1112-102/+202
|
* Replies: Fix fallback bodies with multi-line quotesfiaxh2023-01-081-1/+1
|
* Reactions: Fix wrong time being stored for outgoing reactions (micro sec ↵fiaxh2023-01-071-9/+8
| | | | | | teated as milli sec) fixes #1296
* Replies: Fix quoted message not being reset after sendingfiaxh2023-01-071-3/+5
| | | | fixes #1334
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-0628-110/+740
|
* Fix compiler warningsfiaxh2022-12-3012-33/+11
|
* MAM: Fix processing after range was fetched completely, fix merging of rangesfiaxh2022-12-201-29/+30
|
* Fix connecting to jingle file provider multiple timesfiaxh2022-12-201-7/+6
|
* Fix some MAM issuesfiaxh2022-11-201-18/+40
| | | | | | - Messages from MUCs weren't added to their respective MUC MAM ranges, thus re-fetched on rejoin - The earliest ('first') message of a mam page was used to update the to_id, but it should have been 'last'; also the other way around. - Duplicates weren't detected properly
* Reactions: Fix reactions being differentiated by resource on first displayingfiaxh2022-11-201-0/+2
| | | | fixes #1297
* Fix build with Vala < 0.52Marvin W2022-11-101-1/+1
| | | | | MenuButton.set_child was only added to VAPIs of 0.52 and later. Even if GTK4 is new enough, they wouldn't be available.
* Parse conference.password from XEP-0402 bookmarks (#1310)Teemu Ikonen2022-11-101-0/+1
|
* Clean up log outputsfiaxh2022-11-045-54/+35
|
* HTTP: Make LimitInputStream pollable for better async compatibilityMarvin W2022-11-043-13/+21
| | | | Fixes #1307
* Automatically select appropriate libsoup versionMarvin W2022-11-036-14/+52
|
* Don't use splice when handling input streams from libsoup-3Marvin W2022-11-021-1/+9
|
* DTLS: Use ECDSA keyMarvin W2022-10-282-2/+3
|
* Fix segfault if reaction message has type normalfiaxh2022-10-201-4/+4
| | | | fixes #1294
* Reactions: Fix xml attribute namefiaxh2022-10-121-4/+4
|
* Reactions: Improve stylefiaxh2022-10-112-8/+13
|
* Fix message server_id getting overwritten with null on reconnectfiaxh2022-10-111-1/+4
|
* Don't require use of MenuButton.set_child introduced with GTK 4.6fiaxh2022-10-113-19/+18
|
* Add support for reactionsfiaxh2022-10-1118-23/+1026
|