yann300
c7f703cc71
small changes
10 years ago
yann300
1092518fe7
- logs pane below the status pane
- retrieve javascript message
10 years ago
jhuntley
6d62e3ab26
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
10 years ago
jhuntley
0bf7d15a57
asio.h and windows.h build comments as per request.
10 years ago
jhuntley
e1e7b227df
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
10 years ago
arkpar
a7498c080b
ui: state list refactored
10 years ago
Gav Wood
97671963fc
Logging & diagnostics.
10 years ago
yann300
6845bb908e
- store memory dump in list instead of raw string, use the list as QML
model.
- UI: layout of step button.
10 years ago
yann300
49467ed8e2
- rename init() => update() in AssemblyDebuggerControl
- rename ConstantCompilationControl.cpp => StatusPane.cpp
10 years ago
yann300
4bc3d48ab4
- debug pane design
10 years ago
arkpar
4f52200c7e
fixed style and build
10 years ago
arkpar
23c82cccac
Removed dependency on WebThreeDirect form Web3Server
Mix Client Model
10 years ago
arkpar
715e0a4745
continue project model implementation
10 years ago
yann300
5be17f28c7
uidesign
10 years ago
arkpar
b6376d239e
started codemirror integration
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
c9a7a42e13
removed obsolete transaction model
10 years ago
arkpar
ab89822535
continue code model impl
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
1d93d8ce1c
style
10 years ago
arkpar
2363cc0f96
completed transaction management
10 years ago
Lu Guanqun
960f62b05a
update to the correct file name
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
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
827de531b9
- 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
Marek Kotewicz
e560ef983a
fixed mix project not being built on macos
10 years ago
yann300
1edbaae205
delete reference to Qt5Declarative
10 years ago
yann300
369268c0ce
tab indentation
10 years ago
yann300
0e391e50a2
misc corrections
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
f6dfd4ac96
add ConstantCompilationModel
10 years ago
yann300
d97c0b5141
misc
10 years ago
yann300
2b2b1f1701
misc
10 years ago
yann300
4a870cda7b
small changes
10 years ago
yann300
d84ec425e7
m1
10 years ago