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
158b48e4d5
Add and remove user to list are implemented in GUI
2015-08-31 10:08:34 -05:00
b046360293
Added right click menu in buffers
2015-08-24 09:54:15 -05:00
71fed7300b
IF there are no tweets or favs, the timeline is not created
2015-08-21 09:12:54 -05:00
a016932ac7
Timelines fix
2015-08-08 09:42:55 -05:00
313e725ff2
Autocompletion now works in the actions dialogue
2015-08-06 13:16:55 -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
a4cbbfcb9f
TWBlue does not break a word in multiline text
2015-07-13 17:39:02 -05:00
74bcc36968
Added full Twishort support
2015-07-13 04:45:06 -05:00
49c3eb37cb
enable documentation in the help menu
2015-07-06 12:05:03 -05:00
a706ebf477
fix for #49
2015-07-03 09:40:44 -05:00
Bill Dengler
a3ed2ebef8
Moved setting to globals.
2015-06-26 22:32:50 -07:00
Bill Dengler
afae109348
Added option for longtweet handling.
2015-06-26 21:57:26 -07:00
bb0227f3b8
Fixed lots of strings for translatable text
2015-06-26 08:27:43 -05:00
Bill Dengler
db97d5f855
Add find option to WX view.
2015-06-24 14:07:19 -07:00
Bill Dengler
f7325a8f36
Implement buffer search UI.
2015-06-24 14:05:32 -07:00
Bill Dengler
54a3805626
Add find dialog to WX UI.
2015-06-24 14:05:32 -07:00
cfccebc1bb
Added pocket in the services tab for connection
2015-06-21 21:20:53 -05:00
40c92e854d
Removed dropbox, updated translations
2015-06-15 16:31:00 -05:00
4896ebfffd
Fixing strings for translation
2015-06-15 04:56:36 -05:00
3546ff7909
Enabled the add to list option in the menu bar
2015-06-12 13:12:17 -05:00
aa5977f324
Fixes for the V 9.4 snapshot
2015-06-11 16:09:46 -05:00
0e3a4372b8
Removed some code
2015-06-08 05:41:48 -05:00
831bbc2f2f
Solved conflicts
2015-05-18 08:42:07 -05:00
Bill Dengler
d521146562
Fixed #44 .
2015-05-16 19:25:02 -04:00
Bill Dengler
24fa7a1815
#39 : Add option to disable new behavior.
2015-05-16 13:56:20 -04:00
Bill Dengler
b5f1294b82
#41 : Implement keymap switching.
2015-05-16 13:28:44 -04:00
Bill Dengler
44605f1209
String cleanup.
2015-05-16 03:20:58 -04:00
Bill Dengler
938be159a4
Closed #19 .
2015-05-15 23:48:12 -04:00
Bill Dengler
48238239c3
Initial support for #29
2015-05-15 21:39:01 -04:00
Bill Dengler
4a025caa69
String cleanup.
2015-05-14 10:14:42 -04:00
Bill Dengler
feda70aea8
String, code cleanups.
2015-05-13 20:40:21 -04:00
Bill Dengler
e92565013b
Cleanup, disabled accurate audio algo by default, string cleanup.
2015-05-13 20:26:05 -04:00
Bill Dengler
ab08d21d95
Made algo option application-wide, setting should actually work now.
2015-05-12 19:52:47 -04:00
Bill Dengler
1b2b5913d1
#33 : Implement setting for use_modern_audio_algo but not it does nothing right now.
2015-05-12 17:18:30 -04:00
Bill Dengler
c1ce8cb8e5
Closed #32 .
2015-05-11 21:21:27 -04:00
Bill Dengler
f394701789
#15 : Initial work for persistance size limiting.
2015-05-09 23:04:06 -04:00
Bill Dengler
e1479b5c10
Fixed #25
2015-05-08 10:27:24 -04:00
Bill Dengler
eb9128cb20
Split buffer dialog again. This closes #18 we won't implement this.
2015-05-08 09:59:52 -04:00
971306cd73
Fixed a bug in the buffer order
2015-05-06 13:46:47 -05:00
4b1a4db3db
Now buffer list contains translatable strings
2015-05-06 13:33:53 -05:00
472099614a
Fix a git conflict
2015-05-06 13:21:09 -05:00
bd6861d179
Move up and down are fully implemented
2015-05-06 12:56:32 -05:00
Bill Dengler
6c5e529129
More fixes.
2015-05-06 12:47:46 -04:00
Bill Dengler
9fbbd29c3b
Fix errors in handlers.
2015-05-06 12:43:22 -04:00
Bill Dengler
be4ba1608b
More handlers.
2015-05-06 12:36:48 -04:00
Bill Dengler
e7628e1f65
Checks for move_up and move_down methods, untested since I broke my Python install and need to rebuild the repo.
2015-05-06 12:05:33 -04:00
Bill Dengler
1794f497a5
String cleanup, require restart when persistant_session changed.
2015-05-06 10:54:12 -04:00
Bill Dengler
08ce78f97c
Speak state upon toggle.
2015-05-06 10:42:39 -04:00
Bill Dengler
ab5f6fd12d
Unhook return in buffers dialog.
2015-05-06 10:27:22 -04:00
Bill Dengler
2a3937bf55
Implement show/hide toggle.
2015-05-06 00:26:01 -04:00
501a5cd57e
Buffer configuration rewritten (move up and down is not possible yet)
2015-05-05 17:52:54 -05:00
Bill Dengler
0adf06f2a6
Remove options for old buffer management from UI.
2015-05-04 13:10:19 -04: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
5b6cae0a61
Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
2015-05-03 14:17:10 -05:00
592952c066
Added persistant session in the general account settings
2015-05-03 14:16:38 -05:00
Bill Dengler
42052f5ee7
Cleaned up user menu.
2015-05-02 18:42:21 -04:00
Bill Dengler
0162ae5739
Initial framework for unified new buffer dialog.
2015-05-02 18:35:11 -04:00
33175cbccd
Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
2015-05-02 17:31:45 -05:00
ce5498ff94
Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
2015-05-02 17:22:32 -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
3e8e2312f2
Improved the tweet dialogs.
2015-05-02 18:09:28 -04:00
Bill Dengler
83f9e32fd6
Corrected word choice.
2015-05-02 04:29:41 -04:00
Bill Dengler
7174984973
String cleanup, improved user experience. What is a timeline? And it's more logical to have the option to create a new buffer in the buffer menu.
2015-05-02 03:04:46 -04:00
e7943cba50
Updated spanish translation, basic lists support
2015-04-27 16:08:02 -05:00
96671645bb
Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
2015-04-20 17:49:38 -05:00
2880638241
Updated some translations; basic proxy support (needs testing)
2015-04-20 17:49:07 -05: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
Bill Dengler
3c46201af9
More string cleanup.
2015-04-17 18:31:27 -04:00
Bill Dengler
2d7c7e8e37
String cleanup.
2015-04-17 18:24:27 -04:00
Bill Dengler
d87929c4c3
Cleaned up strings, added settings for the ready sound and message to the WX UI.
2015-04-17 17:53:24 -04:00
Bill Dengler
d4a4decaed
Remove hardcoded app name.
2015-04-17 15:49:35 -04:00
Bill Dengler
2d1f7e5ada
Moved the option for the sounds tutorial to the "help" menu where a new user of the application is most likely to look.
2015-04-17 15:38:25 -04:00
c2521f28fc
TWBlue allows ask for comment or not in a retweet. Check account settings
2015-04-15 11:09:36 -05:00
324b18e8a4
Merge pull request #7 from sukiletxe/next-gen
...
Corrected program strings.
2015-04-08 13:44:20 -05:00
e2352ea3f2
Long retweets support. Read a long retweet by showing the tweet
2015-04-08 13:34:50 -05:00
Sukil Etxenike
b272a08ab9
Corrected program strings.
2015-04-05 23:39:55 +02:00
48e918adb0
Focus is handled in Gtk, accelerators and some menu items work
2015-04-04 21:25:52 -06:00
2e32fa7ef2
First great commit for Gtk. It is partially functional now
2015-04-03 16:57:08 -06:00
c085729096
Mention to all is bound to alt+t
2015-03-30 13:03:22 -06:00
a513303a9a
Issue reporter module has been refactored in MVC
2015-03-29 23:27:18 -06:00
15eb0f62ea
TWBlue does not open timelines for protected users when is not possible
2015-03-24 17:28:01 -06:00
a63d6eceb1
Multiline in tweets, searches improvements and visual changes
2015-03-20 17:04:39 -06:00
9256a5f981
Add the conversations option to the menu bar
2015-03-19 04:50:24 -06:00
75dfaec727
Basic conversation support, a jaws fix
2015-03-18 11:45:39 -06:00
89e541be95
Open a search from the trending topics buffer is now possible
2015-03-17 12:24:29 -06:00
c7d007636e
Favourites and tweets timelines are available from the menu bar
2015-03-17 11:20:04 -06:00
ca9f5b0c30
Some text fixes, fix for turkey locales in arrow
2015-03-15 18:24:15 -06:00
4465f6e8aa
Autocompletion works for the recipient in a direct message
2015-03-12 12:24:34 -06:00
4f4b8c6447
Expand URL button is shown in the view tweet dialogue
2015-03-12 11:45:53 -06:00
05f75bf5d0
Autoread and mute buffer now are checkable items in the WX interface
2015-03-12 08:31:39 -06:00
e63db7b150
The systray module has been added
2015-03-12 05:17:59 -06:00
d4fc809169
Session mute and buffer mute has been added to their keyboard shorcuts
2015-03-11 17:17:29 -06:00
4613b7ada1
Autoreading is now supported
2015-03-11 16:36:22 -06:00
2cc865b62c
view user info is now posible from the menu bar or control+win+shift+n
2015-03-08 14:18:29 -06:00
e65c8ec4a6
Basic update profile function, some minor bugfixes, sound playback improvements
2015-03-06 21:37:08 -06:00
3f1b00af8f
Edit keystrokes works from the menu bar, you can add more sessions from application menu
2015-03-04 17:52:27 -06:00
76d8c292c9
Visit website & about the program work from the help menu
2015-02-26 16:09:26 -06:00
458d607b9a
Start session automatically, login and logout in realtime from the account buffer in the GUI
2015-02-26 15:21:26 -06:00
3a9a49d64c
Check for updates now works from the menu bar too
2015-02-26 10:26:46 -06:00
b7193d16ee
The keystroke editor now works properly
2015-02-26 10:09:13 -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
42aea45a41
A bug exiting TWBlue on GUI mode
2015-02-07 13:55:52 -06:00
0ede5bfcb0
Clear buffers is now possible, keys for 64 bits has been added
2015-02-07 10:23:23 -06:00
9ad2d6cc69
Get_more_items has been implemented
2015-02-03 09:59:18 -06:00
1fbee07de2
Geo support has been implemented
2015-02-03 05:10:01 -06:00
3b1d8eb48a
Trending topic buffers are loaded during init
2015-02-03 04:39:46 -06:00
103b62719e
Trending topics support has been added
2015-02-01 21:13:18 -06:00
e93f0f4980
User actions dialog now works, the spell checker module ignores twitter usernames, hashtags, URL and email addresses
2015-02-01 00:49:03 -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
af087508b0
Timelines fix and some minor bugfixes too
2015-01-22 08:54:41 -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
7b1f2f9482
Basic invisible interface support
2015-01-19 12:15:57 -06:00
bd1b0b5e32
Some stream improvements
2015-01-13 12:31:37 -06:00
a84d35c6af
Now the buttons in the buffers are connected to their functions; datetime and languageHandler improvements.
2015-01-05 06:05:31 -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
29d434bcd4
Reply and direct message are supported, updated locales and code improvements
2015-01-02 09:38:44 -06:00
186f70afc3
Some code changes to having a more consistent MVC application.
2015-01-01 21:40:57 -06:00
a6dd5d602f
Uploading photos is now supported for tweets
2014-12-31 00:07:27 -06:00
2895d02cdc
Next-gen: Audio uploader is now MVC, so tweets can include audios. Sounds tutorial is MVC and has been improved.
2014-12-29 20:58:30 -06:00
cd0aab90ef
Support for shorten and unshorten URL's on tweets has been added
2014-11-15 19:40:19 -06:00
606ab6d6fc
Post tweets and translate is possible in the next-gen
2014-11-12 22:37:52 -06:00
f54d9394b7
The next generation branch has been added
2014-11-12 20:41:29 -06:00