Commit Graph

149 Commits

Author SHA1 Message Date
Bill Dengler
547f9393b9 Post-abandonment stage I (add tab to settings, add option to check for updates on app launch). Fixed #76 2016-04-15 18:08:50 -04:00
3e9143d607 Display direct message dialog properly. Fixed #75 2016-04-11 08:21:29 -05:00
edd45a1adf Image description is shown in the view tweets dialogue if is possible 2016-03-29 15:12:16 -06:00
72ba5a74f5 Minor changes before the next release 2016-03-24 22:18:51 -06:00
f466516289 Merge pull request #72 from Oliver2213/next-gen-fork
Fix an error where the geolocate dialog wasn't loading properly
2016-03-23 23:44:01 -06:00
Blake Oliver
ce00083aa2 Fix duplicate shortcut in the reply to tweet dialog
Mention all is now alt+m, translate stays alt+t
2016-03-22 18:35:14 -04: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
Blake Oliver
c79e659b74 Add hotkeys for some dialogs, making navigation much faster 2016-03-20 10:26:05 -04:00
eed3f81cb8 Added a changelog html file 2016-02-02 09:30:13 -06:00
56b64e5c6d Added source in view tweet dialogue. @masonasons 2016-01-09 00:45:52 -06:00
ff6695bba3 Added ANY in the language list for tweet searches 2015-12-27 00:03:15 -06:00
b4addf9329 Add update buffer option to the menu bar 2015-12-26 23:34:19 -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
8e67ed025c Changed favourites for likes 2015-11-03 10:07:06 -06:00
6a4a3cc94e Cache com saved in data directory. Translation service restored 2015-10-31 20:57:21 -06:00
2b65b89afb Disabled translation service 2015-10-15 08:54:30 -05:00
148c5176c6 Reverted quoted tweets support 2015-10-03 04:34:43 -05:00
158b48e4d5 Add and remove user to list are implemented in GUI 2015-08-31 10:08:34 -05:00
b046360293 Added right click menu in buffers 2015-08-24 09:54:15 -05:00
71fed7300b IF there are no tweets or favs, the timeline is not created 2015-08-21 09:12:54 -05:00
a016932ac7 Timelines fix 2015-08-08 09:42:55 -05:00
313e725ff2 Autocompletion now works in the actions dialogue 2015-08-06 13:16:55 -05:00
fa6592ed1a Fixed a string 2015-08-04 13:39:57 -05:00
Bill Dengler
4e943c7bee String cleanup. 2015-07-30 14:15:26 -04:00
Bill Dengler
692d75562e String cleanup. 2015-07-30 14:03:52 -04:00
10bc483887 Added a donation dialogue in some parts of the program 2015-07-29 14:05:26 -05:00
a4cbbfcb9f TWBlue does not break a word in multiline text 2015-07-13 17:39:02 -05:00
74bcc36968 Added full Twishort support 2015-07-13 04:45:06 -05:00
49c3eb37cb enable documentation in the help menu 2015-07-06 12:05:03 -05:00
a706ebf477 fix for #49 2015-07-03 09:40:44 -05:00
Bill Dengler
a3ed2ebef8 Moved setting to globals. 2015-06-26 22:32:50 -07:00
Bill Dengler
afae109348 Added option for longtweet handling. 2015-06-26 21:57:26 -07:00
bb0227f3b8 Fixed lots of strings for translatable text 2015-06-26 08:27:43 -05:00
Bill Dengler
db97d5f855 Add find option to WX view. 2015-06-24 14:07:19 -07:00
Bill Dengler
f7325a8f36 Implement buffer search UI. 2015-06-24 14:05:32 -07:00
Bill Dengler
54a3805626 Add find dialog to WX UI. 2015-06-24 14:05:32 -07:00
cfccebc1bb Added pocket in the services tab for connection 2015-06-21 21:20:53 -05:00
40c92e854d Removed dropbox, updated translations 2015-06-15 16:31:00 -05:00
4896ebfffd Fixing strings for translation 2015-06-15 04:56:36 -05:00
3546ff7909 Enabled the add to list option in the menu bar 2015-06-12 13:12:17 -05:00
aa5977f324 Fixes for the V 9.4 snapshot 2015-06-11 16:09:46 -05:00
0e3a4372b8 Removed some code 2015-06-08 05:41:48 -05:00
831bbc2f2f Solved conflicts 2015-05-18 08:42:07 -05:00
Bill Dengler
d521146562 Fixed #44. 2015-05-16 19:25:02 -04:00
Bill Dengler
24fa7a1815 #39: Add option to disable new behavior. 2015-05-16 13:56:20 -04:00
Bill Dengler
b5f1294b82 #41: Implement keymap switching. 2015-05-16 13:28:44 -04:00
Bill Dengler
44605f1209 String cleanup. 2015-05-16 03:20:58 -04:00
Bill Dengler
938be159a4 Closed #19. 2015-05-15 23:48:12 -04:00