Commit Graph

1441 Commits

Author SHA1 Message Date
ZyX 757e563250 Place labels before labeled key name, not before the description 2014-08-09 12:18:04 +04:00
ZyX f89744209f Improve linter coding style 2014-08-09 12:13:00 +04:00
Nikolai Aleksandrovich Pavlov 6cc86c825e Merge pull request #967 from ZyX-I/handle-write-errors
Handle errors from write()
2014-08-06 22:52:38 +04:00
ZyX 660925f0c2 Use do_write function in place of self-written replacement 2014-08-06 22:39:50 +04:00
ZyX 0a6bb9ce08 Some style fixes 2014-08-06 22:39:50 +04:00
ZyX ae2ac05ced Handle errors from write()
Fixes #964
2014-08-06 22:11:35 +04:00
Nikolai Aleksandrovich Pavlov 0853f60391 Merge pull request #963 from ZyX-I/ipython-tests
Add ipython shell tests
2014-08-06 18:31:43 +04:00
ZyX c3e2358931 Also install ipython on Python-3.3+ 2014-08-06 18:12:59 +04:00
ZyX 863264cd99 Disable virtualenv segment, also test config_overrides 2014-08-06 18:09:57 +04:00
ZyX accb174b8b Do not install ipython when using python-2.6 2014-08-06 18:06:54 +04:00
ZyX 3e43995d2c Use pip to install ipython, not apt-get
I am very unsure that it will install ipython for all required python versions
2014-08-06 17:21:01 +04:00
ZyX c403eef434 Add ipython shell tests 2014-08-06 17:18:42 +04:00
ZyX 42a9a5a5fc Merge branch 'ipython-rewrite' into develop 2014-08-06 16:56:56 +04:00
ZyX ea6e28a037 Use the same hack for post_0_11 rewrite prompt
IPython again tries to leave us without unicode in rewrite prompt. But in 
Python, one needs to be more serious than that to be actually able to do this.
2014-08-06 16:56:20 +04:00
Nikolai Aleksandrovich Pavlov ac6b9af246 Merge pull request #961 from ZyX-I/fix-664
Do not output \x01/\x02 symbols for non-prompts in ipython
2014-08-06 15:09:23 +04:00
ZyX ed70cc2eb2 Fix tests 2014-08-06 13:47:11 +04:00
ZyX 85ea44b1ee Do not output \x01/\x02 symbols for non-prompts in ipython
Should fix #664
2014-08-06 13:38:45 +04:00
Nikolai Aleksandrovich Pavlov faceb59876 Merge pull request #902 from ZyX-I/battery
Improve battery support
2014-08-06 13:10:55 +04:00
Nikolai Aleksandrovich Pavlov 22fdc10534 Merge pull request #958 from ZyX-I/theme-hierarchy
Implement theme hierarchy
2014-08-06 13:04:50 +04:00
ZyX 1a87006310 Refactor powerline.lint.inspect: do not special-case *ThreadedSegment
Fixes now_playing segment handling in python-3.4
2014-08-06 12:52:52 +04:00
ZyX d4735c87df Fix labels in configuration/reference.rst 2014-08-06 12:48:17 +04:00
ZyX c3e6329262 Add description of shipped themes to documentation 2014-08-06 03:09:31 +04:00
ZyX 2b5734c767 Add unicode_terminus_condensed theme 2014-08-06 03:05:04 +04:00
ZyX cd576f0d4e Add unicode_terminus top-level theme
This one contains only glyphs present in terminus font.
2014-08-06 03:05:04 +04:00
ZyX 3c93ac2f44 Add unicode-only theme 2014-08-06 03:05:04 +04:00
ZyX 625aa243d6 Use ascii theme in local overrides 2014-08-06 02:25:24 +04:00
ZyX fa5c1e8ce4 Add ASCII-only theme 2014-08-06 02:25:24 +04:00
Nikolai Aleksandrovich Pavlov 39d1f4e1d6 Merge pull request #959 from aledovsky/bug/weather_segment_fix
Fix weather segment display
2014-08-06 02:16:49 +04:00
ZyX 48254ea657 Use more precise error messages in test_tabline.vim 2014-08-06 01:33:37 +04:00
Aleksandrs Ļedovskis 75d2c62f62 Fix weather segment display
Most likely a change on GitHub/Yahoo servers made it crash, when
non-robot ready result page started to appear inside YQL processor.
Using "raw.githubusercontent.com" URL helps and weather icon is again visible.

Closes: Lokaltog/powerline#949

Signed-off-by: Aleksandrs Ļedovskis <aleksandrs@ledovskis.lv>
2014-08-06 00:07:53 +03:00
ZyX 0255df2f7b Allow checking NowPlayingSegment 2014-08-06 00:24:30 +04:00
ZyX 416a0efd84 Copy a number of unicode values to powerline.json 2014-08-06 00:24:30 +04:00
ZyX b0093c6b67 Implement single-level merging of “args” dictionaries 2014-08-06 00:24:30 +04:00
ZyX 759b42a823 Make now_playing segment accept state symbols from arguments 2014-08-06 00:05:05 +04:00
ZyX 37b1f967a2 Move all unicode characters from themes to powerline.json 2014-08-06 00:05:04 +04:00
ZyX bdde4ae99f Implement theme hierarchy
Fixes #783
2014-08-06 00:05:04 +04:00
ZyX 145e1c2050 Only check that all colorschemes have theme, but not the opposite 2014-08-06 00:05:04 +04:00
Nikolai Aleksandrovich Pavlov b1a2b44db1 Merge pull request #957 from ZyX-I/better-visual-range
Improve visual_range segment
2014-08-05 23:16:05 +04:00
ZyX f4b5c6a63f Add fix for old Vims where getpos does not return list of integers 2014-08-05 23:03:59 +04:00
ZyX 117661e186 Add tests for visual_range 2014-08-05 22:49:53 +04:00
ZyX 702f43858b Do not use “rows” and “cols” in text
Reason: string “1 rows” is incorrect and I do not want to implement proper 
number handling (*proper* handling is *not* limited to plural/singular form like
in English).
2014-08-05 22:44:29 +04:00
ZyX 97978eaf77 Improve visual_range segment 2014-08-05 22:27:05 +04:00
Nikolai Aleksandrovich Pavlov c95b288527 Merge pull request #923 from ZyX-I/merge-config
Implement configuration merging
2014-08-05 14:05:23 +04:00
ZyX 0f4e1bafda Refactor config_mock module to not use globals and fix tests 2014-08-05 13:56:02 +04:00
ZyX 66e0999147 Document configuration merging 2014-08-05 13:56:02 +04:00
ZyX 01585edeab Fix errors reported by linter, allow running it during tests 2014-08-05 13:56:02 +04:00
ZyX 2fd04348f7 Fix name regex: allow single-letter names 2014-08-05 13:56:02 +04:00
ZyX 27db44ac7a Implement configuration merging
Fixes #418
2014-08-05 13:56:02 +04:00
ZyX 3d77306c35 Some style fixes in powerline.lint 2014-08-05 13:42:21 +04:00
ZyX b043749daa Add support for pickle 2014-08-05 13:39:48 +04:00