Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reply not closing | Nicolas Werner | 2020-04-13 | 2 | -147/+0 |
| | | | | fixes #124 | ||||
* | Fix broken avatars in quick switcher | Nicolas Werner | 2020-03-22 | 1 | -2/+7 |
| | |||||
* | fix c++11 range-loop might detach Qt container | Nicolas Werner | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | Select first room on startup | Nicolas Werner | 2020-02-04 | 1 | -1/+2 |
| | |||||
* | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 2 | -4/+4 |
| | |||||
* | Remove more unneeded headers | Nicolas Werner | 2020-01-31 | 2 | -4/+7 |
| | |||||
* | Remove metatypes from headers | Nicolas Werner | 2020-01-31 | 2 | -5/+3 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -6/+1 |
| | |||||
* | Add initial QML Reply Popup | Joseph Donofry | 2020-01-27 | 1 | -1/+0 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 6 | -16/+12 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -0/+2 |
| | |||||
* | Replace timeline with empty qml view | Nicolas Werner | 2019-11-23 | 1 | -35/+42 |
| | |||||
* | Merge pull request #86 from Nheko-Reborn/avatar-memory-usage | DeepBlueV7.X | 2019-08-30 | 1 | -21/+5 |
|\ | | | | | Try to reduce memory usage by reusing avatar pixmaps | ||||
| * | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 1 | -21/+5 |
| | | |||||
* | | Fix themeing issues on mentions | Joseph Donofry | 2019-08-29 | 2 | -1/+15 |
|/ | |||||
* | More updates to mentions functionality | Joseph Donofry | 2019-08-19 | 2 | -9/+16 |
| | |||||
* | Fix issues with caching and loading of mentions. | Joseph Donofry | 2019-08-12 | 2 | -9/+52 |
| | | | | | | | Mentions are now loaded from the cache instead of directly from the web request. Mentions are also properly saved to the cache now (instead of as empty strings). Still lots of tweaks left on this feature. | ||||
* | Cache User Mentions | Joseph Donofry | 2019-08-09 | 2 | -0/+148 |
| | | | | | | | | | Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit. | ||||
* | Further UI Updates to Rich Replies | Joseph Donofry | 2019-06-14 | 2 | -8/+14 |
| | |||||
* | Further Improve Reply Functionality | Joseph Donofry | 2019-06-13 | 4 | -26/+89 |
| | | | | | | | Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements. | ||||
* | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 2019-06-11 | 5 | -6/+4 |
| | |||||
* | Initial Support for Rich Replies | Joseph Donofry | 2019-06-11 | 6 | -0/+554 |
Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit). |