yann300
30736bee19
- Coding Standards
10 years ago
Gav Wood
e498608216
Disable broken bit of mix.
10 years ago
yann300
36405af0cc
refactoring
10 years ago
yann300
0f7459490b
Manage parameters in constructor #820
10 years ago
arkpar
4c4deb3dd8
made contract accessible for ethereum.js api
10 years ago
yann300
a8fcaee72f
- Right side pane resizing (list fill empty space).
- Capitalisation.
- Storage/MemoryDump/CallData add splitter.
- Small changes on step icons.
- App resizing: dock the right view on the main window.
- Assembly code selection change (selection change move faster).
- Reverse stack list.
- Misc changes on debug info list.
- Misc changes on debug button behavior + F10/F9 bug fixes.
10 years ago
yann300
5c2884d407
- changes in include ref (in *.h)
10 years ago
yann300
9c777a4d3c
- misc fixes.
10 years ago
yann300
5fa32387d5
Ethereum QML types: #612
10 years ago
yann300
a27026cf6d
- fix windows build.
10 years ago
arkpar
4f52200c7e
fixed style and build
10 years ago
U-SVZ13\Arkady
6e4d57817a
fixed msvc build
10 years ago
arkpar
23c82cccac
Removed dependency on WebThreeDirect form Web3Server
Mix Client Model
10 years ago
debris
8ef795acd8
removed empty line
10 years ago
debris
8076417ff6
namespaces fixes for msvc
10 years ago
yann300
5be17f28c7
uidesign
10 years ago
arkpar
525ac762dd
fixed code style
10 years ago
U-SVZ13\Arkady
1dcc22c923
another attempt to fix msvc build
10 years ago
arkpar
50a1edb23b
improved debugging model
10 years ago
arkpar
0ad33b5f9a
fixed start with empty contract,
started implementing state debugging
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
U-SVZ13\Arkady
aa5e44571b
fixed compilation for msvc
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
ae79185a8b
- misc changes
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
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
8d304d86d0
- Transaction call debugging.
10 years ago
arkpar
2363cc0f96
completed transaction management
10 years ago
yann300
4da294f86d
- CommonJS => fromString(string _sn) fromString(string const& _sn).
- Wrapping string with QApplication::tr(), used for localization.
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
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
yann300
dbc5201e98
- coding standards.
- set 'parent' on QObject custom class to ensure object deletion.
10 years ago
yann300
f990a1ac63
mix IDE M1 first commit
10 years ago