aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The help popup about shortcuts fits all text nowperso-rebasedMiquel Lionel2022-03-261-32/+4
* Replace cp commands by cmake equivalentsMiquel Lionel2022-02-212-8/+9
* Fix notification triggering for previously clicked convosMiquel Lionel2022-02-152-1/+2
* remove useless comments in notifications.h/cppMiquel Lionel2022-02-072-5/+0
* Move notifications to own header fileMiquel Lionel2022-02-0612-3/+83
* Implement notifications + "mute/unmute chat" menuMiquel Lionel2021-12-2913-43/+70
* Less clicks: focus compose pane on chat selection.Miquel Lionel2021-12-204-19/+23
* You can unblock people now and some small fixesMiquel Lionel2021-11-206-6/+132
* Block button on contact request works nowMiquel Lionel2021-11-111-1/+2
* Implement sending Videochat invitationsMiquel Lionel2021-11-045-6/+30
* revert shortcut to action due to bugMiquel Lionel2021-11-031-26/+31
* Clearer pin icon for pinned chats.Miquel Lionel2021-11-022-15/+7
* Videochat message displayed, rm actions dupsMiquel Lionel2021-11-025-17/+34
* Create build script for fast testingMiquel Lionel2021-10-311-0/+4
* Updated .gitignore to ignore patchesMiquel Lionel2021-10-311-0/+1
* Add "Quit" option in sideBar menulink2xt2021-10-311-0/+5
* GIFs, display names on every message and morelink2xt2021-10-314-29/+101
* We add a bunch of keyboard shortcuts. F1 to show.Miquel Lionel2021-10-315-25/+186
* "Change avatar" btn centered with avatarMiquel Lionel2021-10-311-0/+1
* Implement saving attachment to filesystemMiquel Lionel2021-10-273-1/+80
* Add video thumbnail, image viewer, video pauseMiquel Lionel2021-10-271-5/+67
* qmlformatHEADmasterlink2xt2021-10-272-25/+22
* Add "Change avatar" button to settings pageMiquel Lionel2021-10-241-0/+26
* Change "Attach" button to "Detach" when file is attachedlink2xt1-2/+8
* Add Message.setFile methodlink2xt5-13/+16
* Do not copy attachments to blobdir manuallylink2xt1-10/+2
* Make attachment button functionalMiquel Lionel3-7/+33
* ComposePane: "attach" buttonlink2xt1-0/+27
* Fix QML code stylelink2xt2021-10-0211-471/+564
* Add SOCKS5 settingslink2xt2021-09-102-0/+58
* Place "Show full message" between the message and its statuslink2xt2021-09-101-9/+11
* Change SettingsPage id into `root`link2xt2021-09-101-22/+22
* Make ConfigurePage scrollablelink2xt2021-09-101-28/+26
* Make Settings page scrollablelink2xt2021-09-101-3/+1
* Remove Version from .desktop filelink2xt2021-09-051-1/+0
* README: remove outdated hint about starting IOlink2xt2021-08-291-1/+1
* Update README to de-emphasize kdesrc-buildlink2xt2021-08-291-39/+42
* Start I/O after configuring or importing an accountlink2xt2021-08-281-0/+6
* Create event emitter only after creating an accountlink2xt2021-08-281-2/+3
* Show account import progresslink2xt2021-08-283-0/+9
* Add "Show classic emails" settinglink2xt2021-08-281-0/+14
* Create initial account if there are no accountslink2xt2021-08-281-0/+6
* Return null from DcAccounts::getSelectedAccount if there are no accountslink2xt2021-08-281-2/+5
* ConfigurePage: change id to "root"link2xt2021-08-281-18/+18
* Accept and reject contact requests in the compose panelink2xt2021-08-282-14/+27
* Add padlock and bot icons to messages, improve layoutlink2xt2021-08-283-2/+28
* Show message timestampslink2xt2021-08-283-3/+12
* AccountsPage: use AbstractListItem for accountslink2xt2021-08-221-29/+30
* Change the chat only on clicklink2xt2021-08-221-20/+13
* Move chatlist item to a separate QML filelink2xt2021-08-223-91/+120