aboutsummaryrefslogtreecommitdiff
path: root/main/data/settings_dialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* Remove spell check settingfiaxh2023-02-091-13/+1
| | | | As there is currently no spell check support for GTK4
* 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.
* Port from GTK3 to GTK4fiaxh2022-07-271-42/+28
|
* Make spell checking a setting, store language per conversationfiaxh2021-01-211-0/+12
|
* Add non-CSD alternative for more windowsfiaxh2019-03-141-1/+1
|
* Update translationsTranslations2018-05-011-1/+1
| | | | | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: Aitor Beriain <beriain@bitmessage.ch> Chinese (Simplified): 朱陈锬 <201603748@stu.lzjtu.edu.cn> Esperanto: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Finnish: mjlapin <muu@kapsi.fi> Flemish: Nathan Follens <nathan@email.is> French: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Italian: Valerio Baldisserotto <svalo@libersoft.it> Japanese: Mako N <mako@pasero.net> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com> Spanish: mgueji <miguejim@mailbox.org>
* Move notification sounds (canberra dependency) into plugin, introduce ↵fiaxh2018-03-051-13/+1
| | | | libdino/NotificationEvents
* Implement notification soundsRahix2018-02-171-1/+13
| | | | | | Add a new setting to toggle notification sounds on or off. Plays the systems default instant messaging message sound (message-new-instant) whenever a notification is shown if toggled on.
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-301-3/+27
|
* Fix a couple of warnings relating to parents of dialogshrxi2017-05-091-2/+1
| | | | | | | | | | | | Fixes these kind of warnings: ``` (dino:<PID>): Gtk-CRITICAL **: gtk_window_set_transient_for: assertion 'parent == NULL || GTK_IS_WINDOW (parent)' failed Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. (dino:<PID>): GLib-GObject-WARNING **: invalid cast from 'GtkPaned' to 'GtkWindow' ``` Also centers these dialogs (settings, add chat, join conversation) on top of their parent windows.
* Gettext supportfiaxh2017-04-101-3/+3
|
* Reduce GTK dependency to 3.16, fix dark themeMarvin W2017-03-131-1/+0
|
* Move UI code into main dirMarvin W2017-03-111-0/+51