| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-10-20 | Release 0+git20141009.d26b627-1debian/0+git20141009.d26b627-1 | Jonathan McCrohan | 1 | -2/+2 |
| 2014-10-20 | Fix up packaging to account for move to DVBv5 | Jonathan McCrohan | 2 | -2/+6 |
| 2014-10-20 | delete d/dtv-scan-files.install; Upstream now supplies a Makefile | Jonathan McCrohan | 2 | -4/+1 |
| 2014-10-15 | d/control: update Standards Version to 3.9.6 | Jonathan McCrohan | 2 | -1/+3 |
| 2014-10-15 | d/control: add Build-Depends on dvb-tools | Jonathan McCrohan | 2 | -1/+2 |
| 2014-10-15 | New Upstream Snapshot (commit d26b627) | Jonathan McCrohan | 1 | -0/+10 |
| 2014-10-15 | Imported Upstream version 0+git20141009.d26b627upstream/0+git20141009.d26b627 | Jonathan McCrohan | 2010 | -11120/+159271 |
| 2014-07-23 | Release 0+git20140611.14bd6c7-1debian/0+git20140611.14bd6c7-1 | Jonathan McCrohan | 1 | -2/+2 |
| 2014-07-23 | New Upstream Snapshot (commit 14bd6c7) | Jonathan McCrohan | 1 | -2/+3 |
| 2014-07-23 | Imported Upstream version 0+git20140611.14bd6c7upstream/0+git20140611.14bd6c7 | Jonathan McCrohan | 7 | -11/+60 |
| 2014-05-13 | New Upstream Snapshot (commit 1246b27) | Jonathan McCrohan | 1 | -0/+6 |
| 2014-05-13 | Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27 | Jonathan McCrohan | 391 | -301/+3983 |
| 2014-04-05 | Release 0+git20140326.cfc2975-1debian/0+git20140326.cfc2975-1 | Jonathan McCrohan | 1 | -2/+2 |
| 2014-04-05 | d/control: update Homepage (upstream has moved from Gitweb to cgit) | Jonathan McCrohan | 2 | -1/+2 |
| 2014-04-05 | New Upstream Snapshot (commit cfc2975) | Jonathan McCrohan | 1 | -0/+6 |
| 2014-04-05 | Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975 | Jonathan McCrohan | 118 | -656/+877 |
| 2014-01-16 | Release 0+git20140107.1850cf8-1debian/0+git20140107.1850cf8-1 | Jonathan McCrohan | 1 | -2/+2 |
| 2014-01-16 | Update Standards Version to 3.9.5 | Jonathan McCrohan | 2 | -1/+9 |
ass='logmsg'>
new plugin 'uname' which does what it's called
text widget nearly finished
first results displayed on MatrixOrbital
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@310 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
new util 'hash' for associative arrays
new plugin 'cpuinfo'
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@309 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
timer queues added
liblcd4linux deactivated turing transformation to new layout
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@308 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
evaluating the 'Variables' section in the config file
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@307 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
further widget and layout processing
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@306 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
layout starts to exist...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@305 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added new function 'cfg_list()' (not finished yet)
added layout.c (will replace processor.c someday)
added widget_text.c (will be the first and most important widget)
modified lcd4linux.c so that old-style configs should work, too
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@304 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
changed initialization order so cfg() gets initialized before plugins.
This way a plugin's init() can use cfg_get().
Thanks to Xavier for reporting this one!
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@303 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
I2C Sensors plugin from Xavier added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@302 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
further matrixOrbital changes
widgets initialized
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@301 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
new MatrixOrbital changes
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@300 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
initiated transfer to new driver architecture
new file 'drv.c' will someday replace 'display.c'
new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c'
due to this 'soft' transfer lcd4linux should stay usable during the switch
(at least I hope so)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@299 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added 'section' argument to cfg_get(), but NULLed it on all calls by now.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@298 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
allowed '.' in key names
allowed empty group keys (not only "group anything {", but "anything {")
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@297 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Luk Claes added to AUTHORS
cfg: group handling ('{}') added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@296 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
small glitch in evaluator fixed
made config table sorted and access with bsearch(),
which should be much faster
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@295 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
more copyright issues
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@294 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Copyright statements cleaned up
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@293 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
more debianizing
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@292 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
debian updates
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@291 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
autotools update
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@290 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@289 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Evaluator: functions with variable argument lists
Evaluator: plugin_sample.c and README.Plugins added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@288 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Evaluator rearrangements...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@287 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added %y tokens to make the Evaluator useable
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@286 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
debianization added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@285 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Changelog, TODO updated
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@284 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added XMMS plugin from Markus Keil
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@283 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|