aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary
Commit message (Expand)AuthorAgeFilesLines
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-229-1444/+0
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-221-8/+0
* Move ConversationContentView+ChatInput into ConversationView, handle drag'n'd...fiaxh2020-02-221-34/+6
* Basic drag'n'drop support on main conversation view (fixes #175)Thibaut Girka2020-02-221-0/+35
* Add a tooltip when messages are in WONTSEND state (#550)Aearil2020-02-211-0/+4
* Only distinguish between typing or not (incoming)fiaxh2020-02-201-58/+21
* Fix invalid header creation for date separatorsMarvin W2020-01-224-9/+5
* Fix some compiler warningsMarvin W2020-01-224-8/+8
* Show default file widget if Pixbuf can't display Image inlinefiaxh2020-01-131-5/+8
* Don't show own typing notifications (other devices)fiaxh2019-12-242-4/+1
* Properly check Jids everywhereMarvin W2019-12-231-1/+0
* !fixup Allow inserting messages into ConversationView with same sort_time as ...fiaxh2019-12-191-1/+1
* Fix messages being displayed for the wrong sender: Show avatar on lower messa...fiaxh2019-11-172-7/+19
* Base avatars and names on conversation, not JID.Marvin W2019-10-183-5/+5
* Deactivate spinner in file widget as soon as its not displayed anymore (CPU u...fiaxh2019-09-141-1/+4
* Load images in conversation summary in different threadfiaxh2019-09-111-26/+38
* Remove some use_markup usages, put skeleton header into .ui filefiaxh2019-09-111-47/+25
* Add emoji button to chat inputfiaxh2019-09-091-0/+1
* Use own file type iconsfiaxh2019-08-061-16/+27
* Refactor file receive/send interfaces and UIfiaxh2019-07-182-130/+310
* Fix runtime criticalsfiaxh2019-06-221-1/+1
* Add hover effect on conversation contentfiaxh2019-06-013-103/+88
* Fix date separatorsfiaxh2019-05-262-8/+10
* Don't move opened conversation to the top of the list, scroll along with sele...fiaxh2019-04-241-1/+1
* Use glib log functionsfiaxh2019-03-151-1/+1
* Respect EXIF orientation tagfiaxh2019-02-131-4/+12
* Check FileTransfer's mime_type for null (unknown) when handeling itfiaxh2018-12-311-1/+1
* Detect emoji-only messages and display them largerfiaxh2018-12-271-0/+7
* (Partially) Fix messages being displayed wrongly sorted in ConversationSummar...fiaxh2018-12-272-8/+9
* FileProvider for aesgcm linksfiaxh2018-11-271-1/+2
* Merge PR #413 "Improvements to the OMEMO plugin"Marvin W2018-11-101-1/+24
|\
| * More cleanup and database modificationsMarvin W2018-06-261-3/+11
| * Add trust management utilities to the omemo pluginSamuel Hand2018-06-111-0/+14
* | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> Conversati...fiaxh2018-11-041-1/+1
* | Display bold/italic/monospace message formating, improve message-to-markup pa...fiaxh2018-10-231-4/+3
* | Use Label instead of TextView for message displayfiaxh2018-09-213-190/+31
* | Fix presence subscription notification displayingfiaxh2018-09-121-0/+9
* | Fix sent messages sometimes being displayed twicefiaxh2018-09-021-1/+1
* | add button that scrolls to the bottom of the conversationbobufa2018-08-131-3/+2
* | fix message filter in conversation view for first messagebobufa2018-08-131-8/+13
* | filter out messages outside the range of displayed messagesbobufa2018-08-131-11/+23
* | hide search bar when clicking outside of it, only reset search entry on conve...bobufa2018-08-131-10/+0
* | improve sidebar UIbobufa2018-08-132-27/+67
* | accumulate conversation content in meta db tablebobufa2018-08-132-20/+23
* | initial search logic / displaybobufa2018-08-131-1/+1
* | ui: search sidebar initialbobufa2018-08-131-1/+2
* | load+display later messages when scrolling downbobufa2018-08-132-35/+87
* | refactor conversation item management (accumulate them in libdino)bobufa2018-08-1312-527/+347
|/
* Redesign chat input + move file upload therefiaxh2018-04-301-0/+16
* Handle multiple chat state notifications per bare jidfiaxh2018-03-102-33/+84