Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-12-01 | Install qt-multimedia on travis | Konstantinos Sideris | 1 | -1/+1 | |
2017-12-01 | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 16 | -93/+472 | |
2017-11-30 | Group emoji and dialogs with namespaces | Konstantinos Sideris | 31 | -179/+200 | |
2017-11-30 | Create directories for related files | Konstantinos Sideris | 35 | -96/+124 | |
2017-11-30 | Use templates for the TimelineItem generation | Konstantinos Sideris | 2 | -139/+90 | |
2017-11-30 | Simplify timeline item creation | Konstantinos Sideris | 2 | -54/+36 | |
2017-11-29 | Implement file uploads | Konstantinos Sideris | 13 | -102/+211 | |
fixes #24 | |||||
2017-11-28 | Add read support for m.file messages (#24) | Konstantinos Sideris | 16 | -4/+457 | |
2017-11-26 | Remove another /messages call (#139) | Konstantinos Sideris | 1 | -2/+0 | |
2017-11-26 | Add desktop icons on the AppImage | Konstantinos Sideris | 4 | -7/+27 | |
2017-11-26 | Don't backfill messages automatically (#139) | Konstantinos Sideris | 1 | -1/+0 | |
2017-11-25 | Reload theme without restart (#137) | Konstantinos Sideris | 3 | -28/+44 | |
2017-11-25 | Paint RoomList's background (#137) | Konstantinos Sideris | 4 | -7/+29 | |
2017-11-25 | Add dark theme | Konstantinos Sideris | 9 | -19/+139 | |
2017-11-25 | Update system theme | Konstantinos Sideris | 6 | -19/+46 | |
2017-11-25 | Use span tags to prevent html escaping | Konstantinos Sideris | 1 | -8/+3 | |
2017-11-24 | Send read receipts | Konstantinos Sideris | 11 | -4/+126 | |
Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | |||||
2017-11-23 | Fix qss formatting | Konstantinos Sideris | 2 | -40/+55 | |
2017-11-23 | Fix colors on the scroll-down button | Konstantinos Sideris | 1 | -0/+5 | |
2017-11-22 | Remove unnecessary comments | Konstantinos Sideris | 16 | -52/+15 | |
2017-11-22 | Fix emoji picker's theme | Konstantinos Sideris | 6 | -63/+42 | |
2017-11-22 | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 13 | -8/+107 | |
2017-11-21 | Keep track of newly joined rooms in the settings manager | Konstantinos Sideris | 4 | -30/+23 | |
fixes #134 | |||||
2017-11-16 | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 29 | -97/+328 | |
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. | |||||
2017-11-16 | Don't send empty messages | Konstantinos Sideris | 1 | -0/+3 | |
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 |