Commit Graph

21 Commits

Author SHA1 Message Date
zhupengfei 759b5cf2e9 appveyor: Remove pdbs in subfolders as well 2019-08-30 23:00:38 +08:00
zhupengfei 4b84c0bd1f appveyor: Remove all PDBs 2019-08-30 22:59:45 +08:00
zhupengfei 3a40caaed0 appveyor: Disable bundled Qt for MSVC
The setFirstColumnSpanned isn't working as expected. Attempting to use the provided Qt5.13.0
2019-08-30 22:34:12 +08:00
zhupengfei a4fbae4918 removes PDBs from package 2019-08-30 22:24:08 +08:00
zhupengfei 4ec0fcf9d8 Fix missing include 2019-08-30 22:11:38 +08:00
zhupengfei 831f0d4cab temporarily remove /WX for MSVC so we can fix warnings later 2019-08-30 22:06:14 +08:00
zhupengfei 44c6d1627b mingw static builds are broken. removed; attempting to fix msvc 2019-08-30 21:59:18 +08:00
zhupengfei 9d041abc00 remove dwarf from mingw builds 2019-08-30 21:48:26 +08:00
zhupengfei 60007f0ec5 Fix CopyQt5Deps 2019-08-30 21:43:28 +08:00
zhupengfei e48562f32f fix file copy 2019-08-30 21:32:28 +08:00
zhupengfei efefa8f05a fix msvc 2019-08-30 21:31:52 +08:00
zhupengfei c5064a3992 fixup 2019-08-30 21:17:45 +08:00
zhupengfei f532ef3e74 add copy script to CI 2019-08-30 21:15:33 +08:00
zhupengfei c1bdea53c0 Fix stuff; add appveyor config 2019-08-30 21:12:15 +08:00
zhupengfei 75eafde45d Finish up README, make the tool buttons functional 2019-08-30 16:53:28 +08:00
zhupengfei 67e6b05e87 lots of important fixes
- DPFS container is fixed
- SD Savegame is fixed
- added slot0x25KeyX load
- added regex for titile ID
- added aes_keys.txt import
- sd savegame listing is fixed (uninitialized won't be listed any more)
- error handling is improved (removed asserts and replaced with return values)
- UI is now functional
- config is now checked in main
2019-08-30 15:33:47 +08:00
zhupengfei 8acfe9f304 UI updates
- add import dialog
  this is more complex than I thought
- added scope exit
  grammar sugar
- main dialog is now linked to import dialog
- importer citra file path is fixed
- importer now reports maximum size
- file util is improved with GetDirectoryTreeSize
2019-08-28 23:02:30 +08:00
zhupengfei 7df0b63a1e updates
- implemented frontend
- namespaced Core
- imported qdevicewatcher
- fixed bug in logging (more like in misc)
2019-08-28 19:16:05 +08:00
zhupengfei fd5106759a build system updates and other fixes
add preset config
import qt
separate core and frontend
2019-08-28 11:43:44 +08:00
zhupengfei d612b9cf37 misc changes
- Add dumper script
- Fill importer code
- other fixes
2019-08-26 23:20:02 +08:00
zhupengfei 4f5a3effd8 Initial commit 2019-08-24 23:30:22 +08:00