Commit Graph

36 Commits

Author SHA1 Message Date
Anna
48cce6a353 Made some changes to the api threads and related callback so that we can save the members in each list into a data structure. This will help when building out some more List API functionality 2010-06-02 13:53:03 -04:00
Anna
cc7011b724 Status icon flashes on new tweets 2010-05-26 00:14:56 -04:00
Anna
9f239e8c37 Fixed source field sometimes showing up as broken HTML... 2010-05-23 17:58:25 -04:00
Anna
d7893fce37 Implemented user name caching, so we can efficiently pull data for Direct Messages and Searches 2010-05-23 12:42:19 -04:00
Anna
964358c1f2 Made some bug fixes related to unassigned variables 2010-05-23 11:50:14 -04:00
Anna
679e03da6a Trimmed up the User, Status, and Profile classes, since Python will assign properties on the fly 2010-05-22 14:48:47 -04:00
Anna
f7696e2d67 Fixed CustomApi so that _username is defined 2010-05-21 12:11:57 -04:00
Anna
69cba102d3 Imported some fixes to oauthtwitter from its issue tracker 2010-05-21 11:10:58 -04:00
Anna
7877fa2412 Fixed the entry not being displayed in the pin popup 2010-05-20 20:44:47 -04:00
Anna
716e20a9b2 Started implementing PIN for OAuth... entry doesn't show up in popup 2010-05-20 18:03:35 -04:00
Anna
f70e76acc2 Sketched out a basic method for oauth to work in my app... 2010-05-20 16:51:51 -04:00
Anna
e32209bf2b Add get_api function 2010-05-20 15:47:37 -04:00
Anna
1299bdbdee Replaced references to Api with OAuthApi... also broke the code terribly, but that's the point of this branch 2010-05-20 14:09:10 -04:00
Anna
8e6be490c6 Look up images for user panes 2010-05-20 00:39:53 -04:00
Anna
46e63c7c3d Removed useless code paths, made the follow button work correctly 2010-05-20 00:21:21 -04:00
Anna
22067b4ad2 First steps toward moving the follow, at, and verified info into a box at the top of the pane 2010-05-20 00:04:44 -04:00
Anna
e4ff126d12 Threaded adding/removing friends, and made it a little more robust. Still buggy, but it always was. 2010-05-19 13:58:11 -04:00
Anna
c2aae17e5b Made retweets threaded 2010-05-19 00:04:01 -04:00
Anna
cc99e36ed3 Made posting an update a threaded action 2010-05-18 17:41:32 -04:00
Anna
8764cc77c3 Made @names into clickable links that load the user tab 2010-05-18 16:26:32 -04:00
Anna
c3ac07a693 Made conversations work correctly 2010-05-18 14:23:17 -04:00
Anna
7a5ae9235e Fixed error with profile images in DMs 2010-05-18 12:29:07 -04:00
Anna
3357249d28 Initial commit of 'conversation' button... needs a lot of work still 2010-05-18 12:26:31 -04:00
Anna
0ead5932a5 Fixed a problem with results from the Search API not getting the 'in reply to' button functionality 2010-05-18 11:28:18 -04:00
Anna
86af5ede96 moved add_to_cache to avcache.py and added the profile_image_url to results from searches and dms 2010-05-18 10:50:15 -04:00
Anna
ebf6ec6e22 Added avatar support 2010-05-17 17:31:42 -04:00
Anna
522a522129 Laid groundwork for displaying avatar images 2010-05-17 11:24:32 -04:00
Anna
a8abc21dd6 Threaded the calls to GetUserList, so that the View menu is populated asynchronously and startup time can be faster. 2010-05-11 17:38:26 -04:00
Anna
b43bc3ccea Made handlers for following and verified setting work correctly 2010-05-06 18:00:12 -04:00
Anna
fe1b1cabf2 Did some ApiThread refactoring, made the refresh button only refresh the current pane, and helped child threads die on exit 2010-05-06 13:18:02 -04:00
Anna
f37246f30b Added error handling when API calls timeout 2010-05-04 14:32:43 -04:00
Anna
6044fa27d2 Added locking and moved work around / reduced repeat work at startup. Should clear up segfaults and improve startup time 2010-05-04 11:03:32 -04:00
Anna
7cce83c0f3 Broken commit, see new bug in TODO for details. Summary: new segfault at launch 2010-04-27 16:21:21 -04:00
Anna
1f16b491fa Removed now-useless debug statements 2010-04-22 15:33:11 -04:00
Anna
b9965dc75c Added a little locking, seems to have fixed the segmentation fault 2010-04-22 15:13:49 -04:00
Anna
45b374f24f First stab at implementing threads... seems to work okay, then suddenly segfaults 2010-04-22 14:57:27 -04:00