summary refs log tree commit diff stats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* fsobject.file: blacklist /proc/kcore for previewinghut2010-06-091-2/+2
|
* defaults.keys: added key ^V for marking files in a specific directionhut2010-05-261-0/+1
|
* customized David Barnetts code + polished stuffhut2010-05-171-1/+1
| | | | | | | | 1. removed StringIO dependency (Pager.set_source works with strings too) 2. fixed check for settings.preview_files 3. removed FileSystemObject.get_preview_source dummy method (This method is meaningless for directories, so they should not inherit it?)
* README: rewritehut2010-05-151-0/+1
|
* TODO: updatehut2010-05-141-0/+1
|
* fixed #90hut2010-05-131-1/+1
|
* TODO: updatedhut2010-05-121-1/+5
|
* TODO: updatedhut2010-05-101-3/+13
|
* Closed #83 since I implemented :markhut2010-04-271-1/+1
|
* Fixed #85: no automatic reload after using :filterhut2010-04-271-1/+1
|
* TODO: moved #60 to "General"hut2010-04-261-1/+1
|
* Fixed bug #65 by adding flag "--fail-if-run"hut2010-04-261-1/+1
|
* fixed bug #78: broken preview when deleting all files in a directoryhut2010-04-261-1/+2
|
* TODO: updatehut2010-04-261-0/+2
|
* TODO: updatedhut2010-04-191-1/+2
|
* todo: added #81hut2010-04-161-0/+2
|
* reopened bug #65 since it reappearedhut2010-04-131-1/+1
|
* Todo: closed #79 (tab 0)hut2010-04-131-1/+1
|
* todo: updatehut2010-04-081-0/+2
|
* TODO: added #78hut2010-03-311-0/+1
|
* TODO: closed #45, it was implemented alreadyhut2010-03-311-1/+1
|
* closed issue #76 (was implemented in f5e9c01e)hut2010-03-291-1/+1
|
* new option: colorscheme_overlayhut2010-03-281-0/+1
| | | | | For those who want small colorscheme changes without creating an extra file.
* closed issue #70: mouse click handler for the titlebarhut2010-03-281-1/+1
|
* closed issue #71hut2010-03-281-1/+1
|
* todo: updatedhut2010-03-281-0/+2
|
* closed #73, reason was it didn't move and coords didnt get updatedhut2010-03-271-1/+1
|
* closed #40 for nowhut2010-03-271-2/+2
|
* fixed #74 and closed #67 (was fixed earlier)hut2010-03-271-2/+2
|
* TODO: added bug #74hut2010-03-211-0/+1
|
* updated TODO and pydochut2010-03-211-0/+3
|
* fixed #69: tab completion breaks with Apps subclasshut2010-03-171-1/+1
|
* general updates, allow column levels of >1hut2010-03-141-0/+1
|
* working on the configuration system / main methodhut2010-03-121-0/+1
|
* misc changeshut2010-03-121-0/+1
|
* added documentation on how colorschemes workhut2010-03-121-1/+1
|
* minor changeshut2010-03-081-0/+1
|
* colorschemes: use "Scheme" as the default class name for colorschemeshut2010-02-281-0/+1
|
* todo: fixed non-unique bug IDhut2010-02-281-1/+1
|
* todo: finished #63: limit filesize in previewshut2010-02-251-1/+2
|
* finished #52, special characters in tab completionhut2010-02-241-1/+1
|
* console: fixed tabcompletion in openconsole starting with !xyz!hut2010-02-241-0/+1
|
* todo: bug #64 seems to have fixed itself magicallyhut2010-02-241-1/+1
|
* incremented version number and updated pydoc html files v1.0.3hut2010-02-161-8/+1
|
* ui: catching exception from curs_sethut2010-02-151-0/+2
| | | | it can be thrown if the terminal does not support cursor settings
* actions: improved copying/movinghut2010-02-141-2/+4
|
* fixed #46: wrong username displayed when using suhut2010-02-131-1/+1
|
* implemented #61: show sum of size of marked fileshut2010-02-091-2/+2
|
* fixed #54: max_dirsize_for_autopreview option not workinghut2010-02-091-2/+2
|
* todo: added goals for next minor versionhut2010-02-091-0/+8
|
dl> <dt><font face="helvetica, arial"><a href="ranger.shared.settings.html#SettingsAware">ranger.shared.settings.SettingsAware</a>(<a href="builtins.html#object">builtins.object</a>) </font></dt><dd> <dl> <dt><font face="helvetica, arial"><a href="ranger.gui.curses_shortcuts.html#CursesShortcuts">CursesShortcuts</a> </font></dt></dl> </dd> </dl> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helvetica, arial"><a name="CursesShortcuts">class <strong>CursesShortcuts</strong></a>(<a href="ranger.shared.settings.html#SettingsAware">ranger.shared.settings.SettingsAware</a>)</font></td></tr> <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td> <td colspan=2><tt>This&nbsp;class&nbsp;defines&nbsp;shortcuts&nbsp;to&nbsp;faciliate&nbsp;operations&nbsp;with&nbsp;curses.<br> <a href="#CursesShortcuts-color">color</a>(*keys)&nbsp;--&nbsp;sets&nbsp;the&nbsp;color&nbsp;associated&nbsp;with&nbsp;the&nbsp;keys&nbsp;from<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the&nbsp;current&nbsp;colorscheme.<br> <a href="#CursesShortcuts-color_at">color_at</a>(y,&nbsp;x,&nbsp;wid,&nbsp;*keys)&nbsp;--&nbsp;sets&nbsp;the&nbsp;color&nbsp;at&nbsp;the&nbsp;given&nbsp;position<br> <a href="#CursesShortcuts-color_reset">color_reset</a>()&nbsp;--&nbsp;resets&nbsp;the&nbsp;color&nbsp;to&nbsp;the&nbsp;default<br> <a href="#CursesShortcuts-addstr">addstr</a>(*args)&nbsp;--&nbsp;failsafe&nbsp;version&nbsp;of&nbsp;self.<strong>win</strong>.<a href="#CursesShortcuts-addstr">addstr</a>(*args)<br>&nbsp;</tt></td></tr> <tr><td>&nbsp;</td> <td width="100%"><dl><dt>Method resolution order:</dt> <dd><a href="ranger.gui.curses_shortcuts.html#CursesShortcuts">CursesShortcuts</a></dd> <dd><a href="ranger.shared.settings.html#SettingsAware">ranger.shared.settings.SettingsAware</a></dd> <dd><a href="builtins.html#object">builtins.object</a></dd> </dl> <hr> Methods defined here:<br> <dl><dt><a name="CursesShortcuts-addnstr"><strong>addnstr</strong></a>(self, *args)</dt></dl> <dl><dt><a name="CursesShortcuts-addstr"><strong>addstr</strong></a>(self, *args)</dt></dl> <dl><dt><a name="CursesShortcuts-color"><strong>color</strong></a>(self, *keys)</dt><dd><tt>Change&nbsp;the&nbsp;colors&nbsp;from&nbsp;now&nbsp;on.</tt></dd></dl> <dl><dt><a name="CursesShortcuts-color_at"><strong>color_at</strong></a>(self, y, x, wid, *keys)</dt><dd><tt>Change&nbsp;the&nbsp;colors&nbsp;at&nbsp;the&nbsp;specified&nbsp;position</tt></dd></dl> <dl><dt><a name="CursesShortcuts-color_reset"><strong>color_reset</strong></a>(self)</dt><dd><tt>Change&nbsp;the&nbsp;colors&nbsp;to&nbsp;the&nbsp;default&nbsp;colors</tt></dd></dl> <hr> Data descriptors inherited from <a href="ranger.shared.settings.html#SettingsAware">ranger.shared.settings.SettingsAware</a>:<br> <dl><dt><strong>__dict__</strong></dt> <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd> </dl> <dl><dt><strong>__weakref__</strong></dt> <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd> </dl> <hr> Data and other attributes inherited from <a href="ranger.shared.settings.html#SettingsAware">ranger.shared.settings.SettingsAware</a>:<br> <dl><dt><strong>settings</strong> = {}</dl> </td></tr></table></td></tr></table> </body></html>