aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1)fiaxh2023-01-282-5/+0
|
* Remove Dutch (Belgium) translation, fallback to DutchTranslations2023-01-281-1231/+0
| | | | fixes #1231
* Update translationsTranslations2023-01-2844-12163/+15342
|
* Update appdata file with content_rating, releases, update image tagsfiaxh2023-01-281-15/+19
|
* Fix UI for libadwaitaMarvin W2023-01-2514-280/+420
|
* 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
|
* 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-241-0/+1
|
* 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-131-1/+2
| | | | related #1335
* Fix crash when removing jid from rosterfiaxh2023-01-112-5/+6
| | | | fixes #1332
* Support pinning of conversations (locally)fiaxh2023-01-114-13/+47
| | | | | fixes #290 fixes #1330
* Support replies and reactions to filesfiaxh2023-01-113-7/+33
|
* 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-0614-103/+328
|
* Fix compiler warningsfiaxh2022-12-306-25/+7
|
* 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.
* Clean up log outputsfiaxh2022-11-041-1/+0
|
* Reactions: Improve stylefiaxh2022-10-112-8/+13
|
* Don't require use of MenuButton.set_child introduced with GTK 4.6fiaxh2022-10-113-19/+18
|
* Add support for reactionsfiaxh2022-10-118-21/+360
|
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+2
|
* Fix regression with channel join button not getting sensitivefiaxh2022-10-091-0/+3
| | | | fixes #1284
* Small fixesfiaxh2022-10-092-1/+2
|
* Add account dialog: Reenable Next-button activation on enterfiaxh2022-10-091-6/+6
|
* Fix drag and drop uploadingfiaxh2022-10-092-19/+13
|
* Fix channel join button not getting sensitivefiaxh2022-10-031-13/+18
|
* Move icons out of scalable/ui/ since it's not allowed by icon naming specfiaxh2022-09-186-7/+6
|
* OMEMO QR code: Switch to paintable, fix cssfiaxh2022-09-181-1/+1
|
* Fix crashes and warning in Join Conference dialogfiaxh2022-08-222-7/+25
| | | | fixes #1262
* Fix crash on call window closingfiaxh2022-08-221-2/+5
|
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-215-40/+35
| | | | MenuButton.activate only exists since 4.4
* GTK4: Don't require use of MenuButton.set_child introduced with 4.6Marvin W2022-08-212-2/+25
|
* Move all icons in respective pathsMarvin W2022-08-206-8/+7
|
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-2012-15/+28
| | | | | A bug in GTK caused the application to crash in some tooltip-related conditions https://gitlab.gnome.org/GNOME/gtk/-/issues/4941
* GTK4: Fix theme blue highlightMarvin W2022-08-201-1/+1
|
* Gtk4 bug fixes and improvementsMarvin W2022-07-2711-40/+56
|
* Improve Gtk4 portfiaxh2022-07-2784-1447/+570
|
* Video for GTK4Marvin W2022-07-272-3/+7
|
* Port from GTK3 to GTK4fiaxh2022-07-27129-4865/+3922
|