Pierre Carru
c4aa72fc1f
Make shell client work in OS X:
...
- use gnu env for `env -0`,
- use filesystem socket.
2014-08-26 10:37:32 +01:00
Nikolai Aleksandrovich Pavlov
21b10ee7e1
Merge pull request #1005 from ZyX-I/fix-1002
...
Fix incorrect use of partial
2014-08-25 19:41:56 +04:00
Nikolai Aleksandrovich Pavlov
1d931bbbe2
Merge pull request #1019 from ZyX-I/workaround-1017
...
Keep marks around in powerline-lint
2014-08-25 00:56:00 +04:00
ZyX
aeea3331ad
Fix python-2.6 support
...
It was calling __setitem__ from copy.deepcopy on an unitialized dictionary.
2014-08-25 00:48:24 +04:00
ZyX
9d7c5dd390
Add marks where they were forgotten
2014-08-25 00:39:19 +04:00
ZyX
1cc1e35624
Check whether values have marks recursively
2014-08-25 00:39:19 +04:00
ZyX
f8bea417fe
Add MarkedDict.keydict attribute
...
Useful for preserving marked keys
2014-08-25 00:39:19 +04:00
ZyX
3a608d838d
Record docstring marks
2014-08-25 00:39:19 +04:00
ZyX
59e039ab5b
Make error messages from context_has_marks and havemarks more verbose
2014-08-25 00:39:19 +04:00
ZyX
721dadd57c
Use init_context to initialize config context
2014-08-25 00:39:19 +04:00
ZyX
b5fae89d6c
Check whether all values that should have mark attribute have it
2014-08-25 00:39:15 +04:00
ZyX
8b30e9d33e
Also in another place, just in case
2014-08-25 00:38:45 +04:00
ZyX
26cc26a69a
Mark default value of default_module value
2014-08-25 00:38:45 +04:00
ZyX
242a6a0f12
Add `None` mark to module object
...
Applicable only when it fallbacks to the default value. This may output shown by
travis more informative. And in any case old code contained a bug.
2014-08-24 22:21:01 +04:00
Nikolai Aleksandrovich Pavlov
9ee8e6976b
Merge pull request #1018 from ZyX-I/solarized-colors-names
...
Use color names specific to solarized
2014-08-24 22:09:28 +04:00
ZyX
407014417f
Move solarized colors below other colors
2014-08-24 22:04:15 +04:00
ZyX
9d63fb42d1
Remove unneeded colors
2014-08-24 22:04:15 +04:00
ZyX
a70ec39a1f
Make powerline-lint support `id:id` groups
2014-08-24 22:04:15 +04:00
pearofducks
abc9c5ef90
Add a prefix to solarized color names
...
Conflicts:
powerline/config_files/colors.json
powerline/config_files/colorschemes/shell/solarized.json
powerline/config_files/colorschemes/vim/solarized.json
2014-08-24 22:04:15 +04:00
Nikolai Aleksandrovich Pavlov
2954a5c404
Merge pull request #1016 from ZyX-I/tmux-attached_clients
...
Add segment with count of clients attached to tmux
2014-08-24 21:19:04 +04:00
ZyX
69939f351c
Add __future__ import
2014-08-24 21:08:20 +04:00
ZyX
dc7f8c22e6
Wrap docstring and add dot
2014-08-24 21:07:49 +04:00
ZyX
e4565dd3e8
Make attached_clients segment use provided tmux bindings
2014-08-24 21:07:19 +04:00
ZyX
eee150f97c
Move some functions to from bindings.config to bindings.tmux
2014-08-24 20:58:39 +04:00
Matthew M. Keeler
88515ab472
Show Count of Attached Tmux Sessions
...
- This segment displays the number of attached tmux clients to the
currently running session.
- The minimum argument is used to specify a threshold for when the
segment should be visible.
Fixes #661
Closes #662
Conflicts:
docs/source/index.rst
powerline/config_files/colorschemes/shell/default.json
powerline/config_files/colorschemes/shell/solarized.json
powerline/config_files/colorschemes/tmux/default.json
powerline/config_files/colorschemes/vim/default.json
powerline/config_files/colorschemes/vim/solarized.json
powerline/config_files/colorschemes/wm/default.json
tests/test_segments.py
2014-08-24 20:56:59 +04:00
ZyX
48b575b67b
Merge branch 'rdio-mac-app-player' into develop
...
Closes #530
2014-08-24 20:19:59 +04:00
ZyX
a9c397e5e6
Increase indentation of osascript code in spotify player
2014-08-24 20:19:28 +04:00
ZyX
86c9e998d1
Refactor player_rdio to use the same approach spotify uses
2014-08-24 20:17:47 +04:00
Zero Cho
7f9eef4ce1
Add player support for Rdio Mac app
...
Conflicts:
powerline/segments/common.py
2014-08-24 20:13:12 +04:00
Nikolai Aleksandrovich Pavlov
d4525a8086
Merge pull request #1014 from ZyX-I/zsh-named-dirs
...
Add support for zsh named directories
2014-08-24 20:08:20 +04:00
ZyX
45d2053053
Do not specify $PYTHON when running python client
...
It is not needed: in the environment where it is run only python is the one
linked in tests/shell/path.
2014-08-24 19:57:58 +04:00
ZyX
d7a674deaa
Add support for shell-specific path shortening
...
Fixes #502
2014-08-24 19:54:28 +04:00
ZyX
86c3768e4e
Move with_docstring function to powerline.segments
2014-08-24 19:50:54 +04:00
ZyX
f4e49e2ee6
Make powerline autodoc add all Segments
2014-08-24 19:50:54 +04:00
ZyX
04c0030fe1
Refactor cwd segment into a class and add shorten_home argument
2014-08-24 19:50:54 +04:00
ZyX
7c07f242bb
Merge branch 'clementine-dbus' into develop
2014-08-24 18:08:25 +04:00
ZyX
7c587f5c20
Add clementine media player support
...
Based on #438 by @printesoi
Fixes #422
Closes #438
2014-08-24 18:07:07 +04:00
Nikolai Aleksandrovich Pavlov
e7ef2d14d3
Merge pull request #1013 from ZyX-I/fix-341
...
Catch errors from tree_status
2014-08-24 18:02:50 +04:00
ZyX
2d4897d5dd
Catch errors from tree_status
...
Fixes #341
2014-08-24 17:46:11 +04:00
ZyX
10665f4c7d
Do not format message before passing it to self.pl.warn
2014-08-24 17:45:08 +04:00
Nikolai Aleksandrovich Pavlov
cd9811806c
Merge pull request #1012 from ZyX-I/fish-vi-mode
...
Add fish vi mode support
Closes #879
Fixes #878
2014-08-24 17:22:14 +04:00
ZyX
58057c95b9
Add a directory that will make fish_update_completions not launch
2014-08-24 17:14:37 +04:00
ZyX
0af5e2d2ca
Test mode support in fish
...
WARNING: Requires development version of fish. Since fish is not tested in
travis it is probably OK.
2014-08-24 17:14:37 +04:00
ZyX
54672aace0
Make COMMAND_PATTERN consistent with other arguments
2014-08-24 17:14:37 +04:00
ZyX
68ecd81edd
Wait until fish_update_completions finishes
2014-08-24 16:58:35 +04:00
ZyX
09b78884de
Set default mode in another function
2014-08-24 15:37:56 +04:00
Shen-Ta Hsieh
9be2a2e39b
add _POWERLINE_DEFAULT_MODE detection
2014-08-24 15:36:50 +04:00
sthsieh
04c293e40d
Add fish shell vi-mode support
2014-08-24 15:36:50 +04:00
Nikolai Aleksandrovich Pavlov
c2f35ca76e
Merge pull request #1011 from ZyX-I/old-vims
...
Improve Vim bindings
2014-08-24 13:57:08 +04:00
ZyX
5bc1f75b70
Add support for vim.eval('v:version') in test bindings
2014-08-24 13:41:54 +04:00