Commit Graph

2524 Commits

Author SHA1 Message Date
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
Nikolai Aleksandrovich Pavlov a10003802b Merge pull request #1540 from blueyed/fix-doc-usage-other
docs/source/usage/other.rst: fix typo in note
2016-03-07 09:16:50 +03:00
Daniel Hahler 00212fa208 docs/source/usage/other.rst: fix typo in note 2016-03-06 19:54:15 +01:00
Nikolai Aleksandrovich Pavlov 8e5bc2538b Merge pull request #1532 from mynameisfiber/feature/1288-multiple-battery
Fixes bug in multi-battery support
2016-02-21 21:32:05 +03:00
Foo 3fb4f55a06 Merge branch 'pr-1508' into develop
Closes #1508
2016-02-21 21:39:50 +03:00
Kamus Hadenes 289e59e789 Add support for OS X en0 on internal_ip 2016-02-21 21:36:53 +03:00
Micha Gorelick 7e319f2ede filename bugfix
Filename reference in `/sys/` method for the battery segment referenced
a non-existant file.
2016-02-21 13:30:07 -05:00
Nikolai Aleksandrovich Pavlov 08b19a99d2 Merge pull request #1531 from mynameisfiber/feature/1288-multiple-battery
Multiple Battery Support

Fixes #1288 
Closes #1522
2016-02-21 02:19:29 +03:00
Micha Gorelick ff2b37a633 flake8 2016-02-20 16:30:57 -05:00
Micha Gorelick 71f56ff102 Multiple Battery Support 2016-02-20 16:25:34 -05:00
Nikolai Aleksandrovich Pavlov f20565570c Merge pull request #1527 from powerline/ZyX-I-patch-1
Update command used to install macvim with brew
2016-02-10 23:10:34 +03:00
Nikolai Aleksandrovich Pavlov 73dcc78136 Update command used to install macvim with brew
Flag `--override-system-vim` is deprecated.

Fixes #1526.
2016-02-10 23:10:02 +03:00
Nikolai Aleksandrovich Pavlov b7ddafa410 Merge pull request #1525 from S0lll0s/hotfix
Fix bug in xrandr output detection
2016-02-09 01:54:05 +03:00
S0lll0s 953a55f789 Fix output detection when setting primary outputs
in powerline.bindings.wm.get_connected_xrandr_outputs
2016-02-08 22:14:03 +01:00
Nikolai Aleksandrovich Pavlov 6d7f242e1b Merge pull request #1524 from mrshu/mrshu/fix-dbus-battery-status
fix: Make dbus battery status consistent
2016-02-08 00:20:56 +03:00
Nikolai Aleksandrovich Pavlov 0f13e8a9f7 Merge pull request #1523 from mrshu/mrshu/fix-docs-small-typo
docs: Fix a small typo in develop/segments.rst
2016-02-07 19:15:50 +03:00
mr.Shu 3dd71c61da fix: Make dbus battery status consistent
* In #1499 a change was introduced that made use of the "Discharging"
  status of a battery in order to detect whether the AC power is
  available.

  The DBus part of the function that gets this data, however, stayed
  unchanged. In order to keep it consistent this commit changes it in
  such a way that it preforms the same function as the code introduced
  in #1499 by checking for the Discharging state of the battery as
  described here:
  http://upower.freedesktop.org/docs/Device.html#Device:State

Signed-off-by: mr.Shu <mr@shu.io>
2016-02-07 15:48:00 +01:00
mr.Shu f3fe6d99f6 docs: Fix a small typo in develop/segments.rst
* The display_condition key in the docs was rendered as
  'display_condition`' due to a small typo. This commit fixes that.

Signed-off-by: mr.Shu <mr@shu.io>
2016-02-07 15:32:12 +01:00
Foo c0b56d3888 Merge branch 'pr-1517' into develop
Closes #1517
2016-02-04 04:44:25 +03:00
S0lll0s 623c1f85bc Add tests for i3wm listers and workspace segment 2016-02-04 04:43:26 +03:00
S0lll0s 10243ad89f Make workspace(strip) strip `{number}:` prefix if true 2016-02-04 04:41:58 +03:00
S0lll0s db99ad1d90 Refactor i3wm segment and lemonbar binding
Move get_i3_connection and get_xrandr_outputs into bindings.wm
2016-02-04 04:37:30 +03:00
S0lll0s 24fa03567e Add listers for i3wm workspaces and outputs 2016-01-31 16:10:10 +01:00
S0lll0s bc7d571d00 Add i3wm segment for singular workspace 2016-01-31 16:10:07 +01:00