move things to gitpb
This commit is contained in:
parent
57cbde285b
commit
eb72a685c4
|
@ -24,6 +24,10 @@ func (r *RepoList) Hide() {
|
||||||
r.reposbox.Hide()
|
r.reposbox.Hide()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (r *RepoRow) IsProtobuf() (bool, []string, error) {
|
||||||
|
return r.pb.IsProtobuf()
|
||||||
|
}
|
||||||
|
|
||||||
// better name: use this
|
// better name: use this
|
||||||
// matches by path or by name
|
// matches by path or by name
|
||||||
func (r *RepoList) FindByName(name string) *RepoRow {
|
func (r *RepoList) FindByName(name string) *RepoRow {
|
||||||
|
|
|
@ -89,7 +89,6 @@ func (r *RepoList) AddRepo(pb *gitpb.Repo) (*RepoRow, error) {
|
||||||
newRepo.currentName = r.reposgrid.NewLabel("")
|
newRepo.currentName = r.reposgrid.NewLabel("")
|
||||||
newRepo.currentVersion = r.reposgrid.NewLabel("")
|
newRepo.currentVersion = r.reposgrid.NewLabel("")
|
||||||
|
|
||||||
|
|
||||||
newRepo.endBox = r.reposgrid.NewHorizontalBox("HBOX")
|
newRepo.endBox = r.reposgrid.NewHorizontalBox("HBOX")
|
||||||
newRepo.endBox.NewButton("Configure", func() {
|
newRepo.endBox.NewButton("Configure", func() {
|
||||||
newRepo.Status.Toggle()
|
newRepo.Status.Toggle()
|
||||||
|
|
Loading…
Reference in New Issue