arkpar
23c82cccac
Removed dependency on WebThreeDirect form Web3Server
Mix Client Model
10 years ago
arkpar
a4a2e8c252
continue project model implementation
10 years ago
arkpar
715e0a4745
continue project model implementation
10 years ago
yann300
286ba769e8
ui redesign
10 years ago
arkpar
9efb644ce4
started project model
10 years ago
yann300
5be17f28c7
uidesign
10 years ago
Gav Wood
bf8174ecee
Warnings fixes.
Make Mix work with Qt 5.2
Minor other alterations.
10 years ago
arkpar
b6376d239e
started codemirror integration
10 years ago
arkpar
1cddea44b5
line number indicator
10 years ago
arkpar
fcbd25a8be
comment highlighting
10 years ago
arkpar
e70bf144c6
basic syntax highlighting
10 years ago
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
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
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
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