Nikolai Aleksandrovich Pavlov
a3b14de0f5
Merge pull request #1614 from QuLogic/1613-fix-trailing-whitespace-py3k
...
Fix trailing whitespace segment on Python 3.
2016-07-10 03:02:09 +03:00
Elliott Sales de Andrade
ed69b983b2
Fix trailing whitespace segment on Python 3.
...
Using str() on a bytestring produces the repr on Python 3, not some
implicitly decoded string. So cast a literal instead.
Fixes #1613 .
2016-07-09 19:43:22 -04:00
Nikolai Aleksandrovich Pavlov
f71d1c1fee
Merge pull request #1618 from ZyX-I/fix-ipython-5
...
Add support for IPython-5
2016-07-10 01:40:11 +03:00
Foo
0fc01e07be
Allow ipython tests to fail
2016-07-09 16:53:39 +03:00
Foo
66c6de34ee
Slow down IPython tests
2016-07-09 16:53:39 +03:00
Nikolai Aleksandrovich Pavlov
44db0ac860
Merge pull request #1616 from mc10/patch-1
...
README: Use the svg Travis image
2016-07-09 16:19:51 +03:00
Foo
d89e7909d9
Fix tests
2016-07-08 22:04:54 +03:00
Foo
5b16efa6ec
Switch how IPython is configured
...
Now user is expected to use
from powerline.bindings.ipython.since_5 import PowerlinePrompts
c.TerminalInteractiveShell.prompts_class = PowerlinePrompts
Note: still using hacks, now different ones. Main problem is that I cannot just
register a powerline pygments style, user needs to specify his own style in
order to change highlighting of non-powerline tokens (i.e. of everything, but
prompt).
2016-07-08 21:57:25 +03:00
Foo
2954c83330
Add support for IPython-5
...
Fixes #1617
2016-07-08 20:24:38 +03:00
Kevin Ji
897751838c
README: Use the svg Travis image
2016-07-08 00:52:06 -07:00
Nikolai Aleksandrovich Pavlov
d816de054a
Merge pull request #1561 from iblis17/backlog
...
Increase socket backlog number for `powerline-daemon`
2016-05-29 03:49:44 +03:00
Iblis Lin
436be7dacb
Increase socket backlog number for `powerline-daemon`
2016-05-28 14:25:54 +08:00
Foo
2a4e818ab6
Merge branch 'pr-1598' into develop
...
Closes #1596
2016-05-15 13:53:22 +03:00
Phil Thomas
41a50fe5b2
Use different query to retrieve weather
...
Also switches geoip service.
Credit for fix to @gsusrafael
Fixes #1571
2016-05-15 13:42:53 +03:00
Nikolai Aleksandrovich Pavlov
d115012b3b
Merge pull request #1585 from ZyX-I/fix-tmux-2.1
...
Fix left segments support in tmux-2.1
Fixes #1583
2016-04-30 22:48:30 +03:00
Foo
4a688a7467
Fix left segments support in tmux-2.1
2016-04-30 16:39:51 +03:00
Nikolai Aleksandrovich Pavlov
23e1edd484
Merge pull request #1579 from dffischer/feature/stash
...
provide a VCS stash segment
2016-04-27 22:13:09 +03:00
XZS
f4cbeaff9b
test Vim variant of stash segment
2016-04-27 16:54:36 +02:00
XZS
e027c5ed47
expose stash to Vim
...
It needs the same modifications as the branch segment to correctly
function.
2016-04-27 16:54:36 +02:00
XZS
72053f688f
include stash in default shell layout
...
As it only shows up when any stash is present, only relevant users will
see it.
The priority was chosen slightly lower than the branch name, as the
branch name is more relevant to check upon often in between repository
work while the stashes are more likely only checked between task chunks.
2016-04-27 16:54:36 +02:00
XZS
fd54f63347
indicate stash with symbols
...
Like already in place for the branch, Unicode symbols or letter
indicators make it easier to tell the stash counter apart from other
segments.
2016-04-27 16:54:36 +02:00
XZS
c91bcd9ba1
colorize stash segment
...
As the stash represents unfinished work, it uses the same colors as
dirty branches and copies the respective divider colorization.
2016-04-27 16:54:36 +02:00
XZS
a8f3d016a7
test git stash backend
2016-04-27 16:54:36 +02:00
XZS
4d62732ed5
implement stash backend for git
2016-04-27 16:54:36 +02:00
XZS
802791e979
test stash segment
2016-04-27 16:54:35 +02:00
XZS
c9ca8e06d1
provide stash counter
...
Some version control systems have an area where changes can be stored as
temporary work in progress instead publishing them to the history.
This segment is intended to display their count, reminding the developer
about open ends in the current repository.
The underlying implementation is VCS-specific and has to be provided by
the respective library module.
2016-04-22 14:55:45 +02:00
Nikolai Aleksandrovich Pavlov
3bcd0ec547
Merge pull request #1578 from ReadmeCritic/develop
...
Update README URLs based on HTTP redirects
2016-04-21 22:36:43 +03:00
ReadmeCritic
87476e41e9
Update README URLs based on HTTP redirects
2016-04-21 09:27:16 -07:00
Foo
df63946361
Merge branch 'release-2.4' into develop
2016-04-19 02:02:45 +03:00
Foo
22b24cd931
Update base version
2016-04-19 02:02:45 +03:00
Nikolai Aleksandrovich Pavlov
3146f726c1
Merge pull request #1567 from iblis17/sys-segment
...
Add `short` param for system_load segment
2016-04-08 23:36:50 +03:00
Iblis Lin
e3369f200f
Add `short` param for system_load segment
...
Testing included
2016-04-09 03:52:34 +08:00
Nikolai Aleksandrovich Pavlov
77322aeaf2
Merge pull request #1553 from ZyX-I/fix-ct-tests
...
Fix command-t tests
2016-04-08 20:58:12 +03:00
Foo
43cc472b60
Remove UCS-2 Python-2.6 tests
...
Some packages are no longer compatible with Python-2.6. It is easier to leave
only python-2.7 UCS-2 build then to fix Python-2.6.
2016-04-08 20:58:15 +03:00
Foo
5c8b52bc34
Fix return value of vim_getbufoption, use new command-t matcher
...
Now it uses _vim_to_python to transform its return value. Should fix tests.
2016-04-08 20:55:50 +03:00
Nikolai Aleksandrovich Pavlov
94b53d226f
Merge pull request #1565 from s-ol/doc-fixes
...
Fix and update documentation concerning i3wm
2016-04-07 20:07:09 +03:00
s-ol
e8955532c9
Fix and update documentation concerning i3wm
...
update dependencies for xrandr and i3ipc, fix a typo
2016-04-06 21:51:45 +02:00
Nikolai Aleksandrovich Pavlov
38ce0e73c8
Merge pull request #1559 from ZyX-I/fix-1550
...
Use proper dictionary for getting “elapsed” value in mpd bindings
2016-03-27 03:08:34 +03:00
Foo
dc14421fdb
Use proper dictionary for getting “elapsed” value in mpd bindings
...
Fixes #1550
2016-03-27 03:22:05 +03:00
Nikolai Aleksandrovich Pavlov
ed5e3d1783
Merge pull request #1558 from powerline/ZyX-I-patch-1
...
Fix a few typos/strange wording in installation/osx.rst
2016-03-24 23:19:02 +03:00
Nikolai Aleksandrovich Pavlov
e0a70986ed
Fix a few typos/strange wording in installation/osx.rst
2016-03-24 23:18:47 +03:00
Nikolai Aleksandrovich Pavlov
6ff06016da
Merge pull request #1556 from FocusedWolf/1555-fix-attribute-error-lc_messages
...
Fix LC_MESSAGES AttributeError
2016-03-24 22:55:21 +03:00
FocusedWolf
2f1893a968
Fix LC_MESSAGES AttributeError
...
Adds code to check if locale has the 'LC_MESSAGES' attribute before
executing the following line of code:
locale.getlocale(locale.LC_MESSAGES)[1]
Fixes #1555
2016-03-24 04:52:45 -04:00
Nikolai Aleksandrovich Pavlov
d7e913280c
Merge pull request #1552 from jtyr/jtyr-ipython_config
...
More specific instructions for iPython
2016-03-22 15:11:36 +03:00
Jiri Tyr
ecf088539b
More specific instructions for iPython
2016-03-22 11:53:11 +00:00
Nikolai Aleksandrovich Pavlov
a44c9a8ec9
Merge pull request #1542 from s-ol/i3-scratch
...
Add segments.i3wm.scratchpad
2016-03-20 04:50:44 +04:00
s-ol
eec80dfb6c
Add test for segments.i3wm.scratchpad
2016-03-20 01:22:10 +01:00
Nikolai Aleksandrovich Pavlov
09f32c053b
Merge pull request #1549 from ZyX-I/fix-1547
...
Make Popen.communicate receive only bytes
2016-03-20 00:35:46 +04:00
Foo
e9b70b9edf
Make Popen.communicate receive only bytes
...
Fixes #1547
Closes #1548
2016-03-19 23:07:01 +03:00
s-ol
f710a87ba6
Add segments.i3wm.scratchpad
2016-03-13 21:06:32 +01:00