aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_list_titlebar.vala
Commit message (Collapse)AuthorAgeFilesLines
* Muc Invite + Kickfiaxh2017-06-111-2/+8
|
* Conversation details dialogfiaxh2017-05-301-6/+6
|
* Fix a couple of warnings relating to parents of dialogshrxi2017-05-091-3/+3
| | | | | | | | | | | | 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.
* Move UI code into main dirMarvin W2017-03-111-0/+47