index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
game_list.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-10
Frontend: Prevent FileSystemWatcher from blocking UI thread
James Rowe
1
-42
/
+26
2017-05-06
Don’t focus the search field if the game is empty
Nico Bosshard
1
-3
/
+6
2017-05-03
Fixed some more typos
Nico Bosshard
1
-2
/
+2
2017-05-02
citra-qt: game list search function fixed minor mistakes
Nico Bosshard
1
-24
/
+26
2017-04-30
citra-qt: game list search function (#2673)
Nico Bosshard
1
-17
/
+216
2017-02-27
Qt: Add (empty) status bar
Yuri Kunde Schlesner
1
-0
/
+1
2017-02-23
Use QFileSystemWatcher to reload the game list when a change is detected. (#2555)
James Rowe
1
-1
/
+47
2017-02-14
Qt/GameList: Use suffix() to parse the file extension
Yuri Kunde Schlesner
1
-1
/
+1
2017-02-12
citra-qt: Don't attempt to scan files with unsupported extensions (#2402)
Kloen Lansfiel
1
-1
/
+10
2016-12-15
game_list: Implement context menu for items in list
MerryMage
1
-3
/
+25
2016-12-11
game_list: Make the AddEntry argument a const reference
Lioncash
1
-1
/
+1
2016-12-11
game_list: Replace 0 literals with nullptr
Lioncash
1
-1
/
+1
2016-12-11
game_list: Use QT5's new event connection syntax
Lioncash
1
-6
/
+6
2016-12-11
game_list: Pass the parent constructor argument to the QWidget base class
Lioncash
1
-1
/
+1
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-7
/
+4
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-30
/
+24
2016-06-19
Fix recursive scanning of directories
Yuri Kunde Schlesner
1
-5
/
+3
2016-06-01
AddFstEntriesToGameList - prevent loading a directory
LFsWang
1
-3
/
+3
2016-05-21
CitraQt: Simplify the game list loader code
Emmanuel Gil Peyrot
1
-18
/
+4
2016-05-21
Common: Make recursive FileUtil functions take a maximum recursion
Emmanuel Gil Peyrot
1
-5
/
+6
2016-05-04
make the name column larger as default
wwylele
1
-1
/
+5
2016-05-04
add icon & title to game list
wwylele
1
-2
/
+8
2016-03-31
Fix encode problem On Windows
LFsWang
1
-2
/
+2
2016-03-28
Compilation fix
LittleWhite
1
-1
/
+1
2016-03-21
Whole config is handled by Config class.
LittleWhite
1
-8
/
+5
2016-03-17
Fix Qt chinese words encode problem on Windows
LFsWang
1
-2
/
+2
2015-11-27
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
archshift
1
-7
/
+9
2015-10-20
change file path encoding to Local8bit()
wwylele
1
-1
/
+1
2015-10-02
Game list: save and load column sizes, sort order, to QSettings
archshift
1
-0
/
+17
2015-10-02
Initial implementation of a game list
archshift
1
-0
/
+154