Commit Graph

  • 589879686f Changed 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
  • 1167e3e910 New 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
  • c0b1f5b85d Resized the root window a bit, for bigger fonts and smaller resolutions Anna 2010-04-11 20:09:41 -0400
  • 8fc21161b3 Fixed the gtk version checks Anna 2010-04-11 20:01:45 -0400
  • 7c06ad8c40 Cleaned up handling of status bar messages Anna 2010-04-11 01:44:44 -0400
  • a06d47cfcc Implemented status bar messages for new tweets, and for successfully posting a tweet. Anna 2010-04-11 01:37:09 -0400
  • 215b84a3fe Connected return key in status entry to actually post the update Anna 2010-04-11 01:19:25 -0400
  • f65b743b32 Replaced complicated GetReplies stuff with a simple implementation of GetMentions Anna 2010-04-11 01:10:45 -0400
  • 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... Anna 2010-04-11 00:58:52 -0400
  • 67d2ccabe3 The List of lists is now sorted nicely Anna 2010-04-11 00:45:41 -0400
  • 1c92c34dd9 Added functionality to get retweets in the home timeline, fixing the missing tweet problem (partially) Anna 2010-04-11 00:42:44 -0400
  • 3e41885bbe We now get the correct number of entries for the lists Anna 2010-04-11 00:25:36 -0400
  • 410a0ff69d Oops, those should have been raw strings Anna 2010-04-11 00:22:37 -0400
  • 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 Anna 2010-04-11 00:21:18 -0400
  • b22e80c915 First, unsuccessful attempt at making links work Anna 2010-04-10 13:21:52 -0400
  • 6282ecc053 Fixed hyperlink regex Anna 2010-04-10 13:06:01 -0400
  • 17b74769e5 Clear statuses that aren't changed when switching to a different list Anna 2010-04-10 13:01:31 -0400
  • 5fbfb01c85 Improved the GetListStatuses patch Anna 2010-04-10 11:03:33 -0400
  • 74b42441dc Changed retweet API to use the patch from http://code.google.com/p/python-twitter/issues/detail?id=130 for consistency. Anna 2010-04-10 10:46:51 -0400
  • 63160e12d0 Corrected error in README Anna 2010-04-10 10:22:49 -0400
  • 12faf53b63 First stab at implementing hyperlinks. Should work in gtk 2.18+, but can't test right now. Anna 2010-04-09 22:03:21 -0400
  • 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 Anna 2010-04-09 18:18:34 -0400
  • a61af65195 Theoretically fixed the reply button. Don't want to annoy anyone by checking right now. Anna 2010-04-09 17:45:21 -0400
  • 23573bc648 Began implementation of reply button Anna 2010-04-09 01:08:32 -0400
  • 8021d05ade Pulled 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
  • 30f94e52c6 Use set_markup instead of set_text Anna 2010-04-09 00:12:39 -0400
  • 924f9357ba cleaned up the appearance of the tweets so that they can be distinguished from one another Anna 2010-04-09 00:05:47 -0400
  • e4c4b493ef Bound main window hide to close the application for now. Anna 2010-04-08 23:41:12 -0400
  • ed223ad860 Fixed buttons by handling clicked instead of activate Anna 2010-04-08 17:19:45 -0400
  • 55546a9a5e Now support viewing lists, some general code cleanup also done. Anna 2010-04-08 17:07:27 -0400
  • 5dae37a260 Saw the error of my ways, now using pyGtk with libglade Anna 2010-04-08 16:39:56 -0400
  • 50b9ad477b Began conversion from Tkinter to wxPython, because Tkinter fails at too many things. Code is currently broken Anna 2010-04-08 15:12:57 -0400
  • 21fcf25544 Dates 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
  • 9e1d7b0630 Updated documentation Anna 2010-04-08 10:56:21 -0400
  • 06f571767e Started working on formatting the post timestamps Anna 2010-04-08 01:17:21 -0400
  • 928b75ab95 Added some new bindings Anna 2010-04-07 15:57:34 -0400
  • 4906fa7fe7 Bound 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
  • c84fcb19fe Added timestamp to tweets... no formatting yet though Anna 2010-04-07 15:01:05 -0400
  • 1ab585954f Configurated some variables Anna 2010-04-07 14:47:16 -0400
  • 0b76168037 Added 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
  • a63f51764f Added some keybindings, cleaned up others, made the update button work correctly Anna 2010-04-07 14:17:57 -0400
  • 85436f093d Cleaned up the app's appearance, although used a hack to do it... Anna 2010-04-07 14:07:26 -0400
  • 75360e053d Made scrolling work Anna 2010-04-07 13:21:55 -0400
  • 50d23fee0f Replaced 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
  • b74b992ad7 Initial stab at scrollwheel functionality - not quite working yet Anna 2010-04-07 13:07:26 -0400
  • db1cdda40b Added readme and necessary patch for python-twitter Anna 2010-04-07 12:54:40 -0400
  • 3cc9e68645 Initial commit Anna 2010-04-06 23:05:51 -0400