aboutsummaryrefslogtreecommitdiff
path: root/main/data/settings_dialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* 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