f24d5fec4e
Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
2016-03-28 17:35:57 -06:00
a9b47bb1a4
Tweets made from Rossiyskaya Gazeta don't break the tweets' viewer anymore
2016-03-28 17:35:00 -06:00
8849ce9039
Removed pocket from configuration
2016-03-28 17:03:36 -06:00
Jose Manuel Delicado
8b4f16ef84
Updated version to 0.82. Stable.json: updated version to 0.81
2016-03-28 13:16:25 +02:00
dbbe6c0600
TWBlue 0.81 has been officially released
2016-03-25 01:24:30 -06:00
3caef5fc81
Updated translations
2016-03-24 22:33:53 -06:00
7cd58708cc
Added FightingGames as an official soundpack. @deng90
2016-03-24 22:32:28 -06:00
0814af3bf4
Added notes to the Qwitter soundpack
2016-03-24 22:30:52 -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
da8009aea0
If a config file is bad formed, it should print errors in logs
2016-03-19 20:59:04 -06:00
2778d2e85d
Fixed the chicken nugget keymap
2016-03-19 20:58:14 -06:00
ce9a50903c
Changed tokens to the stable version
2016-03-19 20:08:48 -06:00
9a7d39c125
Don'w show relationship status if there is any relationship between user
2016-03-19 20:08:20 -06:00
Jose Manuel Delicado
6a6bec880c
SessionManager.WXUI: now the dialog title is translatable
2016-02-20 13:51:12 +01:00
7b22c7d0f8
Added relationship information in user details dialogue.
2016-02-20 06:43:56 -06:00
058866831b
Fixed an unhandled exception in updater
2016-02-20 06:34:26 -06:00
229f698e72
Added a mirror URL for checking updates if the main URL is not working
2016-02-19 09:15:46 -06:00
a8f7477a1f
new snapshot
2016-02-02 09:38:43 -06:00
9b6461e34e
Updated translations
2016-02-02 09:37:06 -06:00
eed3f81cb8
Added a changelog html file
2016-02-02 09:30:13 -06: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
Iván Novegil
70169a2a4a
Merge branch 'next-gen' of https://github.com/manuelcortez/twblue into next-gen
2016-01-31 12:18:19 +01:00
Jose Manuel Delicado
46b46c4d6d
Some important code fixes
2016-01-30 17:14:41 +01:00
Iván Novegil
6e0c6de0af
Now the application indicates the user's version and if it's snapshot or not when reporting an issue trough the issue-reporter
2016-01-20 21:04:33 +01:00
Jose Manuel Delicado
08a2eca98d
Main.py: check if Uninstall.exe exists before importing commandline and other modules
2016-01-20 09:18:27 +01:00
Jose Manuel Delicado
c830d4b5b4
The -i and -p switches aren't required anymore on installed and portable versions
2016-01-19 19:52:09 +01:00
masonasons
39e0431b97
Trimmed the beginnings of the sounds in the Default soundpack
2016-01-09 01:01:20 -06:00
071d75926b
Opus support for TWBlue. Code by @masonasons
2016-01-09 00:46:33 -06:00
56b64e5c6d
Added source in view tweet dialogue. @masonasons
2016-01-09 00:45:52 -06:00
b8cfd60c9e
bugfix
2016-01-09 00:25:28 -06:00
691a9ae17d
Fixed remove_buffer and load_previous_items for friends and users timelines
2015-12-29 08:31:13 -06:00
214b9a8809
Fixed a bug with the restart_stream function
2015-12-28 09:05:09 -06:00
ff6695bba3
Added ANY in the language list for tweet searches
2015-12-27 00:03:15 -06:00
cdcdc86627
Changed go_page_up and go_page_down in the win10 default keymap
2015-12-26 23:39:31 -06:00
b4addf9329
Add update buffer option to the menu bar
2015-12-26 23:34:19 -06:00
9d0c9cfdb5
Don't get new items for people buffers
2015-12-26 23:28:46 -06:00
0afba81c71
Update buffers by pressing ctrl+win+shift+u; workaround for dm issues
2015-12-26 09:02:08 -06:00
0882e4707d
Removed an unneeded import in translator module
2015-12-23 09:52:32 -06:00
78079e142f
Changed handlers for sent direct messages
2015-12-23 09:51:09 -06:00
00a4203e1a
Switched to the microsoft translator
2015-12-23 09:48:50 -06:00
c4fae3b70b
Windows key is no longer required in keymap editor
2015-12-17 08:28:20 -06:00
b8dfa4a5e8
added audio playback to the keymap editor
2015-12-16 20:16:18 -06:00
ba76c74324
Minor changes in session controller
2015-12-16 16:32:58 -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
ab08eada81
Fixed TWBlue in non-ascii paths
2015-12-09 10:05:17 -06:00
333158a7be
New stable version
2015-11-29 20:32:08 -06:00
f24c0955ce
ADded libraries for the new stable version.
2015-11-28 10:24:16 -06:00
67412125df
Removed pocket related things
2015-11-28 09:54:58 -06:00
79d2f70be9
Added romanian translation. Updated translations
2015-11-28 09:40:16 -06:00
b4eb11a6de
Some list improvements
2015-11-27 09:17:14 -06:00
105debe4da
Fixed duplicated streams. Removed unneeded code for connection checkers
2015-11-23 10:30:23 -06:00
a053788cce
Added code for the future romanian translation
2015-11-23 09:35:21 -06:00
6d578d5203
Fixed a bug with twishort in the longtweets handler
2015-11-18 09:26:07 -06:00
21aacfc2af
NEw version 10.96
2015-11-06 09:00:47 -06:00
93dc3ad646
New snapshot
2015-11-03 10:13:09 -06:00
8e67ed025c
Changed favourites for likes
2015-11-03 10:07:06 -06:00
fa1b8bfde3
Added more keystrokes to the invisible interface
2015-11-03 09:02:19 -06:00
7dfe2cbb5c
Lists should work
2015-11-03 05:56:57 -06:00
880c421f3e
added check for updates to the invisible interface
2015-11-03 05:25:03 -06:00
e1b8d49af5
manage_stream_errors will only delete the stream objects
2015-11-03 04:42:38 -06:00
e1d14b8c27
Now conversation buffers are removed properly
2015-11-03 04:41:01 -06:00
594b0cd546
Translator is working properly again
2015-11-03 04:40:05 -06:00
fe9f724673
Updated accessible_output2. Add mac and a better linux support
2015-11-03 04:38:59 -06:00
6a4a3cc94e
Cache com saved in data directory. Translation service restored
2015-10-31 20:57:21 -06:00
Jose Manuel Delicado
af41dcfc4e
com.py: use config_path instead of data_path. Paths.py: some strings weren't appended as unicode
2015-10-24 23:01:23 +02:00
31611d8429
Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
2015-10-23 11:37:43 -05:00
7ed44c839e
New snapshot
2015-10-23 11:36:36 -05:00
503c65692d
FFix for creating favourites timelines
2015-10-23 11:33:56 -05:00
f76b86b24d
A sound bugfix
2015-10-23 11:29:59 -05:00
1f96e71b63
workaround for duplicated tweets
2015-10-23 11:28:54 -05:00
Jose Manuel Delicado
0307c0abe3
Fixed com cache error
2015-10-18 22:18:43 +02:00
Jose Manuel Delicado
adf062f654
Now com cache is stored in the config folder, so program files folder keeps untouched on installed copies. Updated contributors in application.py, fixed spelling in some comments in main.py
2015-10-18 12:19:43 +02:00
70b5f25cf0
New snapshot
2015-10-15 08:55:54 -05:00
2b65b89afb
Disabled translation service
2015-10-15 08:54:30 -05:00
44e8ed6456
Removed send errors in some functions
2015-10-14 20:38:42 -05:00
792655e299
Improved stream reconnection
2015-10-14 17:30:41 -05:00
0f56d8cdd4
Quoted tweets again
2015-10-14 17:07:57 -05:00
6c47dd2fa9
Some fixes for URL Player
2015-10-14 17:07:30 -05:00
Jose Manuel Delicado
49073bc151
Added new packages to readme.md. Now setup.py adds wx localization files to the binary version.
2015-10-04 18:15:09 +02:00
Jose Manuel Delicado
336acd9860
updated translations
2015-10-03 13:25:23 +02:00
4daeeb7beb
Disable some things before snapshot
2015-10-03 05:12:22 -05:00
408ff50404
New snapshot
2015-10-03 04:55:02 -05:00
148c5176c6
Reverted quoted tweets support
2015-10-03 04:34:43 -05:00
bdb9de863f
A fw bugfixes
2015-10-02 15:52:08 -05:00
ce1f8b2cc3
New snapshot
2015-09-29 09:39:47 -05:00
5933323beb
Updated translation templates
2015-09-29 09:38:39 -05:00
22b1b0a149
Added posibility for search a term in trending topics
2015-09-29 09:37:04 -05:00
e71afeb10f
View other user's lists is implemented
2015-09-29 09:22:19 -05:00
98f026156d
Fixed search in application menu
2015-09-29 08:42:04 -05:00
cbee57aa30
Quoted tweets support in buffers
2015-09-29 08:38:05 -05:00
fd9e4dc05d
New snapshot
2015-09-23 10:01:43 -05:00
6022cecad1
Added japanese, croatian and serbian
2015-09-23 10:01:22 -05:00
89e39e2168
Double tweets should be ignored in streams
2015-09-23 10:01:00 -05:00