arkpar
50a1edb23b
improved debugging model
10 years ago
yann300
7091f201b1
- Add Row, Column (UI layout).
- Rename content view.
10 years ago
arkpar
0ad33b5f9a
fixed start with empty contract,
started implementing state debugging
10 years ago
arkpar
ab91e04767
added missing qml files
10 years ago
arkpar
c9a7a42e13
removed obsolete transaction model
10 years ago
arkpar
4ddaa9dd94
project save/load
10 years ago
arkpar
0594f79267
Transaction QML model
10 years ago
Gav Wood
ac583f503f
Implemented 256-long history for PREVHASH, though still optional.
10 years ago
U-SVZ13\Arkady
aa5e44571b
fixed compilation for msvc
10 years ago
arkpar
ab57c7a5ff
removed unnessary casts, fixed geteItem return type
10 years ago
arkpar
850ae83bdf
added doxygen comments
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
ce14b0c150
- Rollback previous change on toCompactBigEndian, unpadded(bytes _b).
- Change content of padded(bytes _b, unsigned _l).
- Add function unpadLeft.
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
arkpar
81b0e0e910
fixed typo
10 years ago
yann300
38945479aa
- wrap mode on alert message.
10 years ago
arkpar
0d715e09fc
transaction dialog for qt 5.2
10 years ago
yann300
ae79185a8b
- misc changes
10 years ago
yann300
ab85477987
- class / function documentation.
- misc changes.
10 years ago
yann300
2a2621cb0b
- integrate ethereum #649
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
arkpar
a9a85210aa
started CodeModel
10 years ago
yann300
1c855b3141
- bug fix : return parameters are not displayed if the dialog is
displayed two times (Debugger.init() was only called one time).
10 years ago
Gav Wood
a22376093a
Prepared State premine.
Fixes for Qt 5.2.
10 years ago
yann300
b2bcf713a6
- Replace Qt5.3 ModalDialog by custom modal dialog.
10 years ago
arkpar
1d93d8ce1c
style
10 years ago
yann300
95217d0584
- add parameter QObject* in initKeyEventManager.
10 years ago
yann300
10763f2407
- call initKeyEventManager in a SLOT connected to ressourceLoaded
SIGNAL
10 years ago
yann300
8d304d86d0
- Transaction call debugging.
10 years ago
yann300
d76b3f472e
- Send String value to QML instead of int value (gas, gasCost,
gasLeft).
- Wrap label with QApplication::tr (localization).
- Use of std::hex, std::dec instead of QTextStream (to avoid warning).
10 years ago
arkpar
2363cc0f96
completed transaction management
10 years ago
Lu Guanqun
960f62b05a
update to the correct file name
10 years ago
yann300
4da294f86d
- CommonJS => fromString(string _sn) fromString(string const& _sn).
- Wrapping string with QApplication::tr(), used for localization.
10 years ago
Marek Kotewicz
24ed9d0d16
removed unused plists
10 years ago
Marek Kotewicz
24ff0baa05
third is using executable helper
10 years ago
Marek Kotewicz
ba24285369
mix is using executable helper
10 years ago
Marek Kotewicz
a749a38246
EthExecutableHelper.cmake
10 years ago
Marek Kotewicz
fb72a7ce5f
fixed styling issues
10 years ago
yann300
0730f0910c
add QContractDefinition, QBasicNodeDefinition, QFunctionDefinition,
QVariableDeclaration
10 years ago
arkpar
5fb65b7618
continue transaction dialog implementation
10 years ago
ethdev
3fae343041
cmake improvements on windows
10 years ago
Marek Kotewicz
7c26fa0afe
common changes in cmakes
10 years ago
Marek Kotewicz
281a9e2b22
jsonrpc option in cmakes, removed all warnings
10 years ago
arkpar
794c8d216d
transaction list placeholders
10 years ago
debris
49063af049
common changes in mix
10 years ago
yann300
dee7047198
- QQMLApplicationEngine and AppContext moved to Extension.h
10 years ago
yann300
c9bf5fcd7c
- Instruction.h: add functions "getInstructionNumber"
- AssemblyDebuggerCtrl add members AppContext, QQMLApplicationEngine
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
debris
c014442517
alethzero working on windows!
10 years ago