dolphin/Source/Core/DolphinQt/GameList
Techjar fa208c4acd Qt/GameListModel: Use absolutePath for file path column
canonicalPath is orders of magnitude slower as it has to perform actual
disk I/O to resolve symlinks, which makes sorting by this column
ridiculously slow for large game lists, especially if the games are on
a NAS. We probably don't need that, simply resolving relative paths
should be sufficient.
2020-06-06 05:24:23 -04:00
..
GameList.cpp DolphinQt: Disable converting from TGC 2020-04-28 18:49:52 +02:00
GameList.h Merge pull request #8738 from JosJuice/convert-dialog 2020-04-28 12:37:17 -04:00
GameListModel.cpp Qt/GameListModel: Use absolutePath for file path column 2020-06-06 05:24:23 -04:00
GameListModel.h Add path to File Name column of game grid 2020-03-02 17:38:28 +13:00
GameTracker.cpp Add signals to enable/disable Refresh button 2019-10-19 23:15:38 +02:00
GameTracker.h Add signals to enable/disable Refresh button 2019-10-19 23:15:38 +02:00
GridProxyModel.cpp Qt/GridProxyModel: Ensure uniform sizes in cover mode 2018-08-19 17:13:29 +02:00
GridProxyModel.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
ListProxyModel.cpp GameList: QSortFilterProxyModel should provide strict weak ordering 2018-08-08 23:59:58 -04:00
ListProxyModel.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00