Commit Graph

1593 Commits

Author SHA1 Message Date
enkore
dd2d9407e3 Merge pull request #492 from hcpl/xkblayout
Xkblayout: refine formatting and switching layouts
2017-01-11 12:39:52 +01:00
enkore
83ee2249de Merge pull request #494 from rampage644/features/pomodoro
Refactor `pomodoro` module
2017-01-11 12:39:09 +01:00
enkore
6100c8e4d0 Merge pull request #500 from PolarNick239/patch-1
gpu_temp: setting "display_if" default value fixed
2017-01-11 12:38:20 +01:00
enkore
a454daa4af Merge pull request #518 from terminalmage/openvpn-docstring
Update OpenVPN module docstring to reflect changes in 2.4
2017-01-11 12:37:28 +01:00
enkore
50bbf762e4 Merge pull request #520 from pf56/fixed-dhl
Fixed parcel tracking for DHL
2017-01-11 12:36:45 +01:00
enkore
403e0b2ac1 Merge pull request #519 from pf56/added-dpd
Added parcel tracking support for DPD
2017-01-11 12:36:16 +01:00
enkore
08ccc58ee5 Merge pull request #514 from ncoop/mpris-api
Add DBus callbacks to now_playing
2017-01-11 12:35:44 +01:00
enkore
d344b3b177 Merge pull request #513 from ncoop/mpd-api
Add mpd_command method
2017-01-11 12:33:12 +01:00
enkore
4a3e6da2c4 Merge pull request #507 from jotasi/packageKit
Added packagekit backend for update notifications
2017-01-11 12:32:27 +01:00
enkore
ecda539de1 Merge pull request #506 from jotasi/consistentUpdateBackends
Made updates method return types consistent and fixed bug in yaourt backend
2017-01-11 12:31:03 +01:00
enkore
1f48d2d53c Merge pull request #512 from fmartingr/fix-typo-pr-510
Fixed typo
2017-01-11 12:30:43 +01:00
enkore
ba5065fe9f Merge pull request #511 from fmartingr/ci-fixes
Forced Sphinx version < 1.5
2017-01-11 11:37:30 +01:00
Paul Friedrich
909a39bece added DPD to the documentation 2017-01-10 20:20:46 +01:00
Paul Friedrich
4f8bb2f9c1 Added progress value. Open the real tracking page instead of the api page on click 2017-01-10 20:10:37 +01:00
Paul Friedrich
5c2e1033ad always get the latest status message 2017-01-09 12:55:59 +01:00
Erik Johnson
dc6feb0bd0 Update OpenVPN module docstring to reflect changes in 2.4 2017-01-08 14:32:59 -06:00
Paul Friedrich
381304c9bc added dpd tracking 2017-01-07 21:34:08 +01:00
Paul Friedrich
22b2b49dd6 fixed dhl tracking 2017-01-07 19:57:53 +01:00
Jonathan Tammo Siebert
13ccf8895c Made updates method return types consistent
Changed the return types of aptget and yaourt to (int, string) from (int, list)
to ensure consistency across all update backends and fixing the desktop
notification for available updates.
2016-12-29 11:25:03 +01:00
ncoop
41a2681008 Resolve E501s. 2016-12-29 00:50:20 -08:00
ncoop
e968ec8bf1 'functools' imported but unused. 2016-12-29 00:50:20 -08:00
ncoop
53a4fbfe4d Update introductory doc. 2016-12-29 00:50:20 -08:00
ncoop
3c19752ad3 Implement and document player_prop callback. 2016-12-29 00:50:17 -08:00
ncoop
00a434774d Abstract the dbus string constants. 2016-12-28 18:42:05 -08:00
ncoop
34e87927de Implement and document player_command callback. 2016-12-28 18:41:56 -08:00
ncoop
ea26373a78 Documented a possible bug with mpd. 2016-12-28 01:36:48 -08:00
ncoop
40cff0d6b1 "The use of pause command w/o the PAUSE argument is deprecated." 2016-12-28 01:16:35 -08:00
ncoop
713c93c3ff Implement and document mpd_command method. 2016-12-28 01:15:13 -08:00
Felipe Martin
285e73ca99 Fixed typo.
Related PR #510
2016-12-25 23:04:49 +01:00
Felipe Martin
1642a05080 Forced Sphinx version prior to 1.5
- Sphinx 1.5 dropped support for Python 3.3 which is the used in the
  travis file for CI.
2016-12-25 20:58:08 +01:00
enkore
7fb73bb9c0 Merge pull request #510 from fmartingr/shell-ignore-stdout
Allow empty stdout on shell module
2016-12-25 20:54:37 +01:00
Felipe Martin
739b208e79 Allow empty stdout on shell module 2016-12-25 20:49:33 +01:00
Jonathan Tammo Siebert
a497ff21cc Added packagekit backend for update notifications 2016-12-24 00:11:25 +01:00
Erik Johnson
9c21b61dee Merge pull request #502 from terminalmage/dnf-docs
Add documentation about running in virtualenv
2016-12-04 17:28:39 -06:00
Erik Johnson
734afa2409 Add documentation about running in virtualenv 2016-12-04 17:28:21 -06:00
enkore
a1eba370bd Merge pull request #499 from terminalmage/issue498
Rewrite DNF updates module to use DNF's Python API
2016-12-02 11:35:27 +01:00
Erik Johnson
32d7c62c9a Merge pull request #501 from terminalmage/fix-nba-ot
Fix multiple-OT display for NBA
2016-12-02 01:10:10 -06:00
Erik Johnson
80781b5033 Fix multiple-OT display for NBA 2016-12-02 01:08:49 -06:00
Nikolay Polyarniy
97fd940e17 gpu_temp: setting "display_if" default value fixed
gpu_temp setting "display_if" (introduced in https://github.com/enkore/i3pystatus/pull/382) default value expected to be string (like in https://github.com/enkore/i3pystatus/pull/383)

Error message:
```
GPUTemperature: TypeError: eval() arg 1 must be a string, bytes or code object
```
2016-12-01 19:09:33 +03:00
Erik Johnson
572f94eb87 Fix shadowing of dnf module when module is executed directly 2016-11-30 21:25:10 -06:00
Erik Johnson
0eb825cdd8 Rewrite DNF updates module to use DNF's Python API
This is a lot easier than trying to parse the DNF CLI output.
2016-11-30 11:20:40 -06:00
enkore
78392fc499 Merge pull request #497 from enkore/enkore-patch-1
add i3pystatus.utils package to setup.py
2016-11-12 15:59:38 +01:00
enkore
e7487909bc setup.py: use find_packages 2016-11-12 15:42:01 +01:00
enkore
45ebe3b7a2 Add i3pystatus.scores to setup.py 2016-11-12 01:55:33 +01:00
enkore
93a916de6b add i3pystatus.utils package to setup.py 2016-11-11 23:31:58 +01:00
enkore
3bfaeeb526 Merge pull request #496 from enkore/enkore-patch-1
Fix pycodestyle's mood swings
2016-11-07 22:16:30 +01:00
enkore
7369937b59 Fix pycodestyle's mood swings 2016-11-07 22:15:04 +01:00
facetoe
a9ff574750 Merge pull request #491 from facetoe/issue_490
Catch exceptions thrown in module.init().
2016-11-06 20:19:41 +08:00
Sergei Turukin
4f7d5673c0 Refactor pomodoro module
Replace `subprocess` call with built-in module for sending
desktop notifications.
2016-11-06 13:21:39 +03:00
hcpl
c2c54df054 Xkblayout: document PyPI dependency 2016-11-03 23:09:23 +02:00