arkpar
34f13c5920
struct editor
10 years ago
yann300
d9be32d631
small changes
10 years ago
yann300
071f81652b
Replace Qt header by Ethereum header.
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
yann300
b476d9fe4d
- Mine: change to 'new block' and display new line in list view.
- bug fix : doesn't show number of line with error #1118
- Clicking on Compile error "log" link leads to debugger, not error #935
- Add background to make difference between section.
- Improve StatusPane.qml UI
- TransactionLog.qml: instead of record transactions, display filter.
Show tr/Show call/display initial.
- WebPreview.qml: Change combobox by a text box with url.
10 years ago
yann300
518ef9c18b
ui improvement
10 years ago
yann300
a53a963b64
Integration with system default font size.
10 years ago
arkpar
a7498c080b
ui: state list refactored
10 years ago
arkpar
73bc5158f1
fixing shortcusts on Mac
10 years ago
arkpar
0f0b91e610
fixed msvc build
10 years ago
yann300
afa9b4337f
Integrate solidity type with project files.
10 years ago
yann300
a78c3668b5
- Cleaning.
- Bug fix in hash decoding.
10 years ago
arkpar
b265fb8249
nice app icon
10 years ago
yann300
b271a9df51
Manage solidity types:
- uint<N>, uint
- int<N>, int
- hash<N>, hash, address
- bool
- string<N>
10 years ago
arkpar
c37763c6fd
debugging fixes
10 years ago
yann300
ef7561b16e
- Manage solidity parameter types
10 years ago
arkpar
d2a424b0e5
http transport for ethereum.js
10 years ago
arkpar
602b56b544
fixed headers order for windows
10 years ago
arkpar
0e00330315
change ProjectModel to be a context property instead of a singleton to
work around issue #809
10 years ago
arkpar
abc6d1d749
well defined ui loading order
using boost exceptions
10 years ago
arkpar
aeff8b3a4d
change ProjectModel to be a context property instead of a singleton to
work around issue #809
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
U-SVZ13\Arkady
6e4d57817a
fixed msvc build
10 years ago
arkpar
23c82cccac
Removed dependency on WebThreeDirect form Web3Server
Mix Client Model
10 years ago
arkpar
9efb644ce4
started project model
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
4ddaa9dd94
project save/load
10 years ago
arkpar
0594f79267
Transaction QML model
10 years ago
arkpar
ab89822535
continue code model impl
10 years ago
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
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
yann300
b2bcf713a6
- Replace Qt5.3 ModalDialog by custom modal dialog.
10 years ago
yann300
95217d0584
- add parameter QObject* in initKeyEventManager.
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
eb3e005dee
use unique_ptr for QQMLApplicationEngine
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
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
2b2b1f1701
misc
10 years ago
yann300
4a870cda7b
small changes
10 years ago