aboutsummaryrefslogtreecommitdiff
path: root/main/data
Commit message (Collapse)AuthorAgeFilesLines
...
* Use Label instead of TextView for message displayfiaxh2018-09-213-15/+2
|
* Update translationsTranslations2018-09-072-14/+20
| | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: account1 <surajchawla61@gmail.com>, Aitor Beriain <beriain@bitmessage.ch> Dutch: Nathan Follens <nthn@unseen.is> Flemish: Nathan Follens <nthn@unseen.is> French: Étienne Deparis <etienne@depar.is> Hungarian: notramo <notramo@vipmail.hu> Italian: Valerio Baldisserotto <svalo@libersoft.it> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com>
* Merge pull request #415 from bobufa/message-searchfiaxh2018-08-319-33/+334
|\ | | | | Message search
| * add suggestions/auto-complete for search filtersbobufa2018-08-134-123/+173
| |
| * add button that scrolls to the bottom of the conversationbobufa2018-08-131-8/+41
| |
| * hide search bar when clicking outside of it, only reset search entry on ↵bobufa2018-08-131-0/+1
| | | | | | | | conversation change
| * improve sidebar UIbobufa2018-08-132-13/+140
| | | | | | | | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results)
| * initial search logic / displaybobufa2018-08-133-10/+42
| |
| * ui: search sidebar initialbobufa2018-08-137-30/+88
| |
* | In-Band Registrationfiaxh2018-08-221-112/+366
|/
* 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
|