aboutsummaryrefslogtreecommitdiff
path: root/main/data
Commit message (Collapse)AuthorAgeFilesLines
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-173-71/+24
| | | | StartConversation
* Conversation details dialogfiaxh2017-05-302-0/+110
|
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-301-3/+27
|
* ManageAccounts: Window -> Dialogfiaxh2017-05-091-227/+233
|
* Fix a couple of warnings relating to parents of dialogshrxi2017-05-093-4/+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-107-27/+27
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-102-0/+20
|
* Application menu fallback buttonfiaxh2017-04-041-0/+1
|
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-032-13/+9
|
* Tab completion for MUC occupantsfiaxh2017-03-242-1/+2
|
* New CMakeMarvin W2017-03-231-0/+12
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Add back on subscription requestfiaxh2017-03-233-3/+3
|
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-203-6/+16
| | | | start services before UI
* Icon changesfiaxh2017-03-191-14/+12
|
* Preselect next conversation when closed and crossfadefiaxh2017-03-181-14/+31
|
* "No accounts active, add?" stack in main viewfiaxh2017-03-182-177/+50
|
* Iconfiaxh2017-03-182-0/+38
|
* Fix message stanza default typefiaxh2017-03-181-6/+10
|
* Fix ChatInput for many lines + small UI changesfiaxh2017-03-165-12/+10
|
* Display /me differentlyfiaxh2017-03-151-28/+1
| | | | fixes #12
* Set dino-specific icons as part of icon themefiaxh2017-03-1513-673/+42
|
* Reduce GTK dependency to 3.16, fix dark themeMarvin W2017-03-1320-22/+3
|
* Move gsettings schema back to libdino (where it belongs)Marvin W2017-03-122-15/+0
|
* Move UI code into main dirMarvin W2017-03-1134-0/+2791