Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive removal of unused modules | James Rowe | 2018-01-13 | 1 | -143/+0 |
| | |||||
* | core: Refactor MakeMagic usage and remove dead code. | bunnei | 2017-10-15 | 1 | -42/+0 |
| | |||||
* | Remove unused imports in game_list_p.h | Kloen | 2017-06-03 | 1 | -2/+0 |
| | |||||
* | Frontend: Prevent FileSystemWatcher from blocking UI thread | James Rowe | 2017-05-10 | 1 | -1/+7 |
| | | | | | | | | Instead of tying the QFileSystemWatcher to the GameList and updating in the UI thread, this change moves it to the worker thread. Since it gets deleted and recreated as part of the worker thread, this prevents it from ever getting used from multiple threads (which is why it was originally done on the UI thread) | ||||
* | Doxygen: Amend minor issues (#2593) | Mat M | 2017-02-27 | 1 | -4/+4 |
| | | | | | | | | | Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues. | ||||
* | game_list: Implement context menu for items in list | MerryMage | 2016-12-15 | 1 | -1/+4 |
| | | | | * Add a context menu with a "Open Save Data Location" action | ||||
* | Fix typos | Ricardo de Almeida Gonzaga | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -4/+0 |
| | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 1 | -12/+6 |
| | |||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -23/+26 |
| | |||||
* | Merge pull request #1751 from linkmauve/no-recursive-readdir | bunnei | 2016-05-31 | 1 | -1/+1 |
|\ | | | | | Make recursive FileUtil functions take a maximum recursion | ||||
| * | Common: Make recursive FileUtil functions take a maximum recursion | Emmanuel Gil Peyrot | 2016-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | 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! | ||||
* | | Loader: Split SMDH into its own header and import helpers from QGameList | Emmanuel Gil Peyrot | 2016-05-21 | 1 | -42/+11 |
|/ | | | | Also rewrite Qt wrappers to use those. | ||||
* | add icon & title to game list | wwylele | 2016-05-04 | 1 | -10/+96 |
| | |||||
* | Initial implementation of a game list | archshift | 2015-10-02 | 1 | -0/+130 |