aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Redesign chat input + move file upload therefiaxh2018-04-305-82/+78
* Rename 'start chat' into 'start conversation'Michael Vetter2018-04-302-2/+2
* Add image preview to file choosersfiaxh2018-04-193-6/+90
* Prefill nick with local alias when joining a non-bookmarked MUCbobufa2018-03-273-18/+15
* Handle multiple chat state notifications per bare jidfiaxh2018-03-103-38/+95
* Move notification sounds (canberra dependency) into plugin, introduce libdino...fiaxh2018-03-052-47/+19
* Implement notification soundsRahix2018-02-172-0/+11
* Add forgotten strings to translations (#282)linkmauve2018-02-021-1/+1
* Small fixesfiaxh2018-01-301-1/+1
* Only display transferred images, display file names, open in system viewer, i...fiaxh2018-01-283-16/+7
* Visually highlight mentions in MUCsfiaxh2018-01-283-0/+26
* Render avatar on demandMarvin W2018-01-2813-75/+402
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-2829-45/+72
* Fix typos in comments and variable names (#269)linkmauve2018-01-103-3/+3
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-0/+4
* Tab completion: Case insensitive, handle spacesfiaxh2018-01-061-4/+6
* Show error on invalid TLS certificatefiaxh2018-01-041-4/+9
* Restore window state (size, maximized, position)fiaxh2017-12-311-1/+30
* Place time+encryption+read directly right of namefiaxh2017-12-313-57/+95
* Clear chat states on own/contact disconnectfiaxh2017-12-301-1/+0
* Show subscription request in conversation summaryfiaxh2017-12-305-50/+118
* 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
* Rename resources to have a reverse DNS prefixfiaxh2017-12-0325-27/+27
* Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221)Mathieu Bridon2017-12-031-2/+2
* ConversationView: Date separatorfiaxh2017-12-013-4/+122
* Reword some strings (#215)Allan Nordhøy2017-11-233-8/+8
* Fix memory leakfiaxh2017-11-237-12/+21
* ConversationView: Split merged messages when an in-between one is addedfiaxh2017-11-222-10/+58
* Fix unit tests using async + read message markerfiaxh2017-11-172-2/+2
* fixup 3f531d6fiaxh2017-11-161-1/+1
* Read+(write) stream asyncfiaxh2017-11-1618-117/+58
* Replace deprecated function usagesfiaxh2017-11-165-10/+10
* small fixesfiaxh2017-11-011-1/+1
* Fix warningsfiaxh2017-10-3111-27/+32
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-3115-36/+104
* Blocking setting in Contact Detailsfiaxh2017-10-312-0/+37
* fixup 8c0a44e (Added a confirmation dialog before removing an account)fiaxh2017-10-301-4/+7
* Added a confirmation dialog before removing an account. Fixes #51Dennis Fink2017-10-301-8/+16
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-1/+1
* Directly start chat from xmpp uri if only one account is activefiaxh2017-10-221-9/+16
* Only match full words as mentions for notificationsfiaxh2017-10-221-1/+3
* PGP encrypted file transfersfiaxh2017-10-221-2/+2
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-213-2/+75
* small fixesfiaxh2017-09-201-0/+1
* Change conversation (un)read markingfiaxh2017-09-192-16/+5
* Use GNotification instead of libnotifyfiaxh2017-09-193-57/+80
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-068-31/+26
* Show last message sender in conversation listfiaxh2017-09-015-132/+76