aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary
Commit message (Collapse)AuthorAgeFilesLines
* Redesign chat input + move file upload therefiaxh2018-04-301-0/+16
|
* Handle multiple chat state notifications per bare jidfiaxh2018-03-102-33/+84
| | | | fixes #117
* Small fixesfiaxh2018-01-301-1/+1
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-282-15/+6
| | | | include and use pgp embedded file names
* Visually highlight mentions in MUCsfiaxh2018-01-283-0/+26
| | | | fixes #267
* Render avatar on demandMarvin W2018-01-282-3/+18
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-284-2/+6
|
* Fix typos in comments and variable names (#269)linkmauve2018-01-103-3/+3
| | | Thanks `codespell`!
* Place time+encryption+read directly right of namefiaxh2017-12-313-57/+95
|
* Clear chat states on own/contact disconnectfiaxh2017-12-301-1/+0
| | | | fixes #197
* Show subscription request in conversation summaryfiaxh2017-12-302-0/+78
|
* Fallback display for all file typesfiaxh2017-12-134-124/+231
|
* Load messages for conversation view from cachefiaxh2017-12-132-4/+16
|
* Repopulate message TextView context menu, include "Copy URL" (#219)Yussuf Khalil2017-12-051-6/+48
| | | | | | * Add "Copy URL" context menu option when hovering over a URL * Update message_textview.vala
* Rename resources to have a reverse DNS prefixfiaxh2017-12-033-3/+3
|
* ConversationView: Date separatorfiaxh2017-12-013-4/+122
|
* Fix memory leakfiaxh2017-11-233-5/+13
|
* ConversationView: Split merged messages when an in-between one is addedfiaxh2017-11-222-10/+58
|
* Fix unit tests using async + read message markerfiaxh2017-11-171-1/+1
|
* Read+(write) stream asyncfiaxh2017-11-163-9/+5
|
* Fix warningsfiaxh2017-10-315-9/+10
|
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-1/+1
| | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated.
* PGP encrypted file transfersfiaxh2017-10-221-2/+2
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-062-2/+2
|
* small fixesfiaxh2017-08-314-1/+13
|
* Use utc time everywherefiaxh2017-08-312-5/+5
|
* Download & inline display imagesfiaxh2017-08-315-14/+209
|
* support platforms without UTF-8 and use native file pickerMarvin W2017-08-292-12/+21
|
* Plugins providing conversation items for ConversationViewfiaxh2017-08-2813-505/+631
|
* small fixesfiaxh2017-08-271-1/+1
|
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-252-7/+14
|
* README: Discussion MUC, change urlfiaxh2017-08-222-2/+2
|
* Fix some UI issuesMarvin W2017-08-223-1/+8
|
* Small i18n fixes (#53)linkmauve2017-06-292-1/+2
| | | | | * Replace “...” with “…” in user-visible strings, as per GNOME’s HIG. * Add a message for translators to know that a string starts a sentence.
* gettext improvements (more strings, times, plural, de lang)fiaxh2017-04-131-5/+14
|
* Gettext supportfiaxh2017-04-102-3/+3
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-5/+5
|
* Handle MUC private messagesfiaxh2017-03-311-0/+2
|
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-1/+1
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-8/+8
|
* Preselect next conversation when closed and crossfadefiaxh2017-03-182-2/+3
|
* Fix ChatInput for many lines + small UI changesfiaxh2017-03-161-1/+1
|
* Display /me differentlyfiaxh2017-03-158-214/+318
| | | | fixes #12
* Indication of WONTSEND via CSS (@error_color on message status)fiaxh2017-03-151-4/+7
|
* Set dino-specific icons as part of icon themefiaxh2017-03-151-2/+2
|
* Small fixes in message viewMarvin W2017-03-141-1/+3
|
* Fix regression of being unable to select textMarvin W2017-03-132-29/+4
|
* Reduce GTK dependency to 3.16, fix dark themeMarvin W2017-03-132-5/+50
|
* Move UI code into main dirMarvin W2017-03-114-0/+440