Commit Graph

97 Commits

Author SHA1 Message Date
1ded773e84
Removed some platform checks 2022-11-03 17:11:13 -06:00
015cf9eca3
Fixed small typo 2022-08-03 10:36:54 -05:00
769436abf7
Updated menu to avoid using deprecated wx methods 2022-08-03 09:53:35 -05:00
03f59064d5
Report amount of imported users after scan 2022-08-03 09:39:45 -05:00
9afd6774f2
Added a new and custom progress dialog for user scanning 2022-08-03 09:37:18 -05:00
a1929ff1d3
Make sure Show() is called for progress dialog 2022-08-02 09:06:46 -05:00
4b627a13ff
Start a small refactor in GUI code 2022-07-29 17:54:34 -05:00
f9f7a32f90
Bind manage button with code to manage autocompletion db 2022-07-29 17:37:28 -05:00
f01ad5abb7
Return on exception 2022-07-29 17:27:48 -05:00
6fcd0274a9
Added exception handling to scan for users 2022-07-29 13:30:43 -05:00
654b34c8e1
Cleaned some unneeded dialogs 2022-07-29 12:11:27 -05:00
02e1793d08
cleaned scan controller and made progress dialog to work 2022-07-29 12:11:03 -05:00
6e80b320c9
Improved documentation in some classes 2022-07-29 12:08:05 -05:00
83c9db573e
Added first stage of refactor for autocompletion users 2022-07-08 11:39:14 -05:00
a138b8c02e Started to document autocompltion users module 2022-05-26 05:45:46 -05:00
2b6efef831 Update code on autocompletion users module to use WX methods from controls in the new Tweet GUI'S 2021-11-08 16:13:59 -06:00
6739045cce Fixed manual addition of users to the autocomplete users database 2021-10-28 13:18:02 -05:00
e314cf0599 Allow search users by names in autocomplete users 2021-07-10 05:24:56 -05:00
39e1fb017c Made code indentation to comply with PEP8 2021-06-16 16:18:41 -05:00
9cb6eafbbc Fixed issue in autocomplete users feature. closes #367 2021-02-04 12:30:20 -06:00
351f700927 Replaced translation services. Fixes #355 2021-01-26 16:01:26 -06:00
304d91e8b7 Started replacing yandex.translate with googletrans 2021-01-22 17:55:15 -06:00
6a2e00c467 Fixed calls to paths.config_path in Autocompletion module 2020-05-29 12:37:25 -05:00
59bd2842c4 Don't set a custom dictionary path for now as Enchant 2.2.x is not compatible with calls to set_param. #326 2020-05-01 13:14:27 -05:00
b6d5c9be63 Spell checker module should work properly. Fixes #296 2019-08-15 09:16:55 -05:00
ef689d04fc Initial Python 3 compatible code 2019-06-06 11:52:23 -05:00
221d1d413b Changed codebase's syntax before attempt the python3 migration later. #273 2018-11-22 13:35:51 -06:00
Jose Manuel Delicado
f4e20f8ed4 Load libvlccore.dll before importing the sound module 2018-08-12 13:38:39 +02:00
4a15fe1602 Add access keys to Spellchecking dialog. Closes #211 2018-05-16 10:22:54 -05:00
7478edd454 spellchecking dictionaries will be located in user's config directory. #208 2018-03-19 21:40:55 -06:00
e886090830 Removed unneeded print 2018-01-31 17:15:23 -06:00
80cb5567d5 Show error messages in failed audio uploads. Hopefully Fixes api uploads in sndup 2018-01-31 17:12:43 -06:00
2c1bd6a8c8 Spellchecker: allow adding words to personal dictionaries 2017-12-01 12:26:16 -06:00
a073a5caaa Removed source language in translator. Also fixed #153 2017-07-30 09:58:39 -05:00
2618e0ac90 Language selection for OCR. Fixes #107 2017-05-29 02:25:50 +04:00
3cf6ac5c06 Re-added SndUp's API key for audio uploads. Fixes #134 2017-05-06 19:40:31 +04:00
6f622bdeba Switched to yandex.translate. Fixes #132 2017-05-06 05:49:00 +04:00
Bill Dengler
caa051abae Close #130 2017-05-02 20:55:43 +00:00
b9d8e13bdf Removed TWUp from list of audio services 2017-04-27 04:10:25 +04:00
03415f6b24 Added extras panel in account settings, added OCR Language selection for #107 2017-02-14 17:42:46 -06:00
b165d564e0 spellchecker: selects the right language when is set to system. Fixes #117 2017-02-10 02:27:57 -06:00
4d82ecc8f2 Removed API Key for sndup. Closes #109 2017-01-29 17:59:57 -06:00
Mohamed00
6717cb5154 Update soundsTutorial_constants.py
Fixed a typo in the menu for the image sound.
2017-01-08 00:43:14 -05:00
6bad20b784 Added media tweet to the sounds tutorial 2017-01-07 07:01:58 -06:00
ec58d02bb3 Added OCR support via the ocr.space API. Closes #93 2017-01-03 08:30:58 -06:00
Jose Manuel Delicado
d2123fdab7 Try to fix Audio Uploader when the audio file name contains non-ascii characters 2016-07-27 19:05:35 +02:00
Jose Manuel Delicado
7ad5e6fa37 Goodbye, Pycurl. Now TWBlue uses requests and requests-based packages for all http connections. Remember to run git submodule update before submiting any commits 2016-05-07 19:26:40 +02:00
Jose Manuel Delicado
f6fec67d52 Small fix in audio uploader 2016-05-06 18:23:26 +02:00
Jose Manuel Delicado
b3cac85c4e AudioUploader: some code cleaning, optimizations and bug fixes 2016-05-06 17:38:17 +02:00
Jose Manuel Delicado
ff49bd2488 extras/audioUploader/transfer.py: use pycurl.XFERINFOFUNCTION; PROGRESSFUNCTION is deprecated since libcurl 7.32. Only convert_bytes is imported from utils module. 2016-05-06 10:24:01 +02:00