Michael Carlberg
|
b210e5a01d
|
fix(docs): Typo in configuration example
|
2016-06-02 18:31:02 +02:00 |
|
Michael Carlberg
|
39d3f61497
|
refactor(core): Clean-up
- use "#pragma once" instead of the regular include guard
- fix errors and warnings reported by cppcheck
|
2016-06-02 01:32:06 +02:00 |
|
Michael Carlberg
|
d0499d4d15
|
fix(docs): Remove unmerged dsl entries
|
2016-06-01 18:31:48 +02:00 |
|
Michael Carlberg
|
b63e25d6e7
|
fix(core): Nullptr checks
|
2016-06-01 17:03:11 +02:00 |
|
Michael Carlberg
|
a410e182a9
|
fix(volume): Unit testing would be nice
|
2016-06-01 16:35:24 +02:00 |
|
Michael Carlberg
|
89a476e94c
|
fix(mpd): Avoid nullptrs
|
2016-06-01 16:29:17 +02:00 |
|
Michael Carlberg
|
78effb28b8
|
fix(volume): Prevent nullptr
|
2016-06-01 16:26:44 +02:00 |
|
Michael Carlberg
|
f1e7991279
|
fix(battery): Check file existance
|
2016-06-01 16:06:36 +02:00 |
|
Michael Carlberg
|
9321fb0db9
|
fix(backlight): Check file existance
|
2016-06-01 16:06:24 +02:00 |
|
Michael Carlberg
|
4cbd53810b
|
docs(config): Added example with xtitle
|
2016-06-01 15:12:36 +02:00 |
|
Michael Carlberg
|
af6ef01ea6
|
fix(cpu): Bad value for total load percentage
|
2016-06-01 08:18:49 +02:00 |
|
Michael Carlberg
|
f573fcc531
|
fix(bspwm): Do not output empty click handlers
|
2016-06-01 07:49:14 +02:00 |
|
Michael Carlberg
|
a6ec504513
|
feat(core): Throttle writes to stdout
|
2016-06-01 01:07:23 +02:00 |
|
Michael Carlberg
|
f033e0e7e5
|
feat(dsl): DSL patching script
Script to handle patching of configuration files
when the colon-to-dashes change gets merged
|
2016-05-31 19:45:56 +02:00 |
|
Michael Carlberg
|
e225201bee
|
fix(ci): Irc notification template
|
2016-05-31 16:53:03 +02:00 |
|
Michael Carlberg
|
a85b445080
|
task(ci): Enable ccache
|
2016-05-31 16:36:20 +02:00 |
|
Michael Carlberg
|
85f9dfd872
|
fix(network): Remove pointless lock
|
2016-05-31 16:07:55 +02:00 |
|
Michael Carlberg
|
688ca94658
|
fix(battery): Remove pointless lock
|
2016-05-31 15:51:48 +02:00 |
|
Michael Carlberg
|
260519ec55
|
fix(battery): Better safety checks
|
2016-05-31 15:40:17 +02:00 |
|
Michael Carlberg
|
b89536af2b
|
fix(ci): Update notification settings
|
2016-05-31 15:05:14 +02:00 |
|
Michael Carlberg
|
7478d4cd07
|
fix(ci): Notification syntax
|
2016-05-31 13:09:42 +02:00 |
|
Michael Carlberg
|
9f520dea7a
|
fix(network): Proper handling of connectivity testing
|
2016-05-31 12:34:49 +02:00 |
|
Michael Carlberg
|
5e9623c24d
|
fix(ci): Dump CC version
|
2016-05-31 10:37:32 +02:00 |
|
Michael Carlberg
|
56f6d62da4
|
Revert "fix(docs): Remove travis build indicator"
Enable the build indicator since the build configuration
has been setup properly.
|
2016-05-31 10:33:43 +02:00 |
|
Michael Carlberg
|
a522e43ed1
|
fix(ci): Working Travis configuration
|
2016-05-31 10:33:43 +02:00 |
|
Michael Carlberg
|
f8c8204a91
|
fix(core): Expand tilde in config path
|
2016-05-31 06:27:30 +02:00 |
|
Michael Carlberg
|
57a9027f30
|
feat(core): Add terminate script
|
2016-05-31 06:09:16 +02:00 |
|
Michael Carlberg
|
3cc160b6ac
|
fix(build): Bumped cmake project version
|
2016-05-31 05:56:45 +02:00 |
|
Michael Carlberg
|
3683187f44
|
fix(git): Fixate submodules
|
2016-05-31 05:13:22 +02:00 |
|
Michael Carlberg
|
6cfa2b7b4f
|
docs(aur): Add note about stable package
|
2016-05-31 04:52:08 +02:00 |
|
Michael Carlberg
|
d63c0af5f1
|
fix(core): Safety check
|
2016-05-31 04:46:34 +02:00 |
|
Michael Carlberg
|
aea077cd47
|
task(aur): Update PKGBUILD
|
2016-05-31 03:56:51 +02:00 |
|
Michael Carlberg
|
f23ec49e4a
|
docs(build): Bump version
|
2016-05-31 03:48:09 +02:00 |
|
Michael Carlberg
|
402b1e82ee
|
fix(docs): Formatting
|
2016-05-31 03:10:01 +02:00 |
|
Michael Carlberg
|
de1d5f3f4a
|
fix(battery): Make it possible to disable polling
|
2016-05-31 03:05:09 +02:00 |
|
Michael Carlberg
|
0052ebc7a9
|
fix(docs): Store updated sample scrot
|
2016-05-31 03:05:09 +02:00 |
|
Michael Carlberg
|
4a6a36f08f
|
fix(battery): Poll capacity level
Some distros doesn't report any inotify event's for
the filesystem where the battery capacity file is located.
Resort to polling for now...
|
2016-05-31 02:55:08 +02:00 |
|
Michael Carlberg
|
a3229c30a5
|
fix(docs): Remove travis build indicator
The Travis build configuration needs to be setup
properly before showing the indicator.
|
2016-05-31 00:33:55 +02:00 |
|
Michael Carlberg
|
3bdadb0b62
|
fix(docs): Update dependency package lists
|
2016-05-31 00:05:25 +02:00 |
|
Michael Carlberg
|
4adb3120d1
|
fix(core): Remove redundant includes
|
2016-05-30 23:58:26 +02:00 |
|
Michael Carlberg
|
d904833654
|
fix(ci): Travis config upddate
|
2016-05-26 23:25:05 +02:00 |
|
Michael Carlberg
|
9972d56bb2
|
fix(build): Dont include old util lib
|
2016-05-26 23:22:19 +02:00 |
|
Michael Carlberg
|
e8ead4d83f
|
fix(ci): Tell Travis to install cmake 3.x
|
2016-05-26 22:00:38 +02:00 |
|
Michael Carlberg
|
26a952d7e0
|
feat(ci): Added Travis config
|
2016-05-26 21:10:37 +02:00 |
|
Michael Carlberg
|
886e5f188e
|
task(aur): Update version
|
2016-05-26 16:15:31 +02:00 |
|
Michael Carlberg
|
4639bbe0d6
|
fix(docs): Updated sample screenshot
|
2016-05-26 14:52:24 +02:00 |
|
Michael Carlberg
|
a3c58643d5
|
task(build): Bumped version to 0.1.3
|
2016-05-26 14:36:05 +02:00 |
|
Michael Carlberg
|
5f2b0e682f
|
docs(config): Remove battery module WIP notice
|
2016-05-26 11:51:40 +02:00 |
|
Michael Carlberg
|
23b2cc69dd
|
fix(battery): Proper handling of charge animation
Closes jaagr/lemonbuddy#3
|
2016-05-26 11:50:01 +02:00 |
|
Michael Carlberg
|
925469fec1
|
task(docs): Added screenshot to README.md
|
2016-05-25 17:44:28 +02:00 |
|