Commit Graph

2550 Commits

Author SHA1 Message Date
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
Foo f5d85b7294 Add support for clickable tab names
Fixes #1353
2015-05-29 22:10:07 +03:00
Nikolai Aleksandrovich Pavlov 2fa7c3cfc8 Merge pull request #1381 from ZyX-I/tmux-length-shrink
Add support for truncating tmux segments
2015-05-23 16:43:21 +03:00
Foo a718a10591 Add integration tests for tmux segment truncation 2015-05-23 16:11:08 +03:00
Foo 37b0af8f74 Disable segment truncation on tmux-1.6 2015-05-23 16:11:08 +03:00
Foo fe3b3b1598 Automatically truncate tmux status line when needed
Closes #1328 (but not fixes it)
Closes #137 (not actually fixes it because I do not know some segment widths)
2015-05-23 16:11:08 +03:00
Foo 524fc317ad Parse all numbers as numbers
Typo prevented integers starting with 2 in affected places (command-line 
--renderer-arg parsing and POWERLINE_…_OVERRIDES parsing) from being parsed as 
integers.
2015-05-23 15:09:33 +03:00
Foo d6e7cbfaac Merge PR #1373 into develop
Changes to the original PR:

- Squashed commits.
- Reworded commit summary.

Closes #1373
2015-05-20 21:49:15 +03:00
Foo 632673a7e2 Merge PR #1374 into develop
Differences from the original PR:

- Squashed commits.
- Reworded commit summary.
- No comma after `e.g.`.
- Wrapped lines in the commit message.
- Fixed python-mpd2 link.

Closes #1374
2015-05-20 21:48:07 +03:00
Werner Beroux cc7f21221a Enhance mpd player bindings documentation
Give some hints to install compatible `mpd` Python module, and rewrite to show
that the Python package is preferred (for example player status isn't supported
properly via `mpc` command).
2015-05-20 21:47:29 +03:00
Werner Beroux 1dbf267759 Clarify what does “low priority segment” mean 2015-05-20 21:43:37 +03:00
Nikolai Aleksandrovich Pavlov bf6191d144 Merge pull request #1372 from ZyX-I/pull-1366
Switch the underlying i3-IPC layer and deprecate i3bgbar bindings
2015-05-17 21:20:12 +03:00