**** BEGIN LOGGING AT Sat Aug 27 02:59:58 2016 Aug 27 08:30:52 morning Aug 27 11:05:13 Morning! Aug 27 13:13:25 Herrie: ping Aug 27 13:16:08 Tofe: pong Aug 27 13:16:36 I'm trying to understand the choices for the current model for bookmarks and history Aug 27 13:17:09 currentluy, it does a db8 find (or search), stores the results in a json string, which gets parsed and exposed as a ListModel Aug 27 13:17:42 There wasn't any Db8Model available at the time, I guess? Aug 27 13:18:57 Tofe: Correct Aug 27 13:19:18 That was only created later when the initial phone app was made Aug 27 13:19:23 Ok Aug 27 13:19:24 Was at least 3 months later if not more Aug 27 13:19:30 Then I'll try to migrate to that one Aug 27 13:19:43 Makes sense Aug 27 13:19:52 And have dedicated model objects, too Aug 27 13:19:55 I never really liked this way, but I had not other way :P Aug 27 13:20:03 So had to do it this way :P Aug 27 13:20:12 this "mode" for retrieving bookmarks or history is not so seducing :) Aug 27 13:21:24 It's slowly taking shape, bits after bits. Each time I get a working set I push it to the tofe/fixes branch Aug 27 13:21:43 OK :) Aug 27 13:29:27 I see you did a lot of yak shaving :P Aug 27 13:29:36 yup Aug 27 13:30:08 Using Row, Column, BorderImage, property bindings, gets things a lot simpler Aug 27 13:30:34 Tofe: Yeah, all things I didn't know about back then :P Aug 27 13:30:39 hehe Aug 27 13:31:11 one general guideline also is to remove all the implicit references (appear in blue in QtCreator text) Aug 27 13:31:53 It helps pointing out all the internals bindings and refactoring things around Aug 27 13:33:12 My next move here is to isolate much more the Suggestion list, to make it almost autonomous Aug 27 13:35:38 Tofe, Yeah a lot of things got crammed into NavigationBar while they are better in their own component :P **** ENDING LOGGING AT Sun Aug 28 02:59:58 2016