Commit graph

5 commits

Author SHA1 Message Date
Cédric Bellegarde
d47e357b2c client: tweaks for lower desktop resolutions
Fix #1164 again
2023-08-20 23:05:43 +02:00
Cédric Bellegarde
996fa77bc2 ui: Fix typo
Fix #1488
2023-03-14 08:38:39 +01:00
Cédric Bellegarde
533a32e67b client: conversation-list: Migrate from TreeView to ListBox
- Replace ConversationListStore with ConversationListModel
- Replace GtkTreeView with GtkListBox
- Implement proper multiselection for ListBox
- Rework navigation to be touch friendly

Fork of John Renner <john@jrenner.net> merge request !698
2023-03-04 23:16:01 +00:00
Sabri Ünal
2051431797 application: Add tooltip to Back buttons
Add missing Back tooltips to back buttons.
2023-02-11 13:07:25 +00:00
Cédric Bellegarde
f45afac091 components: Rework adapative layout by removing HdySwipeGroup
HdySwipeGroup is deprecated since libhandy 1.4.

- Split headerbar into 3 components
- Remove HdySwipeGroups/GtkSizeGroups used for syncing headerbar with content.
2022-09-26 08:59:44 +00:00