summaryrefslogtreecommitdiff
path: root/src/iconfetcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-11/+12
|
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-3/+3
|
* added startSafeThread() to get core dumps for threads other than the main threadisanae2020-07-311-1/+2
| | | | added terminate handler
* now using new common cmakefilesisanae2020-04-231-1/+1
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* initial implementation for updating file tree, buggyisanae2020-02-041-0/+3
|
* added a few missing constsisanae2020-02-041-0/+156
removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over