Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -184/+0 |
| | |||||
* | Add basic support for replies (#292) | Konstantinos Sideris | 2018-06-30 | 1 | -0/+1 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -0/+10 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 1 | -5/+0 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -4/+3 |
| | |||||
* | Popup improvements | Konstantinos Sideris | 2018-04-14 | 1 | -1/+2 |
| | | | | | | | | | - ESC closes the popup. - Up/Down arrows for navigation. - BackTab for backwards navigation. fixes #301 fixes #302 | ||||
* | Implement pressing tab to navigate auto completion (#294) | christarazi | 2018-04-10 | 1 | -0/+2 |
| | | | | | | | | Fixes #287 * Fix pop-up not showing when less than max * Select suggestion by pressing Enter | ||||
* | Correctly propagate focusOut event on TextEdit | Konstantinos Sideris | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 1 | -0/+40 |
| | | | | fixes #40 | ||||
* | Add border line above the text input | Konstantinos Sideris | 2018-03-18 | 1 | -0/+7 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 1 | -8/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228 | ||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -1/+0 |
| | |||||
* | Resize text input vertically to fit the contents | Konstantinos Sideris | 2018-01-25 | 1 | -1/+2 |
| | |||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 1 | -3/+15 |
| | | | fixes #132 | ||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -3/+0 |
| | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -0/+3 |
| | |||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 1 | -2/+2 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -1/+2 |
| | |||||
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 1 | -0/+1 |
| | | | | fixes #24 | ||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -2/+3 |
| | | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app. | ||||
* | Add input history, enable multi-line input, refactor commands (#119) | Benjamin Saunders | 2017-11-05 | 1 | -11/+21 |
| | | | | | | | | | This also fixes the transmission of mis-typed commands as messages, fixes inability to send messages that start with a command, and does some initial work towards automatically resizing the input field to fit the input message. | ||||
* | Improvements to the quick switcher (#109) | Jani Mustonen | 2017-11-03 | 1 | -0/+3 |
| | | | | | | | | - Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114 | ||||
* | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 1 | -0/+13 |
| | |||||
* | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 1 | -7/+1 |
| | |||||
* | Add /join command support | Konstantinos Sideris | 2017-10-08 | 1 | -0/+3 |
| | |||||
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -4/+14 |
| | |||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -21/+23 |
| | | | | closes #41 | ||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -1/+2 |
| | |||||
* | Focus on the text input when switching rooms | Konstantinos Sideris | 2017-08-14 | 1 | -0/+6 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -3/+0 |
| | | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h. | ||||
* | Remove hardcoded font sizes on the top bars and text input | Konstantinos Sideris | 2017-07-01 | 1 | -0/+3 |
| | |||||
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 1 | -4/+1 |
| | |||||
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 1 | -2/+18 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+53 |