Commit Graph

810 Commits

Author SHA1 Message Date
Kim Silkebækken 4ea9dcb66f Merge remote-tracking branch 'HalosGhost/patch-2' into develop 2013-07-31 14:34:33 +02:00
Kim Silkebækken 5c88c0ae75 Merge remote-tracking branch 'doitian/tmux-activity-bell-fg' into develop 2013-07-31 14:30:31 +02:00
Kim Silkebækken b4ee360498 Merge remote-tracking branch 'kovidgoyal/fix-578' into develop 2013-07-31 14:28:03 +02:00
Kim Silkebækken 69db1a905f Merge remote-tracking branch 'kovidgoyal/fix-latest-psutil-network' into develop 2013-07-31 08:11:55 +02:00
Kim Silkebækken 9fd64f2dec Merge remote-tracking branch 'kovidgoyal/fix-unicode-in-setup' into develop 2013-07-31 08:03:45 +02:00
Kovid Goyal d1cdf860d1 Fix #604 2013-07-20 18:44:18 +05:30
Kovid Goyal d66806e506 Fix latest psutil breaking network segment 2013-07-14 15:04:34 +05:30
Ian Yang 82842e015c Set different window name foreground based on activity and bell status. 2013-07-09 09:32:01 +08:00
Kovid Goyal 52c6bff67f Dont log inotify missing error when using branch coloring
The error message about inotify being missing when branch coloring is
enabled was being logged for every directory and for every invocation
of powerline in a shell, without powerline-daemon. Dont log it, since
the log is printed to stderr when using powerline in a shell without
powerline-daemon. Also improve the error message on OS X. Fixes #578
2013-07-03 09:40:05 +05:30
Sam Stuewe 1970d0787c Clean up package function for python2
The "|| return 1" is very old syntax and is no longer needed. And, the ``install`` command can handle directory creation and file installation in the same command which cuts a great deal of unnecessary commands out.

Also, remember, msg2s in the package function will be printed during the making of the package, not during the installation. Thus, instead of msg2s (as this really would serve only as documentation), comments should be preferred.
2013-06-28 10:43:12 -05:00
Kim Silkebækken c1ae7f3598 Merge remote-tracking branch 'zyx-i/fix-516' into develop 2013-06-28 14:26:33 +02:00
Kim Silkebækken 67dff293b8 Merge branch 'feature/update-archlinux-packages' into develop 2013-06-28 14:15:07 +02:00
Kim Silkebækken 8d9fa13797 Update Arch Linux packages to use updated VCS syntax
Closes #479
2013-06-28 14:14:37 +02:00
Kim Silkebækken 4ee5072c6d Merge branch 'fix/docs-fontpatcher-path' into develop 2013-06-28 13:55:37 +02:00
mwcz 17435ecf90 Fix documented path to fontpatcher.py 2013-06-28 13:55:28 +02:00
Kim Silkebækken 5dd095a846 Merge remote-tracking branch 'michaelbeaumont/fix/issue-543' into develop 2013-06-28 13:54:03 +02:00
Kim Silkebækken f00f1ace4d Merge branch 'feature/git-improve-detached-head' into develop 2013-06-28 13:50:41 +02:00
Jack Zhou 72b082a510 Change [DETACHED HEAD] message to a short hash of the detached head. 2013-06-28 13:49:45 +02:00
Kim Silkebækken afe415a398 Merge remote-tracking branch 'kovidgoyal/fix-482' into develop
Conflicts:
	powerline/lib/vcs/git.py
