aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/settings_dialog.vala
Commit message (Collapse)AuthorAgeFilesLines
* Remove spell check settingfiaxh2023-02-091-3/+0
| | | | As there is currently no spell check support for GTK4
* Settings: Connect to Switch.notify-active instead of to activatefiaxh2023-02-091-5/+5
| | | | As per the documentation of the activate signal "Applications should never connect to this signal, but use the notify:active signal." https://valadoc.org/gtk+-3.0/Gtk.Switch.activate.html
* settings_dialog: Use AdwPreferencesWindow and AdwActionRowChristopher Davis2023-02-091-19/+19
| | | | | | AdwPreferencesWindow contains a nice API for preferences windows, and AdwActionRow is the widget to use for rows of preferences.
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-5/+5
|
* Make spell checking a setting, store language per conversationfiaxh2021-01-211-0/+3
|
* Add non-CSD alternative for more windowsfiaxh2019-03-141-1/+1
|
* Move notification sounds (canberra dependency) into plugin, introduce ↵fiaxh2018-03-051-3/+0
| | | | libdino/NotificationEvents
* Implement notification soundsRahix2018-02-171-0/+3
| | | | | | 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.
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
|
* Move settings from GSettings to own dbfiaxh2017-08-221-1/+1
|
* README: Discussion MUC, change urlfiaxh2017-08-221-2/+2
|
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-301-2/+8
|
* Move UI code into main dirMarvin W2017-03-111-0/+24