Commit Graph

5730 Commits

Author SHA1 Message Date
[CST] Focus
ebf6b84f46 gui/cam_menu.cpp: cleanup, fix memleak when messages ignored
Origin commit data
------------------
Branch: ni/coolstream
Commit: a5f2ebaec3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-14 (Fri, 14 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-21 17:17:32 +04:00
Jacek Jendrzej
1bbe228543 upnpbrowser.cpp: -add albumArtURI parse
Origin commit data
------------------
Branch: ni/coolstream
Commit: 98bdb43608
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-19 18:35:10 +01:00
Jacek Jendrzej
6859aea770 CPictureViewer:: move download code to separate funktion DownloadImage
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80d7cc186d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-19 18:32:34 +01:00
Michael Liebmann
59da4b5bbc CLuaInstance::runScript: Set script parameter 0 to 'script name'...
...for compatibility with standalone lua scripts


Origin commit data
------------------
Branch: ni/coolstream
Commit: b80e7480a2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)



------------------
This commit was generated by Migit
2014-03-19 16:03:38 +01:00
Michael Liebmann
6d1a89c59d CLuaInstance: Add runScript() function for using in Lua script
- Script runs in a new instance in neutrino context
 Example:
 local n = neutrino()
 n:runScript(filename [, args, ...])


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a957abf31
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-17 (Mon, 17 Mar 2014)

Origin message was:
------------------
CLuaInstance: Add runScript() function for using in Lua script

- Script runs in a new instance in neutrino context
 Example:
 local n = neutrino()
 n:runScript(filename [, args, ...])


------------------
This commit was generated by Migit
2014-03-19 10:14:43 +01:00
Michael Liebmann
393eb305da CLuaInstance: Optional specification of parameters for runScript()
- Add parameters as std::vector and possibility of return of
 status and error messages. (THX Martii)
 Example:
 void runScript(const char *fileName, std::vector<std::string> *argv,
 		std::string *result_code, std::string *result_string,
 		std::string *error_string);

- Add Parameters as const char*, last parameter to NULL is imperative.
 Example:
 void runScript(const char *fileName, const char *arg0, const char *arg1, ..., NULL);


Origin commit data
------------------
Branch: ni/coolstream
Commit: b61a225d2b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-17 (Mon, 17 Mar 2014)

Origin message was:
------------------
CLuaInstance: Optional specification of parameters for runScript()

- Add parameters as std::vector and possibility of return of
 status and error messages. (THX Martii)
 Example:
 void runScript(const char *fileName, std::vector<std::string> *argv,
 		std::string *result_code, std::string *result_string,
 		std::string *error_string);

- Add Parameters as const char*, last parameter to NULL is imperative.
 Example:
 void runScript(const char *fileName, const char *arg0, const char *arg1, ..., NULL);


------------------
This commit was generated by Migit
2014-03-19 10:14:43 +01:00
Michael Liebmann
a91469a19b CStringInputSMS: Add '%' to valid chars
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d4286285a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-18 (Tue, 18 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-18 19:05:33 +01:00
Michael Liebmann
073c7a8a4d CLuaInstance: Replace cwindow header_height & footer_height
- Replace with headerHeight & footerHeight
- Set header_height & footer_height to deprecated


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2dbdb8798e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)



------------------
This commit was generated by Migit
2014-03-16 12:33:26 +01:00
Michael Liebmann
55274cba90 CLuaInstance: Add various CComponentsPicture functions
- Added: new, paint, hide, setpicture


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e78781d18
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)



------------------
This commit was generated by Migit
2014-03-16 12:33:26 +01:00
Michael Liebmann
840a2b1eef CLuaInstance: Add setCaption & paintHeader function to cwindow
Origin commit data
------------------
Branch: ni/coolstream
Commit: a501f4e10e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-16 12:33:26 +01:00
Michael Liebmann
b7d78cf315 CLuaInstance: Add function 'functionDeprecated()' for debug output...
...when a script function is deprecated.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5136563035
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)



------------------
This commit was generated by Migit
2014-03-16 12:33:26 +01:00
Michael Liebmann
0b0b1c144f CLuaInstance: Add setText function to ctext
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4df0449e39
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-16 12:33:26 +01:00
Michael Liebmann
0fd002ec0a CLuaInstance::ComponentsTextNew: Add 'parent' parameter...
...for the integration of ctext in a parent cwindow


Origin commit data
------------------
Branch: ni/coolstream
Commit: 81608cbd3f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)



