Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -506/+0 |
| | |||||
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 1 | -25/+8 |
| | | | | fixes #24 | ||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 1 | -0/+41 |
| | |||||
* | Use span tags to prevent html escaping | Konstantinos Sideris | 2017-11-25 | 1 | -8/+3 |
| | |||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 1 | -0/+9 |
| | | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | ||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -8/+17 |
| | | | | | | | 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. | ||||
* | Remove obsolete artifact from appveyor | Konstantinos Sideris | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Fix wacky newline/linkification interaction | Benjamin Saunders | 2017-11-05 | 1 | -4/+4 |
| | |||||
* | Fix newlines not being displayed (#122) | Benjamin Saunders | 2017-11-06 | 1 | -1/+5 |
| | | | Fixes #64 | ||||
* | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 1 | -21/+20 |
| | |||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -1/+3 |
| | |||||
* | Fix unicode handling of replaceEmoji (#84) | Victor Berger | 2017-10-02 | 1 | -4/+4 |
| | |||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -3/+1 |
| | |||||
* | Don't mangle bot's display name | Konstantinos Sideris | 2017-09-28 | 1 | -3/+5 |
| | |||||
* | Properly handle html tags | Konstantinos Sideris | 2017-09-22 | 1 | -2/+5 |
| | |||||
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -0/+33 |
| | |||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -29/+25 |
| | | | | closes #41 | ||||
* | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 1 | -2/+37 |
| | |||||
* | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 1 | -230/+208 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -45/+56 |
| | |||||
* | Update the last sender from the initial pagination | Konstantinos Sideris | 2017-08-14 | 1 | -11/+21 |
| | |||||
* | Use 'You' instead of your own user id | Konstantinos Sideris | 2017-08-06 | 1 | -6/+12 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -0/+35 |
| | | | | closes #11 | ||||
* | Fix small timestamp misalignment | Konstantinos Sideris | 2017-07-15 | 1 | -2/+5 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -19/+18 |
| | | | | | | | 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. | ||||
* | Set emoji size relative to the default font | Konstantinos Sideris | 2017-07-01 | 1 | -1/+5 |
| | |||||
* | Remove hardcoded font sizes, margins etc | Konstantinos Sideris | 2017-07-01 | 1 | -51/+75 |
| | | | | - Fixes small font issue on MacOs | ||||
* | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 1 | -95/+190 |
| | |||||
* | Highlight URLs in TimelineView | Konstantinos Sideris | 2017-05-11 | 1 | -4/+17 |
| | |||||
* | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 1 | -5/+10 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -6/+24 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 1 | -0/+37 |
| | |||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -0/+159 |
In order to be compatible with the Matrix terminology |