summary refs log tree commit diff stats
path: root/ranger/container
Commit message (Collapse)AuthorAgeFilesLines
* container.tags: sanity checkshut2011-10-011-0/+3
|
* container.settingobject: fix settingobject (?)hut2011-09-301-0/+2
|
* ext.keybindings: implemented %any macrohut2011-09-303-4/+2
|
* implemented a new keybinding parserhut2011-09-302-344/+0
|
* define keybindings in rc.conf (list of commands, loaded on startup)hut2011-09-301-0/+1
|
* removed copyright notice from trivial files (__init__.py's)hut2011-09-291-16/+2
|
* core.main: added --list-unused-keys optionhut2011-09-291-2/+2
|
* slight changes to the settingshut2011-09-241-1/+1
| | | | | | | | 1. forbid to use the "set" type for the option "column_ratios", since order is relevant and a "set" does not preserve order. 2. add the function "regexp" in the :set command, so users can define regular expressions on the fly.
* container.tags: replaced the word "mark" with "tag"hut2011-08-101-16/+16
| | | | | | this is not very important, but I think it helps avoiding confusion since this code has to do with tagging and not with the completely different feature called "marking"
* container.tags: modified DaPangus' patch for more compatibilityhut2011-08-101-6/+11
|
* Custom tagsDavid Pugnasse2011-08-101-15/+40
| | | | Allows to mark a file with a custom character.
* added option "display_tags_in_all_columns"hut2011-05-081-0/+1
|
* Fix loss of bookmarks when disk is fullhut2011-03-081-2/+3
|
* Attempted to fix some utf issueshut2010-12-261-0/+1
|
* Added option 'padding_right' (default: True)hut2010-11-011-0/+1
| | | | | This allows you to hide the last column if there's nothing inside, saving some space.
* Renamed ranger/ext/signal_dispatcher to ranger/ext/signalshut2010-10-141-1/+1
|
* Added boolean option use_preview_scripthut2010-10-111-0/+1
|
* Merge branch 'master' into previewhut2010-10-081-0/+129
|\ | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/helper.py ranger/gui/curses_shortcuts.py
| * a little restructurationhut2010-10-021-0/+128
|/
* Fixed new history implementationhut2010-08-281-5/+17
|
* Changed implementation of container.historyhut2010-08-281-59/+72
|
* Fixed historyhut2010-08-261-1/+20
|
* fix exceptions from invalid unicode charactershut2010-05-161-1/+4
|
* Clean uphut2010-04-193-6/+5
| | | | | Mostly remove unused imports and move imports from functions to the module level
* container.keymap: removed __getitem__ from KeyManagerhut2010-04-181-1/+0
|
* container.keybuffer: use set for digitlisthut2010-04-161-1/+1
|
* container.keybuffer: added documentationhut2010-04-161-0/+3
|
* container.keybuffer: bugfixhut2010-04-161-2/+3
|
* ranger.container.keymap: added some documentationhut2010-04-162-2/+20
|
* moved container.keymap.KeyBuffer into seperate modulehut2010-04-163-162/+180
|
* keymap: make lines shorterhut2010-04-161-11/+11
|
* keymap: replace to_string and is_ascii_digit with builtin methodshut2010-04-161-13/+4
|
* keymap: moved simulate_press to where it belongs: tc_newkeyshut2010-04-161-9/+0
|
* keymap: remove unused codehut2010-04-161-7/+0
|
* keymap: move translate_keys to ranger.ext.keybinding_parserhut2010-04-161-84/+9
|
* container.keymap: Extended KeyManagerhut2010-04-131-4/+11
|
* tc_newkeys: fixed all but one testhut2010-04-091-7/+25
|
* partially fix tc_newkeyshut2010-04-091-31/+31
|
* start to integrate keybindingshut2010-04-071-5/+14
|
* added KeyManagerhut2010-04-072-4/+31
|
* Implement alt keys in corehut2010-04-071-0/+2
|
* container.keymap: support for Alt keyhut2010-04-071-1/+6
|
* updated container.keymap + testcase to work with new ext.directionhut2010-04-071-10/+2
|
* Merge branch 'master' into newkeyhut2010-03-243-172/+12
|\ | | | | | | | | | | | | | | | | | | Conflicts: ranger/api/keys.py ranger/container/commandlist.py ranger/core/actions.py ranger/defaults/keys.py ranger/gui/ui.py ranger/gui/widgets/browserview.py
| * moved ranger.container.environment to ranger.core.environmenthut2010-03-121-176/+0
| |
| * actions: correct preview after deletinghut2010-03-121-0/+4
| |
| * environment: changed misleading method namehut2010-03-121-2/+2
| |
| * slightly modified keybinding syntaxhut2010-03-121-0/+17
| |
| * working on the configuration system / main methodhut2010-03-122-0/+12
| |
* | keyparser: test for collisions with directories of a lenght > 1hut2010-03-091-13/+15
| |