Anna
|
5f75520380
|
Added right-click labels to the pane tabs, and a follow/unfollow button. It still seems to work inconsistently.
|
2010-04-14 14:24:40 -04:00 |
|
Anna
|
d572d8b8e9
|
Added some logic to TweetPane to track whether the pane is displaying a user's feed, and if so whether we are currently following that user.
|
2010-04-14 12:54:03 -04:00 |
|
Anna
|
bf23f6e3fc
|
Factored mytwitter into two modules to be cleaner
|
2010-04-14 11:03:20 -04:00 |
|
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
|
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
|
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
|
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
|
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 |
|
Anna
|
924f9357ba
|
cleaned up the appearance of the tweets so that they can be distinguished from one another
|
2010-04-09 00:05:47 -04:00 |
|
Anna
|
ed223ad860
|
Fixed buttons by handling clicked instead of activate
|
2010-04-08 17:19:45 -04:00 |
|
Anna
|
55546a9a5e
|
Now support viewing lists, some general code cleanup also done.
|
2010-04-08 17:07:27 -04:00 |
|
Anna
|
5dae37a260
|
Saw the error of my ways, now using pyGtk with libglade
|
2010-04-08 16:39:56 -04:00 |
|
Anna
|
50b9ad477b
|
Began conversion from Tkinter to wxPython, because Tkinter fails at too many things. Code is currently broken
|
2010-04-08 15:12:57 -04:00 |
|
Anna
|
21fcf25544
|
Dates now print cleanly in local timezone. Probably breaks around DST changes, but oh well; python sucks at time localization
|
2010-04-08 11:31:58 -04:00 |
|
Anna
|
06f571767e
|
Started working on formatting the post timestamps
|
2010-04-08 01:17:21 -04:00 |
|
Anna
|
928b75ab95
|
Added some new bindings
|
2010-04-07 15:57:34 -04:00 |
|
Anna
|
4906fa7fe7
|
Bound global bindings in a saner fashion, added tweet character counter and error checker for tweets > 140 characters
|
2010-04-07 15:54:54 -04:00 |
|
Anna
|
c84fcb19fe
|
Added timestamp to tweets... no formatting yet though
|
2010-04-07 15:01:05 -04:00 |
|
Anna
|
1ab585954f
|
Configurated some variables
|
2010-04-07 14:47:16 -04:00 |
|
Anna
|
0b76168037
|
Added a refresh button, and did some changes to the layout: still working on making those look nice
|
2010-04-07 14:41:19 -04:00 |
|
Anna
|
a63f51764f
|
Added some keybindings, cleaned up others, made the update button work correctly
|
2010-04-07 14:17:57 -04:00 |
|
Anna
|
85436f093d
|
Cleaned up the app's appearance, although used a hack to do it...
|
2010-04-07 14:07:26 -04:00 |
|
Anna
|
75360e053d
|
Made scrolling work
|
2010-04-07 13:21:55 -04:00 |
|
Anna
|
50d23fee0f
|
Replaced hard-coded username and password with code to read from a config file. And yes, I've already changed the password. Bah.
|
2010-04-07 13:17:21 -04:00 |
|
Anna
|
b74b992ad7
|
Initial stab at scrollwheel functionality - not quite working yet
|
2010-04-07 13:07:26 -04:00 |
|
Anna
|
3cc9e68645
|
Initial commit
|
2010-04-06 23:05:51 -04:00 |
|