Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old timeline | Nicolas Werner | 2019-11-23 | 1 | -389/+0 |
| | |||||
* | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 1 | -5/+3 |
| | |||||
* | Add 'and' to typing display | Nicolas Werner | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | Fix message_type not being initialized correctly | Nicolas Werner | 2019-07-28 | 1 | -1/+1 |
| | | | | | Fixes "sent an audio file" replies, that were actually replies to text messages. | ||||
* | Fix bug with emoji font setting and clean linting | Joseph Donofry | 2019-07-26 | 1 | -1/+0 |
| | |||||
* | Fix formatting issues | Joseph Donofry | 2019-07-04 | 1 | -2/+2 |
| | |||||
* | Fix deprecated function call issues with Qt 5.13 | Joseph Donofry | 2019-07-04 | 1 | -0/+8 |
| | | | | Update to mtxclient 0.3.0 | ||||
* | Fix linting issues | redsky17 | 2019-05-27 | 1 | -2/+1 |
| | |||||
* | Add reply and menu buttons to TimelineItem | redsky17 | 2019-05-27 | 1 | -0/+8 |
| | |||||
* | Improve color generation performance | redsky17 | 2019-02-08 | 1 | -0/+7 |
| | | | | | | Colors are generated asynchronously now and the TimelineItem is updated when the color generation finishes. This allows the UI to stay responsive while new colors are being generated. | ||||
* | Revert "Remove built-in emoji picker" | redsky17 | 2019-01-26 | 1 | -0/+1 |
| | | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6. | ||||
* | Author Color Fixes | redsky17 | 2019-01-20 | 1 | -0/+3 |
| | | | | | | | | | | Author color is now cached so that it will not be re-calculated each time a new message is posted. This cache gets cleared when the theme is changed. Additionally, the author color is now automatically refreshed when the theme is changed, fixing the issue where you had to change rooms before the colors would switch. | ||||
* | Modified the code that generates user's colors so that it will | redsky17 | 2019-01-18 | 1 | -0/+7 |
| | | | | | | | | | | | | | work regardless of the theme choices the user makes. The code now incorporates the contrast between the background color and the color generated by the user_name when picking colors. It currently has two 'big' issues: 1. Colors are not cached. I am planning on adding a QHash for this a little later. This should improve performance by not calculating the color for the same users over and over and over again. 2. Theme changes do not trigger the colors to get refreshed. Currently, you will have to switch to a different room and back to get the colors to refresh. | ||||
* | Remove built-in emoji picker | Konstantinos Sideris | 2018-10-07 | 1 | -1/+0 |
| | |||||
* | Derive widget sizing from the font size | Konstantinos Sideris | 2018-10-04 | 1 | -2/+0 |
| | |||||
* | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 1 | -0/+1 |
| | |||||
* | Move TextLabel into its own file | Konstantinos Sideris | 2018-09-26 | 1 | -30/+1 |
| | |||||
* | Lint | Konstantinos Sideris | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Clear text selection when focus is lost | Konstantinos Sideris | 2018-09-25 | 1 | -0/+1 |
| | | | | fixes #409 | ||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -0/+2 |
| | |||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -2/+4 |
| | | | | fixes #313 | ||||
* | Open user profile on matrix.to links | Konstantinos Sideris | 2018-09-12 | 1 | -0/+10 |
| | |||||
* | Add context menu option to show the raw message | Konstantinos Sideris | 2018-09-12 | 1 | -0/+10 |
| | | | | fixes #437 | ||||
* | Call adjustSize before showing the timeline widget | Konstantinos Sideris | 2018-08-28 | 1 | -24/+1 |
| | |||||
* | Remove unnecessary height setting for timeline messages | Konstantinos Sideris | 2018-08-27 | 1 | -1/+0 |
| | | | | This will remove some minor flickering (hopefully for good) | ||||
* | Remove spacer & set sizePolicy on the timeline view & widgets | Konstantinos Sideris | 2018-07-23 | 1 | -1/+2 |
| | | | | | This was causing some flickering when many messages were added. Mostly visible on macOS. | ||||
* | Create user profile modal | Konstantinos Sideris | 2018-07-20 | 1 | -2/+3 |
| | |||||
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 1 | -0/+7 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+380 |