Commit Graph

2733 Commits

Author SHA1 Message Date
Foo 0240643071 Merge branch 'release-2.5.1' into develop 2017-02-05 13:25:11 +03:00
Foo e578b8af27 Update base version 2017-02-05 13:25:11 +03:00
Foo 8286674bf7 Merge branch 'pr-1706' into develop
Closes #1706
2017-01-22 03:38:39 +03:00
Benny Powers da4f5137f6 Added note about laststatus
Users may be confused when installing powerline as it does not appear by
default in single-window mode. This change alerts users that they should
not expect to see the status line and points them to the help documents
for laststatus so that they can activate it in all cases if they want.
2017-01-22 03:38:18 +03:00
Foo d53695a3fd Merge branch 'doc-remove-args' into develop 2017-01-06 21:24:09 +03:00
Foo 12bd79729e Improve removing arguments from documentation
Examples of issues where user used arguments which should not be present in 
documentation, but actually were present: #1699 (cpu_load_percent: 
shutdown_event), #1700 (weather: key, after_update, shutdown_event).
2017-01-06 21:23:42 +03:00
Foo b7d030a72a Merge commit '21ea62d' into HEAD
Closes #1702
2017-01-06 09:04:50 +03:00
Foo 21ea62db56 Move -- function command arguments after function name
Fish 2.4.0-231-gd885f00 cannot handle current variant and fish 2.2.0 is still 
fine with new variant.
2016-12-14 22:24:25 +03:00
Nikolai Aleksandrovich Pavlov 69a72dbf69 Merge pull request #1690 from yangby/develop
Fix filenames for linux power supply class in battery segment.
2016-12-14 21:00:41 +03:00
YangBy 51fabca257
Fix filenames for linux power supply class in battery segment.
Both "charge" (µAh) and "energy" (µWh) represents "capacity"
of battery in linux.

More details can find here:
https://github.com/torvalds/linux/blob/master/Documentation/power/power_supply_class.txt

Fixes #1605.
2016-12-01 12:58:30 +08:00
Nikolai Aleksandrovich Pavlov bfd50a5a7a Merge pull request #1676 from QuLogic/hglib
Use hglib instead of mercurial directly.
2016-11-01 23:42:12 +03:00
Elliott Sales de Andrade 6f32ca001c Use hglib instead of mercurial directly.
This wrapper uses the command server without tying it to the mercurial
internals, which means it can support Python 3 and use a more liberal
license.
2016-11-01 15:22:24 -04:00
Nikolai Aleksandrovich Pavlov fb9f7dd8ef Merge pull request #1673 from ZyX-I/other-default
Provide another default theme with less troublesome characters
2016-10-29 19:43:14 +03:00
Foo 64d96c833e Fix shell tests 2016-10-29 19:00:59 +03:00
Foo 19f9885825 Fix python tests by abstracting away default theme name 2016-10-29 15:58:53 +03:00
Foo 23f663f228 Also modify ….visual_range segment’s symbols in other unicode themes 2016-10-29 15:41:12 +03:00
Foo 373952684a Provide another default theme with less troublesome characters
Ref #1652
2016-10-29 15:37:23 +03:00
Nikolai Aleksandrovich Pavlov cdea113722 Merge pull request #1669 from harrissAvalon/patch-1
Fixed grammar
2016-10-29 00:42:19 +03:00
Stephon 18192db3da Fixed grammar 2016-10-28 11:06:18 -04:00
Nikolai Aleksandrovich Pavlov 4705aa666e Merge pull request #1665 from AcidScorpion/feature-by-acid
Fixed colors gradients in default and solarized
2016-10-26 03:57:00 +03:00
Dmitry Petrich f67ea65057 Tab alignments replaced by spaces 2016-10-26 03:07:47 +03:00
Dmitry Petrich 32b24593d2 Fixed colors gradients in default and solarized 2016-10-25 15:23:07 +03:00
Nikolai Aleksandrovich Pavlov cdd0cdbfee Merge pull request #1648 from ZyX-I/zsh-var-scope
Provide explicit scope information in powerline.zsh
2016-09-17 19:32:55 +03:00
Foo be762da476 Provide explicit scope information in powerline.zsh
Fixes #1647
2016-09-17 18:24:47 +03:00
Foo 25657089db Remove mutable global variables from daemon script 2016-08-20 21:03:24 +03:00
Foo 03e63fc8d2 Also provide WM threads with common shutdown event and config loader 2016-08-20 21:03:24 +03:00
Foo 5784c0cbc6 Use powerline daemon for running awesome bindings
Also adds functional tests for awesome bindings.

Replaces #1641
2016-08-20 21:03:24 +03:00
Foo 4b8798f192 Use $TMUX_PANE if it is defined
Also closes #1637 in most cases
2016-08-20 21:03:23 +03:00
Nikolai Aleksandrovich Pavlov 72572c8695 Merge pull request #1638 from ZyX-I/use-TMUX_PANE
Use $TMUX_PANE if it is defined
2016-08-18 18:52:37 +03:00
Foo 70246c38e7 Use $TMUX_PANE if it is defined
Also closes #1637 in most cases
2016-08-17 22:27:37 +03:00
Foo d135631e67 Merge branch 'update-documentation' into develop 2016-07-14 01:26:19 +03:00
Foo ead3ff33f3 Add warning regarding segments that use cwd to tmux usage docs 2016-07-14 01:25:10 +03:00
Foo dd58d5f4cd Fix underline of “i3wm listers” section 2016-07-14 01:05:00 +03:00
Foo 08137c52c7 Update documentation regarding IPython 2016-07-14 01:04:26 +03:00
Foo 31fd9e6c04 Merge branch 'release-2.5' into develop 2016-07-14 00:43:25 +03:00
Foo 29cdd7f3dc Update base version 2016-07-14 00:43:25 +03:00
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