Commit Graph

3855 Commits

Author SHA1 Message Date
Thilo Graf
404c0e2b94 CComponents: move variable cc_gradientData, paintGradient into base class
Variable now usable via g_settings in all subclasses. enable/disable.
TODO: gradient type handling


Origin commit data
------------------
Branch: ni/coolstream
Commit: 64c84fb490
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-20 (Sat, 20 Sep 2014)



------------------
This commit was generated by Migit
2014-09-25 11:07:45 +04:00
Michael Liebmann
fdbad36872 CComponentsHeader: Use Font::FULLBG for rendering string...
...when text is painted on a color gradient


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8762d4b871
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-20 (Sat, 20 Sep 2014)



------------------
This commit was generated by Migit
2014-09-25 11:07:37 +04:00
Thilo Graf
aeb70f4ae5 CComponentsWindow, CMenuWidget: apply gradiant settings to header
Origin commit data
------------------
Branch: ni/coolstream
Commit: c1f70dbbb8
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-20 (Sat, 20 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:07:28 +04:00
Michael Liebmann
222bea4e5a CComponentsHeader: Use color gradient for paint header
Conflicts:
	src/gui/widget/menue.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: bfc1c04d83
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-20 (Sat, 20 Sep 2014)



------------------
This commit was generated by Migit
2014-09-25 11:07:12 +04:00
Michael Liebmann
093d638920 CComponents: Add color gradient for CC_FBDATA_TYPE_BOX
Origin commit data
------------------
Branch: ni/coolstream
Commit: db6fd8480d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-20 (Sat, 20 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:06:01 +04:00
Michael Liebmann
e274e34962 CComponentsForm: Fix compiler warning (-Wsign-compare)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4c2704fb2f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-21 (Sun, 21 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:05:18 +04:00
Michael Liebmann
8dcc0e3a57 Change CComponents::clearSavedScreen() from protected to public
Signed-off-by: Thilo Graf <dbt@novatux.de>

Conflicts:
	src/gui/components/cc_base.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: d25fe1438c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-07-04 (Fri, 04 Jul 2014)



------------------
This commit was generated by Migit
2014-09-25 11:03:34 +04:00
Thilo Graf
abf05b5bac CComponentsTimer: add mutex handling, use neutrino log
Origin commit data
------------------
Branch: ni/coolstream
Commit: cfd1510a5c
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-12 (Fri, 12 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:03:03 +04:00
Thilo Graf
5682b24535 CComponentsForm/CComponentsWindow: add page scroll handling
This provides page scroll with up/down, left/right or combined.
Usage of exec() methods with implemented signals allows a
generic implematation of button or other message handling with
signal/slot solutions.

still to do: page cache


Origin commit data
------------------
Branch: ni/coolstream
Commit: 88ce62ea84
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-07 (Sun, 07 Sep 2014)



------------------
This commit was generated by Migit
2014-09-25 11:02:55 +04:00
Thilo Graf
6c4ede7388 CComponentsSignals: add signals for exec handlers
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e5df866bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-07 (Sun, 07 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:02:51 +04:00
Thilo Graf
ce7509047a cc_types: add truct type for rc messages with related icon
Origin commit data
------------------
Branch: ni/coolstream
Commit: ec132906cd
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-07 (Sun, 07 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:02:45 +04:00
Thilo Graf
73693185fe CTestMenu: remove window close statement
Origin commit data
------------------
Branch: ni/coolstream
Commit: 07c5547965
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-07 (Sun, 07 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:02:39 +04:00
Thilo Graf
68b8271d90 CComponentsItem/CComponentsForm: add property focus
Specifies that some certain operations especially eg. exec events for
that item are possible.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0c0e0e85ff
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-02 (Tue, 02 Sep 2014)



------------------
This commit was generated by Migit
2014-09-25 11:02:32 +04:00
Thilo Graf
7ee49b7798 CComponentsFooter: expand button label structs
Allows assigning of result, msg and alias values with label struct.

NOTE: Old button label struct are compatible but limited only and
not recommended for usage!
Old parameters 'struct button_label' doesn't provide newer parameters.
Missing parameters are filled with default values and must be assigned
afterward, if required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ae495716e
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-26 (Tue, 26 Aug 2014)



------------------
This commit was generated by Migit
2014-09-25 11:02:27 +04:00
Thilo Graf
e957c94172 CComponentsButton: add extended properties for button objects
Allows to assign values for events, msg, results. So it is possible
to evaluate/use these properties eg. directly in exec routines.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 706ed0f31f
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-26 (Tue, 26 Aug 2014)



------------------
This commit was generated by Migit
2014-09-25 11:02:22 +04:00
Thilo Graf
9b4f55abc0 CComponentsForm: add member to get pointer to selected items
Origin commit data
------------------
Branch: ni/coolstream
Commit: e1b9f0a184
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-26 (Tue, 26 Aug 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:02:17 +04:00
Thilo Graf
aaa4e061d4 CComponentsForm: avoid segfault, if id is out of range
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0ab881b338
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-26 (Tue, 26 Aug 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:02:13 +04:00
Thilo Graf
0fc4b61fc9 CComponents: add members to handle object tags
This can help to handle some useful values for any functions


Origin commit data
------------------
Branch: ni/coolstream
Commit: 67a42c3e96
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-25 (Mon, 25 Aug 2014)



------------------
This commit was generated by Migit
2014-09-25 11:02:00 +04:00
Thilo Graf
9961798df3 CComponentsForm: add members to set or get selected items
Origin commit data
------------------
Branch: ni/coolstream
Commit: ec7d5772f0
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-25 (Mon, 25 Aug 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:01:54 +04:00
Thilo Graf
057b7df199 CComponentsFooter: add members to set or get select a defined button
Origin commit data
------------------
Branch: ni/coolstream
Commit: cc5b17a620
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-25 (Mon, 25 Aug 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:01:49 +04:00
Thilo Graf
ece4a16b52 CComponentsSignals: ad signal OnSelect
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1a38c23340
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-25 (Mon, 25 Aug 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:01:45 +04:00
Thilo Graf
8df8457993 CComponentsFooter: add member to add button labels via vector
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f902af587
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-19 (Tue, 19 Aug 2014)


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

------------------
This commit was generated by Migit
2014-09-25 11:01:39 +04:00
Thilo Graf
3572d24307 configure: move option enable testmenu to enable testing
Testing is also plausible for general usage of other tests or other
experimental code parts.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 201a6aa56e
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-19 (Fri, 19 Sep 2014)



------------------
This commit was generated by Migit
2014-09-25 11:01:17 +04:00
Thilo Graf
d0faf5cee7 CComponentsSignals: add signal OnError
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ed7df9498
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-10 (Sun, 10 Aug 2014)


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

------------------
This commit was generated by Migit
2014-09-25 10:58:30 +04:00
Thilo Graf
10a0f86449 CComponents: add new header file cc_signals.h with some basic members
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4731521070
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-03 (Sun, 03 Aug 2014)


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

------------------
This commit was generated by Migit
2014-09-25 10:58:22 +04:00
martii
c146fb93e4 gui/movieinfo: I don't believe that custom copy code is required here.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 17f8b2f7ce
Author: martii <m4rtii@gmx.de>
Date: 2013-06-13 (Thu, 13 Jun 2013)


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

------------------
This commit was generated by Migit
2014-09-24 19:50:35 +04:00
martii
792cc4bbe3 system/ytcache: add progress data
Conflicts:
	src/gui/moviebrowser.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 050138c107
Author: martii <m4rtii@gmx.de>
Date: 2013-11-16 (Sat, 16 Nov 2013)



------------------
This commit was generated by Migit
2014-09-24 19:50:35 +04:00
martii
6ad4e8615f gui/moviebrowser: add gui options for yt/nk cache directories
Conflicts:
	src/gui/moviebrowser.cpp
	src/system/nkparser.cpp
	src/system/nkparser.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: fd1ba8df97
Author: martii <m4rtii@gmx.de>
Date: 2013-11-17 (Sun, 17 Nov 2013)



------------------
This commit was generated by Migit
2014-09-24 19:50:35 +04:00
martii
b94bd9697b gui/moviebrowser: caching fixes
Conflicts:
	src/gui/moviebrowser.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 891170490e
Author: martii <m4rtii@gmx.de>
Date: 2013-11-16 (Sat, 16 Nov 2013)



------------------
This commit was generated by Migit
2014-09-24 19:50:35 +04:00
martii
070b342de4 overload access(2)
Conflicts:
	src/driver/pictureviewer/pictureviewer.cpp
	src/gui/components/cc_item_picture.cpp
	src/gui/movieplayer.cpp
	src/gui/osdlang_setup.cpp
	src/neutrino.cpp
	src/nhttpd/tuxboxapi/coolstream/neutrinoapi.cpp
	src/nhttpd/yhttpd.cpp
	src/system/helpers.h
	src/system/setting_helpers.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 81ca577fb8
Author: martii <m4rtii@gmx.de>
Date: 2013-06-30 (Sun, 30 Jun 2013)



------------------
This commit was generated by Migit
2014-09-24 19:50:35 +04:00
martii
96ed06eb2c add http proxy support for yt
Conflicts:
	src/gui/proxyserver_setup.cpp
	src/neutrino.cpp
	src/system/httptool.cpp
	src/system/settings.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: 58124802ce
Author: martii <m4rtii@gmx.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)



------------------
This commit was generated by Migit
2014-09-24 19:50:35 +04:00
martii
3aca178cb0 yt download fixes
Conflicts:
	src/gui/moviebrowser.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: f6ae1796f2
Author: martii <m4rtii@gmx.de>
Date: 2013-06-13 (Thu, 13 Jun 2013)



------------------
This commit was generated by Migit
2014-09-24 19:50:35 +04:00
martii
9c87251620 add gui support for experimental yt caching code
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/gui/moviebrowser.cpp
	src/system/locals.h
	src/system/locals_intern.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7fac02ba45
Author: martii <m4rtii@gmx.de>
Date: 2013-06-13 (Thu, 13 Jun 2013)



------------------
This commit was generated by Migit
2014-09-24 19:50:35 +04:00
martii
7470abe911 experimental yt cache (currently no gui integration)
Conflicts:
	src/gui/moviebrowser.cpp
	src/gui/movieinfo.cpp
	src/system/Makefile.am


Origin commit data
------------------
Branch: ni/coolstream
Commit: 70e5e66327
Author: martii <m4rtii@gmx.de>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2014-09-24 19:50:34 +04:00
[CST] Focus
eddbe6d227 gui/movieplayer.cpp: add jump to MB last stop position to bookmarks menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 824b6facb1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-23 (Tue, 23 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-24 13:19:18 +04:00
[CST] Focus
d3278a1a55 gui/moviebrowser.cpp: handle marked items also in last play/record views
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2a6dbb75a7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-22 (Mon, 22 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-22 19:48:35 +04:00
[CST] Focus
1e49e5d6f5 gui/moviebrowser.cpp: change marked list to pointers; honor sort order
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2003ed670d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-22 (Mon, 22 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-22 17:03:02 +04:00
[CST] Focus
d0085a5143 gui/movieplayer.cpp: fix crash, always copy movie info, pointer invalidated on milist.clear()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 857b9ade83
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-22 (Mon, 22 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-22 15:42:53 +04:00
[CST] Focus
988d404641 gui/widget/listframe.cpp: fix extra refreshes;
fix list refresh on every line scroll;
fix page-up scroll


Origin commit data
------------------
Branch: ni/coolstream
Commit: d07bbe4a0a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-22 (Mon, 22 Sep 2014)



------------------
This commit was generated by Migit
2014-09-22 13:18:16 +04:00
martii
b04596ef6c gui/widget/listframe: change up/down to use setSelectedLine() (fix II)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 139becd4f9
Author: martii <m4rtii@gmx.de>
Date: 2013-07-20 (Sat, 20 Jul 2013)


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

------------------
This commit was generated by Migit
2014-09-22 11:48:47 +04:00
martii
67392e48a4 gui/widget/listframe: change up/down to use setSelectedLine() (fix)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ba9c99a9a
Author: martii <m4rtii@gmx.de>
Date: 2013-07-20 (Sat, 20 Jul 2013)


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

------------------
This commit was generated by Migit
2014-09-22 11:48:42 +04:00
martii
95549859f3 gui/widget/listframe: change up/down to use setSelectedLine()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 47100f9920
Author: martii <m4rtii@gmx.de>
Date: 2013-07-20 (Sat, 20 Jul 2013)


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

------------------
This commit was generated by Migit
2014-09-22 11:48:38 +04:00
[CST] Focus
2f6712f74e gui/moviebrowser.cpp: fix copy-paste that breaks uPNP/http playback
Origin commit data
------------------
Branch: ni/coolstream
Commit: df6a8c8bd3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-21 (Sun, 21 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-21 16:24:59 +04:00
[CST] Focus
4f0486b248 gui/moviebrowser.cpp: add support for marked file list to play
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d966e8363
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-18 (Thu, 18 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-18 18:43:55 +04:00
martii
d1ddb37a90 gui/widget/listframe: don't let m_nCurrentLine become < 0
Origin commit data
------------------
Branch: ni/coolstream
Commit: c6388a7106
Author: martii <m4rtii@gmx.de>
Date: 2013-11-12 (Tue, 12 Nov 2013)


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

------------------
This commit was generated by Migit
2014-09-18 18:43:55 +04:00
martii
a4f2b92c71 gui/widget/listframe: change previous commit to use setSelectedLine()
Origin commit data
------------------
Branch: ni/coolstream
Commit: e387454ef6
Author: martii <m4rtii@gmx.de>
Date: 2013-07-20 (Sat, 20 Jul 2013)


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

------------------
This commit was generated by Migit
2014-09-18 18:43:55 +04:00
martii
bc7415170d gui/widget/listframe: change page-up/-down scrolling behaviour
Origin commit data
------------------
Branch: ni/coolstream
Commit: cd310b3ca8
Author: martii <m4rtii@gmx.de>
Date: 2013-07-20 (Sat, 20 Jul 2013)


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

------------------
This commit was generated by Migit
2014-09-18 18:43:55 +04:00
Michael Liebmann
07c9c4c7eb luainstance: Fix default parameter for config file getXXX functions
- Revert commit 'Fix default parameter for config file setXXX functions'


Origin commit data
------------------
Branch: ni/coolstream
Commit: b2945b1a1a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-17 (Wed, 17 Sep 2014)



------------------
This commit was generated by Migit
2014-09-17 20:51:38 +02:00
Michael Liebmann
79edd0f657 luainstance/cwindow: Add funktion setWindowColor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 57ffa12e6b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-17 (Wed, 17 Sep 2014)


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

------------------
This commit was generated by Migit
2014-09-17 20:51:32 +02:00
Michael Liebmann
582b110eb4 luainstance: Remove unnecessary hide()/kill() calls from xxxDelete functions
- functions:
 CWindowDelete()
 SignalBoxDelete()
 ComponentsTextDelete()
 CPictureDelete()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c5ab40468
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-17 (Wed, 17 Sep 2014)

Origin message was:
------------------
luainstance: Remove unnecessary hide()/kill() calls from xxxDelete functions

- functions:
  CWindowDelete()
  SignalBoxDelete()
  ComponentsTextDelete()
  CPictureDelete()


------------------
This commit was generated by Migit
2014-09-17 20:51:23 +02:00