2013-06-28 13:47:25 +02:00
Kim Silkebækken fc6d85219f Merge remote-tracking branch 'zyx-i/fix-567' into develop 2013-06-28 13:37:50 +02:00
Kim Silkebækken bb6c959313 Merge remote-tracking branch 'zyx-i/powerline-list-expanduser' into develop 2013-06-28 13:36:38 +02:00
Kim Silkebækken 13e0c8992d Merge remote-tracking branch 'zyx-i/fix-545' into develop 2013-06-28 13:36:11 +02:00
ZyX 3cf04f3aab Support low values of line2byte
Fixes #567
2013-06-27 19:24:28 +04:00
ZyX 5ccf8d2cb4 Support ~/ directories in powerline-lint 2013-06-22 20:30:53 +04:00
ZyX a85d9017fd In place of failure create new window ID in case of duplicate ID
Fixes #545
Fixes #537
2013-06-22 19:32:56 +04:00
ZyX 987376aecb Fix tests 2013-06-22 19:14:07 +04:00
ZyX 79b842ec9b Remove uneeded code 2013-06-22 19:12:57 +04:00
ZyX 31c86486fe Disable vim.bindeval support for vim_getwar for old vim versions 2013-06-22 19:00:56 +04:00
Kovid Goyal a03035dd0d Remove obsolete comment 2013-06-14 13:45:13 +05:30
Kovid Goyal 14bec211aa Various performance improvements for the vcs backend
1) Fix a bug where watching a directory would also report the directory
as changed if any files inside it were changed. This would causes
excessive polling by the branch segment

2) Fix a bug where the watch for the repo dir in the branch segment
was being continually recreated, again causing excessive polling. This
was particularly noticeable with the patch to fix fugitive file status
updates.

3) Improve the performance of branch coloring for git repos by ignoring
change events for the index.lock file. This file is created/deleted
every time git access the index and would cause the entire working tree
status to be re-queried every time.
2013-06-14 13:40:17 +05:30
michaelbeaumont 8de2a9abf9 Fix infinite add_watches loop with symbolic links
Added a check to ensure that add_watches doesn't run on the same folder over and over again. This occurs at least when circular symbolic links are present.

Fix #543
2013-06-12 11:09:50 +02:00
Kim Silkebækken 2758c349db Revert "Fix committing with fugitive => stuck file status"
This reverts commit 0435d44984.

The commit introduces a huge performance penalty and is removed for now.
2013-06-10 11:53:40 +02:00
Kim Silkebækken 540b076aa0 Merge remote-tracking branch 'kovidgoyal/fix-482' into develop 2013-06-02 15:43:26 +02:00
Kovid Goyal 0435d44984 Fix committing with fugitive => stuck file status
Fixes #482 (I hope)
2013-05-30 07:29:04 +05:30
Kim Silkebækken 669327df0d Merge remote-tracking branch 'kovidgoyal/fix-417' into develop 2013-05-27 13:40:34 +02:00
Kim Silkebækken 291832d707 Merge remote-tracking branch 'zyx-i/auto-use-powerline-client' into develop 2013-05-27 13:40:27 +02:00
ZyX baa44475e5 Add note about POWERLINE_COMMAND to documentation 2013-05-24 07:21:40 +04:00
ZyX 374da15667 Use eval in tmux/powerline.conf
fish does not support variables used as commands
2013-05-24 07:18:03 +04:00
ZyX 884a8b0d78 Use powerline-client if possible 2013-05-24 06:25:48 +04:00
ZyX 9080a34ee8 Fix problems with merging vim.Dictionary
Also add tests

Fixes #516
2013-05-23 18:36:51 +04:00
Kovid Goyal 75bf6ac7bf Fix #417 2013-05-23 10:42:51 +05:30
Kim Silkebækken 23a59ba93d Merge remote-tracking branch 'zyx-i/fix-511' into develop 2013-05-22 13:58:26 +02:00
ZyX 795b9874ba Add missing import
Also add tests

Fixes #511
2013-05-22 00:22:01 +04:00
Kim Silkebækken 1581d9be9b Merge remote-tracking branch 'jacobwalker0814/feature/477-environment-segment' into develop 2013-05-21 10:12:50 +02:00
Kim Silkebækken 4037c3be4c Merge remote-tracking branch 'inducer/patch-1' into develop 2013-05-21 10:11:49 +02:00
Kim Silkebækken 5710b7b37f Merge remote-tracking branch 'zyx-i/less-viml' into develop 2013-05-21 10:10:11 +02:00
Kim Silkebækken 516642c7f4 Merge branch 'fix-git-errors' into develop 2013-05-21 10:08:46 +02:00
Kovid Goyal bb4bc52c8a Fix path issue 2013-05-21 10:08:07 +02:00
ZyX 79e44dd2a0 Check self.theme_option before using
Fixes #493
2013-05-19 13:28:29 +04:00
ZyX ea3c939320 Fix tests on python3 2013-05-19 13:26:59 +04:00