aboutsummaryrefslogtreecommitdiff
path: root/main/data
Commit message (Collapse)AuthorAgeFilesLines
* Remove conversation closing via hover buttonfiaxh2024-03-211-76/+21
|
* Add unread indicatorfiaxh2024-03-021-0/+7
| | | | | Co-authored-by: Alexandre Jousset <mid@gtmp.org> Co-authored-by: Aidan Epstein <aidan@jmad.org>
* Change select contact dialog container to AdwClamp (#1533)Teemu Ikonen2024-01-131-46/+50
|
* Conversation details dialog: Fix notification+block iconsfiaxh2023-12-104-0/+14
|
* conversation details: Fix for libadwaita < 1.4fiaxh2023-09-251-1/+0
|
* Rewrite contact details dialogfiaxh2023-09-248-111/+656
|
* data: Set X-Purism-FormFactor in .desktop fileRobert Mader2023-07-081-0/+1
| | | | So the app is detected as mobile-friendly on Phosh.
* Cleanup automatically loaded help overlayfiaxh2023-07-081-1/+1
|
* application: Load help overlay automaticallyChristopher Davis2023-07-083-4/+3
| | | | | | | | | GTK automatically loads and sets up the action and keyboard shortcut for the Keyboard Shortcuts dialog. We don't need to manually do it as long as we put everything in the right place. See https://docs.gtk.org/gtk4/class.Application.html#automatic-resources
* Add a keyboard shortcut to show keyboard shortcuts (#1432)eerielili2023-06-251-0/+6
| | | | | Add a keyboard shortcut to show keyboard shortcuts - It's Ctrl+?
* icons: Refresh some symbolic icons (#1444)Tobias Bernard2023-05-2916-25/+82
|
* Fix chat input status having a fixed width requirementfiaxh2023-05-131-0/+1
| | | | fixes #1439
* Fix call window stylingfiaxh2023-04-221-6/+2
|
* First steps of meson supporthrxi2023-03-241-0/+74
| | | | | | | Basic configuration of qlite, xmpp-vala, the Dino library and the Dino application are supported. There's no support for the plugins. This e.g. enables using the Vala language server.
* data: Set StartupNotify to true in .desktop fileSebastian Krzyszkowiak2023-03-211-1/+1
| | | | | | GTK handles startup notifications, so advertise it in desktop file. This allows splash screens and other startup indications in DEs to work.
* New Avatar UIMarvin W2023-03-0510-36/+35
|
* Remove spell check settingfiaxh2023-02-091-13/+1
| | | | As there is currently no spell check support for GTK4
* Make the symbolic app icon squarefiaxh2023-02-091-4/+4
|
* menu_app: Move preferences to last groupChristopher Davis2023-02-091-2/+2
| | | | | | Per https://developer.gnome.org/hig/patterns/controls/menus.html#standard-primary-menu-items, preferences should be at the top of the last group in the menu.
* menu_app: Rename Settings to PreferencesChristopher Davis2023-02-091-1/+1
| | | | The standard name in GNOME applications is Preferences.
* settings_dialog: Use AdwPreferencesWindow and AdwActionRowChristopher Davis2023-02-091-46/+61
| | | | | | AdwPreferencesWindow contains a nice API for preferences windows, and AdwActionRow is the widget to use for rows of preferences.
* Update translationsTranslations2023-02-072-0/+10
|
* Fix placeholder being shown on startup, fix missing vertical line in ↵fiaxh2023-01-311-0/+3
| | | | no-conversations placeholder
* Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1)fiaxh2023-01-281-4/+0
|
* Update translationsTranslations2023-01-282-17/+34
|
* Update appdata file with content_rating, releases, update image tagsfiaxh2023-01-281-15/+19
|
* Fix UI for libadwaitaMarvin W2023-01-251-31/+47
|
* Fix scaling image for GTK4Marvin W2023-01-241-2/+6
|
* Small UI fixes for libAdwaitaMarvin W2023-01-245-45/+31
|
* Use Adw.StatusPage instead of custom placeholdersfiaxh2023-01-244-175/+61
|
* Improve libadwaita integrationfiaxh2023-01-241-0/+2
|
* Change Gtk.Paned to Adw.Leaflet in MainWindowTeemu Ikonen2023-01-241-5/+4
|
* Use Adw.HeaderBar for CSD header barsTeemu Ikonen2023-01-241-1/+2
| | | | | 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-242-84/+105
| | | | | Use Adw.Window as main window widget, add the now missing HeaderBars to MainWindowPlaceholder and MainWindow in the NoCSD case.
* Support pinning of conversations (locally)fiaxh2023-01-111-10/+23
| | | | | fixes #290 fixes #1330
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-064-77/+150
|
* Reactions: Improve stylefiaxh2022-10-111-1/+6
|
* Add support for reactionsfiaxh2022-10-113-0/+64
|
* Small fixesfiaxh2022-10-091-0/+1
|
* Move icons out of scalable/ui/ since it's not allowed by icon naming specfiaxh2022-09-184-0/+0
|
* OMEMO QR code: Switch to paintable, fix cssfiaxh2022-09-181-1/+1
|
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-211-8/+9
| | | | MenuButton.activate only exists since 4.4
* Move all icons in respective pathsMarvin W2022-08-205-0/+0
|
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-203-3/+0
| | | | | 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-271-6/+1
|
* Improve Gtk4 portfiaxh2022-07-2726-165/+23
|
* Port from GTK3 to GTK4fiaxh2022-07-2754-2281/+1558
|
* OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformantmjk2022-02-251-1/+5
|
* Prepare for 0.3 releasefiaxh2022-02-122-6/+6
|