Commit Graph

6328 Commits

Author SHA1 Message Date
Stefan Seyfried
92b62b9379 dboxinfo: fix format strings for uint64_t
Origin commit data
------------------
Branch: ni/coolstream
Commit: ecf430ba97
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:56:56 +01:00
Stefan Seyfried
29e29e16ed streamts: set CPU freq to 'high' for streaming
Origin commit data
------------------
Branch: ni/coolstream
Commit: c9a3b34810
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-11 (Sat, 11 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:56:11 +01:00
Stefan Seyfried
db18d90fb9 streamts: put zapit back into standby after streaming
additionally, update copyright info


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8c0cb5b96e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-11 (Sat, 11 Jan 2014)



------------------
This commit was generated by Migit
2014-01-13 20:55:49 +01:00
Stefan Seyfried
3e391e064f XMLTreeNode::AddNode: fix logic error (in unused branch)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 42bc6f3081
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:55:29 +01:00
Stefan Seyfried
b10d76c1cc XML_Parser::storeAtts: don't leak in case of realloc failure
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6944d53cef
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:55:09 +01:00
Stefan Seyfried
5fec11e3bb XML_Parser: initialize variable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0cd6cfa68c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:54:49 +01:00
Michael Liebmann
815b3cf546 Supplement to commit d312225a21
Origin commit data
------------------
Branch: ni/coolstream
Commit: c61d062124
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-13 (Mon, 13 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 20:07:43 +01:00
Michael Liebmann
d312225a21 CRecordInstance: Turns message when recording start/end on or off
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae2a01a37a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-13 (Mon, 13 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 19:42:46 +01:00
swing99
b858c90e36 cables.xml: update Kabel Deutschland - Offensive 2012
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9fb64f13ce
Author: swing99 <swing0815@googlemail.com>
Date: 2014-01-13 (Mon, 13 Jan 2014)

Origin message was:
------------------
- cables.xml: update Kabel Deutschland - Offensive 2012

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-13 18:12:54 +01:00
Stefan Seyfried
ecc1bb03b7 streamts: improve channel switching logic
Origin commit data
------------------
Branch: ni/coolstream
Commit: 145a1c0938
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 23:32:42 +01:00
Stefan Seyfried
364bf8a6e2 scannit: fix printf format
Origin commit data
------------------
Branch: ni/coolstream
Commit: bf497c6300
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 16:57:40 +01:00
Stefan Seyfried
3845dff7be timerd: rename TIMER_NEXTPROGRAM
To ensure it is no longer used, rename it to __TIMER_NEXTPROGRAM.
It cannot be removed without breaking compatibility, since it is
part of the API (the integers values of enum CTimerEventTypes are
written to timerd.conf)


Origin commit data
------------------
Branch: ni/coolstream
Commit: d1eebea381
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
2014-01-12 16:56:41 +01:00
Stefan Seyfried
d077f21386 timerdclient: remove EVT_NEXTPROGRAM
...and EVT_ANNOUNCE_NEXTPROGRAM.
These are only internal API, so no incompatibility should occur.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e2bcee0a0f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
2014-01-12 16:56:31 +01:00
Stefan Seyfried
f9a3dffb60 reduce direct dependencies on timerdclient.h
Include timerdtypes.h instead of timerdclient.h where feasible,
add direct instead of indirect includes of timerdclient.h where
necessary. This reduces the number of files which depend on
timerdclient.h from 134 to 16.
Add/update copyright notices in the affected files.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ed818c7c14
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
2014-01-12 16:55:31 +01:00
Stefan Seyfried
f740dbde59 zapit: improve the lockPlayBack "nonblank-Hack"
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9476627ac5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 15:26:34 +01:00
Stefan Seyfried
525fd6261b timerd: get rid of unused CTimerd::TIMER_NEXTPROGRAM
This event should be completely obsolete (it was used before
EIT-update was working correctly), so get rid of it in the code.
For now it is just commented out, until further testing is done.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c68a67529c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
2014-01-12 15:07:31 +01:00
Stefan Seyfried
719131cdc0 dboxinfo: fix format strings for uint64_t
Origin commit data
------------------
Branch: ni/coolstream
Commit: f23b9074f6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 14:45:48 +01:00
Stefan Seyfried
402d13aa4d Merge remote-tracking branch 'check/next-cc'
Origin commit data
------------------
Branch: ni/coolstream
Commit: a92141d147
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 14:41:44 +01:00
Thilo Graf
5b58cbb5c8 CComponentsSlider: fix vertical arrangement for slider body
Centering was broken.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 72cb72695f
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
2014-01-12 13:57:11 +01:00
Thilo Graf
444acfe723 CComponents: add member to set color for selected items
Origin commit data
------------------
Branch: ni/coolstream
Commit: f6d7352dca
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 13:57:11 +01:00
Thilo Graf
2e518884b9 CComponentsSlider: fix debug output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ca246a30d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 13:57:10 +01:00
Michael Liebmann
3ec81384cc Disable infoclock when user menu activ
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4c797ec3ec
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-12 10:48:06 +01:00
Stefan Seyfried
b4ee640a4d streamts: set CPU freq to 'high' for streaming
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1a37ab57a2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-11 (Sat, 11 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-11 18:09:05 +01:00
Stefan Seyfried
35ef875c6d streamts: put zapit back into standby after streaming
additionally, update copyright info


Origin commit data
------------------
Branch: ni/coolstream
Commit: 573dc62736
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-11 (Sat, 11 Jan 2014)



------------------
This commit was generated by Migit
2014-01-11 18:07:17 +01:00
Stefan Seyfried
fbda6c6091 XMLTreeNode::AddNode: fix logic error (in unused branch)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1b8e5c0445
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-09 14:57:18 +01:00
Stefan Seyfried
2a132dd213 XML_Parser::storeAtts: don't leak in case of realloc failure
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2733fc71e8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-09 14:56:45 +01:00
Stefan Seyfried
45c06bd878 XML_Parser: initialize variable
Origin commit data
------------------
Branch: ni/coolstream
Commit: f9b736a11f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-09 14:55:55 +01:00
martii
9266fb9c39 gui/dboxinfo: minor clean-up
Origin commit data
------------------
Branch: ni/coolstream
Commit: 341b75ccd9
Author: martii <m4rtii@gmx.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-07 02:00:56 +01:00
[CST] Focus
893a3dad98 gui/movieplayer.cpp: re-enable and fix auto-time display for REW, FF-modes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 911e41627c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-08 (Wed, 08 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-08 16:34:25 +04:00
[CST] Focus
bbdde60688 gui/scan_setup.cpp: fix separator between sat and cable scan option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 468a8df8f4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-29 (Sun, 29 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-08 16:11:18 +04:00
Thilo Graf
b1dd24f768 CMoviePlayerGui: disable time display for REW, FF-modes
time display in combination with REW and FF is broken, needs rework
included CTimeOSD

see also: http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/12017-einblendungen-im-movieplayer/


Origin commit data
------------------
Branch: ni/coolstream
Commit: 44d2eabede
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)



------------------
This commit was generated by Migit
2014-01-08 12:12:01 +01:00
Thilo Graf
88f4bfb1b2 CComponentsFrmClock: fix shaodow warning
size is a member name of CComponentsForm


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e1caf8afe
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)



------------------
This commit was generated by Migit
2014-01-08 11:22:22 +01:00
Thilo Graf
a8fb10a4f0 CComponentsFrmClock: update license text
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8828e27968
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-08 11:20:18 +01:00
Thilo Graf
b482feaeb7 CComponentsForm: add members to get count of items
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2191fded38
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-08 08:42:16 +01:00
Thilo Graf
7e077e1f8f CTimeOSD: use class konform member names
CTimeOSD is inherited from CComponentsForm/Item.
Therefore, it is usual to keep the functional layout.
Overwritable virtual members should be used with same
functionality. kill() is similar with paintBackground() known from
CFrameBuffer, hide(bool) do restore saved background and expects a
parameter.

TODO: It works, but class layout of CTimeOSD is currently not conform
with Components, because the functionalities are partially undermined
and must be reworked.
For Example: timescale and clock object not used as sub objects
in a parent form object.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7403aa2d46
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)



------------------
This commit was generated by Migit
2014-01-08 08:18:44 +01:00
Thilo Graf
714ac33c07 CInfoClock: remove call of missing members, replace with simplified clear()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 12fd92e3e4
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-07 09:44:40 +01:00
Thilo Graf
3766c163ea CBuildInfo: remove destructor
CBuildInfo using already inherited destructor from CComponentsForm.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a6c2518017
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)



------------------
This commit was generated by Migit
2014-01-07 09:42:54 +01:00
Thilo Graf
36e40e2a67 CComponents: replace clear() with clearFbData(), remove cleanCCForm()
clear() replaces now clearCCItems() and cleanCCForm() is superfluous.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ed7a2fd625
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)



------------------
This commit was generated by Migit
2014-01-07 09:41:06 +01:00
Thilo Graf
aa65694193 CComponents: split some header files
Should bring more overview and less susceptibility to conflicts (merge etc)

License texts updated.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 04574fc6eb
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-06 (Mon, 06 Jan 2014)



------------------
This commit was generated by Migit
2014-01-06 22:27:59 +01:00
Thilo Graf
5baba20b2f CComponentsForm: update license text
Origin commit data
------------------
Branch: ni/coolstream
Commit: d2991b49c8
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-06 (Mon, 06 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-06 14:47:13 +01:00
Thilo Graf
2d2c83fd5d CComponentsExtTextForm: use inherited class for localized version
Removed simple constructor and used default values in constructor has same
effect, this reduces some code parts. Usage is unchanged.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a08a418d88
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-06 (Mon, 06 Jan 2014)



------------------
This commit was generated by Migit
2014-01-06 14:47:12 +01:00
Thilo Graf
540cecde0f CComponentsForm: avoid of height or width error due to odd values
Some calculations can resulting odd values and can provocate
unnecessary debug spam, but more lines should be repaired.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a0a4cc1355
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-06 (Mon, 06 Jan 2014)



------------------
This commit was generated by Migit
2014-01-06 14:47:12 +01:00
martii
ca7b7ccf03 gui/dboxinfo: fix bytes2string()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8839256793
Author: martii <m4rtii@gmx.de>
Date: 2014-01-06 (Mon, 06 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-06 14:04:50 +01:00
Stefan Seyfried
f5b671e588 fix sign
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6a158066d0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-01 (Wed, 01 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-06 00:34:06 +01:00
Stefan Seyfried
0a0aa85cc0 dboxinfo: avoid unnecessary 64bit math
The kernel uses 'unsigned long' for those values anyway,
so there is no need for 'long long' in userspace.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 34a2d55385
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-05 (Sun, 05 Jan 2014)



------------------
This commit was generated by Migit
2014-01-05 21:12:20 +01:00
Stefan Seyfried
eb201a8975 dboxinfo: remove impossible case
The kernel does (and has always) report memory in
kib units, so there is no need to check this.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 75e14b90e5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-05 (Sun, 05 Jan 2014)



------------------
This commit was generated by Migit
2014-01-05 21:11:59 +01:00
Stefan Seyfried
e6532a8b4f dboxinfo: fix partition size display
Origin commit data
------------------
Branch: ni/coolstream
Commit: 171324fb95
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-05 (Sun, 05 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-05 21:10:42 +01:00
Stefan Seyfried
5b78c636a6 set background of start/shutdown image to black
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3bf5e760a2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-05 (Sun, 05 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-05 20:04:54 +01:00
Stefan Seyfried
a8321a6fa3 dboxinfo: avoid unnecessary 64bit math
The kernel uses 'unsigned long' for those values anyway,
so there is no need for 'long long' in userspace.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 77c07386e6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-05 (Sun, 05 Jan 2014)



------------------
This commit was generated by Migit
2014-01-05 19:01:59 +01:00
Stefan Seyfried
1c79207d98 dboxinfo: remove impossible case
The kernel does (and has always) report memory in
kib units, so there is no need to check this.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d157456ed
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-05 (Sun, 05 Jan 2014)



------------------
This commit was generated by Migit
2014-01-05 18:53:23 +01:00