Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | VCS: Fix reinitialization on repodir deletion | nfnty | 2016-02-10 | 1 | -31/+29 | |
| | | ||||||
| * | VCS: Fix has_vcschild directory load | nfnty | 2016-02-10 | 1 | -3/+8 | |
| | | ||||||
| * | VCS: Rename fileobj to fsobj, remove _hindered | nfnty | 2016-02-09 | 2 | -41/+34 | |
| | | ||||||
| * | VCS: Fix link handling | nfnty | 2016-02-09 | 2 | -38/+33 | |
| | | ||||||
| * | VCS: Process queue more efficiently | nfnty | 2016-02-09 | 2 | -32/+62 | |
| | | ||||||
| * | VCS: Split Vcs root into VcsRoot | nfnty | 2016-02-08 | 1 | -61/+84 | |
| | | ||||||
| * | VCS: hg: Disable remote status due to performance issues | nfnty | 2016-02-08 | 2 | -28/+13 | |
| | | ||||||
| * | VCS: Fix root updating | nfnty | 2016-02-08 | 1 | -13/+11 | |
| | | ||||||
| * | VCS: hg: Use json template | nfnty | 2016-02-08 | 1 | -32/+20 | |
| | | ||||||
| * | VCS: Disable background updating due to lock issues | nfnty | 2016-02-08 | 2 | -57/+11 | |
| | | ||||||
| * | VCS: Implement Subversion | nfnty | 2016-02-08 | 2 | -105/+109 | |
| | | ||||||
| * | VCS: Rename _vcs to _run | nfnty | 2016-02-08 | 4 | -44/+36 | |
| | | ||||||
| * | VCS: hg: Fix statuses | nfnty | 2016-02-08 | 1 | -2/+2 | |
| | | ||||||
| * | VCS: Reorder imports | nfnty | 2016-02-08 | 5 | -8/+9 | |
| | | ||||||
| * | VCS: Add date to statusbar | nfnty | 2016-02-08 | 3 | -2/+7 | |
| | | ||||||
| * | VCS: Fix output handling | nfnty | 2016-02-08 | 3 | -35/+58 | |
| | | ||||||
| * | VCS: Implement Mercurial | nfnty | 2016-02-08 | 1 | -87/+111 | |
| | | ||||||
| * | VCS: Improve null handling | nfnty | 2016-02-08 | 2 | -5/+6 | |
| | | ||||||
| * | VCS: Minor fixes | nfnty | 2016-02-08 | 6 | -23/+25 | |
| | | ||||||
| * | VCS: pylint and flake8 compliancy | nfnty | 2016-02-08 | 4 | -20/+16 | |
| | | ||||||
| * | VCS: Refactor VcsThread.run() | nfnty | 2016-02-08 | 1 | -79/+90 | |
| | | ||||||
| * | VCS: Fix browsercolumn | nfnty | 2016-02-08 | 3 | -24/+33 | |
| | | ||||||
| * | VCS: Initialize roots in VcsThread | nfnty | 2016-02-08 | 3 | -81/+134 | |
| | | ||||||
| * | VCS: Fix python2 compatibility | nfnty | 2016-02-08 | 1 | -10/+13 | |
| | | ||||||
| * | VCS: Move remotestatus to FileSystemObject | nfnty | 2016-02-08 | 6 | -44/+42 | |
| | | ||||||
| * | VCS: Improve repodir detection | nfnty | 2016-02-08 | 1 | -7/+18 | |
| | | ||||||
| * | VCS: _vcs remove args parameter | nfnty | 2016-02-08 | 3 | -10/+7 | |
| | | ||||||
| * | VCS: Implement GNU Bazaar: Disable data_status_remote for performance | nfnty | 2016-02-08 | 1 | -15/+1 | |
| | | ||||||
| * | VCS: Implement GNU Bazaar | nfnty | 2016-02-08 | 2 | -75/+145 | |
| | | ||||||
| * | VCS: Refactor _vcs | nfnty | 2016-02-08 | 2 | -53/+51 | |
| | | ||||||
| * | VCS: Update comments, Minor fixes | nfnty | 2016-02-08 | 12 | -153/+147 | |
| | | ||||||
| * | VCS: Major cleanup | nfnty | 2016-02-08 | 7 | -712/+100 | |
| | | ||||||
| * | VCS: Delay a minimum of 1 second | nfnty | 2016-02-08 | 2 | -2/+2 | |
| | | ||||||
| * | VCS: Fix python2 compatibility | nfnty | 2016-02-08 | 6 | -44/+24 | |
| | | ||||||
| * | VCS: Fix repo deletion race | nfnty | 2016-02-08 | 1 | -11/+11 | |
| | | ||||||
| * | VCS: Only redraw when awoken | nfnty | 2016-02-08 | 1 | -7/+7 | |
| | | ||||||
| * | VCS: Fix flat: Only initialize subdir once | nfnty | 2016-02-08 | 3 | -14/+26 | |
| | | ||||||
| * | VCS: Fix symlinks pointing to root, Cleanup | nfnty | 2016-02-08 | 6 | -86/+27 | |
| | | ||||||
| * | VCS: Rename vcslocal to vcsnone | nfnty | 2016-02-08 | 3 | -3/+3 | |
| | | ||||||
| * | VCS: Minor fixes | nfnty | 2016-02-08 | 3 | -11/+8 | |
| | | ||||||
| * | VCS: Implement symbolic link support | nfnty | 2016-02-08 | 2 | -34/+69 | |
| | | ||||||
| * | VCS: Fix class for non-root; fixes action commands | nfnty | 2016-02-08 | 2 | -21/+19 | |
| | | ||||||
| * | VCS: Handle FileNotFoundError during subprocess calls | nfnty | 2016-02-08 | 1 | -0/+2 | |
| | | ||||||
| * | VCS: Fix redraw race condition | nfnty | 2016-02-08 | 2 | -5/+6 | |
| | | ||||||
| * | VCS: Escape special characters in git summary | nfnty | 2016-02-08 | 1 | -2/+3 | |
| | | ||||||
| * | VCS: Separate VCS Thread | nfnty | 2016-02-08 | 7 | -45/+160 | |
| | | ||||||
| * | VCS: All data is stored in root | nfnty | 2016-02-08 | 5 | -67/+63 | |
| | | ||||||
| * | VCS: Comment out REMOTE_STATUS | nfnty | 2016-02-08 | 1 | -8/+8 | |
| | | ||||||
| * | VCS: Improve class change | nfnty | 2016-02-08 | 3 | -20/+18 | |
| | | ||||||
| * | VCS: Remove vcsname | nfnty | 2016-02-08 | 5 | -5/+0 | |
| | |