Commit Graph

2708 Commits

Author SHA1 Message Date
Nikolai Aleksandrovich Pavlov 5a7c3e02ce Merge pull request #1741 from victor-o-silva/patch-1
Fix typo in package i3ipc in requirements list
2017-03-19 01:07:39 +03:00
Victor Oliveira da Silva 92c9a4f3e4 Fix typo in package i3ipc in requirements list 2017-03-18 16:27:14 -03:00
Nikolai Aleksandrovich Pavlov b4e9242807 Merge pull request #1735 from s-ol/tmux-git-fix
Assume latest tmux version if -V returns 'master'
2017-03-18 18:45:49 +03:00
s-ol d9f12a458e assume latest tmux version if -V returns 'master'
Close #1727
2017-03-18 16:32:23 +01:00
Nikolai Aleksandrovich Pavlov 0d31221f20 Merge pull request #1738 from fogine/fix-listers-doc
fix incorrect segment type `segments_list` - should be `segment_list`
2017-03-11 17:26:22 +03:00
fogine 0299dd132c fix incorrect segment type `segments_list` - should be `segment_list` 2017-03-11 09:21:40 -05:00
Foo 0caef54a85 Merge branch 'pr-1732' into develop
Closes #1732
2017-03-07 02:55:38 +03:00
Foo f1014e414f Clean space-only line 2017-03-07 02:54:33 +03:00
chester755@googlemail.com 340f73eff0 Add iTunes player segment
Squashed commits

- Fixed and redid itunes player
- change the player style
- Fix all the problems and removed the useless comments
- Fix all the problems and removed the useless comments
- Remove the truncation to the strings
- removed the .DS_Store
- correct the indentation I hate emacs now
- correct the indentations
2017-03-07 02:52:25 +03:00
Nikolai Aleksandrovich Pavlov 4c68f773aa Merge pull request #1729 from thomwiggers/fix-divide-bat-by-zero
Prevent divide by zero battery capacity
2017-02-26 01:27:44 +03:00
Thom Wiggers faf452e8eb
Prevent divide by zero battery capacity 2017-02-25 22:50:00 +01:00
Nikolai Aleksandrovich Pavlov 3aad562087 Merge pull request #1720 from welwood08/feature/optional-outer-padding
Make length of `output_padding` in renderer controllable
2017-02-19 15:00:54 +03:00
William Elwood 063a45672f Make length of `output_padding` in renderer controllable
Defaults to previous behaviour (length 1).
2017-02-19 11:43:46 +00:00
Nikolai Aleksandrovich Pavlov c417395ee8 Merge pull request #1723 from ZyX-I/disable-failing-tests
Temporary disable tmux and shell tests so that do not fail CI
2017-02-14 12:16:05 +03:00
Foo dd707cc0a6 Temporary disable tmux and shell tests so that do not fail CI 2017-02-14 11:03:42 +03:00
Nikolai Aleksandrovich Pavlov 64c9761c65 Merge pull request #1722 from incertia/vim-completion
Fix #1719
2017-02-14 11:00:40 +03:00
Will Song e2e0d73b2c
Add default colors and mode text for vim completion modes `ic`, `ix`, `Rc`, and `Rx`.
This fixes #1719.
2017-02-13 17:57:22 -06:00
Nikolai Aleksandrovich Pavlov 01d28baf72 Merge pull request #1716 from ZyX-I/support-more-vim-modes
Support more vim modes
2017-02-13 20:33:03 +03:00
Teo Klestrup Röijezon 55928a72bc Fish bindings: replace eval with source
For some reason, fish 2.5.0 freaks out under certain circumstances if
your `config.fish` calls `eval` at any point. For equally mysterious
reasons, replacing `eval` with `source` makes things work again.

See fish-shell/fish-shell#3809 for more details.
2017-02-08 10:37:08 +01:00
Foo 09821d98f8 Add support for new Vim modes
Fixes #1715
2017-02-06 16:46:21 +03:00
Foo 19659189da Add support for unknown modes in Vim
Closes #1715
2017-02-06 16:32:45 +03:00
Foo 8e0bed9677 Merge branch 'release-2.5.2' into develop 2017-02-05 13:44:42 +03:00
Foo 4189862b85 Update base version 2017-02-05 13:44:42 +03:00
Foo 908c575223 Merge branch 'fix-ipython' into develop 2017-02-05 13:43:35 +03:00
Foo 5b9487e27b Make it work with ipython-5.2.2
Fixes #1709
2017-02-05 13:43:15 +03:00
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