aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/chat_input
Commit message (Collapse)AuthorAgeFilesLines
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-261-1/+1
|
* Prevent dino from sending whitespace only messages (#821)selurvedu2020-04-241-1/+1
| | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* Small fixes to moderationMarvin W2020-04-221-13/+12
|
* voice handling in moderated groups (#788)Anmol2020-04-221-1/+34
|
* Add file upload previewfiaxh2020-04-222-22/+10
| | | | fixes #756
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-051-0/+13
|
* Add support for last message correctionfiaxh2020-04-036-56/+113
|
* Add alternative character sequence for kiss emoji (#784)mbeko2020-03-281-0/+1
|
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-082-5/+12
|
* Add smiley translation <3 (#723)Alyssa Rosenzweig2020-02-221-0/+1
|
* Add smiley translations for :-* (#724)ericschdt2020-02-221-0/+1
| | | Just get yourself a kiss!
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-221-0/+150
|
* Support smiley->emoji conversion in the middle of the textfiaxh2020-01-021-7/+22
|
* Fix slash commandsfiaxh2019-10-161-2/+2
|
* Add JET supportMarvin W2019-09-161-5/+8
|
* Deactivate emoji button for gtk < 3.24fiaxh2019-09-151-11/+15
|
* Add emoji button to chat inputfiaxh2019-09-092-2/+14
|
* Rework encryption enabling logic + UIfiaxh2019-08-025-103/+60
|
* Hide encryption icon in public MUCsfiaxh2019-06-222-2/+9
|
* Fix when /affiliate cmd doesn't get enough args (#557)Aearil2019-04-291-2/+6
| | | | | | Added array bounds checking to /affiliate command parsing. Maybe some user feedback when using the different commands would be useful.
* Order MUC occupants tab completion by most recent message sentfiaxh2019-04-161-3/+22
| | | | fixes #401
* Forward KeyEvent (and change focus) on key press in conversation view (not ↵fiaxh2019-04-151-1/+1
| | | | | | | chat input) fixes #28 fixes #513
* Fix segfault in nick completion for non-connected MUCsfiaxh2019-04-141-1/+1
| | | | Co-authored-by: Roberto Santalla <roobre@roobre.es>
* Make file read/write asyncfiaxh2019-02-141-1/+1
|
* ui: search sidebar initialbobufa2018-08-131-1/+2
|
* Move chat input to .ui file, fix smiley conversion on enterfiaxh2018-05-101-26/+15
|
* Redesign chat input + move file upload therefiaxh2018-04-301-9/+61
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-281-1/+1
| | | | include and use pgp embedded file names
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-283-7/+12
|
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-0/+4
| | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order
* Tab completion: Case insensitive, handle spacesfiaxh2018-01-061-4/+6
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-032-2/+2
|
* Fix warningsfiaxh2017-10-311-2/+0
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-211-2/+2
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-062-0/+79
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-251-0/+5
|
* Improve undo/redofiaxh2017-08-251-6/+9
|
* Move settings from GSettings to own dbfiaxh2017-08-221-2/+2
|
* README: Discussion MUC, change urlfiaxh2017-08-222-7/+6
|
* add plugin api for text commandsMarvin W2017-08-171-9/+25
|
* Undo/redo text in chat inputfiaxh2017-08-172-1/+82
|
* Muc Invite + Kickfiaxh2017-06-111-2/+2
|
* fixup bcb9690 (Roster versioning)fiaxh2017-05-241-0/+4
|
* Send message on enter from numblockfiaxh2017-05-111-1/+1
|
* Handle conference bookmarks w/o nickfiaxh2017-04-171-2/+2
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-042-10/+8
|
* Tab completion for MUC occupantsfiaxh2017-03-243-0/+276