Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
fb7c03ff
Commit
fb7c03ff
authored
Jan 28, 2015
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switched to obscuren/qml
parent
9a11a948
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
debugger.go
cmd/mist/debugger.go
+1
-1
errors.go
cmd/mist/errors.go
+1
-1
ext_app.go
cmd/mist/ext_app.go
+1
-1
gui.go
cmd/mist/gui.go
+1
-1
html_container.go
cmd/mist/html_container.go
+1
-1
main.go
cmd/mist/main.go
+1
-1
qml_container.go
cmd/mist/qml_container.go
+1
-1
ui_lib.go
cmd/mist/ui_lib.go
+1
-1
filter.go
ui/qt/filter.go
+1
-1
whisper.go
ui/qt/qwhisper/whisper.go
+1
-1
No files found.
cmd/mist/debugger.go
View file @
fb7c03ff
...
...
@@ -32,7 +32,7 @@ import (
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/vm"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
type
DebuggerWindow
struct
{
...
...
cmd/mist/errors.go
View file @
fb7c03ff
...
...
@@ -24,7 +24,7 @@ import (
"fmt"
"os"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
func
ErrorWindow
(
err
error
)
{
...
...
cmd/mist/ext_app.go
View file @
fb7c03ff
...
...
@@ -27,7 +27,7 @@ import (
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/ui/qt"
"github.com/ethereum/go-ethereum/xeth"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
type
AppContainer
interface
{
...
...
cmd/mist/gui.go
View file @
fb7c03ff
...
...
@@ -45,7 +45,7 @@ import (
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/ui/qt/qwhisper"
"github.com/ethereum/go-ethereum/xeth"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
var
guilogger
=
logger
.
NewLogger
(
"GUI"
)
...
...
cmd/mist/html_container.go
View file @
fb7c03ff
...
...
@@ -34,7 +34,7 @@ import (
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/xeth"
"github.com/howeyc/fsnotify"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
type
HtmlApplication
struct
{
...
...
cmd/mist/main.go
View file @
fb7c03ff
...
...
@@ -30,7 +30,7 @@ import (
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
const
(
...
...
cmd/mist/qml_container.go
View file @
fb7c03ff
...
...
@@ -29,7 +29,7 @@ import (
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/xeth"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
type
QmlApplication
struct
{
...
...
cmd/mist/ui_lib.go
View file @
fb7c03ff
...
...
@@ -36,7 +36,7 @@ import (
"github.com/ethereum/go-ethereum/javascript"
"github.com/ethereum/go-ethereum/miner"
"github.com/ethereum/go-ethereum/xeth"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
type
memAddr
struct
{
...
...
ui/qt/filter.go
View file @
fb7c03ff
...
...
@@ -3,7 +3,7 @@ package qt
import
(
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/ui"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
func
NewFilterFromMap
(
object
map
[
string
]
interface
{},
eth
core
.
EthManager
)
*
core
.
Filter
{
...
...
ui/qt/qwhisper/whisper.go
View file @
fb7c03ff
...
...
@@ -7,7 +7,7 @@ import (
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/whisper"
"g
opkg.in/qml.v1
"
"g
ithub.com/obscuren/qml
"
)
var
qlogger
=
logger
.
NewLogger
(
"QSHH"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment