Commit Graph

11 Commits

Author SHA1 Message Date
Stefan Seyfried
c9d4fdd9cc remove "using namespace std" from header files
"using namespace std" in headers is considered bad practice, so move it
either into the respective cpp files or (for files which have lots of
other std::xxx usage anyway) just write it out explicitly.
Looking at the headers and the affected cpp files, one can actually see
why it is bad practice, as it's spreading very far ;-)


Origin commit data
------------------
Commit: 0d9139054a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-10-01 (Sun, 01 Oct 2017)
2017-10-02 13:43:57 +02:00
Michael Liebmann
0f8396bcaa Use parseJsonFromString() for parsing json data in
- CMoviePlayerGui::luaGetUrl()
 - CTimerList::RemoteBoxChanExists()
 - CTimerList::RemoteBoxTimerList()
 - CTimerList::paintItem()
 - cTmdb::GetMovieDetails()
 - cYTFeedParser::parseFeedJSON()
 - cYTFeedParser::parseFeedDetailsJSON()


Origin commit data
------------------
Commit: 25ae929523
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-09-19 (Tue, 19 Sep 2017)

Origin message was:
------------------
Use parseJsonFromString() for parsing json data in

  - CMoviePlayerGui::luaGetUrl()
  - CTimerList::RemoteBoxChanExists()
  - CTimerList::RemoteBoxTimerList()
  - CTimerList::paintItem()
  - cTmdb::GetMovieDetails()
  - cYTFeedParser::parseFeedJSON()
  - cYTFeedParser::parseFeedDetailsJSON()
2017-09-19 23:20:39 +02:00
Jacek Jendrzej
c30af8edf8 some inits
Origin commit data
------------------
Commit: f4f351e9ba
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-30 (Mon, 30 Jan 2017)
2017-01-30 17:22:41 +01:00
Thilo Graf
deb6aec16a cTmdb: simplyfy hintbox calls
Origin commit data
------------------
Commit: 43383329a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:54:51 +01:00
vanhofen
2df1d9d786 tmdb: cleanup from unused code
Origin commit data
------------------
Commit: 81fa43435e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-09 (Tue, 09 Aug 2016)

Origin message was:
------------------
- tmdb: cleanup from unused code
2016-08-09 17:48:56 +02:00
Michael Liebmann
ae83c0dda8 tmdb: Add hintbox when search data
Origin commit data
------------------
Commit: c5d1120f9f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-03-04 (Fri, 04 Mar 2016)
2016-03-04 14:15:50 +01:00
Michael Liebmann
624b4b3035 tmdb: Use osd language for search & display data
Origin commit data
------------------
Commit: 11cdccac52
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-03-04 (Fri, 04 Mar 2016)
2016-03-04 14:15:50 +01:00
bazi98
70d4cd9430 tmdb: Add read apikey from neutrino.conf
Origin commit data
------------------
Commit: 6e8b9b6d1b
Author: bazi98 <bazi98@web.de>
Date: 2016-03-04 (Fri, 04 Mar 2016)
2016-03-04 14:15:50 +01:00
vanhofen
44e0253995 tmdb: fix return value
Origin commit data
------------------
Commit: b657748f95
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-04 (Fri, 04 Mar 2016)

Origin message was:
------------------
- tmdb: fix return value
2016-03-04 14:15:50 +01:00
vanhofen
6164c66679 tmdb: fix function type
Origin commit data
------------------
Commit: 8ba37ed0c9
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-04 (Fri, 04 Mar 2016)

Origin message was:
------------------
- tmdb: fix function type
2016-03-04 14:15:50 +01:00
TangoCash
f2791f7f9c neutrino-mp tmdb -> neutrino-hd
Origin commit data
------------------
Commit: f07b01b418
Author: TangoCash <eric@loxat.de>
Date: 2016-03-04 (Fri, 04 Mar 2016)
2016-03-04 14:15:50 +01:00