aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_list_titlebar.vala
Commit message (Collapse)AuthorAgeFilesLines
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-221-12/+23
|
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-211-2/+0
|
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-051-28/+9
| | | | accessible, no-CSD option for main window
* ui: search sidebar initialbobufa2018-08-131-1/+0
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-2/+2
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-7/+3
|
* main: extend theming capabilitiesMarvin W2017-08-291-0/+4
|
* README: Discussion MUC, change urlfiaxh2017-08-221-2/+2
|
* 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