Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |