589879686fChanged latest tweet system so that tweets must be explicitly set read... last_read_tweet doesn't automatically update in update_window
Anna
2010-04-11 21:14:24 -0400
1167e3e910New tweets get a different background color... need a better way to determine when they are no longer new, though
Anna
2010-04-11 21:07:37 -0400
c0b1f5b85dResized the root window a bit, for bigger fonts and smaller resolutions
Anna
2010-04-11 20:09:41 -0400
8fc21161b3Fixed the gtk version checks
Anna
2010-04-11 20:01:45 -0400
7c06ad8c40Cleaned up handling of status bar messages
Anna
2010-04-11 01:44:44 -0400
a06d47cfccImplemented status bar messages for new tweets, and for successfully posting a tweet.
Anna
2010-04-11 01:37:09 -0400
215b84a3feConnected return key in status entry to actually post the update
Anna
2010-04-11 01:19:25 -0400
f65b743b32Replaced complicated GetReplies stuff with a simple implementation of GetMentions
Anna
2010-04-11 01:10:45 -0400
7f0b7c8c3bGetReplies 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...
Anna
2010-04-11 00:58:52 -0400
67d2ccabe3The List of lists is now sorted nicely
Anna
2010-04-11 00:45:41 -0400
1c92c34dd9Added functionality to get retweets in the home timeline, fixing the missing tweet problem (partially)
Anna
2010-04-11 00:42:44 -0400
3e41885bbeWe now get the correct number of entries for the lists
Anna
2010-04-11 00:25:36 -0400
410a0ff69dOops, those should have been raw strings
Anna
2010-04-11 00:22:37 -0400
cfbae74cffAdded 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
Anna
2010-04-11 00:21:18 -0400
b22e80c915First, unsuccessful attempt at making links work
Anna
2010-04-10 13:21:52 -0400
6282ecc053Fixed hyperlink regex
Anna
2010-04-10 13:06:01 -0400
17b74769e5Clear statuses that aren't changed when switching to a different list
Anna
2010-04-10 13:01:31 -0400
5fbfb01c85Improved the GetListStatuses patch
Anna
2010-04-10 11:03:33 -0400
63160e12d0Corrected error in README
Anna
2010-04-10 10:22:49 -0400
12faf53b63First stab at implementing hyperlinks. Should work in gtk 2.18+, but can't test right now.
Anna
2010-04-09 22:03:21 -0400
140b99d47dImplemented Retweet api, and removed the update_window from update_status because twitter's post delay is too long for that to be feasible
Anna
2010-04-09 18:18:34 -0400
a61af65195Theoretically fixed the reply button. Don't want to annoy anyone by checking right now.
Anna
2010-04-09 17:45:21 -0400
23573bc648Began implementation of reply button
Anna
2010-04-09 01:08:32 -0400
8021d05adePulled tweet data into a separate class, added reply and retweet buttons that don't work quite yet
Anna
2010-04-09 00:56:51 -0400
30f94e52c6Use set_markup instead of set_text
Anna
2010-04-09 00:12:39 -0400
924f9357bacleaned up the appearance of the tweets so that they can be distinguished from one another
Anna
2010-04-09 00:05:47 -0400
e4c4b493efBound main window hide to close the application for now.
Anna
2010-04-08 23:41:12 -0400
ed223ad860Fixed buttons by handling clicked instead of activate
Anna
2010-04-08 17:19:45 -0400
55546a9a5eNow support viewing lists, some general code cleanup also done.
Anna
2010-04-08 17:07:27 -0400
5dae37a260Saw the error of my ways, now using pyGtk with libglade
Anna
2010-04-08 16:39:56 -0400
50b9ad477bBegan conversion from Tkinter to wxPython, because Tkinter fails at too many things. Code is currently broken
Anna
2010-04-08 15:12:57 -0400
21fcf25544Dates now print cleanly in local timezone. Probably breaks around DST changes, but oh well; python sucks at time localization
Anna
2010-04-08 11:31:58 -0400
9e1d7b0630Updated documentation
Anna
2010-04-08 10:56:21 -0400
06f571767eStarted working on formatting the post timestamps
Anna
2010-04-08 01:17:21 -0400
928b75ab95Added some new bindings
Anna
2010-04-07 15:57:34 -0400
4906fa7fe7Bound global bindings in a saner fashion, added tweet character counter and error checker for tweets > 140 characters
Anna
2010-04-07 15:54:54 -0400
c84fcb19feAdded timestamp to tweets... no formatting yet though
Anna
2010-04-07 15:01:05 -0400
1ab585954fConfigurated some variables
Anna
2010-04-07 14:47:16 -0400
0b76168037Added a refresh button, and did some changes to the layout: still working on making those look nice
Anna
2010-04-07 14:41:19 -0400
a63f51764fAdded some keybindings, cleaned up others, made the update button work correctly
Anna
2010-04-07 14:17:57 -0400
85436f093dCleaned up the app's appearance, although used a hack to do it...
Anna
2010-04-07 14:07:26 -0400
75360e053dMade scrolling work
Anna
2010-04-07 13:21:55 -0400
50d23fee0fReplaced hard-coded username and password with code to read from a config file. And yes, I've already changed the password. Bah.
Anna
2010-04-07 13:17:21 -0400
b74b992ad7Initial stab at scrollwheel functionality - not quite working yet
Anna
2010-04-07 13:07:26 -0400
db1cdda40bAdded readme and necessary patch for python-twitter
Anna
2010-04-07 12:54:40 -0400
3cc9e68645Initial commit
Anna
2010-04-06 23:05:51 -0400