|
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 |
|
Jose Manuel Delicado
|
45f23a4c8a
|
To protect users privacy, TwUp has been placed after SNDUp in audio services list
|
2016-05-05 19:15:13 +02:00 |
|
|
8988d63f33
|
Fixed audio upload dialog
|
2016-04-30 06:16:16 -05:00 |
|
|
e605c750b1
|
Spell checker: Now it should work with the default language setting
|
2016-02-02 09:29:35 -06:00 |
|
|
f49be6cfed
|
Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
|
2016-02-02 09:09:56 -06:00 |
|
|
696faed007
|
Fixed a bug in the spell checker
|
2016-02-02 09:07:40 -06:00 |
|
Jose Manuel Delicado
|
46b46c4d6d
|
Some important code fixes
|
2016-01-30 17:14:41 +01:00 |
|
|
0882e4707d
|
Removed an unneeded import in translator module
|
2015-12-23 09:52:32 -06:00 |
|
|
00a4203e1a
|
Switched to the microsoft translator
|
2015-12-23 09:48:50 -06:00 |
|
|
8e67ed025c
|
Changed favourites for likes
|
2015-11-03 10:07:06 -06:00 |
|
|
594b0cd546
|
Translator is working properly again
|
2015-11-03 04:40:05 -06:00 |
|
|
51e4898346
|
Add shorcuts to the audio upload dialogue
|
2015-09-05 11:42:47 -05:00 |
|
|
bb0227f3b8
|
Fixed lots of strings for translatable text
|
2015-06-26 08:27:43 -05:00 |
|
|
3f264f436b
|
Merge branch 'doc' into next-gen
|
2015-06-21 21:24:10 -05:00 |
|
Sukil Etxenike
|
16c344e6ba
|
Corrected backslash escapes in translation template as a result of using curly quotes instead of straight ones
|
2015-06-19 15:42:08 +02:00 |
|
Sukil Etxenike
|
36660588e7
|
#50: Continued, almost finished corrections, not added much yet. Unified spelling in other files
|
2015-06-16 13:14:01 +02:00 |
|