aboutsummaryrefslogtreecommitdiff
path: root/main/data
Commit message (Collapse)AuthorAgeFilesLines
* Update translationsTranslations2018-07-052-13/+163
| | | | | | | | | | | | | | Basque: Aitor Beriain <beriain@bitmessage.ch> Dutch: Nathan Follens <nathan@email.is> Finnish: mjlapin <muu@kapsi.fi> Flemish: Nathan Follens <nthn@unseen.is> Italian: Valerio Baldisserotto <svalo@libersoft.it> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Portugese (Brazil): 5lm31d5 <jeanrk15@gmail.com> Romanian: Licaon Kter <licaon.kter@protonmail.com> Russian: nvlgit <nvlbox@gmail.com>, Alexander <ilabdsf@gmail.com> Spanish: mgueji <miguejim@mailbox.org>
* Fix empty display names, fix update contact roster namefiaxh2018-05-102-0/+2
|
* Move chat input to .ui file, fix smiley conversion on enterfiaxh2018-05-101-8/+38
|
* Update translationsTranslations2018-05-013-5/+5
| | | | | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: Aitor Beriain <beriain@bitmessage.ch> Chinese (Simplified): 朱陈锬 <201603748@stu.lzjtu.edu.cn> Esperanto: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Finnish: mjlapin <muu@kapsi.fi> Flemish: Nathan Follens <nathan@email.is> French: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Italian: Valerio Baldisserotto <svalo@libersoft.it> Japanese: Mako N <mako@pasero.net> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com> Spanish: mgueji <miguejim@mailbox.org>
* Redesign chat input + move file upload therefiaxh2018-04-301-0/+8
|
* Rename 'start chat' into 'start conversation'Michael Vetter2018-04-301-1/+1
|
* Add an appdata fileMathieu Bridon2018-04-291-0/+60
| | | | | This allows "app center" applications like GNOME Software and Plasma Discover to show Dino in all its glory, so users can install it simply.
* Update translationsTranslations2018-03-241-1/+1
|
* 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.
* Add forgotten strings to translations (#282)linkmauve2018-02-021-2/+2
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-281-26/+3
| | | | include and use pgp embedded file names
* Render avatar on demandMarvin W2018-01-286-18/+21
|
* Show error on invalid TLS certificatefiaxh2018-01-042-0/+4
|
* Update translationsTranslations2017-12-311-1/+1
|
* Place time+encryption+read directly right of namefiaxh2017-12-312-72/+67
|
* Show subscription request in conversation summaryfiaxh2017-12-303-25/+49
|
* Fallback display for all file typesfiaxh2017-12-131-1/+0
|
* Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221)Mathieu Bridon2017-12-035-3/+3
| | | | | | | The convention is to use reverse DNS for the DBus service names, icons, desktop files and application ID. Flatpak enforces that convention, and even requires at least 3 components in those names.
* Fix memory leakfiaxh2017-11-231-1/+0
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-221-1/+1
|
* Replace deprecated function usagesfiaxh2017-11-163-6/+6
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-315-173/+229
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-211-1/+1
|
* Use GNotification instead of libnotifyfiaxh2017-09-192-0/+3
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-065-18/+61
|
* Show last message sender in conversation listfiaxh2017-09-011-81/+83
|
* Download & inline display imagesfiaxh2017-08-311-0/+64
|
* main: extend theming capabilitiesMarvin W2017-08-293-63/+11
|
* Plugins providing conversation items for ConversationViewfiaxh2017-08-282-4/+7
|
* small fixesfiaxh2017-08-272-3/+4
|
* "Default" per-contact settings (change UI)fiaxh2017-08-251-0/+1
|
* 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
|