summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* renamed "--fail-if-run" to the more accurate "--fail-unless-cd"hut2010-06-094-11/+17
| | | | The old name, --fail-if-run, is still valid and working.
* Reverted hashbang for ranger.py.hut2010-06-091-1/+1
| | | | | It causes an error here: /usr/bin/env: python -O: No such file or directory
* widgets.console: fixed history in clean modehut2010-06-091-1/+5
|
* minor changeshut2010-06-092-2/+3
|
* updated pydochut2010-06-0918-57/+113
|
* all_benchmarks.py: fix + cleanuphut2010-06-091-40/+35
|
* all_tests.py: cleanuphut2010-06-091-14/+14
|
* Makefile: dynamically get the version numberhut2010-06-091-1/+1
|
* Fixed some docstringshut2010-06-092-3/+3
|
* Changed hashbang line to "#!/usr/bin/env python"hut2010-06-097-7/+7
|
* HACKING: updatedhut2010-06-091-0/+16
|
* simplified all_tests.py, moved to test/hut2010-06-0720-98/+44
|
* simpler helphut2010-06-071-2/+2
|
* main: minor edithut2010-06-051-1/+1
|
* main: fixed error handling in python2.6 and improved ithut2010-06-051-14/+8
|
* fsobject: ignore ".part" extensions when determining mimetypehut2010-06-041-1/+4
|
* defaults.options: rebuilt regexp for efficiencyhut2010-05-301-1/+1
|
* defaults.options: fixed typo in regexphut2010-05-301-1/+1
|
* ext.lazy_property: fixed indentation in docstringhut2010-05-301-3/+3
|
* main: default value for $SHELL = 'bash'hut2010-05-301-0/+3
|
* defaults.apps: shortened code of last commithut2010-05-281-2/+1
|
* defaults.apps: retain order of files in app_feh mode 11hut2010-05-281-1/+3
|
* defaults.apps: simplify code for fehhut2010-05-261-15/+3
|
* defaults.keys: added key ^V for marking files in a specific directionhut2010-05-265-2/+18
|
* core.actions: shortened some codehut2010-05-261-2/+2
|
* defaults.keys: add hint for "po"hut2010-05-261-2/+2
|
* defaults.apps: fixed (removed dependency of edit_or_run)hut2010-05-261-1/+0
|
* main: typohut2010-05-251-1/+1
|
* main: don't import optparse.SUPRESS_HELPhut2010-05-251-1/+1
|
* make bm, make test: make use of PYTHON variablehut2010-05-251-2/+2
|
* README: updatedhut2010-05-241-6/+18
|
* defaults.keys: fixed key conflict.hut2010-05-241-1/+1
| | | | Thanks to David Woodfall for pointing it out
* fsobject.fsobject: optimizations + fixeshut2010-05-231-24/+23
|
* fsobject.directory: optimize loop in load_bit_by_bithut2010-05-231-5/+8
|
* fsobject.directory: make use of faster lookup using local varshut2010-05-231-7/+10
|
* fsobject.fsobject: removed access() call in load functionhut2010-05-232-10/+5
|
* fsobject.fsobject: make use of lazy_propertyhut2010-05-231-23/+19
|
* Added ranger.ext.lazy_propertyhut2010-05-221-0/+25
|
* defaults.apps: removed gimp entry from feh, type rgimp<CR> insteadhut2010-05-221-2/+1
|
* Add file-roller as a default app for container typesDavid Barnett2010-05-191-1/+6
|
* Use Applications.either even with only one option for dependency checking; ↵David Barnett2010-05-191-10/+10
| | | | fix broken eog reference (to 'eye_of_gnome')
* api.apps: give Applications.generic less precedence than manual app definitionshut2010-05-191-1/+2
|
* defaults.apps: swap feh modes 0 and 11hut2010-05-191-15/+14
|
* defaults.keys: added/fixed readline keybindings in consolehut2010-05-181-4/+4
|
* fsobject.fsobject: shortened some codehut2010-05-171-5/+1
|
* make: replace literal python with $(PYTHON)hut2010-05-171-1/+1
|
* make: added DESTDIR to Makefilehut2010-05-171-9/+9
| | | | Patch by David Woodfall
* fsobject: moved some code from fsobject to directoryhut2010-05-172-21/+22
|
* customized David Barnetts code + polished stuffhut2010-05-174-21/+8
| | | | | | | | 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?)
* Merge git://github.com/dbarnett/rangerhut2010-05-173-56/+76
|\
220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376