| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | citra-qt: Renamed all .hxx headers to .h | 2015-01-06 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #291 from purpasmart96/license | 2014-12-21 | 1 | -1/+1 | |
| |\ | | | | | License change | ||||
| | * | License change | 2014-12-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Clean up some warnings | 2014-12-20 | 1 | -1/+1 | |
| |/ | |||||
| * | Convert old logging calls to new logging macros | 2014-12-13 | 1 | -1/+1 | |
| | | |||||
| * | citra-qt: Add a utility spinbox class called CSpinBox. | 2014-12-09 | 1 | -0/+303 | |
| This class has a few advantages over the regular QSpinBox: - QSpinBox stores its as signed 32 bit integers, which for instance is unsuitable for representing memory addresses. CSpinBox uses 64 bit integers instead. - QSpinBox does not provide an easy way to handle number input from bases different than 10. - QSpinBox is quite inflexible in general and almost any sort of customization requires reimplementing it anyway. | |||||