Fix noise
This commit is contained in:
parent
2da7d039f5
commit
b0148289ca
@ -3,6 +3,6 @@
|
|||||||
{registered,[]},
|
{registered,[]},
|
||||||
{included_applications,[]},
|
{included_applications,[]},
|
||||||
{applications,[stdlib,kernel]},
|
{applications,[stdlib,kernel]},
|
||||||
{vsn,"0.1.3"},
|
{vsn,"0.1.4"},
|
||||||
{modules,[gajumine,gmc_con,gmc_gui,gmc_setup,gmc_sup]},
|
{modules,[gajumine,gmc_con,gmc_gui,gmc_setup,gmc_sup]},
|
||||||
{mod,{gajumine,[]}}]}.
|
{mod,{gajumine,[]}}]}.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%%% @end
|
%%% @end
|
||||||
|
|
||||||
-module(gajumine).
|
-module(gajumine).
|
||||||
-vsn("0.1.3").
|
-vsn("0.1.4").
|
||||||
-behavior(application).
|
-behavior(application).
|
||||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%%% @end
|
%%% @end
|
||||||
|
|
||||||
-module(gmc_con).
|
-module(gmc_con).
|
||||||
-vsn("0.1.3").
|
-vsn("0.1.4").
|
||||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
-license("GPL-3.0-or-later").
|
-license("GPL-3.0-or-later").
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%%% @end
|
%%% @end
|
||||||
|
|
||||||
-module(gmc_gui).
|
-module(gmc_gui).
|
||||||
-vsn("0.1.3").
|
-vsn("0.1.4").
|
||||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
-license("GPL-3.0-or-later").
|
-license("GPL-3.0-or-later").
|
||||||
@ -102,7 +102,7 @@ init(Prefs) ->
|
|||||||
Labels = [J("ID"), J("Target"), J("Maps/s"), J("Candidate"), J("Height"), J("BlockHash")],
|
Labels = [J("ID"), J("Target"), J("Maps/s"), J("Candidate"), J("Height"), J("BlockHash")],
|
||||||
{Grid, [ID_C, DiffC, PerfC, CandyC, HeightC, BlockC]} = display_box(Frame, Labels),
|
{Grid, [ID_C, DiffC, PerfC, CandyC, HeightC, BlockC]} = display_box(Frame, Labels),
|
||||||
|
|
||||||
Style = ?wxDEFAULT bor ?wxTE_MULTILINE bor ?wxTE_READONLY,
|
Style = ?wxTE_MULTILINE bor ?wxTE_READONLY,
|
||||||
MessSz = wxStaticBoxSizer:new(?wxVERTICAL, Frame, [{label, J("Messages")}]),
|
MessSz = wxStaticBoxSizer:new(?wxVERTICAL, Frame, [{label, J("Messages")}]),
|
||||||
MessC = wxTextCtrl:new(Frame, ?wxID_ANY, [{style, Style}]),
|
MessC = wxTextCtrl:new(Frame, ?wxID_ANY, [{style, Style}]),
|
||||||
_ = wxStaticBoxSizer:add(MessSz, MessC, zxw:flags(wide)),
|
_ = wxStaticBoxSizer:add(MessSz, MessC, zxw:flags(wide)),
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
%%% @end
|
%%% @end
|
||||||
|
|
||||||
-module(gmc_setup).
|
-module(gmc_setup).
|
||||||
-vsn("0.1.3").
|
-vsn("0.1.4").
|
||||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
-license("GPL-3.0-or-later").
|
-license("GPL-3.0-or-later").
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
%%% @end
|
%%% @end
|
||||||
|
|
||||||
-module(gmc_sup).
|
-module(gmc_sup).
|
||||||
-vsn("0.1.3").
|
-vsn("0.1.4").
|
||||||
-behaviour(supervisor).
|
-behaviour(supervisor).
|
||||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{name,"GajuMine"}.
|
{name,"GajuMine"}.
|
||||||
{type,gui}.
|
{type,gui}.
|
||||||
{modules,[]}.
|
{modules,[]}.
|
||||||
{prefix,"gmc"}.
|
|
||||||
{author,"Craig Everett"}.
|
{author,"Craig Everett"}.
|
||||||
|
{prefix,"gmc"}.
|
||||||
{desc,"Mining client for the Gajumaru Root"}.
|
{desc,"Mining client for the Gajumaru Root"}.
|
||||||
{package_id,{"qpq","gajumine",{0,1,3}}}.
|
{package_id,{"qpq","gajumine",{0,1,4}}}.
|
||||||
{deps,[{"uwiger","gmconfig",{0,1,2}},
|
{deps,[{"uwiger","gmconfig",{0,1,2}},
|
||||||
{"uwiger","gproc",{1,0,1}},
|
{"uwiger","gproc",{1,0,1}},
|
||||||
{"uwiger","gmhive_client",{0,2,1}},
|
{"uwiger","gmhive_client",{0,2,1}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user