summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* improved loading of infostringshut2010-04-182-7/+2
| | | | no "lazy" loading anymore, its not worth it
* fsobject: Don't consider linked directories emptyhut2010-04-181-3/+3
|
* Added option "max_console_history_size"hut2010-04-173-1/+3
|
* ranger.main: prioritize confdir in importshut2010-04-171-1/+1
|
* shared.settings: bugfix, forgot to remove max_filesize_for_previewhut2010-04-171-1/+0
|
* help.starting: explain uppercase flagshut2010-04-171-0/+3
|
* removed option "max_filesize_for_preview"hut2010-04-172-5/+1
| | | | | I see no point in keeping it. Even very large files will only have the first few lines loaded and binary files aren't previewed anyway.
* Added option "show_hidden_bookmarks"hut2010-04-173-1/+5
|
* help.starting: updatedhut2010-04-171-4/+5
|
* fsobject: lazy calculation of infostringhut2010-04-163-25/+34
|
* widgets.statusbar: cleanupshut2010-04-161-4/+2
|
* ranger.1: added S key to man pagehut2010-04-161-0/+3
|
* added ruby mimetypehut2010-04-161-0/+2
|
* defaults.apps: removed unnecessary escape characterhut2010-04-161-1/+1
|
* widget.browsercolumn: display "?" in info in a different colorhut2010-04-143-1/+13
|
* widgets.browsercolumn: added sanity check when clicking on previewhut2010-04-141-14/+15
|
* fsobject: use a "?" if no infostring is availablehut2010-04-142-2/+4
|
* fixed rarely occuring permission issuehut2010-04-142-5/+5
| | | | | The case where you're not allowed to read the destination of a link was not handled properly. This happens namely in the procfs.
* fsobject.fsobject: display more informationhut2010-04-141-5/+16
| | | | | added attributes is_socket and is_fifo add special file info to infostring
* fsobject.fsobject: get the stat() of link destinationshut2010-04-141-1/+6
|
* widgets.statusbar: better error detectionhut2010-04-141-5/+8
|
* fsobject.fsobject: cleanuphut2010-04-141-19/+14
|
* renamed fsobject.islink to fsobject.is_linkhut2010-04-145-9/+9
|
* identify devices and handle them properlyhut2010-04-144-3/+11
|
* colorscheme.default: make sockets boldhut2010-04-141-0/+1
|
* removed bad importhut2010-04-141-1/+0
|
* ranger.help: updatehut2010-04-142-2/+2
|
* actions: move imports to top levelhut2010-04-141-12/+7
|
* console: move imports to top levelhut2010-04-141-6/+4
|
* README: slightly improved Roadmaphut2010-04-131-1/+2
|
* README: added Roadmaphut2010-04-131-0/+18
|
* reopened bug #65 since it reappearedhut2010-04-131-1/+1
|
* slightly different prompt for open-consolehut2010-04-132-2/+4
|
* Fixed broken statusbarhut2010-04-131-7/+1
|
* Avoid syntax warninghut2010-04-131-1/+2
|
* cleaner use of Awareness classeshut2010-04-134-8/+10
|
* Todo: closed #79 (tab 0)hut2010-04-131-1/+1
|
* Don't use tab 0 by defaulthut2010-04-132-3/+2
| | | | | | Conflicts: ranger/defaults/keys.py
* gui.bar: Fixed Zero Division Errorhut2010-04-131-1/+2
|
* gui.bar: clean uphut2010-04-132-15/+11
|
* Abbreviate HOME with ~ in the titlebarhut2010-04-134-5/+18
|
* Fixed suggested cd-after-exit-script for zshhut2010-04-132-2/+2
|
* widget.console: removed Directory importhut2010-04-121-1/+0
|
* Merge branch 'master' of ssh://repo.or.cz/srv/git/rangerhut2010-04-122-4/+25
|\
| * Fixed little tab completion bughut2010-04-112-4/+25
| | | | | | | | Thanks to litemotiv for pointing it out
* | Grey out copied/cut files.hut2010-04-125-1/+15
| |
* | cleanuphut2010-04-127-46/+43
| | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py
* | Fixed handling of directories with GC'd subdirshut2010-04-122-7/+9
|/
* widgets.browserview: fixed collapse_previewhut2010-04-101-1/+1
|
* defaults.apps: edit xml files with editorhut2010-04-091-1/+3
|
e78033b9dcafcb52bbdcd92aed0c'>^
f07bb12f ^
34a60763 ^

f07bb12f ^












34a60763 ^
f07bb12f ^







34a60763 ^


f07bb12f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218