------------------
This commit was generated by Migit
2014-03-16 12:33:26 +01:00
Michael Liebmann
b1104a81fd CLuaInstance: Add additional tableLookup for get userdata
Origin commit data
------------------
Branch: ni/coolstream
Commit: f4c70c96a5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-16 12:33:26 +01:00
Michael Liebmann
b50f2b4164 CLuaInstance: Add debug output to CWindowDelete/ComponentsTextDelete
Origin commit data
------------------
Branch: ni/coolstream
Commit: 623efecc2f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-16 (Sun, 16 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-16 12:33:26 +01:00
Michael Liebmann
fdc2bdf389 CRecordSetup: Fix menu hint specifier
Origin commit data
------------------
Branch: ni/coolstream
Commit: bb4eccfbed
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-14 (Fri, 14 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-14 18:24:33 +01:00
Michael Liebmann
7576f21334 Update deutsch.locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32a9fb8796
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-09 (Sun, 09 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-14 18:24:33 +01:00
FlatTV
6997e249a8 record menu: add filename template
Origin commit data
------------------
Branch: ni/coolstream
Commit: e0055b5339
Author: FlatTV <FlatTV@gmx.de>
Date: 2014-03-13 (Thu, 13 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-14 09:39:57 +01:00
[CST] Focus
6e5a41ff7e neutrino.cpp: set satellite position for generated satellite bouquets
Origin commit data
------------------
Branch: ni/coolstream
Commit: 90b9469e3b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-13 16:06:46 +04:00
[CST] Focus
9ecee4b49b gui/bouquetlist.cpp: allow to delete whole satellite from satellite bouquet view
Origin commit data
------------------
Branch: ni/coolstream
Commit: 90768b15ac
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-13 16:06:20 +04:00
[CST] Focus
3368d4720b zapit/src/getservices.cpp: add code to remove channels for the given satellite position,
current live channel skipped to prevent neutrino crashes


Origin commit data
------------------
Branch: ni/coolstream
Commit: c5e1ab04e6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)



------------------
This commit was generated by Migit
2014-03-13 15:52:33 +04:00
[CST] Focus
0e9bfb4283 zapit/src/capmt.cpp: stop cam if channel not found
Origin commit data
------------------
Branch: ni/coolstream
Commit: b2dc082707
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-13 15:45:41 +04:00
[CST] Focus
c6d6a8876b zapit/src/bouquets.cpp: use INVALID_SAT_POSITION instead of -1
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d48b6c1f9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-13 14:35:31 +04:00
[CST] Focus
13680b5c25 zapit/include/zapit/types.h: add INVALID_SAT_POSITION define
Origin commit data
------------------
Branch: ni/coolstream
Commit: 61f9a8d8b4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-13 14:33:41 +04:00
[CST] Focus
05d460b1cd driver/record.cpp: always use configured hours to record for temporary timeshift;
cleanup unused code


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8074000b23
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)



------------------
This commit was generated by Migit
2014-03-11 16:22:50 +04:00
[CST] Focus
48482c727b neutrino.cpp: add timeshift record duration setting
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6201a95358
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-11 16:21:32 +04:00
[CST] Focus
9701c208fc locals: add locale for timeshift record duration
Origin commit data
------------------
Branch: ni/coolstream
Commit: cc6848624a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-11 15:51:24 +04:00
martii
56dd6f3eb2 gui/movieplayer: create and use a movieinfo copy (fixes timeshift playback)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 87d5f4feb9
Author: martii <m4rtii@gmx.de>
Date: 2013-09-26 (Thu, 26 Sep 2013)


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

------------------
This commit was generated by Migit
2014-03-11 13:31:46 +04:00
[CST] Focus
1620b49085 zapit/include/zapit/satconfig.h: add macros for cable/terrestrial positions
Origin commit data
------------------
Branch: ni/coolstream
Commit: fd57dace0e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-10 (Mon, 10 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-10 14:29:32 +04:00
vanhofen
1c5fe5a0eb pictureviewer: add a var-dir for channellogos (/var/tuxbox/icons/logo)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7ab37854c6
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-07 (Fri, 07 Mar 2014)

Origin message was:
------------------
- pictureviewer: add a var-dir for channellogos (/var/tuxbox/icons/logo)

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

------------------
This commit was generated by Migit
2014-03-07 23:03:57 +01:00
vanhofen
a39b57437d locale: move first-search locale-dir from /var/tuxbox/config/locale ...
... to /var/tuxbox/locale


Origin commit data
------------------
Branch: ni/coolstream
Commit: e8c0543ac1
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-07 (Fri, 07 Mar 2014)

Origin message was:
------------------
- locale: move first-search locale-dir from /var/tuxbox/config/locale ...

... to /var/tuxbox/locale


------------------
This commit was generated by Migit
2014-03-07 22:49:36 +01:00
Jacek Jendrzej
2dcec22a22 satellites.xml: update Thor 5/6/Intelsat
Origin commit data
------------------
Branch: ni/coolstream
Commit: 185a5c0e8b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-03-07 (Fri, 07 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-07 22:22:35 +01:00
[CST] Focus
77693ba1b6 zapit/src/bouquets.cpp: change bouquets delete behavior after scan:
if box cable-only, remove all bouquets, else remove bouquets for scanned position only,
do not remove bouquets after single transponder scan


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ca62c111e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-06 (Thu, 06 Mar 2014)



------------------
This commit was generated by Migit
2014-03-06 16:46:50 +04:00
[CST] Focus
88234165bb system/setting_helpers.cpp: create /var_init/etc/.reset on factory reset,
to be processed by apollo init scripts to erase /var partition


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8284fe6e53
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-06 (Thu, 06 Mar 2014)



------------------
This commit was generated by Migit
2014-03-06 16:09:10 +04:00
[CST] Focus
b3a3663cf8 gui/osdlang_setup.cpp: revert language selection to old behaviour: close menu after select
Origin commit data
------------------
Branch: ni/coolstream
Commit: 793c3aab5a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-06 (Thu, 06 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:10 +04:00
[CST] Focus
156ff7d440 gui/bouquetlist.cpp: fix inactive color when called to add channel to bouquet
Origin commit data
------------------
Branch: ni/coolstream
Commit: 040b2a958e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-05 (Wed, 05 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:10 +04:00
[CST] Focus
843bdd2989 gui/pipsetup.cpp: support different PIP setup for tv and radio modes
Origin commit data
------------------
Branch: ni/coolstream
Commit: ea1e2706f8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-05 (Wed, 05 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:10 +04:00
[CST] Focus
42106afddd neutrino.cpp: add pip config settings for radio mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 753f3f2f95
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-05 (Wed, 05 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:10 +04:00
[CST] Focus
f68cccaebf gui/scan_setup.cpp: move rotor options to its own menus
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7682d58070
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:10 +04:00
[CST] Focus
9b9df7963a locals: add locale for rotor options menu hints
Origin commit data
------------------
Branch: ni/coolstream
Commit: 476f6f8da9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:10 +04:00
[CST] Focus
f57e347a3f gui/miscsettings_menu.cpp: remove global rotor_swap option
Origin commit data
------------------
Branch: ni/coolstream
Commit: a3f4cbaa90
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:09 +04:00
[CST] Focus
630f1017ab gui/scan_setup.cpp, gui/motorcontrol.cpp: use per frontend rotor swap option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 929eb86760
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:09 +04:00
[CST] Focus
0ecfc6f059 zapit/src/femanager.cpp: add per frontend rotor swap option
Origin commit data
------------------
Branch: ni/coolstream
Commit: af99ce3a28
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:09 +04:00
[CST] Focus
0e9f3aeb25 zapit/data/frontend.conf: remove config for fe1
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1b450382e6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-06 16:09:09 +04:00
vanhofen
f1eee29e83 user_menue.cpp: whitespace cleanup
Origin commit data
------------------
Branch: ni/coolstream
Commit: a05121d9b7
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-06 (Thu, 06 Mar 2014)

Origin message was:
------------------
- user_menue.cpp: whitespace cleanup

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

------------------
This commit was generated by Migit
2014-03-06 12:56:24 +01:00
vanhofen
4d0f4ce3ac user_menu: add some pointers to delete
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c19f53e4b
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-06 (Thu, 06 Mar 2014)

Origin message was:
------------------
- user_menu: add some pointers to delete

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

------------------
This commit was generated by Migit
2014-03-06 12:45:48 +01:00
vanhofen
6f8dc17343 hdd_menu: fix hdd_sleep 'off'
Origin commit data
------------------
Branch: ni/coolstream
Commit: ea89eae41e
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-06 (Thu, 06 Mar 2014)

Origin message was:
------------------
- hdd_menu: fix hdd_sleep 'off'

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

------------------
This commit was generated by Migit
2014-03-06 09:59:18 +01:00
Thilo Graf
2af5c1a7c3 CComponents: remove error message.
Log output should be enough.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e6a004be87
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-03-05 (Wed, 05 Mar 2014)



------------------
This commit was generated by Migit
2014-03-05 12:10:17 +01:00
Michael Liebmann
f3c99f7a44 CTimerList: Fix eventType CTimerd::TIMER_EXEC_PLUGIN
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8505e1c6d7
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-04 07:17:41 +01:00
Michael Liebmann
dc88ba25cc CComponents: More precise error message (commit aa87ed1)
Origin commit data
------------------
Branch: ni/coolstream
Commit: d1b8246316
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)


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

------------------
This commit was generated by Migit
2014-03-03 20:20:57 +01:00