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 -04:00
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 -04:00
c0b1f5b85dResized the root window a bit, for bigger fonts and smaller resolutions
Anna
2010-04-11 20:09:41 -04:00
8fc21161b3Fixed the gtk version checks
Anna
2010-04-11 20:01:45 -04:00
7c06ad8c40Cleaned up handling of status bar messages
Anna
2010-04-11 01:44:44 -04:00
a06d47cfccImplemented status bar messages for new tweets, and for successfully posting a tweet.
Anna
2010-04-11 01:37:09 -04:00
215b84a3feConnected return key in status entry to actually post the update
Anna
2010-04-11 01:19:25 -04:00
f65b743b32Replaced complicated GetReplies stuff with a simple implementation of GetMentions
Anna
2010-04-11 01:10:45 -04:00
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 -04:00
67d2ccabe3The List of lists is now sorted nicely
Anna
2010-04-11 00:45:41 -04:00
1c92c34dd9Added functionality to get retweets in the home timeline, fixing the missing tweet problem (partially)
Anna
2010-04-11 00:42:44 -04:00
3e41885bbeWe now get the correct number of entries for the lists
Anna
2010-04-11 00:25:36 -04:00
410a0ff69dOops, those should have been raw strings
Anna
2010-04-11 00:22:37 -04:00
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 -04:00
b22e80c915First, unsuccessful attempt at making links work
Anna
2010-04-10 13:21:52 -04:00
6282ecc053Fixed hyperlink regex
Anna
2010-04-10 13:06:01 -04:00
17b74769e5Clear statuses that aren't changed when switching to a different list
Anna
2010-04-10 13:01:31 -04:00
5fbfb01c85Improved the GetListStatuses patch
Anna
2010-04-10 11:03:33 -04:00
63160e12d0Corrected error in README
Anna
2010-04-10 10:22:49 -04:00
12faf53b63First stab at implementing hyperlinks. Should work in gtk 2.18+, but can't test right now.
Anna
2010-04-09 22:03:21 -04:00
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 -04:00
a61af65195Theoretically fixed the reply button. Don't want to annoy anyone by checking right now.
Anna
2010-04-09 17:45:21 -04:00
23573bc648Began implementation of reply button
Anna
2010-04-09 01:08:32 -04:00
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 -04:00
30f94e52c6Use set_markup instead of set_text
Anna
2010-04-09 00:12:39 -04:00
924f9357bacleaned up the appearance of the tweets so that they can be distinguished from one another
Anna
2010-04-09 00:05:47 -04:00
e4c4b493efBound main window hide to close the application for now.
Anna
2010-04-08 23:41:12 -04:00
ed223ad860Fixed buttons by handling clicked instead of activate
Anna
2010-04-08 17:19:45 -04:00
55546a9a5eNow support viewing lists, some general code cleanup also done.
Anna
2010-04-08 17:07:27 -04:00
5dae37a260Saw the error of my ways, now using pyGtk with libglade
Anna
2010-04-08 16:39:56 -04:00
50b9ad477bBegan conversion from Tkinter to wxPython, because Tkinter fails at too many things. Code is currently broken
Anna
2010-04-08 15:12:57 -04:00
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 -04:00
9e1d7b0630Updated documentation
Anna
2010-04-08 10:56:21 -04:00
06f571767eStarted working on formatting the post timestamps
Anna
2010-04-08 01:17:21 -04:00
928b75ab95Added some new bindings
Anna
2010-04-07 15:57:34 -04:00
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 -04:00
c84fcb19feAdded timestamp to tweets... no formatting yet though
Anna
2010-04-07 15:01:05 -04:00
1ab585954fConfigurated some variables
Anna
2010-04-07 14:47:16 -04:00
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 -04:00
a63f51764fAdded some keybindings, cleaned up others, made the update button work correctly
Anna
2010-04-07 14:17:57 -04:00
85436f093dCleaned up the app's appearance, although used a hack to do it...
Anna
2010-04-07 14:07:26 -04:00
75360e053dMade scrolling work
Anna
2010-04-07 13:21:55 -04:00
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 -04:00
b74b992ad7Initial stab at scrollwheel functionality - not quite working yet
Anna
2010-04-07 13:07:26 -04:00
db1cdda40bAdded readme and necessary patch for python-twitter
Anna
2010-04-07 12:54:40 -04:00
3cc9e68645Initial commit
Anna
2010-04-06 23:05:51 -04:00