index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinQt
/
ConvertDialog.cpp
Age
Commit message (
Expand
)
Author
2025-11-06
DolphinQt: Make disc ConvertDialog have a better minimum size, use QFormLayou...
Jordan Woyak
2025-06-07
DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...
Jordan Woyak
2025-06-06
DolphinQt: Remove redundant window hints
Dentomologist
2024-12-15
Modernize `std::none_of` with ranges
mitaclaw
2024-12-15
Modernize `std::any_of` with ranges
mitaclaw
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-08-16
Small wording changes for dump conversions
Tillmann Karras
2024-07-28
i18n: Add comments and improve source strings
JosJuice
2023-11-04
DolphinQt: Remove unnecessary qOverloads
Dentomologist
2023-08-12
DolphinQt: Set window decorations for all top-level QWidgets.
Admiral H. Curtiss
2023-02-17
Use a success count instead of files count
Yann Hodiesne
2023-02-17
Check the input and destination paths before converting a game file onto itself
Yann Hodiesne
2022-03-19
Added a way to check Block Size, Compression Method, and Compression Level fl...
Minty-Meeo
2021-12-03
DolphinTool: CLI utility interface and disc image tools
ssdsnake
2021-10-09
Add wrapper function to disable hotkeys for QFileDialog
sowens99
2021-10-02
DolphinQt/Android: Add warning when converting NKit files
JosJuice
2021-08-24
ConvertDialog: Provide complete translation string for conversion
Lioncash
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-11-25
Frontends: Migrate logs over to fmt
Lioncash
2020-09-16
DiscIO: Use std::function for compression callback
JosJuice
2020-07-22
Fix disc image conversion button not being clear #3
Filippo Tarpini
2020-07-05
DolphinQt: Mark Zstandard as recommended for RVZ
JosJuice
2020-07-04
DolphinQt: Fix scrubbing not being disabled for Datel discs
JosJuice
2020-06-25
DolphinQt: Fix a -Wshadow warning in ConvertDialog
JosJuice
2020-06-25
DolphinQt: Fix a -Wswitch warning in ConvertDialog
JosJuice
2020-06-21
DolphinQt: Show version number for WIA/RVZ introduction
JosJuice
2020-06-17
RVZ: Make m_rvz a template parameter
JosJuice
2020-06-17
DolphinQt: Set block size to 128 KiB by default
JosJuice
2020-06-17
RVZ: Store pseudorandom junk data efficiently
JosJuice
2020-06-17
RVZ: Support chunk sizes between 32 KiB and 2 MiB
JosJuice
2020-06-17
RVZ: Remove PURGE support
JosJuice
2020-06-17
RVZ: Add Zstandard as a compression method
JosJuice
2020-06-17
Add new file format RVZ based on WIA
JosJuice
2020-06-17
WIA: Implement compression
JosJuice
2020-06-17
WIA: Add early support for WIA writing
JosJuice
2020-06-17
DolphinQt: Disable convert dialog dropdowns when they have one option
JosJuice
2020-06-17
DolphinQt: Allow converting to same format
JosJuice
2020-06-16
DolphinQt: Make conversion error messages actually show up
JosJuice
2020-06-16
DolphinQt: Don't show success message when converting missing file
JosJuice
2020-04-24
DolphinQt: Add info about formats in convert dialog
JosJuice
2020-04-24
DolphinQt: Make block size configurable in convert dialog
JosJuice
2020-04-24
DolphinQt: Make scrubbing configurable in convert dialog
JosJuice
2020-04-24
DiscIO: Move scrubbing code out of ConvertToGCZ
JosJuice
2020-04-24
DolphinQt: Turn the compress/decompress action into a dialog
JosJuice