[Bug 519262] Re: Provide ability to Follow a user

2012-12-13 Thread Bob Merhebi
How is this fixed if I still can't with version 3.4.2?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519262

Title:
  Provide ability to Follow a user

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/519262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2011-10-03 Thread Ken VanDine
Gwibber doess alllow follow/unfollow from the profile view, since about
3.1.6 or so.

** Changed in: gwibber (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: gwibber
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519262

Title:
  Provide ability to Follow a user

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/519262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2011-10-03 Thread arky
Tweetdeck allows you to follow the from the profile view. Twitter iphone
client gives you follow/unfollow button in the reply, reweet bar.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519262

Title:
  Provide ability to Follow a user

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/519262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2011-10-03 Thread Bart Willemsen
I am not sure how other Twitter clients like TweetDeck handle this, but
it keeps track of the followers.. what you could also do is check for
the followers once when the client is started, and let it refresh when
changes occur, like when you follow a new person.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519262

Title:
  Provide ability to Follow a user

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/519262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2011-05-12 Thread Ken VanDine
** Changed in: gwibber
Milestone: 3.2.0 => 3.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519262

Title:
  Provide ability to Follow a user

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2011-04-02 Thread Ken VanDine
** Changed in: gwibber
Milestone: 3.0 => 3.2.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519262

Title:
  Provide ability to Follow a user

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-10-03 Thread Vadim Rutkovsky
Identi.ca API are documented here - 
http://status.net/wiki/Twitter-compatible_API. Seems that friend/followers are 
used as in Twitter, so the code should be almost the same.
AFAIK Facebook friends actions are already implemented in facelib.py, but not 
used in Gwibber for now. 
Still, even Twitter implementation would be enough - other protocols could be 
added later.

I guess, it would be better to add a new configuration option for
friends/followers requests - user customizations are always good.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-10-03 Thread David Klasinc
Identi.ca implemented Twitter API and it is basically the same. I wanted
to check what the status is, but it seems that I am failing at googling
trying to find identi.ca API docs?! Facebook, well I'd rather not dive
into that. ;)

Rate limiting could be a problem. I would prefer separate timers for
standard updates, @replies and direct messages. Per request update would
hit the ceiling only if user would click on it too much. Same thing
happens if user adds five more streams and keeps hitting refresh.

I would update Friends list only when starting the service and once or
twice per day, max. Same goes for Followers list.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-10-03 Thread Vadim Rutkovsky
I guess, FriendsManager and FollowerManager would be a good idea,
Twitter supports this - see http://dev.twitter.com/doc/get/friends/ids.

Yet, there are two more problems:
1) Other services. Need to investigate if other services allow friends - 
Facebook and Identi.ca are top-priority.
2) Rate limiting. Definitely, a per-request update of friends and followers 
would be the best implementation, but pretty soon we would hit the ceiling of 
requests and the whole stream would not be updated. Maybe, a separate update 
timer for friends update?

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-10-03 Thread David Klasinc
Ok, I've gone through the changes. Merging this 'Follow user' is rather
trivial. However, there is no control over who we already follow and how
to un-follow.

I am thinking about implementing 'FriendsManager' and 'FollowersManager'
or something similar. But it will be a pain to keep it in sync with
Twitter. Perhaps syncing it once a day/week? and per request should be
good enough. Then checking if we follow one user in particular or not
should be relatively trivial. Since manager would already implement
that.

However, I would like to consult with one of the 'senior developers'
before doing that. :)

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-10-02 Thread David Klasinc
I'll take a look at this. The change looks minimal, however trunk has
gone through a lot of modifications because of oauth and everything.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-09-15 Thread Guilherme Salgado
My branch doesn't seem to merge cleanly into trunk anymore and I won't
have time to solve these conflicts, so somebody would have to do that
before proposing a merge.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-09-15 Thread Bilal Akhtar
Guilherme: Propose a merge then.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-09-13 Thread Guilherme Salgado
Bilal, I have a fix for this bug on the branch linked here
(lp:~salgado/gwibber/bug-519262), but AFAICT it was never merged into
trunk even though it was accepted for 3.0.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-09-13 Thread Bilal Akhtar
Looks a trivial fix, will look into this one soon.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-09-08 Thread Danial Behzadi
We want these abilities when mouse cursor hovers an avatar:
1. follow/unfollow this person
2. block this person

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-08-17 Thread rykel
@W.Bourgeois - That works, thank you! Still, it would be common sense to
have a "Follow" button in Gwibber. Regards, Rykel. identi.ca (rykel98)

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-05-13 Thread Guria
Would it be a separate UI element? Gwibber is graphical client for
microbloging. it isn't IRC.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-05-13 Thread W. Bourgeois
To follow a person, just type "follow ", without the @, as if you
would send a new tweet.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-04-25 Thread Ryan Paul
** Changed in: gwibber
Milestone: None => 3.0

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-04-22 Thread Ryan Paul
Thanks, Guilherme! I'm going to include this in version 3.

** Changed in: gwibber
Milestone: None => 3.0

** Changed in: gwibber
   Status: New => In Progress

** Changed in: gwibber
Milestone: 3.0 => None

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-04-22 Thread Guilherme Salgado
** Branch linked: lp:~salgado/gwibber/bug-519262

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-04-21 Thread Guilherme Salgado
I've got a branch which adds a 'Follow this person' MessageAction (with
the actual feature only supported by the twitter service for now), but
since that action doesn't make sense on messages from people whom you
already follow, I'm planning to try and exclude the menu item in these
cases.

AIUI it'd be easy to do so by overriding the include() method, but I'm
wondering if it wouldn't be prohibitively expensive given that it might
have to query twitter to find out whether or not you already follow the
message author.  This won't be a problem if we already have that
information cached somewhere, though.

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519262] Re: Provide ability to Follow a user

2010-03-20 Thread Omer Akram
** Summary changed:

- Follow a user
+ Provide ability to Follow a user

-- 
Provide ability to Follow a user
https://bugs.launchpad.net/bugs/519262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs