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 |
yann300
|
803b47161e
|
debug modal dialog UI correction
|
10 years ago |
yann300
|
f990a1ac63
|
mix IDE M1 first commit
|
10 years ago |
Marek Kotewicz
|
638a784c92
|
ide working on macos!
|
10 years ago |
Marek Kotewicz
|
e560ef983a
|
fixed mix project not being built on macos
|
10 years ago |
Christian
|
04c8d8bdc0
|
Improved external interface for multi-source and multi-contract compilation.
|
10 years ago |
Gav Wood
|
9e5a49736c
|
Avoid need for Qt 5.3.
|
10 years ago |
yann300
|
2f355039b6
|
delete qt5declarative from qt5_use_modules (cmake)
|
10 years ago |
yann300
|
1edbaae205
|
delete reference to Qt5Declarative
|
10 years ago |
yann300
|
51f746f523
|
Add cmake file path (used to find QtDeclarativeConfig.cmake module)
|
10 years ago |