aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Matrix.cpp
AgeCommit message (Expand)Author
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2022-02-17Wip: fix video duration not working for some analyzed files, get frame in mid...dec05eba
2022-02-16Fix matrix invite accept/decline after refactoring caused bugdec05eba
2022-02-12Local-manga: improve loading of page when using slow mediumdec05eba
2022-02-07Use one struct for all args in Page::submit instead of multiple args (easier ...dec05eba
2021-11-26Better system messages for /id and /helpdec05eba
2021-11-17Replace sfml with mgldec05eba
2021-09-15Reset timestamp when going to next youtube video, copy download url on ctrl-c...dec05eba
2021-09-13Include refactoringdec05eba
2021-09-08Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and /usr/...dec05eba
2021-09-04Make font sizes customizable with a config file, see example-config.json. Rem...dec05eba
2021-09-04Matrix: fix messages that dont mention us being added to notifications list. ...dec05eba
2021-08-20List all notifications in notifications page (including the ones we get after...dec05eba
2021-08-19Matrix: add ctrl+r to navigate to replied to message and navigate to message ...dec05eba
2021-08-18Matrix: only move to next selected notification if not the first one is selecteddec05eba
2021-08-18Show line at top/bottom when there are items above/below that are not visibledec05eba
2021-08-17Matrix: fix room description not including message on initial sync because of...dec05eba
2021-08-17Properly sort rooms (sort read rooms too)dec05eba
2021-08-16Add MyAnimeList (wip)dec05eba
2021-08-15Matrix: use white avatar for users with no avatar, optimize notifications updatedec05eba
2021-08-10Matrix: fix room description not updating when we send a messagedec05eba
2021-08-10Matrix: show unread message for room event if latest event is not a message, ...dec05eba
2021-08-10Matrix: add ctrl+p/ctrl+d to pin/unpin messagesdec05eba
2021-08-08Matrix: fix thumbnail upload of small thumbnails, fix small thumbnail creatio...dec05eba
2021-08-06Matrix: remove unecessary m.room.power_levels from state syncdec05eba
2021-08-05Matrix: revert not showing edit in room descriptiondec05eba
2021-08-05Matrix: show room description for latest message if fetching previous message...dec05eba
2021-08-05Matrix: fix editing hidden events being visibledec05eba
2021-08-05Make body items private, add accessor functionsdec05eba
2021-08-02Matrix: fix room directory submit always using empty text (resulting in the h...dec05eba
2021-08-02Matrix: use correct read marker for notifications (custom qm read marker)dec05eba
2021-08-01Matrix: dont show room update if the last message is an editdec05eba
2021-08-01Matrix: merge system messagesdec05eba
2021-08-01Matrix: implement pinned events change messagesdec05eba
2021-08-01Matrix: implement power level change messagesdec05eba
2021-07-29Faster video loading/error when not using xxx plugin (disable ytdl)dec05eba
2021-07-28Fix submit without selected item (in matrix room directory and invites page)dec05eba
2021-07-26Remove m.hidden param from set read markersdec05eba
2021-07-26Matrix: greatly improve performance when entering a very large room (initiall...dec05eba
2021-07-26Matrix: process more events per framedec05eba
2021-07-26Limit matrix tasks to 10 per frame to limit lagdec05eba
2021-07-26Matrix: add /join and /invite commandsdec05eba
2021-07-20Fix cursor not autohiding sometimes because start of video is not always dete...dec05eba
2021-07-16Add sorting options to nyaa.sidec05eba
2021-07-07Strip newlines from room name and topicdec05eba
2021-06-25Matrix: do not show kick/ban notification when restarting quickmedia (do not ...dec05eba
2021-06-21Add color themeing, (Theme.hpp/Theme.cpp) and the env var QM_THEMEdec05eba
2021-06-15Add manga description to mangadex and mangakatana search, fix matrix notifica...dec05eba
2021-06-09Show critical notification before abort on critical errordec05eba
2021-06-05Add covers to mangadex, remove arrow left/right, require altdec05eba