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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Frontend: Prevent FileSystemWatcher from blocking UI thread
James Rowe
2017-05-10
1
-42
/
+26
*
Don’t focus the search field if the game is empty
Nico Bosshard
2017-05-06
1
-3
/
+6
*
Fixed some more typos
Nico Bosshard
2017-05-03
1
-2
/
+2
*
citra-qt: game list search function fixed minor mistakes
Nico Bosshard
2017-05-02
1
-24
/
+26
*
citra-qt: game list search function (#2673)
Nico Bosshard
2017-04-30
1
-17
/
+216
*
Merge pull request #2587 from yuriks/status-bar
Yuri Kunde Schlesner
2017-02-27
1
-0
/
+1
|
\
|
*
Qt: Add (empty) status bar
Yuri Kunde Schlesner
2017-02-27
1
-0
/
+1
*
|
Use QFileSystemWatcher to reload the game list when a change is detected. (#2555)
James Rowe
2017-02-23
1
-1
/
+47
|
/
*
Qt/GameList: Use suffix() to parse the file extension
Yuri Kunde Schlesner
2017-02-14
1
-1
/
+1
*
citra-qt: Don't attempt to scan files with unsupported extensions (#2402)
Kloen Lansfiel
2017-02-12
1
-1
/
+10
*
game_list: Implement context menu for items in list
MerryMage
2016-12-15
1
-3
/
+25
*
game_list: Make the AddEntry argument a const reference
Lioncash
2016-12-11
1
-1
/
+1
*
game_list: Replace 0 literals with nullptr
Lioncash
2016-12-11
1
-1
/
+1
*
game_list: Use QT5's new event connection syntax
Lioncash
2016-12-11
1
-6
/
+6
*
game_list: Pass the parent constructor argument to the QWidget base class
Lioncash
2016-12-11
1
-1
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-7
/
+4
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-30
/
+24
*
Fix recursive scanning of directories
Yuri Kunde Schlesner
2016-06-19
1
-5
/
+3
*
AddFstEntriesToGameList - prevent loading a directory
LFsWang
2016-06-01
1
-3
/
+3
*
Merge pull request #1751 from linkmauve/no-recursive-readdir
bunnei
2016-05-31
1
-5
/
+6
|
\
|
*
Common: Make recursive FileUtil functions take a maximum recursion
Emmanuel Gil Peyrot
2016-05-21
1
-5
/
+6
*
|
CitraQt: Simplify the game list loader code
Emmanuel Gil Peyrot
2016-05-21
1
-18
/
+4
|
/
*
make the name column larger as default
wwylele
2016-05-04
1
-1
/
+5
*
add icon & title to game list
wwylele
2016-05-04
1
-2
/
+8
*
Merge pull request #1368 from LittleWhite-tb/configure-widget
bunnei
2016-04-11
1
-8
/
+5
|
\
|
*
Whole config is handled by Config class.
LittleWhite
2016-03-21
1
-8
/
+5
*
|
Fix encode problem On Windows
LFsWang
2016-03-31
1
-2
/
+2
*
|
Compilation fix
LittleWhite
2016-03-28
1
-1
/
+1
*
|
Fix Qt chinese words encode problem on Windows
LFsWang
2016-03-17
1
-2
/
+2
|
/
*
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
archshift
2015-11-27
1
-7
/
+9
*
change file path encoding to Local8bit()
wwylele
2015-10-20
1
-1
/
+1
*
Game list: save and load column sizes, sort order, to QSettings
archshift
2015-10-02
1
-0
/
+17
*
Initial implementation of a game list
archshift
2015-10-02
1
-0
/
+154