summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/ConvertDialog.cpp
AgeCommit message (Expand)Author
2025-11-06DolphinQt: Make disc ConvertDialog have a better minimum size, use QFormLayou...Jordan Woyak
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-06-06DolphinQt: Remove redundant window hintsDentomologist
2024-12-15Modernize `std::none_of` with rangesmitaclaw
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-08-16Small wording changes for dump conversionsTillmann Karras
2024-07-28i18n: Add comments and improve source stringsJosJuice
2023-11-04DolphinQt: Remove unnecessary qOverloadsDentomologist
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-02-17Use a success count instead of files countYann Hodiesne
2023-02-17Check the input and destination paths before converting a game file onto itselfYann Hodiesne
2022-03-19Added a way to check Block Size, Compression Method, and Compression Level fl...Minty-Meeo
2021-12-03DolphinTool: CLI utility interface and disc image toolsssdsnake
2021-10-09Add wrapper function to disable hotkeys for QFileDialogsowens99
2021-10-02DolphinQt/Android: Add warning when converting NKit filesJosJuice
2021-08-24ConvertDialog: Provide complete translation string for conversionLioncash
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-11-25Frontends: Migrate logs over to fmtLioncash
2020-09-16DiscIO: Use std::function for compression callbackJosJuice
2020-07-22Fix disc image conversion button not being clear #3Filippo Tarpini
2020-07-05DolphinQt: Mark Zstandard as recommended for RVZJosJuice
2020-07-04DolphinQt: Fix scrubbing not being disabled for Datel discsJosJuice
2020-06-25DolphinQt: Fix a -Wshadow warning in ConvertDialogJosJuice
2020-06-25DolphinQt: Fix a -Wswitch warning in ConvertDialogJosJuice
2020-06-21DolphinQt: Show version number for WIA/RVZ introductionJosJuice
2020-06-17RVZ: Make m_rvz a template parameterJosJuice
2020-06-17DolphinQt: Set block size to 128 KiB by defaultJosJuice
2020-06-17RVZ: Store pseudorandom junk data efficientlyJosJuice
2020-06-17RVZ: Support chunk sizes between 32 KiB and 2 MiBJosJuice
2020-06-17RVZ: Remove PURGE supportJosJuice
2020-06-17RVZ: Add Zstandard as a compression methodJosJuice
2020-06-17Add new file format RVZ based on WIAJosJuice
2020-06-17WIA: Implement compressionJosJuice
2020-06-17WIA: Add early support for WIA writingJosJuice
2020-06-17DolphinQt: Disable convert dialog dropdowns when they have one optionJosJuice
2020-06-17DolphinQt: Allow converting to same formatJosJuice
2020-06-16DolphinQt: Make conversion error messages actually show upJosJuice
2020-06-16DolphinQt: Don't show success message when converting missing fileJosJuice
2020-04-24DolphinQt: Add info about formats in convert dialogJosJuice
2020-04-24DolphinQt: Make block size configurable in convert dialogJosJuice
2020-04-24DolphinQt: Make scrubbing configurable in convert dialogJosJuice
2020-04-24DiscIO: Move scrubbing code out of ConvertToGCZJosJuice
2020-04-24DolphinQt: Turn the compress/decompress action into a dialogJosJuice