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
yann300
6030db73f7
- Bug fix (failed compilation alert was loaded in a separate thread).
- Coding Standards.
- Add DebuggingStatusResult in AssemblyDebuggerCtrl
10 years ago
yann300
7e44c34491
- manage Debugger states calculation in a separate thread (avoid
blocking the UI)
10 years ago
yann300
de72fa0edd
- fromRaw, fromString, prettyU256 moved to CommonJS.cpp.
- ApplicationCtx => AppContext.
- Smart pointer direct method call (instead of calling get() before).
- ConstantCompilationModel instanciate as smart pointer.
- Bug fix https://github.com/ethereum/cpp-ethereum/issues/557
- Add comments on DebuggingStateWrapper
- Coding Standards
10 years ago
debris
ad2b462b5d
common improvements
10 years ago
debris
6f24e77588
web3jsonrpc, ethereum, qethereum, mix compiling on windows
10 years ago
yann300
eb3e005dee
use unique_ptr for QQMLApplicationEngine
10 years ago
yann300
85fa520d1b
- Coding Standards
10 years ago
yann300
827de531b9
- Coding standards
10 years ago
yann300
dbc5201e98
- coding standards.
- set 'parent' on QObject custom class to ensure object deletion.
10 years ago