arkpar
6fd6d29662
style
10 years ago
arkpar
f994da400f
debug formatting for structs and arrays
10 years ago
arkpar
34f13c5920
struct editor
10 years ago
yann300
afa9b4337f
Integrate solidity type with project files.
10 years ago
yann300
a93319623a
misc changes
10 years ago
yann300
b271a9df51
Manage solidity types:
- uint<N>, uint
- int<N>, int
- hash<N>, hash, address
- bool
- string<N>
10 years ago
Lefteris Karapetsas
122aada70f
Contract Interface Functions now return FunctionType
- Enchanced Function Type by declaration so that it can provide all the
required information at each place interface functions are consumed
- Changed all places where interface functions was used.
- Simplified Mix's FunctionDefinition code
10 years ago
Lefteris Karapetsas
3d1c0a9bef
Modifications to Mix to adapt to FunctionDescription
10 years ago
yann300
ef7561b16e
- Manage solidity parameter types
10 years ago
arkpar
0594f79267
Transaction QML model
10 years ago
arkpar
ab89822535
continue code model impl
10 years ago
yann300
c6b6fddda1
- move Solidity 'Declaration' obj in each specialized Qclass.
10 years ago
yann300
68dd4f1ffd
- Capitals on comments.
- Class suffix renamed Ctrl => Control.
- Use specialized QList (QVariableDeclaration instead of QObject).
- Use CompilerStack::getContractDefinition instead of
CompilerStack::getAst.
10 years ago
yann300
ab85477987
- class / function documentation.
- misc changes.
10 years ago
yann300
19bb4ebe6f
- bug fix padded/unpadded CommonJS.cpp.
- bug fix instanciate child with parent in another thread.
- misc changes.
10 years ago
yann300
8d304d86d0
- Transaction call debugging.
10 years ago
arkpar
2363cc0f96
completed transaction management
10 years ago
yann300
0730f0910c
add QContractDefinition, QBasicNodeDefinition, QFunctionDefinition,
QVariableDeclaration
10 years ago
yann300
421506a869
- Coding Standards.
- Q_SLOTS => slots.
- https://github.com/ethereum/cpp-ethereum/issues/557 => replace by 8
spaces instead of 4.
- ref to QtQuick 2.2 instead of 2.3
10 years ago
yann300
369268c0ce
tab indentation
10 years ago
yann300
0e391e50a2
misc corrections
10 years ago
yann300
0a496d7725
- ApplicationCtx.h: refactor of singleton (put inline code in *.h).
- Coding standards (#pragma once, ...).
- CodeEditorExtensionManager.cpp: replace normal pointer by shared_ptr.
- Add namespace dev::mix.
- MixApplication: will be used to catch exception (not used now).
10 years ago
yann300
d97c0b5141
misc
10 years ago
yann300
4a870cda7b
small changes
10 years ago
yann300
d84ec425e7
m1
10 years ago