Commit graph

25 commits

Author SHA1 Message Date
Jean-Philip Desjardins
ee450535c9 Fix index provided when removing item from bootable list.
Some checks are pending
Build Android / build_android (apk) (push) Waiting to run
Build Android / build_android (libretro) (push) Waiting to run
Build iOS / build_ios (push) Waiting to run
Build JavaScript / build_js (push) Waiting to run
Build Linux / build_linux (push) Waiting to run
Build Linux ARM32 / build_linux_arm32 (push) Waiting to run
Build Linux ARM64 / build_linux_arm64 (push) Waiting to run
Build macOS / build_macos (push) Waiting to run
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Waiting to run
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Waiting to run
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Waiting to run
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Waiting to run
Check Format / run_clangformat (push) Waiting to run
2024-12-17 16:44:52 -05:00
Mahmood - Zer0xFF
087b025a3e Simplify QBootablesView::BootCallback 2024-10-24 20:43:48 +01:00
Mahmood - Zer0xFF
c3f138a424 Split DiskUtils into BootableUtils 2024-10-24 20:43:37 +01:00
Mahmood - Zer0xFF
ae835d7fa5 Hide Homebrew/Arcade sort option 2024-10-20 14:21:02 +01:00
Mahmood - Zer0xFF
0d43ab4767 Add bootable type filter 2024-10-20 14:20:50 +01:00
Jean-Philip Desjardins
5b359051dd Keep path objects as is in Qt bootable UI.
Avoid converting to std::string since this won't work on paths with non-ASCII chars.
2023-03-08 17:40:22 -05:00
Jean-Philip Desjardins
fb8bfc9f31 Replace constant by enum. 2023-01-18 15:53:31 -05:00
Mahmood - Zer0xFF
612463ee3a enable state filter 2022-02-19 00:40:47 +00:00
Jean-Philip Desjardins
f7f23ea5c5 Qt: Fix exit error message. 2022-01-28 10:00:46 -05:00
Zer0xFF
6254d4a3f4 disable QBootablesView Interface while proccessing action to avoid unexpected race conditions 2022-01-24 21:50:07 +00:00
Zer0xFF
b711e04749 syntax cleanup 2022-01-24 21:18:16 +00:00
Zer0xFF
1044335478 make 'Add Games...' button async 2022-01-24 21:18:16 +00:00
Zer0xFF
c673507231 make refresh button async 2022-01-24 21:18:16 +00:00
Zer0xFF
a837a88ac8 fix invalid access 2022-01-24 21:18:16 +00:00
Zer0xFF
5104b0b8e7 use 'CContinuationChecker' to process covers in background 2022-01-24 21:18:16 +00:00
Zer0xFF
12c0408bcc use QBootablesView::BootBootable(...) to boot games 2022-01-18 21:58:34 +00:00
Zer0xFF
d8ee87f5ff DoubleClick isn't needed after moving from QBootablelistView to QBootablesView 2022-01-18 21:55:52 +00:00
Zer0xFF
a97b42977c Fix typo 2022-01-18 21:54:49 +00:00
Zer0xFF
c0421f4db6 force connection to queue (to run on main thread), use new connect args convention (this form will produce compile time error, if referenced signal/slot is invalid) 2022-01-18 17:57:51 +00:00
Zer0xFF
1601e173fc add missing update function 2022-01-18 17:37:08 +00:00
Zer0xFF
e214781efc prompt the user on exit if bootables/s3 are getting processed 2022-01-16 15:33:49 +00:00
Zer0xFF
470f1a6643 Fix booting with model proxy 2022-01-16 15:15:23 +00:00
Zer0xFF
423fc80f47 restore ui functionality, note this includes changes from PR #1158 2022-01-16 15:15:23 +00:00
Zer0xFF
d72dfa6fdb change QBootablesView base class, and use Qt ui file to load the UI 2022-01-16 15:15:23 +00:00
Zer0xFF
ee34480d07 rename QBootableListView to QBootablesView (this class will be updated to manage more than the view 2022-01-14 23:05:02 +00:00
Renamed from Source/ui_qt/QBootableListView.cpp (Browse further)