Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-15 | Lint | Konstantinos Sideris | 4 | -16/+25 | |
2017-11-15 | Implement a per-room send queue. (#118) | Jani Mustonen | 7 | -61/+131 | |
[ci skip] | |||||
2017-11-10 | Update travis to qt5.9.2 | Konstantinos Sideris | 2 | -3/+3 | |
2017-11-09 | Improve settings menu layout | Konstantinos Sideris | 2 | -4/+19 | |
2017-11-09 | Fix roomlist borders | Konstantinos Sideris | 1 | -0/+3 | |
2017-11-09 | Fix initial sidebar width | Konstantinos Sideris | 2 | -4/+2 | |
2017-11-08 | Remove unnecessary layouts | Konstantinos Sideris | 7 | -64/+20 | |
2017-11-07 | Remove obsolete artifact from appveyor | Konstantinos Sideris | 2 | -2/+1 | |
2017-11-06 | Parse unsigned key | Konstantinos Sideris | 3 | -117/+181 | |
2017-11-06 | Adjust appveyor configuration | Konstantinos Sideris | 1 | -12/+10 | |
2017-11-06 | Update ci | Konstantinos Sideris | 7 | -57/+9 | |
2017-11-06 | Windows icon fix and change the installer to QT Installer Framework on ↵ | Marcel | 13 | -244/+367 | |
Windows (#85) | |||||
2017-11-05 | Fix wacky newline/linkification interaction | Benjamin Saunders | 1 | -4/+4 | |
2017-11-06 | Update README | Konstantinos Sideris | 1 | -14/+4 | |
[ci skip] | |||||
2017-11-06 | Fix newlines not being displayed (#122) | Benjamin Saunders | 1 | -1/+5 | |
Fixes #64 | |||||
2017-11-06 | Fix a formatting issue that snuck in between PRs (#123) | Benjamin Saunders | 1 | -2/+2 | |
2017-11-06 | Use nightly as the dev release tag | Konstantinos Sideris | 1 | -1/+0 | |
2017-11-06 | Adjust release name and description | Konstantinos Sideris | 1 | -0/+3 | |
2017-11-05 | Encrypt token for appveyor | Konstantinos Sideris | 1 | -1/+1 | |
2017-11-05 | Don't specify branch on appveyor | Konstantinos Sideris | 1 | -1/+0 | |
2017-11-05 | Push appveyor builds to github | Konstantinos Sideris | 1 | -0/+10 | |
2017-11-05 | Use C++11 braced list style (#121) | Benjamin Saunders | 25 | -1515/+1517 | |
2017-11-05 | Add input history, enable multi-line input, refactor commands (#119) | Benjamin Saunders | 2 | -61/+135 | |
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. | |||||
2017-11-05 | Fix .travis.yml format | Konstantinos Sideris | 1 | -20/+20 | |
2017-11-05 | Specify artifacts per build | Konstantinos Sideris | 3 | -13/+24 | |
2017-11-05 | Don't use make app | Konstantinos Sideris | 1 | -1/+1 | |
2017-11-05 | Add build script for nheko.dmg | Konstantinos Sideris | 3 | -1/+17 | |
2017-11-05 | Remove auto tagging | Konstantinos Sideris | 1 | -7/+1 | |
2017-11-05 | Add build script for AppImage | Konstantinos Sideris | 3 | -1/+40 | |
2017-11-05 | Exclude modifier keys from triggering typing notifications | Konstantinos Sideris | 1 | -4/+7 | |
fixes #116 | |||||
2017-11-04 | Simple SOCKS proxy support (#110) | Jani Mustonen | 1 | -0/+29 | |
2017-11-03 | Reset the sender's name when paginating backwards | Konstantinos Sideris | 1 | -0/+4 | |
The first message of the timeline would have an avatar and the rest of the messages would use the previous to be configured (whether or not should have an avatar). fixes #63 | |||||
2017-11-03 | Improvements to the quick switcher (#109) | Jani Mustonen | 6 | -13/+31 | |
- Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114 | |||||
2017-11-02 |