[Bug 1272101] Re: Mentions disappear

2020-05-05 Thread Kai Mast
Going to close this as friends is not in development anymore... ** Changed in: friends (Ubuntu) Status: In Progress => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1272101 Title:

[Bug 1272101] Re: Mentions disappear

2014-02-04 Thread Adolfo Jayme
** No longer affects: friends-app (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1272101 Title: Mentions disappear To manage notifications about this bug go to:

[Bug 1272101] Re: Mentions disappear

2014-01-29 Thread Kai Mast
Okay I think this is implemented now. Will test it for a week and see if something broke :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1272101 Title: Mentions disappear To manage notifications

[Bug 1272101] Re: Mentions disappear

2014-01-28 Thread Kai Mast
** Branch linked: lp:~kai-mast/friends/keep-mentions ** Changed in: friends (Ubuntu) Assignee: (unassigned) = Kai Mast (kai-mast) ** Changed in: friends (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1272101] Re: Mentions disappear

2014-01-28 Thread Kai Mast
Think I need some help on how to use GVariant here. Basically I want to find out which stream each row belongs to so I do something like that while iterating over them: iter = Model.get_iter_at_row(pos) stream = Model.get_row(iter).stream But then I get: File

[Bug 1272101] Re: Mentions disappear

2014-01-28 Thread Robert Bruce Park
It'd be Model.get_row(iter)['stream'] i think. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1272101 Title: Mentions disappear To manage notifications about this bug go to:

[Bug 1272101] Re: Mentions disappear

2014-01-23 Thread Robert Bruce Park
In main.py it calls prune_model(2000). So if you've received 2000 new messages since the last time you were mentioned, then yes, the mentions will disappear. ** Also affects: friends (Ubuntu) Importance: Undecided Status: New ** Changed in: friends-app (Ubuntu) Status: New =

[Bug 1272101] Re: Mentions disappear

2014-01-23 Thread Kai Mast
Ah thanks. So, we would need to change this to prune per stream. Otherwise, the mentions Tab sometimes is empty or just contains one or two messages which looks kind of broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.