Commit Graph

71 Commits

Author SHA1 Message Date
Anna
2f2a4d926d Refactored TweetPane and MyTwitter to be more loosely coupled 2010-04-14 10:58:16 -04:00
Anna
9100d8493b Single tweets are now nicely formatted 2010-04-13 17:35:27 -04:00
Anna
46cf4d51f1 in reply to text is now a clickable button that loads a single pane... still some formatting work to deal with there 2010-04-13 17:32:04 -04:00
Anna
290d553c3e Improved single-tweet pane framework 2010-04-13 16:56:33 -04:00
Anna
7d22a9e4ad Added framework for loading a sigle tweet into a pane. Nothing currently employs this framework, however 2010-04-13 16:55:26 -04:00
Anna
dd10342781 fixed documentation, full hyperlink support will wait for pygtk 2.18 2010-04-13 16:43:00 -04:00
Anna
483758a968 Changed the url-handling code, which can probably be made to work if pygtk can be convinced to give up the current uri 2010-04-13 16:38:50 -04:00
Anna
ed500d1dc0 Compartmentalized use of CloseTabLabel into TweetPane, and improved handling of unread count text 2010-04-13 14:49:08 -04:00
Anna
bbe43d2131 Moved reply and retweet buttons, and added 'in reply to' text 2010-04-13 13:20:24 -04:00
Anna
f48d5accaf Clicking the tab label should now mark that pane as read 2010-04-12 22:30:09 -04:00
Anna
0a9669e84a After some heinous, dirty hacking, we can search for hashtags and @replies on arbitrary users 2010-04-12 22:10:51 -04:00
Anna
d07406150b Added a search box... will search for and display a user feed... still working on hashtag search support 2010-04-12 17:58:00 -04:00
Anna
398a6acabe Removed now useless debug message 2010-04-12 17:27:40 -04:00
Anna
2c9bd993b6 Added support in update_windows for 'user:' and #search_term... no way to actually search by these yet 2010-04-12 17:27:15 -04:00
Anna
7f287e1681 Made continuous updates happen 2010-04-12 17:21:14 -04:00
Anna
b06432a6d8 Updated a stub function to be more stubby 2010-04-12 17:13:13 -04:00
Anna
847629f2b6 New posts now become 'read' once their tab is activated, or clicked inside of, etc... 2010-04-12 17:12:11 -04:00
Anna
2f57d64901 Number of new tweets shown in label text 2010-04-12 16:53:03 -04:00
Anna
f0193d80a8 Factored tab labels into new class 2010-04-12 16:31:38 -04:00
Anna
e68841b71a Added functionality to close tabs 2010-04-12 15:34:45 -04:00
Anna
f7eb9993dc Selecting lists in View menu now works 2010-04-12 15:19:09 -04:00
Anna
6cc19e1087 Implemented lists in View menu instead of a ComboBoxEntry 2010-04-12 14:50:04 -04:00
Anna
72d17a5de1 Single feed in a tab now working 2010-04-12 14:28:39 -04:00
Anna
bb262a7970 Started adding tabbed panes so multiple feeds / filters can be seen... currently, just managed to break everything 2010-04-12 14:11:27 -04:00
Anna
589879686f Changed latest tweet system so that tweets must be explicitly set read... last_read_tweet doesn't automatically update in update_window 2010-04-11 21:14:24 -04:00
Anna
1167e3e910 New tweets get a different background color... need a better way to determine when they are no longer new, though 2010-04-11 21:07:37 -04:00
Anna
c0b1f5b85d Resized the root window a bit, for bigger fonts and smaller resolutions 2010-04-11 20:09:41 -04:00
Anna
8fc21161b3 Fixed the gtk version checks 2010-04-11 20:01:45 -04:00
Anna
7c06ad8c40 Cleaned up handling of status bar messages 2010-04-11 01:44:44 -04:00
Anna
a06d47cfcc Implemented status bar messages for new tweets, and for successfully posting a tweet. 2010-04-11 01:37:09 -04:00
Anna
215b84a3fe Connected return key in status entry to actually post the update 2010-04-11 01:19:25 -04:00
Anna
f65b743b32 Replaced complicated GetReplies stuff with a simple implementation of GetMentions 2010-04-11 01:10:45 -04:00
Anna
7f0b7c8c3b GetReplies doesn't have a count option, but a little fudging and I now have @replies giving me the correct number of entries instead of always 20... 2010-04-11 00:58:52 -04:00
Anna
67d2ccabe3 The List of lists is now sorted nicely 2010-04-11 00:45:41 -04:00
Anna
1c92c34dd9 Added functionality to get retweets in the home timeline, fixing the missing tweet problem (partially) 2010-04-11 00:42:44 -04:00
Anna
3e41885bbe We now get the correct number of entries for the lists 2010-04-11 00:25:36 -04:00
Anna
410a0ff69d Oops, those should have been raw strings 2010-04-11 00:22:37 -04:00
Anna
cfbae74cff Added version check for feature that isn't working in pygtk 2.14, and improved the ampersand handling because the twitter API is lazy about consistently escaping characters 2010-04-11 00:21:18 -04:00
Anna
b22e80c915 First, unsuccessful attempt at making links work 2010-04-10 13:21:52 -04:00
Anna
6282ecc053 Fixed hyperlink regex 2010-04-10 13:06:01 -04:00
Anna
17b74769e5 Clear statuses that aren't changed when switching to a different list 2010-04-10 13:01:31 -04:00
Anna
5fbfb01c85 Improved the GetListStatuses patch 2010-04-10 11:03:33 -04:00
Anna
74b42441dc Changed retweet API to use the patch from http://code.google.com/p/python-twitter/issues/detail?id=130 for consistency. 2010-04-10 10:46:51 -04:00
Anna
63160e12d0 Corrected error in README 2010-04-10 10:22:49 -04:00
Anna
12faf53b63 First stab at implementing hyperlinks. Should work in gtk 2.18+, but can't test right now. 2010-04-09 22:03:21 -04:00
Anna
140b99d47d Implemented Retweet api, and removed the update_window from update_status because twitter's post delay is too long for that to be feasible 2010-04-09 18:18:34 -04:00
Anna
a61af65195 Theoretically fixed the reply button. Don't want to annoy anyone by checking right now. 2010-04-09 17:45:21 -04:00
Anna
23573bc648 Began implementation of reply button 2010-04-09 01:08:32 -04:00
Anna
8021d05ade Pulled tweet data into a separate class, added reply and retweet buttons that don't work quite yet 2010-04-09 00:56:51 -04:00
Anna
30f94e52c6 Use set_markup instead of set_text 2010-04-09 00:12:39 -04:00