* emulator tab: minor layout adjustment
* tool bar: adjust size dynamically for hidpi
* gamelist tool bar: adjust size dynamically for hidpi
* gamelist search bar: adjust style
* move game_list.h into rpcs3qt
* hide game data by default
* The basic unstubbing. Save entries will be listed and you can select a save. If you select none, then it'll work as well. WIP
* Filled out the trivial parts of the info dialog.
* Finish implementation and clean up. No "maintain" dialog or context menu for now until the copy/delete functions are implemented.
* Fix crash
* Update cellSaveData.cpp
* Reimplement debugger resize
fix interrupt
* add splitter to disassembly
fix debugger regression of last commit
fix gotoaddr pos
* travis sth sth
* add drag & drop to cg_disasm
* check for invalid address on set breakpoint
reenable debugger controls on Emu.IsReady()
* check for valid address more thoroughly
* VFS Dialog
* Couple convenience changes. Refresh after dialog in case dev_hdd0 changes. And, have add directory set which directory you're currently using as well.
* Grid layout
* Add Tiny Mode
fix scrolling
fix maxGamesPerRow calculation
* prime empty toolbar
* Add Search Bar, Icon Size and List Mode to ToolBar
Fix some minor glitches
* fix toolbar save and adjust default margin
* fix toolbar regression
minor simplification in Refresh
* Implement search and rename PopulateUI to PopulateGameList
* minor refactoring hehehehehehe
* Fix crash
* refresh speedboost optimizations
* Small refactoring of refresh to have default argument of false.
* add icons to toolbar
* fix scrambed order
* search for serial as well
* Grid layout
* Add Tiny Mode
fix scrolling
fix maxGamesPerRow calculation
* prime empty toolbar
* Add Search Bar, Icon Size and List Mode to ToolBar
Fix some minor glitches
* fix toolbar save and adjust default margin
* fix recent list
check for empty name
only change list enabled at aboutToShow
only AddRecentGame if Boot succeeded
* use stringpairlist instead of two stringlists
fix weird typo line
* fix travis
* add recent games menu
* remove invalid paths from list
* push InvalidRecentAction into BootRecentAction
* disable actions on boot
disable clear recent on freeze recent
* fix gamelist games not booting on recent list
* minor fix for list disable error