Commit Graph

  • c2aae17e5b Made retweets threaded Anna 2010-05-19 00:04:01 -0400
  • 08dd6957ff Documentation updates Anna 2010-05-18 18:05:27 -0400
  • cc99e36ed3 Made posting an update a threaded action Anna 2010-05-18 17:41:32 -0400
  • 8764cc77c3 Made @names into clickable links that load the user tab Anna 2010-05-18 16:26:32 -0400
  • dad6c68159 doc update Anna 2010-05-18 15:34:06 -0400
  • 6e881a4f38 Improve handling for marking tweets read Anna 2010-05-18 15:33:39 -0400
  • d0c7bd6443 Make pane name for conversations just 'conversation' Anna 2010-05-18 14:26:55 -0400
  • c3ac07a693 Made conversations work correctly Anna 2010-05-18 14:23:17 -0400
  • 7a5ae9235e Fixed error with profile images in DMs Anna 2010-05-18 12:29:07 -0400
  • 3357249d28 Initial commit of 'conversation' button... needs a lot of work still Anna 2010-05-18 12:26:31 -0400
  • 0ead5932a5 Fixed a problem with results from the Search API not getting the 'in reply to' button functionality Anna 2010-05-18 11:28:18 -0400
  • 86af5ede96 moved add_to_cache to avcache.py and added the profile_image_url to results from searches and dms Anna 2010-05-18 10:50:15 -0400
  • 324bd13120 Default to window size from last session, added -n option to suppress. Apparently introduced some weird race condition that is causing start-up segfaults again, but it is very intermittent Anna 2010-05-17 23:58:45 -0400
  • 39f5d216e4 Only update new pane when adding a pane to the notebook Anna 2010-05-17 22:47:57 -0400
  • f85189712b Fixed bug that presented text from the wrong tweets sometimes Anna 2010-05-17 22:32:36 -0400
  • 28053d3961 Documentation update Anna 2010-05-17 17:55:34 -0400
  • ebf6ec6e22 Added avatar support Anna 2010-05-17 17:31:42 -0400
  • 522a522129 Laid groundwork for displaying avatar images Anna 2010-05-17 11:24:32 -0400
  • 0c280eeb4d Merging in multithread branch now that it is stable enough Anna 2010-05-12 11:41:14 -0400
  • df901febbd Fixed a race condition. Vroom Anna 2010-05-11 22:09:54 -0400
  • 8b56ed2dcf Fixed reply_id not getting sent to the twitter API Anna 2010-05-11 18:15:18 -0400
  • a8abc21dd6 Threaded the calls to GetUserList, so that the View menu is populated asynchronously and startup time can be faster. Anna 2010-05-11 17:38:26 -0400
  • b6a71b594a Removed unnecessary hide() function Anna 2010-05-07 17:44:47 -0400
  • b43bc3ccea Made handlers for following and verified setting work correctly Anna 2010-05-06 18:00:12 -0400
  • 44e1a39afe Implemented handler for the new signals, but there's a problem when the active tab is closed... Anna 2010-05-06 16:28:24 -0400
  • 9809e5a96a Added signals for TweetPane setting following or verified Anna 2010-05-06 14:19:28 -0400
  • fe1b1cabf2 Did some ApiThread refactoring, made the refresh button only refresh the current pane, and helped child threads die on exit Anna 2010-05-06 13:18:02 -0400
  • d2cf7c2ff5 Added some messages to panes that display while data is still loading, or when there are errors or no data Anna 2010-05-04 18:12:37 -0400
  • f37246f30b Added error handling when API calls timeout Anna 2010-05-04 14:32:43 -0400
  • 6044fa27d2 Added locking and moved work around / reduced repeat work at startup. Should clear up segfaults and improve startup time Anna 2010-05-04 11:03:32 -0400
  • 7cce83c0f3 Broken commit, see new bug in TODO for details. Summary: new segfault at launch Anna 2010-04-27 16:21:21 -0400
  • 5ab60f1278 Wrapped gtk.main() in threading code. This should fix the startup segfaults Anna 2010-04-27 14:53:07 -0400
  • f838d9a61e Documentation updates Anna 2010-04-26 01:00:12 -0400
  • 5b85ca65f4 Threading makes some ugliness happen before the tweets are ready... this fixes that Anna 2010-04-22 16:22:09 -0400
  • 1f16b491fa Removed now-useless debug statements Anna 2010-04-22 15:33:11 -0400
  • b9965dc75c Added a little locking, seems to have fixed the segmentation fault Anna 2010-04-22 15:13:49 -0400
  • 45b374f24f First stab at implementing threads... seems to work okay, then suddenly segfaults Anna 2010-04-22 14:57:27 -0400
  • 65cda92f56 Added bug to TODO Anna 2010-04-22 11:45:18 -0400
  • 4eaf2549c2 Updated todo list Anna 2010-04-22 10:59:08 -0400
  • 8aed298bdc Updated documentation Anna 2010-04-21 16:04:14 -0400
  • eae7eea964 Keyboard shortcuts for moving between tabs now work correctly Anna 2010-04-21 15:36:23 -0400
  • a260d25fd6 Added logic to create and put some defaults into a config file, if one is not found. And an error message if the account section is missing. Anna 2010-04-21 14:30:36 -0400
  • e056cd76b4 More documentation updates Anna 2010-04-21 13:59:26 -0400
  • d58a1c6f6e Updated documentation Anna 2010-04-21 13:58:15 -0400
  • ec22042a31 Made Ctrl + Tab work, changed default config file to ~/.mytwitter.conf Anna 2010-04-21 13:53:23 -0400
  • cd9bfee223 Fixed restoring last open tab Anna 2010-04-21 11:56:17 -0400
  • 3bda037e2a Initial work on remembering active page between sessions - remembers the page num correctly, but doesn't seem to set it properly Anna 2010-04-21 11:16:41 -0400
  • e213313b58 Changed a patch name Anna 2010-04-21 10:26:38 -0400
  • 26af23b37c Partially fixed names in DMs Anna 2010-04-21 10:20:03 -0400
  • 5c7798398b Made tabs reorderable, and added code to persist the ordering changes Anna 2010-04-21 10:01:59 -0400
  • 5220961620 Various fixes for lists and open tabs Anna 2010-04-20 16:42:30 -0400
  • 97daaedf6c Handled more error cases gracefully Anna 2010-04-20 15:49:33 -0400
  • 7d9f8f8d7f Handle some edge cases elegantly Anna 2010-04-20 15:43:06 -0400
  • 7016229885 Basic multiple account support now functioning Anna 2010-04-20 15:10:47 -0400
  • cee3ab8897 Added support for account sections in config file... multiple account sections are supported. Currently, only the first one is used. Anna 2010-04-20 14:04:13 -0400
  • 05e876a852 Added drop-down box to select between multiple accounts Anna 2010-04-20 12:31:06 -0400
  • a9f52456a1 Added some padding around widgets Anna 2010-04-20 12:27:50 -0400
  • c0e2bc834e Added persistence to open tabs - open tabs will be open next time the program is launched Anna 2010-04-19 10:53:28 -0400
  • c9317af7e8 Set up shelve module so that we can persist some UI info Anna 2010-04-16 22:44:22 -0400
  • 6bde20333f Added Verified Account label to verified accounts Anna 2010-04-16 17:32:17 -0400
  • d47b12124f Added support for Direct Messages view Anna 2010-04-16 15:10:33 -0400
  • 2ae8eb11e6 Bound Ctrl+W to close the current pane Anna 2010-04-16 14:39:37 -0400
  • e605e5333f Fixed in-reply-to links Anna 2010-04-16 11:29:56 -0400
  • 213b3ce9ac Improved handling of clicking a username / @ feed / searching / etc for a tab that's already open Anna 2010-04-15 23:02:14 -0400
  • a1a0da7059 Added an @ button for user panes that loads up an @user pane Anna 2010-04-15 23:00:35 -0400
  • cdfb5f35f5 Moved View menu to the left of Help menu Anna 2010-04-15 22:53:27 -0400
  • 609b41da97 Added todo list Anna 2010-04-15 22:53:16 -0400
  • 990b3f81d2 Eliminated dupe searches, and made Home and @user work from the View menu... I seem to have broken 'in reply to' links though Anna 2010-04-15 22:43:48 -0400
  • 522edc30cb Turned user names into clickable buttons that summon up a pane for that user Anna 2010-04-15 22:37:13 -0400
  • d4fc2faf78 Fixed up status class, allow urls to partially work Anna 2010-04-15 21:38:20 -0400
  • 66fb5b3dc6 Removed now useless debug statement Anna 2010-04-15 00:08:12 -0400
  • 7d997b16f0 config file can now be read in with a command-line option Anna 2010-04-15 00:05:49 -0400
  • 7670ba9e6b Began adding handling for command-line options Anna 2010-04-14 17:58:52 -0400
  • 5f75520380 Added right-click labels to the pane tabs, and a follow/unfollow button. It still seems to work inconsistently. Anna 2010-04-14 14:24:40 -0400
  • 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. Anna 2010-04-14 12:54:03 -0400
  • bf23f6e3fc Factored mytwitter into two modules to be cleaner Anna 2010-04-14 11:03:20 -0400
  • 2f2a4d926d Refactored TweetPane and MyTwitter to be more loosely coupled Anna 2010-04-14 10:58:16 -0400
  • 9100d8493b Single tweets are now nicely formatted Anna 2010-04-13 17:35:27 -0400
  • 46cf4d51f1 in reply to text is now a clickable button that loads a single pane... still some formatting work to deal with there Anna 2010-04-13 17:32:04 -0400
  • 290d553c3e Improved single-tweet pane framework Anna 2010-04-13 16:56:33 -0400
  • 7d22a9e4ad Added framework for loading a sigle tweet into a pane. Nothing currently employs this framework, however Anna 2010-04-13 16:55:26 -0400
  • dd10342781 fixed documentation, full hyperlink support will wait for pygtk 2.18 Anna 2010-04-13 16:43:00 -0400
  • 483758a968 Changed the url-handling code, which can probably be made to work if pygtk can be convinced to give up the current uri Anna 2010-04-13 16:38:50 -0400
  • ed500d1dc0 Compartmentalized use of CloseTabLabel into TweetPane, and improved handling of unread count text Anna 2010-04-13 14:49:08 -0400
  • bbe43d2131 Moved reply and retweet buttons, and added 'in reply to' text Anna 2010-04-13 13:20:24 -0400
  • f48d5accaf Clicking the tab label should now mark that pane as read Anna 2010-04-12 22:30:09 -0400
  • 0a9669e84a After some heinous, dirty hacking, we can search for hashtags and @replies on arbitrary users Anna 2010-04-12 22:10:51 -0400
  • d07406150b Added a search box... will search for and display a user feed... still working on hashtag search support Anna 2010-04-12 17:58:00 -0400
  • 398a6acabe Removed now useless debug message Anna 2010-04-12 17:27:40 -0400
  • 2c9bd993b6 Added support in update_windows for 'user:' and #search_term... no way to actually search by these yet Anna 2010-04-12 17:27:15 -0400
  • 7f287e1681 Made continuous updates happen Anna 2010-04-12 17:21:14 -0400
  • b06432a6d8 Updated a stub function to be more stubby Anna 2010-04-12 17:13:13 -0400
  • 847629f2b6 New posts now become 'read' once their tab is activated, or clicked inside of, etc... Anna 2010-04-12 17:12:11 -0400
  • 2f57d64901 Number of new tweets shown in label text Anna 2010-04-12 16:53:03 -0400
  • f0193d80a8 Factored tab labels into new class Anna 2010-04-12 16:31:38 -0400
  • e68841b71a Added functionality to close tabs Anna 2010-04-12 15:34:45 -0400
  • f7eb9993dc Selecting lists in View menu now works Anna 2010-04-12 15:19:09 -0400
  • 6cc19e1087 Implemented lists in View menu instead of a ComboBoxEntry Anna 2010-04-12 14:50:04 -0400
  • 72d17a5de1 Single feed in a tab now working Anna 2010-04-12 14:28:39 -0400
  • bb262a7970 Started adding tabbed panes so multiple feeds / filters can be seen... currently, just managed to break everything Anna 2010-04-12 14:11:27 -0400