dolphin/Source/Core/DolphinQt2
spxtr 59bdeb411c Use a proxy model for the GameList.
This lets us sort by the underlying integers while only displaying the
icons. Currently, in both DolphinQt and DolphinQt2, we display both the
icon and the integer, but cut off the column width to not show the
integer. We also currently sort by the size's formatted string, not by
the size itself, which leads to "1 MB" sorting to less than "2 KB". This
commit fixes these issues.

In the future, we can use the filter methods here to allow for
searching for games.
2015-11-28 10:00:03 -08:00
..
GameList Use a proxy model for the GameList. 2015-11-28 10:00:03 -08:00
CMakeLists.txt Use a proxy model for the GameList. 2015-11-28 10:00:03 -08:00
Host.cpp DolphinQt2 2015-11-27 00:33:07 -08:00
Host.h DolphinQt2 2015-11-27 00:33:07 -08:00
Main.cpp DolphinQt2 2015-11-27 00:33:07 -08:00
MainWindow.cpp Use a proxy model for the GameList. 2015-11-28 10:00:03 -08:00
MainWindow.h DolphinQt2 2015-11-27 00:33:07 -08:00
RenderWidget.cpp DolphinQt2 2015-11-27 00:33:07 -08:00
RenderWidget.h DolphinQt2 2015-11-27 00:33:07 -08:00
Resources.cpp Move nobanner and fileplatform from Themes to Resources 2015-11-27 11:09:20 +01:00
Resources.h DolphinQt2 2015-11-27 00:33:07 -08:00