c8da3bdfdb
Fixed indentation error
2021-12-22 08:22:36 -06:00
5a2786967b
Merge branch 'next-gen' into configration_invalid
2021-12-21 15:58:30 -06:00
39e1fb017c
Made code indentation to comply with PEP8
2021-06-16 16:18:41 -05:00
guredora
0e4b133858
add: configration invalid error dialog
2021-01-24 11:05:49 +09:00
ef689d04fc
Initial Python 3 compatible code
2019-06-06 11:52:23 -05:00
Bill Dengler
96a592a4f9
Fixed #278 .
2018-12-31 21:14:09 +00:00
80cb5567d5
Show error messages in failed audio uploads. Hopefully Fixes api uploads in sndup
2018-01-31 17:12:43 -06:00
8836cb2bda
Added title for filters #102
2017-11-23 17:42:26 -06:00
2d9124c336
Added a filter manager for deleting filters #102
2017-11-23 17:12:43 -06:00
16a6fa2896
Shows error when loading timeline for suspended users. Fixes #125
2017-04-27 04:01:58 +04:00
cced182063
Avoid timeline creation of unauthorized accounts. Fixes #125
2017-03-24 05:29:50 -06:00
696d1764bd
Changes default keymap to win10 keymap automatically
2016-08-03 09:45:31 -05: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
2bfb53abe1
Added showing followers and friends timelines
2015-12-09 11:51:37 -06:00
8e67ed025c
Changed favourites for likes
2015-11-03 10:07:06 -06:00
71fed7300b
IF there are no tweets or favs, the timeline is not created
2015-08-21 09:12:54 -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
bb0227f3b8
Fixed lots of strings for translatable text
2015-06-26 08:27:43 -05:00
Bill Dengler
e62039b727
Added message dialogs for handling retweets over 140 characters (I thought I pushed these but perhaps not).
2015-05-04 11:30:21 -04:00
33175cbccd
Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
2015-05-02 17:31:45 -05:00
c50c42b895
Updating some translation strings
2015-05-02 17:22:28 -05:00
Bill Dengler
0f6b3491f8
Generalization.
2015-05-02 18:22:23 -04:00
Bill Dengler
83f9e32fd6
Corrected word choice.
2015-05-02 04:29:41 -04:00
Bill Dengler
ddf9d29b7d
Fixed imports.
2015-04-19 19:28:27 -04:00
Bill Dengler
109635b8f4
More generalization.
2015-04-19 19:23:31 -04:00
48e918adb0
Focus is handled in Gtk, accelerators and some menu items work
2015-04-04 21:25:52 -06:00
15eb0f62ea
TWBlue does not open timelines for protected users when is not possible
2015-03-24 17:28:01 -06:00
de7118caf4
Tweet's timelines are possible, a way to restart stream endpoint has been created
2015-02-12 10:29:51 -06:00
5eb4f74242
Delete timelines is now possible
2015-02-11 16:14:25 -06:00
0ede5bfcb0
Clear buffers is now possible, keys for 64 bits has been added
2015-02-07 10:23:23 -06:00
ff65b73232
Account settings works properly; auto completion has been implemented and improved, TWBlue loads in a threaded mode
2015-01-27 17:09:28 -06:00
51957125c1
Global settings works, basic support for account settings
2015-01-25 02:38:17 -06:00
c25412bd32
Sound object refactored, more invisible shorcuts, global configuration and fixed buffer navigation in invisible mode
2015-01-20 15:40:33 -06:00
32884d3bf2
Delete/view tweets and direct messages has been implemented; some buffer fixes.
2015-01-05 05:33:09 -06:00
a599b37e6d
Retweets, add and remove from favourites are supported
2015-01-02 10:53:33 -06:00