Commit Graph

160 Commits

Author SHA1 Message Date
Michael Lazar 1b6fed2ec3 Fixed webbrowser behavior for terminal browsers. 2015-05-14 21:51:54 -07:00
Michael Lazar bf2d464081 Switched unicode to be the default mode. 2015-05-12 23:42:31 -07:00
Michael Lazar a23561e8f5 Merge branch 'master' into unicode_kitchen
Conflicts:
	rtv/subreddit.py
2015-05-12 23:11:38 -07:00
Michael Lazar b375fb71e7 Fixed cursor out of bounds error with window resize. 2015-05-12 01:47:03 -07:00
Michael Lazar d548e65166 Added kitchen functions for chopping unicode text. 2015-05-02 17:23:22 -07:00
Michael Lazar 02e9e5e399 Implemented add_line wrapper to fix unicode bugs with curses.addnstr. 2015-05-02 16:23:02 -07:00
Michael Lazar 49a9147ca6 In progress. 2015-04-29 22:31:24 -07:00
Michael Lazar b573afeb2b Merge branch 'yskmt-page-updown' 2015-04-26 13:33:35 -07:00
Michael Lazar 44aa0154cb Merge branch 'page-updown' of https://github.com/yskmt/rtv into yskmt-page-updown
Conflicts:
	rtv/page.py
2015-04-26 13:31:01 -07:00
ysakamoto 6025fc24c4 _move_page separated
redraw in the direction of page up/down
2015-04-21 18:59:21 -05:00
Michael Lazar b6be2b48ea Bugfix for SafeCaller. 2015-04-15 19:37:25 -07:00
Michael Lazar 206ee329c0 Merge branch 'page-updown' of https://github.com/yskmt/rtv into yskmt-page-updown
Conflicts:
	rtv/page.py
2015-04-15 19:12:49 -07:00
Michael Lazar 3f04347886 Hopefully made safe_call() more pythonic. 2015-04-13 01:01:18 -07:00
ysakamoto f31242dfbd key change. m: pageup, n: pagedown 2015-04-12 18:06:20 -05:00
ysakamoto 294f54d9af fixed cursor position going over the number of windows 2015-04-12 18:03:16 -05:00
Michael Lazar fa63247f5f Fixed edit(). 2015-04-11 22:07:30 -07:00
Michael Lazar 4461782c67 Fixed a few edit/delete edge cases, consolidated error handling. 2015-04-11 21:52:46 -07:00
ysakamoto 0fae751d44 submission mode behavior change 2015-04-11 17:58:12 -05:00
ysakamoto 8fcd2212a4 page up/down implemented 2015-04-11 17:47:35 -05:00
Michael Lazar 3e6b7c98d5 Added error checking, still need to test. 2015-04-10 18:22:57 -07:00
Brobin 68ae4570dc fixed submission file to have default content 2015-04-07 22:14:35 -05:00
Tobin f31ad72f92 catch key error, omit extra notifications 2015-04-07 01:37:11 -05:00
Tobin e321ac8182 added editing submissions and comments 2015-04-06 12:01:44 -05:00
Tobin 6f2dd9f528 edited style to match other functions 2015-04-06 11:39:57 -05:00
Tobin 9a95684c76 added deleting comment or submission 2015-04-06 11:28:52 -05:00
Michael Lazar ea1230d30c Added logging and error handling for posts and comments. 2015-04-05 18:29:12 -07:00
Michael Lazar 0aa40f7f14 Improved help message display on small terminal windows 2015-04-05 17:36:42 -07:00
Michael Lazar 9ee21fe1ce Docstring wordings, refactored /r/me handling, updated README. 2015-04-05 17:11:25 -07:00
Michael Lazar 2141fe6e31 Cleaned up user login. 2015-04-02 09:59:23 -07:00
ysakamoto c7a760791a prompt to log out/in when logged in/out 2015-04-02 02:11:03 -05:00
ysakamoto 59b657de37 check username/password before real login 2015-04-01 21:56:25 -05:00
ysakamoto 8c56211d94 login with '+' key 2015-04-01 19:35:25 -05:00
Tobin a1fdd2a93a move cursor to top after search, prompt_input method 2015-03-31 13:24:33 -05:00
Tobin 16ab77fc2c ran autopep8 2015-03-31 00:20:44 -05:00
Tobin 5d72126fa5 clear input queue when moving cursor 2015-03-30 23:37:50 -05:00
Tobin 9a4a0b59ea missing show_help import 2015-03-30 23:19:23 -05:00
Tobin 69a346abe8 missing import statement 2015-03-30 18:36:01 -05:00
Tobin 6fcabe36e3 implemented controllers for key input 2015-03-30 17:18:29 -05:00
Tobin 346ba424f2 added base controller for command decorators 2015-03-30 16:58:01 -05:00
Michael Lazar 7d9c8ad0d4 Major refactor, package cleanup. Untested. 2015-03-20 02:12:01 -07:00
Michael Lazar fd9cbd8841 Fixed bug where folding a comment would crash the page. 2015-03-15 23:26:30 -07:00
Michael Lazar f61303eae1 Added exception handling for voting if the user isnt logged in. 2015-03-14 01:05:11 -07:00
Michael Lazar eba9238adc Semi-major refactor, added upvotes/downvotes. 2015-03-14 00:19:16 -07:00
Michael Lazar 17a1c27a2c Implemented unicode sandwich. 2015-03-12 19:02:22 -07:00
Michael Lazar b0f8c398ce /r/front now displayed as "Front Page". 2015-03-09 00:18:03 -07:00
Michael Lazar b0053643f7 Added username to banner if logged in. 2015-03-09 00:11:09 -07:00
Michael Lazar df91903900 Clean up, simplified key commands. 2015-02-12 20:40:51 -08:00
Michael Lazar 901c094dd5 Finally made progress on scrolling behavior for short submissions. 2015-02-12 00:54:22 -08:00
Michael Lazar d018b6fd42 Added HTTP error check. 2015-02-11 22:35:04 -08:00
Michael Lazar 1b8b25fd8b Fixed submission refresh, changed some coloring. 2015-02-11 20:29:02 -08:00