1 - Stop using a model of all contacts to make combo boxes of Accounts. Done, needs review and ship. (just needs me to have a stable internet connection for a while!)
2 - Port _all_ code away from using ContactsModelItem Massive pain. There's lots of it. But most of it is just Tp::ContactPtr contact = data(ItemRole).contact(); which just needs changing Tp::ContactPtr contact = data(ContactRole); 3 - Make GroupsModel work without ContactModelItem Done. Works for a list, not sure about a tree (yet). So good enough for a port. 4-7 Not started. Once I've pushed stage 1, it will be fairly iterative small steps up until step 6 (where everything explodes again) On Fri, Nov 2, 2012 at 5:30 PM, Dominik Cermak <[email protected]> wrote: > Am Freitag, 19. Oktober 2012, 08:33:19 schrieb David Edmundson: > > Below is my plan for updating the models in KTp, getting it _ready_ > > for the port to supporting metacontacts. > > > > It should help my review requests make sense :). After each step, all > > code should compile and work without any bugs. > > By doing it in small steps it breaks everything into something easier > > to manage, and should be easier to find bugs as they happen. > > > > Please read through before the meeting on Thursday. So that in the > > meeting we can start assigning tasks to help get this done faster. > > > > ... > > What's the status of this? Is there a step I can continue/start to work on > to > help you? > > Greetings Dominik > _______________________________________________ > KDE-Telepathy mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-telepathy > >
_______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
