summary refs log tree commit diff stats
path: root/ranger/defaults/options.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Swapped default values for display_size_in_...hut2010-04-051-2/+2
| | | | I had them swapped for testing and forgot to change it back.
* added 2 options: display_size_in_{main_column,status_bar}hut2010-04-051-0/+4
|
* Added a setting for the column ratioshut2010-04-041-0/+3
|
* added option "save_console_history"hut2010-03-291-0/+3
|
* new option: colorscheme_overlayhut2010-03-281-0/+19
| | | | | For those who want small colorscheme changes without creating an extra file.
* renamed three options, display a warning if the old ones are usedhut2010-03-281-3/+3
| | | | | | reverse => sort_reverse directories_first => sort_directories_first case_insensitive => sort_case_insensitive
* added an extra option: draw_bookmark_bordershut2010-03-281-0/+1
|
* add case_insensitive setting for directory sort orderLucas de Vries2010-03-281-0/+1
|
* added option "draw_borders" for borders around the columnshut2010-03-191-0/+3
|
* Added option "preview_directories"hut2010-03-191-0/+1
|
* Added option "shorten_title"hut2010-03-191-0/+4
| | | | Thanks to JohannesSM64
* ui: Guess if terminal supports title (by looking at $TERM)hut2010-03-181-3/+2
| | | | Thanks to JohannesSM64
* colorschemes: more efficient and simple color importing.hut2010-03-171-1/+1
|
* defaults.options: fixed mistakehut2010-03-121-1/+1
|
* defaults.options: more extensive documentationhut2010-03-121-18/+35
|
* added two new colorschemes using 88 colorshut2010-03-121-8/+4
|
* working on the configuration system / main methodhut2010-03-121-11/+30
|
* minor changeshut2010-03-081-1/+2
|
* disabled title drawing by default (buggy?)hut2010-03-081-1/+1
| | | | | | In tty1 or other terminals without title, this would print the current directory at the pointer position (on the screen) on every redraw. Let's see if there's a way to fix that
* added copyright info to config files and test caseshut2010-03-081-0/+15
|
* todo: finished #63: limit filesize in previewshut2010-02-251-0/+3
|
* options: add the option to show the cursor all the timehut2010-02-141-0/+2
|
* fixed #54: max_dirsize_for_autopreview option not workinghut2010-02-091-1/+0
|
* implemented #58: update terminal titlehut2010-02-091-0/+1
|
* defaults: removed copyright notice from config fileshut2010-01-261-13/+5
|
* made configuration more simplehut2010-01-251-5/+2
|
* options: activate preview of files by defaulthut2010-01-241-1/+1
|
* settings: allow to toggle flushinputhut2010-01-191-0/+1
|
* options: allow to specify how to recognize "hidden files"hut2010-01-181-0/+4
|
* settings: removed (buggy) auto_load_previewhut2010-01-141-1/+0
|
* added license informationhut2010-01-081-0/+14
|
* random cleanups and fixeshut2010-01-071-1/+1
|
* settings: corrected preview_files optionhut2010-01-011-1/+1
|
* options: rearranged lineshut2010-01-011-8/+8
|
* bookmarks: added testcase, documentation, settinghut2010-01-011-0/+1
|
* implemented sortinghut2009-12-241-0/+2
|
* max_dirsize_for_autopreview = 300 is not rly needed anymorehut2009-12-231-1/+1
|
* improved auto-previewshut2009-12-221-0/+2
|
* Added option for autoloading previews.hut2009-12-201-1/+1
| | | | If it is false, you have to enter the directory once to see a preview
* added an option for collapse_previewhut2009-12-141-0/+1
|
* Restructurationhut2009-12-101-0/+1
|
* Renamed / added colorschemeshut2009-12-061-1/+1
| | | | | Renamed Snow to Default Added a new black/white colorscheme which deserves the name Snow more.
* "SettingsAware", random cleanupshut2009-12-061-12/+5
|
* changing implementation of optionshut2009-12-061-0/+18