aboutsummaryrefslogtreecommitdiff
path: root/main/data
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix call participant widgetMarvin W2022-02-121-24/+4
|
* Calls: Use GtkHeaderBar for each participantMarvin W2022-02-121-18/+24
|
* Various call fixesfiaxh2022-02-121-1/+2
| | | | | | | | | - 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)
* Update translationsTranslations2022-02-021-8/+8
|
* Remove color from /me name, remove use_markup from sender labelfiaxh2022-01-231-1/+0
|
* Imrove file widget menu (fixup 25db512)fiaxh2022-01-091-0/+21
| | | | | | | - Fix file menu remaining visible after clicking an action - Fix file menu for images (clicking resulted in hiding of the file widget part) - Fix styling of file menus for images - Fix compiler warnings and runtime criticals
* Introduce file widget menu with "Save as..." and "Open" actions (#1080)wkg2022-01-091-0/+13
|
* Fix circular buttons to actually be roundfiaxh2022-01-083-2/+11
|
* Display message sender in bold+text color instead of small+coloredfiaxh2022-01-051-18/+4
|
* Merge branch groupcallsfiaxh2021-12-233-13/+53
|\
| * UI + libdino: Improve MUJI calls from MUCfiaxh2021-12-231-1/+1
| | | | | | | | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call