c2aae17e5bMade retweets threaded
Anna
2010-05-19 00:04:01 -0400
08dd6957ffDocumentation updates
Anna
2010-05-18 18:05:27 -0400
cc99e36ed3Made posting an update a threaded action
Anna
2010-05-18 17:41:32 -0400
8764cc77c3Made @names into clickable links that load the user tab
Anna
2010-05-18 16:26:32 -0400
dad6c68159doc update
Anna
2010-05-18 15:34:06 -0400
6e881a4f38Improve handling for marking tweets read
Anna
2010-05-18 15:33:39 -0400
d0c7bd6443Make pane name for conversations just 'conversation'
Anna
2010-05-18 14:26:55 -0400
c3ac07a693Made conversations work correctly
Anna
2010-05-18 14:23:17 -0400
7a5ae9235eFixed error with profile images in DMs
Anna
2010-05-18 12:29:07 -0400
3357249d28Initial commit of 'conversation' button... needs a lot of work still
Anna
2010-05-18 12:26:31 -0400
0ead5932a5Fixed a problem with results from the Search API not getting the 'in reply to' button functionality
Anna
2010-05-18 11:28:18 -0400
86af5ede96moved 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
324bd13120Default 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
39f5d216e4Only update new pane when adding a pane to the notebook
Anna
2010-05-17 22:47:57 -0400
f85189712bFixed bug that presented text from the wrong tweets sometimes
Anna
2010-05-17 22:32:36 -0400
28053d3961Documentation update
Anna
2010-05-17 17:55:34 -0400
ebf6ec6e22Added avatar support
Anna
2010-05-17 17:31:42 -0400
522a522129Laid groundwork for displaying avatar images
Anna
2010-05-17 11:24:32 -0400
0c280eeb4dMerging in multithread branch now that it is stable enough
Anna
2010-05-12 11:41:14 -0400
df901febbdFixed a race condition. Vroom
Anna
2010-05-11 22:09:54 -0400
8b56ed2dcfFixed reply_id not getting sent to the twitter API
Anna
2010-05-11 18:15:18 -0400
a8abc21dd6Threaded 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
b6a71b594aRemoved unnecessary hide() function
Anna
2010-05-07 17:44:47 -0400
b43bc3cceaMade handlers for following and verified setting work correctly
Anna
2010-05-06 18:00:12 -0400
44e1a39afeImplemented handler for the new signals, but there's a problem when the active tab is closed...
Anna
2010-05-06 16:28:24 -0400
9809e5a96aAdded signals for TweetPane setting following or verified
Anna
2010-05-06 14:19:28 -0400
fe1b1cabf2Did 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
d2cf7c2ff5Added 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
f37246f30bAdded error handling when API calls timeout
Anna
2010-05-04 14:32:43 -0400
6044fa27d2Added 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
7cce83c0f3Broken commit, see new bug in TODO for details. Summary: new segfault at launch
Anna
2010-04-27 16:21:21 -0400
5ab60f1278Wrapped gtk.main() in threading code. This should fix the startup segfaults
Anna
2010-04-27 14:53:07 -0400
f838d9a61eDocumentation updates
Anna
2010-04-26 01:00:12 -0400
5b85ca65f4Threading makes some ugliness happen before the tweets are ready... this fixes that
Anna
2010-04-22 16:22:09 -0400
1f16b491faRemoved now-useless debug statements
Anna
2010-04-22 15:33:11 -0400
b9965dc75cAdded a little locking, seems to have fixed the segmentation fault
Anna
2010-04-22 15:13:49 -0400
45b374f24fFirst stab at implementing threads... seems to work okay, then suddenly segfaults
Anna
2010-04-22 14:57:27 -0400
65cda92f56Added bug to TODO
Anna
2010-04-22 11:45:18 -0400
4eaf2549c2Updated todo list
Anna
2010-04-22 10:59:08 -0400
8aed298bdcUpdated documentation
Anna
2010-04-21 16:04:14 -0400
eae7eea964Keyboard shortcuts for moving between tabs now work correctly
Anna
2010-04-21 15:36:23 -0400
a260d25fd6Added 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
e056cd76b4More documentation updates
Anna
2010-04-21 13:59:26 -0400
d58a1c6f6eUpdated documentation
Anna
2010-04-21 13:58:15 -0400
ec22042a31Made Ctrl + Tab work, changed default config file to ~/.mytwitter.conf
Anna
2010-04-21 13:53:23 -0400
cd9bfee223Fixed restoring last open tab
Anna
2010-04-21 11:56:17 -0400
3bda037e2aInitial 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
e213313b58Changed a patch name
Anna
2010-04-21 10:26:38 -0400
26af23b37cPartially fixed names in DMs
Anna
2010-04-21 10:20:03 -0400
5c7798398bMade tabs reorderable, and added code to persist the ordering changes
Anna
2010-04-21 10:01:59 -0400
5220961620Various fixes for lists and open tabs
Anna
2010-04-20 16:42:30 -0400
97daaedf6cHandled more error cases gracefully
Anna
2010-04-20 15:49:33 -0400
7d9f8f8d7fHandle some edge cases elegantly
Anna
2010-04-20 15:43:06 -0400
7016229885Basic multiple account support now functioning
Anna
2010-04-20 15:10:47 -0400
cee3ab8897Added 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
05e876a852Added drop-down box to select between multiple accounts
Anna
2010-04-20 12:31:06 -0400
a9f52456a1Added some padding around widgets
Anna
2010-04-20 12:27:50 -0400
c0e2bc834eAdded persistence to open tabs - open tabs will be open next time the program is launched
Anna
2010-04-19 10:53:28 -0400
c9317af7e8Set up shelve module so that we can persist some UI info
Anna
2010-04-16 22:44:22 -0400
6bde20333fAdded Verified Account label to verified accounts
Anna
2010-04-16 17:32:17 -0400
d47b12124fAdded support for Direct Messages view
Anna
2010-04-16 15:10:33 -0400
2ae8eb11e6Bound Ctrl+W to close the current pane
Anna
2010-04-16 14:39:37 -0400
e605e5333fFixed in-reply-to links
Anna
2010-04-16 11:29:56 -0400
213b3ce9acImproved handling of clicking a username / @ feed / searching / etc for a tab that's already open
Anna
2010-04-15 23:02:14 -0400
a1a0da7059Added an @ button for user panes that loads up an @user pane
Anna
2010-04-15 23:00:35 -0400
cdfb5f35f5Moved View menu to the left of Help menu
Anna
2010-04-15 22:53:27 -0400
609b41da97Added todo list
Anna
2010-04-15 22:53:16 -0400
990b3f81d2Eliminated 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
522edc30cbTurned user names into clickable buttons that summon up a pane for that user
Anna
2010-04-15 22:37:13 -0400
d4fc2faf78Fixed up status class, allow urls to partially work
Anna
2010-04-15 21:38:20 -0400
66fb5b3dc6Removed now useless debug statement
Anna
2010-04-15 00:08:12 -0400
7d997b16f0config file can now be read in with a command-line option
Anna
2010-04-15 00:05:49 -0400
7670ba9e6bBegan adding handling for command-line options
Anna
2010-04-14 17:58:52 -0400
5f75520380Added 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
d572d8b8e9Added 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
bf23f6e3fcFactored mytwitter into two modules to be cleaner
Anna
2010-04-14 11:03:20 -0400
2f2a4d926dRefactored TweetPane and MyTwitter to be more loosely coupled
Anna
2010-04-14 10:58:16 -0400
9100d8493bSingle tweets are now nicely formatted
Anna
2010-04-13 17:35:27 -0400
46cf4d51f1in 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
290d553c3eImproved single-tweet pane framework
Anna
2010-04-13 16:56:33 -0400
7d22a9e4adAdded framework for loading a sigle tweet into a pane. Nothing currently employs this framework, however
Anna
2010-04-13 16:55:26 -0400
dd10342781fixed documentation, full hyperlink support will wait for pygtk 2.18
Anna
2010-04-13 16:43:00 -0400
483758a968Changed 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
ed500d1dc0Compartmentalized use of CloseTabLabel into TweetPane, and improved handling of unread count text
Anna
2010-04-13 14:49:08 -0400
bbe43d2131Moved reply and retweet buttons, and added 'in reply to' text
Anna
2010-04-13 13:20:24 -0400
f48d5accafClicking the tab label should now mark that pane as read
Anna
2010-04-12 22:30:09 -0400
0a9669e84aAfter some heinous, dirty hacking, we can search for hashtags and @replies on arbitrary users
Anna
2010-04-12 22:10:51 -0400
d07406150bAdded 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
398a6acabeRemoved now useless debug message
Anna
2010-04-12 17:27:40 -0400
2c9bd993b6Added 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
7f287e1681Made continuous updates happen
Anna
2010-04-12 17:21:14 -0400
b06432a6d8Updated a stub function to be more stubby
Anna
2010-04-12 17:13:13 -0400
847629f2b6New posts now become 'read' once their tab is activated, or clicked inside of, etc...
Anna
2010-04-12 17:12:11 -0400
2f57d64901Number of new tweets shown in label text
Anna
2010-04-12 16:53:03 -0400
f0193d80a8Factored tab labels into new class
Anna
2010-04-12 16:31:38 -0400
e68841b71aAdded functionality to close tabs
Anna
2010-04-12 15:34:45 -0400
f7eb9993dcSelecting lists in View menu now works
Anna
2010-04-12 15:19:09 -0400
6cc19e1087Implemented lists in View menu instead of a ComboBoxEntry
Anna
2010-04-12 14:50:04 -0400
72d17a5de1Single feed in a tab now working
Anna
2010-04-12 14:28:39 -0400
bb262a7970Started adding tabbed panes so multiple feeds / filters can be seen... currently, just managed to break everything
Anna
2010-04-12 14:11:27 -0400