summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Make natural_sort's behaviour better definedlverweijen2016-03-082-3/+41
* adding ability to clear folder filter upon navigating from it. optional and f...Vitaly Belman2016-03-063-0/+9
* Merge branch 'master' of https://github.com/nfnty/rangerhut2016-02-294-5/+28
|\
| * VCS: pause thread during ui.suspend()nfnty2016-02-294-5/+28
* | Merge branch 'master' of https://github.com/nfnty/rangerhut2016-02-2816-1546/+1073
|\|
| * VCS: statusbar: Fix date formatnfnty2016-02-251-5/+6
| * VCS: Lazily initialize UI.vcsthreadnfnty2016-02-251-4/+8
| * VCS: Fix reinitialization on repodir deletionnfnty2016-02-101-31/+29
| * VCS: Fix has_vcschild directory loadnfnty2016-02-101-3/+8
| * VCS: Rename fileobj to fsobj, remove _hinderednfnty2016-02-092-41/+34
| * VCS: Fix link handlingnfnty2016-02-092-38/+33
| * VCS: Process queue more efficientlynfnty2016-02-092-32/+62
| * VCS: Split Vcs root into VcsRootnfnty2016-02-081-61/+84
| * VCS: hg: Disable remote status due to performance issuesnfnty2016-02-082-28/+13
| * VCS: Fix root updatingnfnty2016-02-081-13/+11
| * VCS: hg: Use json templatenfnty2016-02-081-32/+20
| * VCS: Disable background updating due to lock issuesnfnty2016-02-082-57/+11
| * VCS: Implement Subversionnfnty2016-02-082-105/+109
| * VCS: Rename _vcs to _runnfnty2016-02-084-44/+36
| * VCS: hg: Fix statusesnfnty2016-02-081-2/+2
| * VCS: Reorder importsnfnty2016-02-085-8/+9
| * VCS: Add date to statusbarnfnty2016-02-083-2/+7
| * VCS: Fix output handlingnfnty2016-02-083-35/+58
| * VCS: Implement Mercurialnfnty2016-02-081-87/+111
| * VCS: Improve null handlingnfnty2016-02-082-5/+6
| * VCS: Minor fixesnfnty2016-02-086-23/+25
| * VCS: pylint and flake8 compliancynfnty2016-02-084-20/+16
| * VCS: Refactor VcsThread.run()nfnty2016-02-081-79/+90
| * VCS: Fix browsercolumnnfnty2016-02-083-24/+33
| * VCS: Initialize roots in VcsThreadnfnty2016-02-083-81/+134
| * VCS: Fix python2 compatibilitynfnty2016-02-081-10/+13
| * VCS: Move remotestatus to FileSystemObjectnfnty2016-02-086-44/+42
| * VCS: Improve repodir detectionnfnty2016-02-081-7/+18
| * VCS: _vcs remove args parameternfnty2016-02-083-10/+7
| * VCS: Implement GNU Bazaar: Disable data_status_remote for performancenfnty2016-02-081-15/+1
| * VCS: Implement GNU Bazaarnfnty2016-02-082-75/+145
| * VCS: Refactor _vcsnfnty2016-02-082-53/+51
| * VCS: Update comments, Minor fixesnfnty2016-02-0812-153/+147
| * VCS: Major cleanupnfnty2016-02-087-712/+100
| * VCS: Delay a minimum of 1 secondnfnty2016-02-082-2/+2
| * VCS: Fix python2 compatibilitynfnty2016-02-086-44/+24
| * VCS: Fix repo deletion racenfnty2016-02-081-11/+11
| * VCS: Only redraw when awokennfnty2016-02-081-7/+7
| * VCS: Fix flat: Only initialize subdir oncenfnty2016-02-083-14/+26
| * VCS: Fix symlinks pointing to root, Cleanupnfnty2016-02-086-86/+27
| * VCS: Rename vcslocal to vcsnonenfnty2016-02-083-3/+3
| * VCS: Minor fixesnfnty2016-02-083-11/+8
| * VCS: Implement symbolic link supportnfnty2016-02-082-34/+69
| * VCS: Fix class for non-root; fixes action commandsnfnty2016-02-082-21/+19
| * VCS: Handle FileNotFoundError during subprocess callsnfnty2016-02-081-0/+2