a9b47bb1a4 
					 
					
						
						
							
							Tweets made from Rossiyskaya Gazeta don't break the tweets' viewer anymore  
						
						 
						
						
						
						
					 
					
						2016-03-28 17:35:00 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blake Oliver 
							
						 
					 
					
						
						
							
						
						f92e05ce72 
					 
					
						
						
							
							Fix an error where the geolocate dialog wasn't loading properly  
						
						 
						
						... 
						
						
						
						For some reason, a standard tweet dialog was being used to display this information, which comes along with spell check, translate, etc; functions a simple geolocate display box doesn't need.
The error was happening because the tweet show dialog was accepting (tweet, tweetList, is_tweet=True) as args, and the call to display the geodata was only providing geodata as tweet, and false as tweetList.
This method signature was erroring out because is_tweet was set to True by default; the False was being accepted as tweetList, which the method later tries to call __str__ which it doesn't have.
I could have just added the is_tweet keyword, but then I would need to change the signature so tweetList is set to none by default, update the method, bla, bla, bla. Too much work.
Instead I added another function in wxUI.commonMessageDialogs called view_geodata, which just accepts the data in question as an argument and displays that in a message box. 
						
						
					 
					
						2016-03-22 11:21:27 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9a7d39c125 
					 
					
						
						
							
							Don'w show relationship status if there is any relationship between user  
						
						 
						
						
						
						
					 
					
						2016-03-19 20:08:20 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7b22c7d0f8 
					 
					
						
						
							
							Added relationship information in user details dialogue.  
						
						 
						
						
						
						
					 
					
						2016-02-20 06:43:56 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eed3f81cb8 
					 
					
						
						
							
							Added a changelog html file  
						
						 
						
						
						
						
					 
					
						2016-02-02 09:30:13 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jose Manuel Delicado 
							
						 
					 
					
						
						
							
						
						46b46c4d6d 
					 
					
						
						
							
							Some important code fixes  
						
						 
						
						
						
						
					 
					
						2016-01-30 17:14:41 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						56b64e5c6d 
					 
					
						
						
							
							Added source in view tweet dialogue. @masonasons  
						
						 
						
						
						
						
					 
					
						2016-01-09 00:45:52 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b8cfd60c9e 
					 
					
						
						
							
							bugfix  
						
						 
						
						
						
						
					 
					
						2016-01-09 00:25:28 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						691a9ae17d 
					 
					
						
						
							
							Fixed remove_buffer and load_previous_items for friends and users timelines  
						
						 
						
						
						
						
					 
					
						2015-12-29 08:31:13 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						214b9a8809 
					 
					
						
						
							
							Fixed a bug with the restart_stream function  
						
						 
						
						
						
						
					 
					
						2015-12-28 09:05:09 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b4addf9329 
					 
					
						
						
							
							Add update buffer option to the menu bar  
						
						 
						
						
						
						
					 
					
						2015-12-26 23:34:19 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9d0c9cfdb5 
					 
					
						
						
							
							Don't get new items for people buffers  
						
						 
						
						
						
						
					 
					
						2015-12-26 23:28:46 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0afba81c71 
					 
					
						
						
							
							Update buffers by pressing ctrl+win+shift+u; workaround for dm issues  
						
						 
						
						
						
						
					 
					
						2015-12-26 09:02:08 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						00a4203e1a 
					 
					
						
						
							
							Switched to the microsoft translator  
						
						 
						
						
						
						
					 
					
						2015-12-23 09:48:50 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						65c353450e 
					 
					
						
						
							
							Improvements in the tweets' searched  
						
						 
						
						
						
						
					 
					
						2015-12-09 17:25:46 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2bfb53abe1 
					 
					
						
						
							
							Added showing followers and friends timelines  
						
						 
						
						
						
						
					 
					
						2015-12-09 11:51:37 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						67412125df 
					 
					
						
						
							
							Removed pocket related things  
						
						 
						
						
						
						
					 
					
						2015-11-28 09:54:58 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						105debe4da 
					 
					
						
						
							
							Fixed duplicated streams. Removed unneeded code for connection checkers  
						
						 
						
						
						
						
					 
					
						2015-11-23 10:30:23 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8e67ed025c 
					 
					
						
						
							
							Changed favourites for likes  
						
						 
						
						
						
						
					 
					
						2015-11-03 10:07:06 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7dfe2cbb5c 
					 
					
						
						
							
							Lists should work  
						
						 
						
						
						
						
					 
					
						2015-11-03 05:56:57 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e1b8d49af5 
					 
					
						
						
							
							manage_stream_errors will only delete the stream objects  
						
						 
						
						
						
						
					 
					
						2015-11-03 04:42:38 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e1d14b8c27 
					 
					
						
						
							
							Now conversation buffers are removed properly  
						
						 
						
						
						
						
					 
					
						2015-11-03 04:41:01 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						594b0cd546 
					 
					
						
						
							
							Translator is working properly again  
						
						 
						
						
						
						
					 
					
						2015-11-03 04:40:05 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6a4a3cc94e 
					 
					
						
						
							
							Cache com saved in data directory. Translation service restored  
						
						 
						
						
						
						
					 
					
						2015-10-31 20:57:21 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						503c65692d 
					 
					
						
						
							
							FFix for creating favourites timelines  
						
						 
						
						
						
						
					 
					
						2015-10-23 11:33:56 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f76b86b24d 
					 
					
						
						
							
							A sound bugfix  
						
						 
						
						
						
						
					 
					
						2015-10-23 11:29:59 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						44e8ed6456 
					 
					
						
						
							
							Removed send errors in some functions  
						
						 
						
						
						
						
					 
					
						2015-10-14 20:38:42 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						792655e299 
					 
					
						
						
							
							Improved stream reconnection  
						
						 
						
						
						
						
					 
					
						2015-10-14 17:30:41 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0f56d8cdd4 
					 
					
						
						
							
							Quoted tweets again  
						
						 
						
						
						
						
					 
					
						2015-10-14 17:07:57 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						408ff50404 
					 
					
						
						
							
							New snapshot  
						
						 
						
						
						
						
					 
					
						2015-10-03 04:55:02 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						148c5176c6 
					 
					
						
						
							
							Reverted quoted tweets support  
						
						 
						
						
						
						
					 
					
						2015-10-03 04:34:43 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						22b1b0a149 
					 
					
						
						
							
							Added posibility for search a term in trending topics  
						
						 
						
						
						
						
					 
					
						2015-09-29 09:37:04 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e71afeb10f 
					 
					
						
						
							
							View other user's lists is implemented  
						
						 
						
						
						
						
					 
					
						2015-09-29 09:22:19 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						98f026156d 
					 
					
						
						
							
							Fixed search in application menu  
						
						 
						
						
						
						
					 
					
						2015-09-29 08:42:04 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cbee57aa30 
					 
					
						
						
							
							Quoted tweets support in buffers  
						
						 
						
						
						
						
					 
					
						2015-09-29 08:38:05 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						158b48e4d5 
					 
					
						
						
							
							Add and remove user to list are implemented in GUI  
						
						 
						
						
						
						
					 
					
						2015-08-31 10:08:34 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						756a58e443 
					 
					
						
						
							
							New timeline sound is played again  
						
						 
						
						
						
						
					 
					
						2015-08-31 08:42:28 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						85ce5b0791 
					 
					
						
						
							
							Trending topics now have their names at startup  
						
						 
						
						
						
						
					 
					
						2015-08-31 08:15:37 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2d35304ef0 
					 
					
						
						
							
							New snapshot  
						
						 
						
						
						
						
					 
					
						2015-08-27 08:13:01 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4f0e6d758b 
					 
					
						
						
							
							Restores buffer positions at startup using cached database  
						
						 
						
						
						
						
					 
					
						2015-08-25 13:37:31 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bd4aa89c2b 
					 
					
						
						
							
							Added text_focus() in some actions to the tweet dialogue  
						
						 
						
						
						
						
					 
					
						2015-08-24 10:00:34 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b046360293 
					 
					
						
						
							
							Added right click menu in buffers  
						
						 
						
						
						
						
					 
					
						2015-08-24 09:54:15 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6971fb3999 
					 
					
						
						
							
							Bugfix in retweet with comment  
						
						 
						
						
						
						
					 
					
						2015-08-21 09:55:05 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7b840f29c4 
					 
					
						
						
							
							Keystroke editor can execute the actions directly  
						
						 
						
						
						
						
					 
					
						2015-08-21 09:51:01 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						71fed7300b 
					 
					
						
						
							
							IF there are no tweets or favs, the timeline is not created  
						
						 
						
						
						
						
					 
					
						2015-08-21 09:12:54 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						57315c3b6e 
					 
					
						
						
							
							open_timeline() cleaned  
						
						 
						
						
						
						
					 
					
						2015-08-21 08:57:15 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3d3abc90e1 
					 
					
						
						
							
							Expanded URL are displayed in the view tweet dialogue  
						
						 
						
						
						
						
					 
					
						2015-08-20 17:57:06 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						de7882e4cf 
					 
					
						
						
							
							Logout session improvements  
						
						 
						
						
						
						
					 
					
						2015-08-20 17:32:27 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bb6fa7cb46 
					 
					
						
						
							
							logout() now removes database for the session  
						
						 
						
						
						
						
					 
					
						2015-08-19 05:28:56 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						77d51aa51a 
					 
					
						
						
							
							New snapshot  
						
						 
						
						
						
						
					 
					
						2015-08-18 08:04:58 -05:00