ZyX
|
2f400e90b3
|
Merge branch 'realpath' into develop
|
2014-02-16 01:25:18 +04:00 |
ZyX
|
25212a7dd6
|
Use os.path.realpath() before os.path.abspath()
Closes #454
Fixes #413
|
2014-02-16 01:25:10 +04:00 |
ZyX-I
|
1faf118fa3
|
Merge pull request #807 from ZyX-I/improved-troubleshooting
Improved troubleshooting
|
2014-02-15 23:43:04 +03:00 |
ZyX
|
7ab74ab73b
|
Remove duplicate troubleshooting question
|
2014-02-16 00:41:44 +04:00 |
ZyX
|
f384055f32
|
A few style fixes
|
2014-02-16 00:40:22 +04:00 |
ZyX
|
d6f7f11491
|
Add more spaces so that python indentation will be correct
|
2014-02-16 00:38:36 +04:00 |
ZyX
|
7e65332ddf
|
Remove outdated information from troubleshooting
|
2014-02-16 00:37:17 +04:00 |
ZyX
|
13df3d376e
|
More improved troubleshooting
|
2014-02-16 00:36:57 +04:00 |
ZyX
|
536427f4be
|
Make powerline.vim work in compatible mode
|
2014-02-16 00:35:38 +04:00 |
ZyX-I
|
1fbd92bb88
|
Merge pull request #806 from ZyX-I/shell-fixes
Shell fixes: TMUX support for su[do] and modes on old zsh
|
2014-02-15 20:05:41 +03:00 |
ZyX
|
adaefddd19
|
Merge branch 'i3-fixes' into develop
|
2014-02-15 21:06:51 +04:00 |
ZyX
|
dfdc12b45a
|
Move i3bgbar.py to i3bar.py
|
2014-02-15 21:04:40 +04:00 |
ZyX
|
8041ea0956
|
Some style fixes
|
2014-02-15 21:01:14 +04:00 |
ZyX
|
1add2b63de
|
Disable mode support on <=zsh-4.3.10
Fixes #800
|
2014-02-15 20:47:20 +04:00 |
ZyX
|
6c1571139f
|
Check for TMUX only once, check whether $TMUX is writeable
Fixes #801
|
2014-02-15 20:27:31 +04:00 |
ZyX
|
4e6cd08078
|
In fish also check for presence of powerline in $PATH
|
2014-02-15 20:10:07 +04:00 |
ZyX-I
|
97c93fc7c0
|
Merge pull request #782 from S0lll0s/feature/i3
Add i3 bindings, segments and renderer
|
2014-02-09 15:46:35 +03:00 |
S0lll0s
|
def68a2dc2
|
Update documentation to include i3 instructions
|
2014-02-09 12:45:01 +01:00 |
S0lll0s
|
9548c44119
|
Fix highlighting groups for workspaces segment
|
2014-02-09 12:10:18 +01:00 |
S0lll0s
|
8cb11d8915
|
Adapt to python3 / __future__ print statement
|
2014-02-09 12:03:47 +01:00 |
S0lll0s
|
c5df55e25c
|
Remove dead code from renderers/i3bgbar.py
|
2014-02-09 11:11:57 +01:00 |
S0lll0s
|
7d89ff2b49
|
Fix docstring for i3wm.workspaces segment
|
2014-02-09 11:10:49 +01:00 |
ZyX-I
|
999fad58bd
|
Merge pull request #792 from ZyX-I/improved-battery
Improved battery segment:
Closes #791.
|
2014-02-09 12:48:32 +03:00 |
ZyX
|
66d98e7def
|
Improved battery segment:
- Ignore `steps` if gamify is False.
- Add `full_heart` and `empty_heart` keywords.
- Document `format` keyword.
- Replace `draw_soft_divider` with `draw_inner_divider`.
|
2014-02-09 13:44:06 +04:00 |
ZyX
|
cce6d26670
|
Merge branch 'osx-battery' into HEAD
|
2014-02-09 02:38:52 +04:00 |
Joshua Perry
|
c4fb09a418
|
Update tests to support parameter on _get_capacity()
|
2014-02-09 02:36:19 +04:00 |
Joshua Perry
|
18f4fdaa70
|
Revert change to segment parameter default value
|
2014-02-09 02:36:19 +04:00 |
Joshua Perry
|
f62d749f80
|
Refactored OSX battery code
|
2014-02-09 02:36:19 +04:00 |
Joshua Perry
|
9accbdd9ef
|
Added OSX battery support
|
2014-02-09 02:36:19 +04:00 |
ZyX-I
|
b5c14553a9
|
Merge pull request #790 from ZyX-I/tests-fix
Fix travis CI build
|
2014-02-09 00:31:44 +03:00 |
ZyX
|
773d6a6600
|
Also use --allow-unverified
|
2014-02-09 01:25:18 +04:00 |
ZyX
|
5e4daed72b
|
Install bazaar with --allow-external
|
2014-02-09 01:22:50 +04:00 |
ZyX
|
4e35007486
|
Home may be None, respect it
|
2014-02-09 01:16:29 +04:00 |
ZyX
|
173159aea4
|
Merge branch 'fix-788' into develop
|
2014-02-08 23:43:49 +04:00 |
ZyX
|
9e8471be9e
|
Fix non-ASCII directories processing
Fixes #788
|
2014-02-08 23:42:15 +04:00 |
ZyX
|
faeab131f1
|
Merge branch 'common-imports' into develop
|
2014-02-08 23:41:33 +04:00 |
ZyX
|
7a90e6d6c3
|
Cleanup import in segments.common:
- move `import re` to top
- if import is in a `try` block and there is some processing before it and
`except` move this to `else`.
|
2014-02-08 23:41:12 +04:00 |
S0lll0s
|
21319fc8d2
|
Use 'with' instead of lock.acquire/release()
|
2014-02-07 13:14:56 +01:00 |
S0lll0s
|
253ad02c3c
|
Add i3 bindings and segments
|
2014-02-04 11:01:07 +01:00 |
ZyX
|
03594f2def
|
Merge branch 'local.vimrc' into develop
Ref #314
|
2014-02-04 00:10:28 +04:00 |
ZyX
|
4a2fbb096b
|
Add &ts setting and comment regarding .local.vimrc usage
|
2014-02-04 00:10:16 +04:00 |
ZyX
|
116af44b1f
|
Merge branch 'vim-window-title' into develop
Closes #703
|
2014-02-03 22:36:49 +04:00 |
ZyX
|
52d182f0e2
|
Add window_title group to solarizedlight colorschem
|
2014-02-03 22:34:14 +04:00 |
ZyX
|
d7589bc895
|
Make window_title work in older vims
|
2014-02-03 22:31:40 +04:00 |
Daniel Hahler
|
7f1abf1459
|
Vim: add window_title function, used in quickfix theme
This is used to display the window title of the quickfix window. Both
Syntastic and Vim use this. See w:quickfix_title.
|
2014-02-03 22:28:58 +04:00 |
ZyX-I
|
7187df2040
|
Merge pull request #781 from ZyX-I/segment-calls
Recreate args dictionary with str() arguments, use closures
|
2014-02-03 09:59:09 -08:00 |
ZyX
|
5071f127a8
|
Recreate args dictionary with str() arguments, use closures
Fixes #776
|
2014-02-03 21:56:16 +04:00 |
ZyX
|
2ade819ac1
|
Merge branch 'lib-shell' into develop
|
2014-02-03 21:26:14 +04:00 |
ZyX
|
5db02bba3a
|
Check for asrun() returning None
|
2014-02-03 21:23:42 +04:00 |
ZyX
|
f26eb24e10
|
Remove asquote function for it being used nowhere
|
2014-02-03 21:21:22 +04:00 |