Commit Graph

430 Commits

Author SHA1 Message Date
Michael Lazar
d548e65166 Added kitchen functions for chopping unicode text. 2015-05-02 17:23:22 -07:00
Michael Lazar
f0ec9ba712 Refactored vote arrow logic. 2015-05-02 16:37:25 -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
ea88f44db7 Merge branch 'Brobin-history_log' 2015-04-29 22:41:49 -07:00
Michael Lazar
49a9147ca6 In progress. 2015-04-29 22:31:24 -07:00
Brobin
15f15c9302 retain history order by reversing the list 2015-04-28 22:23:28 -05:00
Brobin
1ca5f0a649 refactored to an ordered set, make config directory if it doens't exist.
remove item from set and list when pop is called

remove occasionaly throws an error
2015-04-28 10:30:21 -05:00
Brobin
eabfb6ad88 implemented hsitory logging accross sessions witha history.log file
remove unnecessary variable

return an empty set if the file doesn't exist

xrange is range in python3
2015-04-28 10:29:08 -05: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
Michael Lazar
ff0e9bc677 Upping version. 2015-04-22 19:45:35 -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
9b0ff5a8c8 Merge pull request #92 from Brobin/master
added upvote/downvote to submission view
2015-04-17 23:08:56 -07:00
Michael Lazar
d051e5e1b2 Merge branch 'morecomment-speed' 2015-04-17 20:43:00 -07:00
Michael Lazar
7d48890f43 Upped mac indent level from 4 to 8. 2015-04-17 20:39:59 -07:00
Brobin
bdd55d3da2 copy-pasta mistake. remove created 2015-04-17 21:10:46 -05:00
Brobin
0bdb207fe6 added upvote/downvote to submission view 2015-04-16 23:23:59 -05:00
Michael Lazar
9b9b995f87 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-04-16 19:17:40 -07:00
Michael Lazar
5146244c26 Temporary fix. 2015-04-16 18:15:59 -07:00
michael-lazar
2862b502a1 Merge pull request #87 from Brobin/master
Added NSFW tags to posts
2015-04-16 10:26:21 -07:00
Brobin
9edbd9317f added nsfw tags 2015-04-16 10:34:49 -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
Michael Lazar
25b1977692 Merge branch 'edit_delete' of https://github.com/Brobin/rtv into Brobin-edit_delete 2015-04-10 16:24:25 -07:00
Brobin
68ae4570dc fixed submission file to have default content 2015-04-07 22:14:35 -05:00
Michael Lazar
9153fdd20f Upping version. 2015-04-07 19:34:18 -07:00
Michael Lazar
348e25e1e1 Added default subreddit in main script. 2015-04-07 09:45:12 -07: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
Michael Lazar
ecc623d27e Fixed submission post error handling. 2015-04-06 09:42:06 -07: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
ecbc624caa Updated readme shields 2015-04-06 00:26:11 -07:00
Michael Lazar
5115359e8d Added doc files to MANIFEST.in 2015-04-06 00:16:47 -07:00
Michael Lazar
2ee0869828 Merge branch 'Brobin-master' 2015-04-06 00:10:24 -07:00
Michael Lazar
ba00aa2e26 Added dates to CHANGELOG. 2015-04-06 00:09:47 -07:00
Michael Lazar
2d0717192c Merge branch 'master' of https://github.com/Brobin/rtv into Brobin-master 2015-04-06 00:03:56 -07:00
Tobin
161fe186dd fixed line in changelog 2015-04-06 00:40:46 -05:00
Tobin
b4a3846e6c Merge branch 'master' of https://github.com/brobin/rtv 2015-04-06 00:29:20 -05:00
Tobin
f463afa157 restructured readme and added changelog
updated to match release notes

fixed contributors' names

complete refactor of readme into separate files, yay for documentation! 🎆

added release tag links

restructured text was janky, fixed the menu

line break by the version badges
2015-04-06 00:28:48 -05:00
Tobin
ca2584e2b3 line break by the version badges 2015-04-06 00:23:31 -05:00
Tobin
523100e9a8 restructured text was janky, fixed the menu 2015-04-06 00:20:20 -05:00