Lukáš Mandák
|
081bd329f9
|
Changed checks for command attribute in run_through_shell and execute .
|
2015-10-03 10:14:29 +02:00 |
|
Lukáš Mandák
|
2ef74ded79
|
Replace regular 'split' to 'shlex.split'.
|
2015-09-29 12:47:32 +02:00 |
|
Lukáš Mandák
|
68d11b2f81
|
Module: Log first then let bad things happen. :)
|
2015-09-25 19:37:53 +02:00 |
|
Lukáš Mandák
|
6b22ec25e4
|
Docs: Rewritten Callbacks section of user documentation.
|
2015-09-25 19:16:04 +02:00 |
|
Lukáš Mandák
|
6d3c7eddc8
|
Module: More detailed logs for clickevents as suggested by @teto in #231.
|
2015-09-25 19:12:05 +02:00 |
|
Lukáš Mandák
|
4aa6b2a73c
|
Docs: Updated docstring of run_through_shell .
|
2015-09-25 18:47:54 +02:00 |
|
Lukáš Mandák
|
30b73fe6d6
|
SettingsBase: Fixed logging for modules outside of i3pystatus directory i.e. modules defined directly in the config file.
|
2015-09-25 18:17:54 +02:00 |
|
Lukáš Mandák
|
d07168beb7
|
Module: Allow passing of arguments to callable callbacks.
|
2015-09-25 13:58:08 +02:00 |
|
Lukáš Mandák
|
32ab77c203
|
Module: External programs are launched in detached mode.
|
2015-09-25 13:57:09 +02:00 |
|
Lukáš Mandák
|
97e2ad7bba
|
Fixed detached mode of execute and updated its docstring.
|
2015-09-25 13:55:56 +02:00 |
|
Lukáš Mandák
|
b1341741cc
|
Docs: Added missing rule for members of i3pystatus.core.command module.
Docs: Sorted core package modules alphabetically.
|
2015-09-24 19:08:41 +02:00 |
|
Lukáš Mandák
|
4bfe04dab6
|
Module: Clickevents now do not wait for commands output. Fix for #254.
|
2015-09-22 10:35:42 +02:00 |
|
Lukáš Mandák
|
375b77178d
|
Renamed 'run_in_background' to 'execute'.
|
2015-09-21 23:09:19 +02:00 |
|
Lukáš Mandák
|
6f2c8f2e40
|
Added run_in_background function.
|
2015-07-14 16:14:29 +02:00 |
|
enkore
|
e85425c8c6
|
Merge pull request #224 from narma/feature/anybar
AnyBar widget
|
2015-07-06 20:24:33 +02:00 |
|
Sergey Rublev
|
fe1755835d
|
Added AnyBar widget
|
2015-07-06 23:28:10 +06:00 |
|
enkore
|
35c96e3032
|
Update changelog (cf #184)
|
2015-07-03 17:22:40 +02:00 |
|
enkore
|
1532040f0b
|
Replace DIY parametrized tests with @pytest.mark.parametrize
|
2015-06-24 11:01:53 +02:00 |
|
enkore
|
302bf38f00
|
Add release date of old releases
|
2015-06-23 12:16:32 +02:00 |
|
enkore
|
7df15b0764
|
Anchor in changelog
|
2015-06-23 12:10:38 +02:00 |
|
enkore
|
ca3ac1454c
|
3.33
|
2015-06-23 12:07:02 +02:00 |
|
enkore
|
442a3c4916
|
Just maintaining maintainers maintainer work
|
2015-06-22 22:57:08 +02:00 |
|
enkore
|
2c40fa1a48
|
modrefs
|
2015-06-22 20:14:17 +02:00 |
|
enkore
|
3de16a5d4d
|
Crossref
|
2015-06-22 20:11:30 +02:00 |
|
enkore
|
49eef86561
|
changelog to PR #223
|
2015-06-22 20:04:51 +02:00 |
|
Lukáš Mandák
|
46794200fa
|
StandaloneIO: Change all static and class methods to normal methods.
|
2015-06-22 17:34:10 +02:00 |
|
Lukáš Mandák
|
794d68fe5d
|
Added user documentation about bar refreshing.
|
2015-06-22 13:52:30 +02:00 |
|
Lukáš Mandák
|
a63d7fe4d8
|
StandaloneIO: Remove unused variable from refresh_signal_handler .
|
2015-06-22 13:06:32 +02:00 |
|
Lukáš Mandák
|
3a33c8131b
|
StandaloneIO: Added documentation for new methods.
|
2015-06-22 13:00:41 +02:00 |
|
Lukáš Mandák
|
8cca39bb1a
|
StandaloneIO: Modules with above average intervals are refreshed in their own threads. This should prevent freezing of the bar caused by running all modules.
|
2015-06-22 12:27:58 +02:00 |
|
Lukáš Mandák
|
ba01a7af44
|
Click events: Modules output is udated and status line is refreshed after a valid click event callback is executed.
|
2015-06-22 11:43:52 +02:00 |
|
Lukáš Mandák
|
7dd99604be
|
StandaloneIO: Responds to SIGUSR1 signal by refreshing outputs of all modules.
|
2015-06-22 11:32:46 +02:00 |
|
Lukáš Mandák
|
c042be12ed
|
Module: on_click now returns True if a valid click event callback was found and executed, False otherwise.
|
2015-06-22 11:07:23 +02:00 |
|
Lukáš Mandák
|
fff0444151
|
Module: Fixed and documented 'text_to_pango' method.
|
2015-06-22 11:04:51 +02:00 |
|
enkore
|
14b35c6081
|
Fix failing test, therefore fixing #89
|
2015-06-21 20:24:22 +02:00 |
|
enkore
|
277aa45de9
|
Add failing test for #89 (pt. 2)
|
2015-06-21 20:23:28 +02:00 |
|
enkore
|
29a34d725c
|
Emacs betrayed me!
|
2015-06-20 11:01:55 +02:00 |
|
enkore
|
d2b1df2f70
|
Fix wrong text wrap in changelog
|
2015-06-20 11:00:18 +02:00 |
|
enkore
|
5e4955b0fb
|
Changelog
|
2015-06-20 10:59:21 +02:00 |
|
enkore
|
85566a9897
|
Typo
|
2015-06-20 10:48:03 +02:00 |
|
enkore
|
d6a99954f8
|
Merge pull request #220 from richese/hints
Added hints setting to Module.
|
2015-06-20 10:44:22 +02:00 |
|
Lukáš Mandák
|
b501d22ad9
|
Moved hints documentation to Configuration section.
Added a few basic examples.
|
2015-06-19 22:27:16 +02:00 |
|
enkore
|
c4b55e335e
|
Add testing changes chapter
|
2015-06-19 13:38:21 +02:00 |
|
Lukáš Mandák
|
d802c7d3de
|
Merge branch 'Master' into hints
# Conflicts:
# i3pystatus/core/modules.py
|
2015-06-18 21:05:54 +02:00 |
|
Lukáš Mandák
|
0267454557
|
Module: Add hyperlinks to hints docstring.
|
2015-06-18 20:39:28 +02:00 |
|
enkore
|
394e80ad4e
|
Some minor docstuff ; functionally equivalent
|
2015-06-17 18:11:49 +02:00 |
|
enkore
|
7df811b9a1
|
Add callbacks chapter
|
2015-06-17 18:11:40 +02:00 |
|
enkore
|
09b158a6e1
|
anchors
|
2015-06-17 17:39:20 +02:00 |
|
enkore
|
8ea4bdeb55
|
Minor formatting change
|
2015-06-17 16:12:10 +02:00 |
|
enkore
|
74bffab945
|
Add Logging chapter
|
2015-06-17 16:05:09 +02:00 |
|