Commit graph

2099 commits

Author SHA1 Message Date
tobi-wan-kenobi
560083ce0c [docs] Update API doc to new package structure 2020-05-10 13:05:20 +02:00
tobi-wan-kenobi
f78981b226 [packaging/pip] Add test_suite
Hope it works like this...
2020-05-10 13:01:40 +02:00
tobi-wan-kenobi
b803f385a1 [tests] Fix failing tests 2020-05-10 12:56:30 +02:00
tobi-wan-kenobi
c560c07890 [packaging/pip] Make binary utility tools functional 2020-05-10 12:52:20 +02:00
tobi-wan-kenobi
92577e7d26 [all] black code :) 2020-05-09 21:24:28 +02:00
tobi-wan-kenobi
320827d577 [core] restructure to allow PIP packaging
OK - so I have to admit I *hate* the fact that PIP seems to require a
subdirectory named like the library.

But since the PIP package is something really nifty to have (thanks to
@tony again!!!), I updated the codebase to hopefully conform with what
PIP expects. Testruns so far look promising...
2020-05-09 21:22:00 +02:00
tobi-wan-kenobi
1d25be2059 [doc] update module documentation 2020-05-09 15:31:25 +02:00
tobi-wan-kenobi
3ce8e2f278 [doc] Add content to "writing a theme" 2020-05-09 15:16:25 +02:00
tobi-wan-kenobi
b3200abb23 [doc] update notes 2020-05-09 10:58:49 +02:00
tobi-wan-kenobi
99e3571eee [modules] remove setting widgets via "self.widgets(new list)"
use self.add_widget() for all modules
2020-05-09 10:57:44 +02:00
tobi-wan-kenobi
85ac953111 [modules/arch-update] Better handling of errors in checkupdates
see #624
2020-05-09 10:22:26 +02:00
tobi-wan-kenobi
a8f4d3f9c6 [modules/octoprint] Add missing contribution 2020-05-09 10:19:11 +02:00
tobi-wan-kenobi
9ef826b5fd [core] fix tests 2020-05-08 21:01:45 +02:00
tobi-wan-kenobi
dd4294ecfa [modules] move some modules into contrib, as appropriate 2020-05-08 20:59:38 +02:00
tobi-wan-kenobi
21049b9b03 [modules] Add contributions to (hopefully!) all modules 2020-05-08 20:58:35 +02:00
tobi-wan-kenobi
5dcf9f9c9d [modules/arch-update] fix typo 2020-05-08 16:24:10 +02:00
tobi-wan-kenobi
3033c6646c [util/xrandr] Add binaries for rewriting i3 config 2020-05-08 16:18:32 +02:00
tobi-wan-kenobi
41f8f31dd8 [modules/redshift] Use boolean format, rename parameter 2020-05-08 16:14:07 +02:00
tobi-wan-kenobi
7d8b659a55 [modules/smartstatus] Use common boolean format 2020-05-08 16:12:34 +02:00
tobi-wan-kenobi
7d7324f6ed [modules/docker_ps] upper -> lowercase (personal preference) 2020-05-08 16:10:27 +02:00
tobi-wan-kenobi
e4f7019f5b [modules/arch-update] log exceptions 2020-05-08 16:09:51 +02:00
tobi-wan-kenobi
fde51b3f79
Merge pull request #625 from martindoublem/martin-development
Improved three modules in showing more compacted info with new parameters
2020-05-08 16:08:54 +02:00
tobi-wan-kenobi
e7eef7f028 [modules/arch-update] catch more error
see #624
2020-05-07 20:10:58 +02:00
tobi-wan-kenobi
b3e4c7503b [doc] add note about module RST documentation 2020-05-07 20:07:02 +02:00
Martin
879d00775b Shorter off message for docker_ps 2020-05-07 07:06:27 +02:00
Martin
478ee68f89 Improved reshdift 2020-05-07 06:44:27 +02:00
Martin
45d893aaba improved smartstatus 2020-05-07 06:18:17 +02:00
tobi-wan-kenobi
f49300e568 [doc] update docs as per #606 2020-05-06 12:57:38 +02:00
tobi-wan-kenobi
806258c2ed [themes] add nord-powerline 2020-05-06 12:57:29 +02:00
tobi-wan-kenobi
60a2d82e1c [modules] rename __pulseaudio to pulseaudio 2020-05-06 12:57:16 +02:00
tobi-wan-kenobi
5e7624b619 [README] Add doc status 2020-05-05 21:01:41 +02:00
tobi-wan-kenobi
39f70a9fd1 [themes] Update default-separators
see #623
2020-05-05 21:00:16 +02:00
tobi-wan-kenobi
5012e76d07 [doc] small updates 2020-05-05 20:56:27 +02:00
tobi-wan-kenobi
c25583236b [doc] fix link 2020-05-05 20:54:47 +02:00
tobi-wan-kenobi
79a52c9f42 [doc] Update list of modules 2020-05-05 20:53:04 +02:00
tobi-wan-kenobi
8f357e4402 [doc] set master doc 2020-05-05 20:45:31 +02:00
tobi-wan-kenobi
1c5a785003 [doc] add code-block type 2020-05-05 20:43:10 +02:00
tobi-wan-kenobi
d2f796baa9 [util/store] add docstrings 2020-05-05 20:37:00 +02:00
tobi-wan-kenobi
5da0819610 [doc] Update list of modules to produce RST output
Also, adapt some module docstrings to conform with RST
2020-05-05 20:33:27 +02:00
tobi-wan-kenobi
456a3ec4a4 [util] add docstrings 2020-05-05 19:55:37 +02:00
tobi-wan-kenobi
0b0780b213 [docs] some more updates 2020-05-05 19:55:19 +02:00
tobi-wan-kenobi
0b7f61b62e [doc] Add API documentation
for reference:

sphinx-apidoc -o src/ ../ ../bumblebee-status ../bumblebee-ctl ../tests
2020-05-04 20:27:11 +02:00
tobi-wan-kenobi
7aa201dd30 [all] re-apply black 2020-05-04 20:12:02 +02:00
tobi-wan-kenobi
98dd8ca5f7 [core/decorators] reset scrolling if content changes
see #622
2020-05-04 20:11:10 +02:00
tobi-wan-kenobi
49c1465b65 [docs] significant revamp - add sphinx support
make it possible to compile documentation via sphinx - main change is to
use RST instead of MarkDown for most files.
2020-05-04 20:02:48 +02:00
tobi-wan-kenobi
fdd239d234 [doc] Update feature doc (include config files) 2020-05-03 19:51:10 +02:00
tobi-wan-kenobi
c22f803caf [doc] update README 2020-05-03 19:45:57 +02:00
tobi-wan-kenobi
cec1d3cbda [modules/octoprint] small refactoring
see PR #621
2020-05-03 19:39:40 +02:00
tobi-wan-kenobi
05b3fcf863 [doc/modules] Add more space between text and screenshot 2020-05-03 16:59:38 +02:00
tobi-wan-kenobi
2f98240eed [doc/modules] small bugfix for display of images 2020-05-03 16:57:22 +02:00