Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-08 | citra-qt: Remove callstack widget | Yuri Kunde Schlesner | 1 | -28/+0 | |
Appears to be currently broken, and given the complexity of doing this for ARM code without debugging information, should probably be left to an external tool or library. Use the GDB stub instead. Closes #586 | |||||
2016-12-11 | citra-qt: Make constructors explicit where applicable | Lioncash | 1 | -1/+1 | |
2016-12-11 | citra-qt: Add missing #pragma once directives | Lioncash | 1 | -0/+2 | |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -2/+1 | |
2015-09-11 | General: Replace NULL and '0' usages with nullptr where applicable | Lioncash | 1 | -1/+1 | |
2015-01-12 | Qt Callstack: Clear the callstack every time it's updated | archshift | 1 | -0/+3 | |
This fixes the issue that old members of the callstack would stick around, even when the callstack shortened. | |||||
2015-01-11 | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft | Kingcom | 1 | -1/+2 | |
2015-01-06 | citra-qt: Renamed all .hxx headers to .h | chrisvj | 1 | -0/+0 | |
2015-01-04 | citra-qt: Added license headers to files. | chrisvj | 1 | -0/+4 | |
2014-06-22 | citra_qt: Removed autogenerated files from repo and fixed build issues. | bunnei | 1 | -1/+1 | |
2014-04-19 | UI/debugger changes | Mathieu Vaillancourt | 1 | -4/+3 | |
2014-04-11 | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | 1 | -1/+1 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 | |
2014-04-01 | Basic QT window | Mathieu Vaillancourt | 1 | -0/+20 | |