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
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
arkpar
5fb65b7618
continue transaction dialog implementation
10 years ago
arkpar
794c8d216d
transaction list placeholders
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
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
Gav Wood
9e5a49736c
Avoid need for Qt 5.3.
10 years ago
yann300
252910d387
tab indentation in QML
10 years ago
yann300
369268c0ce
tab indentation
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
e79d5709d0
put qml file in folder
10 years ago