a2393fe3e9
Updated dialogs package
2021-11-08 17:20:16 -06:00
6d505c6fe7
Added new code for Tweet GUI and attachment of photos and gifts
2021-11-08 16:11:09 -06:00
38e3274adc
Removed GUI for tweets/reply/dm/viewTweets items and attachment code
2021-11-08 16:09:32 -06:00
cedb290956
fixed an issue when deleting a buffer in a session where there were trending topics opened
2021-11-05 22:35:50 -06:00
6b9540a0a8
Added a base mastodon buffer GUI
2021-11-03 13:16:39 -06:00
5687cf6a62
Move Twitter buffers to a specific package
2021-11-03 13:00:35 -06:00
6904c153d4
Display error if user has not provided a name for a filter upon creation
2021-11-03 09:10:35 -06:00
e3e0ac9457
Added an alias manager dialog in the application menu
2021-10-26 10:45:11 -05:00
d8fca3b31a
Initial work to Support Tweepy 4
2021-09-26 03:58:25 -05:00
f9864a887d
Fixed a small traceback that was happening when translating a direct message
2021-08-26 09:16:02 -05:00
f4ecf10885
Allow to copy tweet URLS from tweet displayer dialog
2021-08-25 16:30:37 -05:00
07f9afb14e
Added option to user menu in the menu bar
2021-07-06 13:58:34 -05:00
de12dadac2
Added GUI for user alias addition
2021-07-06 13:58:13 -05:00
5712dd735b
Added a new setting in account dialog to control whehter we load the cache db into memory or read it from disk
2021-06-26 01:52:07 -05:00
39e1fb017c
Made code indentation to comply with PEP8
2021-06-16 16:18:41 -05:00
b10aeb046d
Changed label of direct message's text field so it will not reference any username in the hint. Closes #366
2021-05-07 17:18:21 -05:00
e2e8b84e6a
Fixed focus when search dialog opens. Fixes #364
2021-01-27 17:32:12 -06:00
guredora
0e4b133858
add: configration invalid error dialog
2021-01-24 11:05:49 +09:00
Jose Manuel Delicado
bcc8f5968e
Configuration dialog: use SpinCTRL instead of TextCTRL to specify the proxy port
2021-01-22 16:53:07 +01:00
7457521398
Restored media uploading (needs testing). Fixes #240
2021-01-20 10:35:11 -06:00
366b61134e
Fixed trending topics dialog
2021-01-20 10:00:19 -06:00
4643301764
Implemented list creation, edition and removal
2021-01-19 17:47:54 -06:00
ef689d04fc
Initial Python 3 compatible code
2019-06-06 11:52:23 -05:00
d7132ecaf6
Added 'open in Twitter' for tweets and users
2019-02-19 17:41:34 -06:00
Bill Dengler
96a592a4f9
Fixed #278 .
2018-12-31 21:14:09 +00:00
221d1d413b
Changed codebase's syntax before attempt the python3 migration later. #273
2018-11-22 13:35:51 -06:00
fffd98e09e
Pressing enter in the list will work when adding or removing someone from a list
2018-11-17 13:40:59 -06:00
6f2e439ddc
Invert slider movement when up/down arrows are pressed. Fixes #261
2018-11-13 17:16:51 -06:00
c85c478595
Added date and time wen displaying tweets and dm's
2018-09-30 14:39:59 -05:00
12e06eb52d
Added option for visiting soundpacks section in website, from the help menu #247
2018-08-26 02:48:04 -05:00
f63ed6d0a7
Removed hold code related to application.streaming_lives(). Fixes #248
2018-08-17 02:24:02 -05:00
Jose Manuel Delicado
f4e20f8ed4
Load libvlccore.dll before importing the sound module
2018-08-12 13:38:39 +02:00
d94b133e63
Update interval in buffers is configurable from global settings. Closes #223
2018-08-06 11:31:52 -05:00
ab2667529f
Added option to disable streaming from global settings. Closes #219
2018-06-15 08:45:10 -05:00
537d011b40
Remove support for multiple API calls in buffers. Closes #214
2018-05-25 11:35:24 -05:00
7099875bc7
Added settings to turn off automatic speech or Braille feedback. #203
2018-05-18 13:38:58 -05:00
e9797ce6ac
Updated menus
2018-03-14 15:16:27 -06:00
861de1f354
Moved about dialog and fixed a few bugs in tweet dialogs
2018-03-14 14:18:11 -06:00
010c0011aa
Posted event codes and task bar icons
2018-03-14 13:34:56 -06:00
612f4ffadf
Filter by retweet, quotes and replies in filter creation #102
2018-02-27 16:43:16 -06:00
d4dadfcdc7
Added option for remembering state of mention all and long tweet
2018-02-06 17:37:49 -06:00
fac228dec1
Fixed a few issues
2018-02-06 16:47:47 -06:00
79490f8346
Set mention all checkbox disabled by default
2018-02-06 16:44:36 -06:00
80cb5567d5
Show error messages in failed audio uploads. Hopefully Fixes api uploads in sndup
2018-01-31 17:12:43 -06:00
29df2e44b4
Added shortcuts for filter options in GUI #102
2017-11-23 17:44:57 -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
98cf02ee98
Some small UI improvements for #102
2017-11-23 04:50:51 -06:00
34e9b8b89f
Hide language options with its radio button #102
2017-11-20 17:15:01 -06:00
c2413489e5
Saves filter config in settings #102
2017-11-13 16:49:12 -06:00
094325cbf0
Put supported languages in combobox and allows people to add or remove languages to the filter #102
2017-11-13 00:10:44 -06:00
54cb099007
Added GUI for filter creation. #102
2017-11-12 23:10:31 -06:00
636c21df94
Increased character limit in display name up to 50 characters
2017-11-12 21:20:56 -06:00
cbd3126a4f
Fixed a typo. Closes #176
2017-11-09 08:36:25 -06:00
0d0aed0490
Long tweet and mention to all options won't be saved in config. Closes #170
2017-11-08 12:09:53 -06:00
5b47e8806a
Fixed #156
2017-08-06 11:22:14 -05:00
c655c76196
Fixed error with setters in view tweet dialog
2017-05-06 23:33:56 +04:00
3cf6ac5c06
Re-added SndUp's API key for audio uploads. Fixes #134
2017-05-06 19:40:31 +04: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
03415f6b24
Added extras panel in account settings, added OCR Language selection for #107
2017-02-14 17:42:46 -06:00
José Manuel
8197f0c0d9
Merge pull request #111 from Mohamed00/next-gen
...
Update view.py
2017-01-28 19:21:40 +01:00
Mohamed Al-Hajamy
aa1a3542e5
Update view.py
2017-01-28 12:19:58 -05:00
Jose Manuel Delicado
b7dd6d43fe
Fixed sintax errors. Added a new option to set the proxy type
2017-01-16 14:11:54 +01:00
Bill Dengler
5eff1b77fe
Add indicate_audio, indicate_geo and indicate_img settings.
2017-01-11 15:18:11 +00:00
146667144a
Play a sound when a tweet contains images
2017-01-07 06:58:53 -06:00
ec58d02bb3
Added OCR support via the ocr.space API. Closes #93
2017-01-03 08:30:58 -06:00
516acb501a
Added an option for displaying usernames instead full names
2017-01-02 13:19:16 -06:00
88a706dd7d
Updated changelog and list of contributors
2017-01-02 11:47:56 -06:00
cd7fb6d36f
Work with user IDS instead usernames in all timelines
2017-01-02 10:47:44 -06:00
1351712db4
Changed how replies works in TWBlue
2016-12-09 10:15:39 -06:00
df345b5eec
Initial support for extended tweets
2016-09-28 17:25:03 -05:00
d729f86898
Merge pull request #87 from masonasons/next-gen
...
Adds functions to seek the playing audio forward or back 5 seconds.
2016-08-11 03:00:31 -05:00
Mason Armstrong
51ef047fb6
Adds functions to seek the playing audio forward or back 5 seconds. Adds function in audio_player to play/pause the audio but wouldn't work right when bound to the UI so not implemented.
2016-08-10 21:59:19 -05:00
05a8cb7a28
Added run at startup option for installed version
2016-08-05 15:31:22 -05:00
Jose Manuel Delicado
a03ef851e3
The buffers dialog in account configuration now includes the buffer translated name
2016-08-05 15:50:46 +02:00
696d1764bd
Changes default keymap to win10 keymap automatically
2016-08-03 09:45:31 -05:00
3c0110528f
The documentation optino in the sys tray icon is enabled and working
2016-07-23 15:43:38 -05:00
037cfec91a
Fixed some shorcuts for dialogs
2016-07-19 09:30:43 -05:00
d768afc329
Image uploader has been rewritten. Images can have description when uploading
2016-07-15 12:29:48 -05:00
a312b7f63c
Integrate check for updates at startup in the general tab
2016-04-27 16:33:51 -05:00
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