aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/FileManager.cpp
AgeCommit message (Collapse)Author
2024-03-05Fucking standard library c++ exceptiondec05eba
2023-06-13Add option to disable file manager grid view to make midov stop cryingdec05eba
2023-06-11Change file manager view to grid, change file and folder iconsdec05eba
2022-09-12Sneed momentdec05eba
2022-03-11youtube: use mpv stream_cb instead of proxy serverdec05eba
2022-02-07Use one struct for all args in Page::submit instead of multiple args (easier ↵dec05eba
to add new fields without changing code) Also remove submit_body_item from page.
2021-11-17Replace sfml with mgldec05eba
2021-09-13Include refactoringdec05eba
2021-09-08Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and ↵dec05eba
/usr/share/quickmedia/themes/<theme-name>.json)
2021-08-05Make body items private, add accessor functionsdec05eba
This allows body to automatically update dirty state (and other states). Correctly format newlines in codeblocks in matrix.
2021-06-21Add color themeing, (Theme.hpp/Theme.cpp) and the env var QM_THEMEdec05eba
2021-06-10Remove accidental grid view in file managerdec05eba
2021-06-10Smoother body movement with unknown image sizedec05eba
2021-06-05Fix incorrect times, add time to manga historydec05eba
2021-06-02Add modern themedec05eba
Join matrix room by their name instead of id if there is a name. This allows you to join rooms where the homeserver that created the room is no longer participating in the room.
2021-05-26Fix room avatar getting corrupt after returning from watching mediadec05eba
Also dont save file manager path to disk. Save it to ram only
2021-05-24Save the last accessed file manager directory and use that the next time. ↵dec05eba
Add ctrl+s for 4chan without viewing the image/video in fullscreen mode
2021-05-12Add file and folder icons to file managerdec05eba
2021-05-11Improve file saving guidec05eba
2021-05-10Add downloader, fix room navigation lagdec05eba
Fix bug where getting next page fails if there is no search bar
2021-05-07Add ctrl+i reverse image search to 4chan, add saucenao to launcherdec05eba
2021-04-30Remove temporary file created for .webp thumbnailsdec05eba
2021-04-30Add 4chan file uploaddec05eba
2021-04-02FileManager: show video thumbnails, update thumbnail if name is the same but ↵dec05eba
the content has changed (last modified time changed)
2020-10-23Re-add creators pagedec05eba
2020-10-13Refactor plugin into seperate pagesdec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-10-02Fix file manager crash on filter selection, reset search on selectiondec05eba
2020-09-30Matrix: add message replying with ctrl+r, also use shared_ptr for BodyItemdec05eba
2020-09-23Add matrix image uploaddec05eba
2020-09-22Initial file manager implementation, with thumbnail cachingdec05eba