Foo
a272c6abb5
Use net_io_counters by default also in _get_interfaces
...
Fixes #1435
2015-08-30 01:21:49 +03:00
Nikolai Aleksandrovich Pavlov
e1dc584fc3
Merge pull request #1436 from setrofim/develop
...
Adding zoom indicator to window status formats.
2015-08-27 18:45:02 +03:00
Sergei Trofimov
eeaaf3930f
updating tmux tests to expect window_flags in window status format
2015-08-27 09:05:13 +01:00
Sergei Trofimov
c687ea943f
Adding zoom indicator to window status formats.
2015-08-26 16:02:42 +01:00
Nikolai Aleksandrovich Pavlov
5905ac22bf
Merge pull request #1432 from S0lll0s/new-workspace
...
Add 'output' option to segments.i3wm.workspaces
2015-08-22 20:12:53 +03:00
S0lll0s
918dd957cf
Add 'output' option to segments.i3wm.workspaces
2015-08-22 18:53:32 +02:00
Foo
7ef8f4f97e
Merge branch 'zsh-fix' into develop
2015-08-22 18:19:14 +03:00
Foo
959693fa97
Temporary fix for failing zsh tests
2015-08-22 18:05:07 +03:00
Foo
b7bca615af
Use tests/common.sh for reporting test failures
2015-08-22 17:29:44 +03:00
Foo
9f0665506b
Rename …/test_in_vterm/test.sh to …/test_in_vterm/test_tmux.sh
2015-08-21 18:40:49 +03:00
Nikolai Aleksandrovich Pavlov
94cd0caa0f
Merge pull request #1433 from ZyX-I/vim-move
...
Vim has moved to github, so tip and version tag got renamed
2015-08-21 18:20:43 +03:00
Nikolai Aleksandrovich Pavlov
eba68f05cb
Merge pull request #1404 from ZyX-I/tcsh-whitelist
...
Do not use tcsh, mksh, busybox and socat from deps
2015-08-21 18:18:56 +03:00
Foo
fed3c70b81
Vim has moved to github, so tip and version tag got renamed
2015-08-21 18:13:26 +03:00
Foo
11c1e07b12
Merge branch 'pr-1418' into develop
2015-08-08 01:15:55 +03:00
Foo
ab9c2bd840
Remove outdated comment
2015-08-08 01:15:26 +03:00
Foo
63a8b492b3
Update battery segment docstring
2015-08-08 01:15:05 +03:00
Foo
d02b8e9825
Fix dbus+UPower battery support
2015-08-08 01:10:57 +03:00
Fumihiro Xue
f098ed2fe0
Add ac-charging indication for battery segment
2015-07-27 13:48:32 +08:00
Nikolai Aleksandrovich Pavlov
090cd1397c
Merge pull request #1415 from ZyX-I/fix-1412
...
Workaround tmux bug: additional space in display -p '#D' output
2015-07-20 08:19:07 +03:00
Foo
09caf013d2
Merge commit '22e9dfd' into develop
2015-07-20 08:24:37 +03:00
Foo
22e9dfd885
Do not use ?= for defining macros
...
To define make macros one may use make arguments, so inheriting them from
environment is not needed. I also do not see nmake supporting `?=` (not sure
that anybody will use this though).
2015-07-20 08:18:47 +03:00
Foo
67dc10d124
My variant of Vim documentation has moved to bitbucket pages
2015-07-19 22:23:18 +03:00
Foo
9b71beb17f
Workaround tmux bug: additional space in display -p '#D' output
...
Fixes #1412
2015-07-19 22:23:18 +03:00
Foo
06a15ee999
Merge commit '26ea5f0f0042dc59b6ca62888156885aba093f03' into develop
2015-07-19 14:37:17 +03:00
Nikolai Aleksandrovich Pavlov
18f3d18c8b
Merge pull request #1414 from Siosm/develop
...
Fix manpage generation with python3
Fixes #1388 .
2015-07-19 14:24:02 +03:00
Timothée Ravier
9ce7fa3063
docs: fix manpage generation with python3
...
Python2 manpage generation seems unaffected.
Warnings occur when generating with python3:
.../docs/source/configuration/segments/vim.rst:27: WARNING: error while
formatting arguments for
powerline.segments.vim.plugin.tagbar.current_tag: decoding str is not
supported
2015-07-19 11:05:15 +02:00
Timothée Ravier
24dbf042a2
docs: allow outside of Makefile variable assignment
...
This allow packagers to select the sphinx-build command version (python2
or python3) without changing the Makefile:
$ SPHINXBUILD=sphinx-build2 SPHINXOPTS=... make man
2015-07-19 11:00:04 +02:00
Foo
26ea5f0f00
Fix error message when inotify limits were hit
2015-07-18 16:55:04 +03:00
Foo
c184b2be12
Also do not use bot-ci mksh, busybox and socat dependencies
...
All of them were whitelisted:
- Mksh was whitelisted in travis-ci/travis-ci#3881 .
- Busybox was whitelisted in travis-ci/travis-ci#3880 .
- Socat was whitelisted in travis-ci/travis-ci#3883 .
2015-07-09 22:54:49 +03:00
Foo
dbe7e16520
Do not use tcsh from deps
...
Tcsh was unmasked according to travis-ci/travis-ci#3882 and can now be installed
by travis.
2015-07-06 21:13:14 +03:00
Foo
03195cf93f
Merge commit 'HEAD@{1}' into develop
2015-06-27 02:05:58 +03:00
Foo
21c1ba9e3f
Make new powerline release ebuilds symlinks
...
Note: not powerline-vim, it is not prepared for this.
2015-06-27 02:05:49 +03:00
Foo
0dae18d0a0
Merge branch 'release-2.2' into develop
2015-06-27 01:51:29 +03:00
Foo
9021b18940
Update base version
2015-06-27 01:51:29 +03:00
Nikolai Aleksandrovich Pavlov
0dc5c391fb
Merge pull request #1393 from ZyX-I/fix-1391
...
Use psutil.boot_time() function if appropriate
2015-06-15 01:36:04 +03:00
Foo
248c2f8063
Use psutil.boot_time() function if appropriate
...
It now replaced psutil.BOOT_TIME attribute.
Fixes #1391
2015-06-15 01:28:30 +03:00
Nikolai Aleksandrovich Pavlov
b789437ce1
Merge pull request #1387 from mdeaudelin/develop
...
Fix dash bindings on OS X
2015-05-30 17:45:34 +03:00
Foo
b7bd94d55d
Merge branch 'repo-root' into develop
2015-05-30 15:39:37 +03:00
Foo
afab0e577f
Clarify location of ``{repository_root}``
...
Fixes #1376
2015-05-30 15:38:02 +03:00
Foo
44d843aaed
Merge branch 'clarify-config-paths' into develop
2015-05-30 14:24:47 +03:00
Foo
acb098a382
Clarify where powerline configuration files are located
...
Closes #1375
2015-05-30 14:24:30 +03:00
Foo
71386c11c3
Merge branch 'purge-PRs-script' into develop
2015-05-30 14:09:08 +03:00
Foo
e0240f2cab
Add script that will close all PRs not to develop branch
2015-05-30 14:09:00 +03:00
Nikolai Aleksandrovich Pavlov
0ea0291fca
Merge pull request #1371 from ZyX-I/clickable-tabs
...
Add support for clicking tabs in Vim
2015-05-29 22:54:22 +03:00
Foo
b8c30facb7
Fix typo in multi_byte feature name
2015-05-29 22:25:56 +03:00
Foo
c64570a50c
Add unit tests
2015-05-29 22:25:56 +03:00
Foo
c000805065
Update integration tests
2015-05-29 22:25:56 +03:00
Nikolai Aleksandrovich Pavlov
a09f1e1776
Merge pull request #1370 from ZyX-I/improve-imap-segment
...
Add support for non-SSL IMAP4 connections
2015-05-29 22:10:34 +03:00
Foo
72f8b59998
Add support for literal segments to linter
2015-05-29 22:10:07 +03:00
Foo
bfd9a21bbb
Remove recursion when checking segments
2015-05-29 22:10:07 +03:00