summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Reverted hashbang for ranger.py.hut2010-06-091-1/+1
* 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
* 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; fi...David Barnett2010-05-191-10/+10
* 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
* fsobject: moved some code from fsobject to directoryhut2010-05-172-21/+22
* customized David Barnetts code + polished stuffhut2010-05-174-21/+8
* Merge git://github.com/dbarnett/rangerhut2010-05-173-56/+76
|\
| * Refactored filetype/preview code; added previews for .zip files (list contain...David Barnett2010-05-163-56/+76
id='n523' href='#n523'>523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697