Commit Graph

19 Commits (5f72aade771ea63eaee468b09e2017dbbc5e6bef)

Author SHA1 Message Date
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks.
This makes clang-format useful on those.

Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
Yuri Kunde Schlesner d6792632f0 Fix recursive scanning of directories
ForeachDirectoryEntry didn't actually do anything with the `recursive`
parameter, and the corresponding callback parameter was shadowing the
actual recursion counters in the user functions.
9 years ago
LFsWang d24d047d45 AddFstEntriesToGameList - prevent loading a directory 9 years ago
bunnei 08e09184df Merge pull request #1751 from linkmauve/no-recursive-readdir
Make recursive FileUtil functions take a maximum recursion
9 years ago
Emmanuel Gil Peyrot 314ce5e505 CitraQt: Simplify the game list loader code 9 years ago
Emmanuel Gil Peyrot 8ab6f26c09 Common: Make recursive FileUtil functions take a maximum recursion
Fixes #1115.

Also improves the performances of DiskArchive’s directory
implementation a lot, simply by not going through the entire tree
instead of just listing the first level files.

Thanks to JayRoxFox for rebasing this on current master!
9 years ago
wwylele 0176e2786f make the name column larger as default 9 years ago
wwylele 5d5dd66d92 add icon & title to game list 9 years ago
bunnei a1b81469a3 Merge pull request #1368 from LittleWhite-tb/configure-widget
Implementation for a configure widget
9 years ago
LFsWang acfa76aa38 Fix encode problem On Windows 9 years ago
LittleWhite b0e2e1d3f5 Compilation fix 9 years ago
LittleWhite e33b938505 Whole config is handled by Config class.
This also means : we have only one config file, now
9 years ago
LFsWang 933af7af66 Fix Qt chinese words encode problem on Windows 9 years ago
archshift b3cfcf55ea Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
ScanDirectoryTreeAndCallback, before this change, coupled error/return
codes and actual return values (number of entries found). This caused
confusion and difficulty interpreting the precise way the function
worked.

Supersedes, and closes #1255.
9 years ago
wwylele 6e57389172 change file path encoding to Local8bit()
to support non-latin characters
10 years ago
archshift 0fae76c741 Game list: save and load column sizes, sort order, to QSettings 10 years ago
archshift 6e1bb58ee8 Initial implementation of a game list 10 years ago