| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -1/+1 |
| | | | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | ||||
| * | qt: add license header to source files | Wladimir J. van der Laan | 2013-11-04 | 1 | -0/+4 |
| | | | | | Closes #839 | ||||
| * | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | 2013-03-17 | 1 | -1/+0 |
| | | | | | | | | - try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility | ||||
| * | don't include <QDebug> | Wladimir J. van der Laan | 2011-08-07 | 1 | -2/+0 |
| | | |||||
| * | remove commented code, use // for one-line comments and comments inside ↵ | Wladimir J. van der Laan | 2011-06-18 | 1 | -3/+2 |
| | | | | | functions | ||||
| * | move back to original directory structure | Wladimir J. van der Laan | 2011-06-11 | 1 | -0/+39 |