ron
04/08/2017, 10:36 PMroot = TreeItem(GroupFX(GroupBuilder().name("").build()))
is the initial setup of the treeViewedvin
04/08/2017, 10:36 PMsetAll
call would generate a change event anyways?ron
04/08/2017, 10:37 PMedvin
04/08/2017, 10:37 PMron
04/08/2017, 10:37 PMron
04/08/2017, 10:37 PMron
04/08/2017, 10:38 PMgtnarg
04/08/2017, 10:38 PMron
04/08/2017, 10:45 PMgtnarg
04/08/2017, 10:47 PMron
04/08/2017, 10:48 PMron
04/08/2017, 10:50 PMron
04/08/2017, 10:52 PMron
04/08/2017, 10:52 PMron
04/09/2017, 8:01 AMjdiaz
04/09/2017, 10:07 AMedvin
04/09/2017, 12:45 PMron
04/09/2017, 1:35 PMron
04/09/2017, 1:35 PMnimakro
04/09/2017, 3:02 PMcellFragment
for treeview
nimakro
04/09/2017, 3:24 PMcellFragment
is now working with treeview
as well, but I still have quite some code duplication in there from ListCellFragment
so I will try to clean it up and then send a PRron
04/09/2017, 4:03 PMgtnarg
04/09/2017, 4:25 PMgtnarg
04/09/2017, 4:27 PMron
04/09/2017, 6:02 PMfun findParentOfGroupByUUID(uuid: UUID) :Group?{
val grouptofind = findGroupByUUID(uuid)
return keepassFile?.groups?.filter { it.groups.contains(grouptofind) }?.first()
}
gtnarg
04/09/2017, 6:13 PMreturn keepassFile?.groups?.find{ it.groups.contains(grouptofind) }
gtnarg
04/09/2017, 6:14 PM