Commit Graph

5548 Commits

Author SHA1 Message Date
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
Michael Liebmann
50abadda7d Update satellites.xml (THX Houdini)
Origin commit data
------------------
Branch: ni/coolstream
Commit: c79c3e7cd7
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
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 10:31:24 +01:00
Jacek Jendrzej
14cdfd14f7 move toEpoch to helpers.cpp, use strptime
Origin commit data
------------------
Branch: ni/coolstream
Commit: 52741fb1e4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-04 (Sat, 04 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 20:48:13 +01:00
martii
caf2b42622 gui/moviebrowser: fix yt sort-by-date
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3bdb1af87e
Author: martii <m4rtii@gmx.de>
Date: 2014-01-03 (Fri, 03 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 20:37:10 +01:00
martii
1517951652 gui/moviebrowser, system/ytparser: Google dropped most YouTube feeds. Limit code to what's left.
Origin commit data
------------------
Branch: ni/coolstream
Commit: eda90ac834
Author: martii <m4rtii@gmx.de>
Date: 2013-11-23 (Sat, 23 Nov 2013)


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

------------------
This commit was generated by Migit
2014-01-04 16:59:11 +01:00
Michael Liebmann
6fe97065c5 CMenuOptionChooser: Fix multiple menu items, when using sort option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9af1cdb318
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-04 (Sat, 04 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 15:25:28 +01:00
martii
2be78acdd2 gui/filebrowser: don't segv when removing files with small names
Origin commit data
------------------
Branch: ni/coolstream
Commit: f953cd07b3
Author: martii <m4rtii@gmx.de>
Date: 2014-01-04 (Sat, 04 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 14:25:54 +01:00
Michael Liebmann
67142851c6 CUserMenuSetup: Activate alphanumeric sort option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3318812fbc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-04 (Sat, 04 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 13:08:48 +01:00
Michael Liebmann
b26b45a866 CMenuOptionChooser: Add alphanumeric sort option
- default is false
- Activate by OptionsSort = true


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8832b803bd
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-04 (Sat, 04 Jan 2014)



------------------
This commit was generated by Migit
2014-01-04 13:08:48 +01:00
vanhofen
956261e6e0 dboxinfo: show uptime even more human readable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 621a712e81
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-04 (Sat, 04 Jan 2014)

Origin message was:
------------------
- dboxinfo: show uptime even more human readable

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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
martii
35b99c7c2f gui/dboxinfo: show remote volumes, too
Origin commit data
------------------
Branch: ni/coolstream
Commit: 535f5dfc67
Author: martii <m4rtii@gmx.de>
Date: 2014-01-04 (Sat, 04 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
Michael Liebmann
58891f9277 dboxinfo: prevent rendering outside window
Origin commit data
------------------
Branch: ni/coolstream
Commit: fb5aa513d6
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-04 (Sat, 04 Jan 2014)

Origin message was:
------------------
- dboxinfo: prevent rendering outside window

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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
vanhofen
8be1d3c59d dboxinfo: show uptime more human readable; show load average
Origin commit data
------------------
Branch: ni/coolstream
Commit: 19bcfa5329
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-04 (Sat, 04 Jan 2014)

Origin message was:
------------------
- dboxinfo: show uptime more human readable; show load average

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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
vanhofen
d8d585fe3a dboxinfo: don't show frontends
Origin commit data
------------------
Branch: ni/coolstream
Commit: f2f2e208d6
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-04 (Sat, 04 Jan 2014)

Origin message was:
------------------
- dboxinfo: don't show frontends

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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
martii
72c6ce9559 gui/dboxinfo: adjust spacing
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5e9af14eb5
Author: martii <m4rtii@gmx.de>
Date: 2014-01-02 (Thu, 02 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
martii
f822755240 gui/dboxinfo: unbreak height calculation
Origin commit data
------------------
Branch: ni/coolstream
Commit: 06a95008fd
Author: martii <m4rtii@gmx.de>
Date: 2014-01-02 (Thu, 02 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
martii
01a6e0d2bd gui/dboxinfo: slightly re-arrange window
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9285f9cdbd
Author: martii <m4rtii@gmx.de>
Date: 2014-01-03 (Fri, 03 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
martii
9947221a4b gui/dboxinfo: fix widths
Origin commit data
------------------
Branch: ni/coolstream
Commit: b95f7298e9
Author: martii <m4rtii@gmx.de>
Date: 2013-12-31 (Tue, 31 Dec 2013)


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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
martii
e3d7eb92ab gui/dboxinfo: rework table alignment
Origin commit data
------------------
Branch: ni/coolstream
Commit: bb7f90681f
Author: martii <m4rtii@gmx.de>
Date: 2014-01-03 (Fri, 03 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-04 12:26:08 +01:00
Jacek Jendrzej
f58b0e64e1 CMenuOptionStringChooser:: optionValueString mismatch, supplement to 7ebfe9959d
Origin commit data
------------------
Branch: ni/coolstream
Commit: 98c7d07246
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-03 (Fri, 03 Jan 2014)


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

------------------
This commit was generated by Migit
2014-01-03 12:36:54 +01:00
vanhofen
0803fba991 usermenu: cleanup from unused code
Origin commit data
------------------
Branch: ni/coolstream
Commit: e529bd011b
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-02 (Thu, 02 Jan 2014)

Origin message was:
------------------
- usermenu: cleanup from unused code

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

------------------
This commit was generated by Migit
2014-01-02 22:57:01 +01:00
vanhofen
8b72c56eba usermenu: add file player
Origin commit data
------------------
Branch: ni/coolstream
Commit: 419cff8c8a
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-02 (Thu, 02 Jan 2014)

Origin message was:
------------------
- usermenu: add file player

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

------------------
This commit was generated by Migit
2014-01-02 22:36:42 +01:00
vanhofen
d78388ea4d usermenu: add youtube player
Origin commit data
------------------
Branch: ni/coolstream
Commit: 47a2cf0e54
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-02 (Thu, 02 Jan 2014)

Origin message was:
------------------
- usermenu: add youtube player

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

------------------
This commit was generated by Migit
2014-01-02 21:52:33 +01:00
Michael Liebmann
e4584ae0cc CNFSMountGui: Supplement to 7ebfe9959d
- Fix saving automount


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7ea08502fe
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)



------------------
This commit was generated by Migit
2013-12-31 07:31:14 +01:00
Christian Schuett
5107116c60 Neutrino: show remaining sleep time in main menu if sleeptimer exists
based on idea by martii <m4rtii@gmx.de> in Neutrino-MP Git


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f10fc9821
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2013-12-30 (Mon, 30 Dec 2013)



------------------
This commit was generated by Migit
2013-12-30 23:27:04 +01:00
Christian Schuett
30fb5e2f60 Neutrino menu forwarder: add possibility to show value from jump target
based on idea by martii <m4rtii@gmx.de> in Neutrino-MP Git


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d04113307
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2013-12-30 (Mon, 30 Dec 2013)



------------------
This commit was generated by Migit
2013-12-30 23:25:26 +01:00
Christian Schuett
f17f57eb0e Neutrino sleeptimer: speed up timer deletion
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a195c7c48
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2013-12-30 (Mon, 30 Dec 2013)


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

------------------
This commit was generated by Migit
2013-12-30 22:41:26 +01:00
vanhofen
08569d59a0 dboxinfo: move init of mount-head to mount-section
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3bb33bb9ef
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-30 (Mon, 30 Dec 2013)

Origin message was:
------------------
- dboxinfo: move init of mount-head to mount-section

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

------------------
This commit was generated by Migit
2013-12-30 21:44:48 +01:00
vanhofen
7a2eaa6807 dboxinfo: use CComponents to paint header
Origin commit data
------------------
Branch: ni/coolstream
Commit: 673a6dc424
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-30 (Mon, 30 Dec 2013)

Origin message was:
------------------
- dboxinfo: use CComponents to paint header

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

------------------
This commit was generated by Migit
2013-12-30 21:32:10 +01:00
martii
0de0aa6a83 gui/dboxinfo: cleanup
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6c117ff03e
Author: martii <m4rtii@gmx.de>
Date: 2013-12-30 (Mon, 30 Dec 2013)


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

------------------
This commit was generated by Migit
2013-12-30 21:07:09 +01:00
martii
d4608352c9 gui/dboxinfo: rename some poorly named variables
Origin commit data
------------------
Branch: ni/coolstream
Commit: 74e454fc80
Author: martii <m4rtii@gmx.de>
Date: 2013-12-30 (Mon, 30 Dec 2013)


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

------------------
This commit was generated by Migit
2013-12-30 21:06:11 +01:00
Jacek Jendrzej
13d118c93f CUpnpBrowserGui::selectDevice(): disable MuteIcon, supplement to a4af9a695f
Origin commit data
------------------
Branch: ni/coolstream
Commit: b179ee5143
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-12-30 (Mon, 30 Dec 2013)


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

------------------
This commit was generated by Migit
2013-12-30 19:02:36 +01:00
martii
a4af9a695f gui/upnpbrowser: leave infoclock alone
Origin commit data
------------------
Branch: ni/coolstream
Commit: ce0d122813
Author: martii <m4rtii@gmx.de>
Date: 2013-12-29 (Sun, 29 Dec 2013)


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

------------------
This commit was generated by Migit
2013-12-30 18:20:15 +01:00
martii
fa3f04726a gui/dboxinfo: move cpu load calculation to dedicated thread ...
... that keeps history; show load graph


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6fff156164
Author: martii <m4rtii@gmx.de>
Date: 2013-12-30 (Mon, 30 Dec 2013)



------------------
This commit was generated by Migit
2013-12-30 01:51:20 +01:00