Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -7/+4 |
| | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -30/+24 |
| | |||||
* | Fix recursive scanning of directories | Yuri Kunde Schlesner | 2016-06-19 | 1 | -5/+3 |
| | | | | | | 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. | ||||
* | AddFstEntriesToGameList - prevent loading a directory | LFsWang | 2016-06-01 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1751 from linkmauve/no-recursive-readdir | bunnei | 2016-05-31 | 1 | -5/+6 |
|\ | | | | | Make recursive FileUtil functions take a maximum recursion | ||||
| * | Common: Make recursive FileUtil functions take a maximum recursion | Emmanuel Gil Peyrot | 2016-05-21 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | 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! | ||||
* | | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | 2016-05-21 | 1 | -18/+4 |
|/ | |||||
* | make the name column larger as default | wwylele | 2016-05-04 | 1 | -1/+5 |
| | |||||
* | add icon & title to game list | wwylele | 2016-05-04 | 1 | -2/+8 |
| | |||||
* | Merge pull request #1368 from LittleWhite-tb/configure-widget | bunnei | 2016-04-11 | 1 | -8/+5 |
|\ | | | | | Implementation for a configure widget | ||||
| * | Whole config is handled by Config class. | LittleWhite | 2016-03-21 | 1 | -8/+5 |
| | | | | | | | | This also means : we have only one config file, now | ||||
* | | Fix encode problem On Windows | LFsWang | 2016-03-31 | 1 | -2/+2 |
| | | |||||
* | | Compilation fix | LittleWhite | 2016-03-28 | 1 | -1/+1 |
| | | |||||
* | | Fix Qt chinese words encode problem on Windows | LFsWang | 2016-03-17 | 1 | -2/+2 |
|/ | |||||
* | Refactor ScanDirectoryTreeAndCallback to separate errors and retvals | archshift | 2015-11-27 | 1 | -7/+9 |
| | | | | | | | | | 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. | ||||
* | change file path encoding to Local8bit() | wwylele | 2015-10-20 | 1 | -1/+1 |
| | | | | to support non-latin characters | ||||
* | Game list: save and load column sizes, sort order, to QSettings | archshift | 2015-10-02 | 1 | -0/+17 |
| | |||||
* | Initial implementation of a game list | archshift | 2015-10-02 | 1 | -0/+154 |