Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-02 | chore: reformat | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-02 | Merge pull request #1232 from telans/screenshots-update | TheKodeToad | |
ScreenshotsPage fixes | |||
2023-06-27 | Added more information to the screenshot upload warning | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-20 | Screenshots: do not retry image thumbnailing on null result | James Beddek | |
This causes the thumbnailing thread pool to spend a lot of time attempting to retry an image that failed. A null result is common where the image is too large to be allocated (>128MiB alloc). The repeated retries continue after page delete, causing hangs if a user tries to exit the application. Fixes: #1201 Signed-off-by: James Beddek <telans@posteo.de> | |||
2023-06-20 | Screenshots: clear the thumbnailing pool on page delete | James Beddek | |
Removes pending QThreadPool jobs which linger after page delete. May help with #1201 by allowing the pool to finish earlier. Signed-off-by: James Beddek <telans@posteo.de> | |||
2023-06-20 | Screenshots: remove path from watcher if it no longer exists | James Beddek | |
Signed-off-by: James Beddek <telans@posteo.de> | |||
2022-12-26 | About to -> you are about to | TheKodeToad | |
You're is used in some other places but im lazy Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-24 | Make requested changes | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-14 | Improve handling of destructive actions | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-19 | feat(InstancePages): save/load wide bar visibility settings | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-10 | refactor: replace QRegExp with QRegularExpression | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-12 | chore: add license headers | Sefa Eyeoglu | |
2022-05-09 | Show "executable" screenshots in the screenshot manager | Kenneth Chew | |
Since the readable/writable filter was removed to do this, extra code was added to enable/disable certain buttons based on whether the screenshot is readable or writable. | |||
2022-03-20 | chore: add license header | Sefa Eyeoglu | |
2022-03-20 | App: Retranslate all pages when the language is changed | Jamie Mansfield | |
2022-01-30 | Merge pull request #4300 from Ghosty141/feature/screenshot_copy | Petr Mrázek | |
GH-4044 Implemented copy screenshots to the clipboard | |||
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-12-29 | GH-4299 Fix screenshot upload | Janrupf | |
2021-12-03 | NOISSUE Copy Image is not shown if the selection is > 1 | Ghosty | |
2021-12-03 | NOISSUE Added Copy File(s) feature for the screenshot page | Ghosty | |
- Ctrl+C now copies the file instead of the image data - Renamed Copy to Copy Image | |||
2021-12-03 | NOISSUE Implemented copy screenshots to the clipboard | Ghosty | |
- Added context-menu entry - Ctrl+C keybind works as well - If multiple screenshots are selected, only the first one gets copied | |||
2021-11-22 | NOISSUE continue reshuffling the codebase | Petr Mrázek | |