Thilo Graf
2f7adaa390
update.cpp: use exec find for ofgwrite caller
2019-06-08 19:58:14 +02:00
svenhoefer
6f8e829b97
- update: allow to flash zipped archives
...
Conflicts:
src/gui/update.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-06-08 19:58:14 +02:00
svenhoefer
c65cacaa2e
- update: fix detection of image type
...
Conflicts:
src/gui/update.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-06-08 19:58:14 +02:00
Jacek Jendrzej
50c4387178
lua: fix memleak
2019-06-07 19:11:23 +02:00
Jacek Jendrzej
de699f2a2f
lua: disable block from luavideo
2019-06-07 19:01:49 +02:00
Thilo Graf
4a52b79c0f
moviebrowser: rework frame height setup in moviebrowser setup
...
Usability with height presets was not really user friendly.
2019-06-05 11:12:04 +02:00
Jacek Jendrzej
e71823b47b
movieplayer: fix unnecessary save xml file in stream mode
2019-06-03 17:59:40 +02:00
Jacek Jendrzej
c6d2a4430f
YT supplement to e193c72d34
2019-06-03 15:34:10 +02:00
Thilo Graf
121d00a21a
mb.cpp: truncate title name in info menu
...
Minimal view of title should be enough information in this menu and
avoids possible issues after hide when user has changed movie data.
2019-06-02 16:17:14 +02:00
svenhoefer
3ffbd4521b
- listframe: re-align title to the left
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-06-02 16:17:11 +02:00
svenhoefer
90d4694e12
- move plugins to /share/tuxbox/neutrino/plugins
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-06-02 16:17:08 +02:00
Jacek Jendrzej
1cf1b08d4e
YT: add download dir menu
2019-06-02 12:13:34 +02:00
Jacek Jendrzej
e193c72d34
YT call search from yt histry
2019-06-01 19:52:41 +02:00
Jacek Jendrzej
5fa551dab6
YT use htmlEntityDecode with title
2019-06-01 16:31:27 +02:00
Jacek Jendrzej
359714dd85
yt: fix refreshTitle
2019-06-01 12:53:28 +02:00
svenhoefer
03072e94f1
- deutsch.locale: rename Teletext => Videotext
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-28 22:07:18 +02:00
Thilo Graf
b6bceb32e2
yweb: update version
2019-05-28 22:07:15 +02:00
Jacek Jendrzej
56202a1364
ytparser: fix not supported HTTP
2019-05-28 16:15:09 +02:00
GetAway
d9bd81a9ac
control scripts: dont use the non-existent script "service"
2019-05-25 22:55:00 +02:00
GetAway
8215358657
mb.cpp: little better solution to trigger seen tag
2019-05-25 22:07:35 +02:00
GetAway
5c055dded8
mb.cpp: more accurate percentages
2019-05-25 16:56:49 +02:00
Thilo Graf
9fec21034f
moviebrowser.cpp: try to optimize "seen" tag with record settings
2019-05-24 13:55:06 +02:00
Thilo Graf
5bc7fab06c
cc_frm_clock.cpp: ensure set of thread name
2019-05-24 13:54:58 +02:00
Thilo Graf
d63ffa1b2b
screensaver.cpp: add missing item name for clock instance
2019-05-24 13:54:55 +02:00
Thilo Graf
01e69fbf2a
test_menu.cpp: fix blink demos
2019-05-24 13:54:52 +02:00
Frankenstone
123c723e11
update.cpp: fix flash bootselector for hd51, thx DboxOldie
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-24 13:54:46 +02:00
Jacek Jendrzej
6ed8c3b909
lua:avoid segfault
2019-05-18 14:44:10 +02:00
Jacek Jendrzej
5c4ced773d
streamts: supplement to 086578fdb2
2019-05-16 19:43:08 +02:00
Jacek Jendrzej
15681a54bb
record: fix stream rec segfault, supplement to last commit
2019-05-16 17:20:34 +02:00
Jacek Jendrzej
086578fdb2
record: fix stream rec segfault
2019-05-16 16:47:36 +02:00
Jacek Jendrzej
cf9d1eecbf
fix memleak
2019-05-12 12:21:15 +02:00
Jacek Jendrzej
e2cb9fa025
scan_steup: fix double blue with fastscan
2019-05-10 19:06:47 +02:00
Jacek Jendrzej
494776ccaa
fix for fastscan
2019-05-10 18:40:44 +02:00
Jacek Jendrzej
26c2d7dc54
PMT_CHANGED: fix use after delete
2019-05-09 19:35:28 +02:00
Jacek Jendrzej
0cfd982aa0
capmt: avoid use cam after delete
2019-05-09 15:57:15 +02:00
Jacek Jendrzej
dcf1520156
update initial bouquets.xml services.xml
2019-05-09 14:13:29 +02:00
Thilo Graf
feb46d3268
moviebrowser/mb.cpp: add missing delete for m_detailsLine inside hide()
...
Force of reinit for m_detailsLine was failed after changed settings.
This should fix wrong dimensions of m_detailsLine after
changed m_settings.browserFrameHeight.
2019-05-09 09:14:03 +02:00
Thilo Graf
30fb240036
moviebrowser: add interim message while reset to default settings
...
It's not always a good idea to reset all mb settings. From own experience
it is often not wanted and irritatingly when storage settings will be lost.
2019-05-08 09:13:08 +02:00
Thilo Graf
734d0a3634
moviebrowser settings: move storage settings into own struct
...
For planned usage with user interaction.
2019-05-08 09:13:05 +02:00
Thilo Graf
3601503323
moviebrowser/mb.cpp: avoid possible empty menue entries in showMenu()
...
Empty entries don't look good if no movie infos are available but it
seems to be better to show movie name beside entry name. If movie title
not available show menu entry with an "edit" hint.
So the menu should be more intuitive.
2019-05-08 09:13:02 +02:00
svenhoefer
5d3b7aa9b4
- themes: disable rounded corners per default
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-08 09:12:56 +02:00
Thilo Graf
d4ad7cba12
moviebrowser/mb.cpp: use key blue instead key 3 for reload movies
...
Alignment to function of blue button in main movie browser window.
2019-05-07 09:52:16 +02:00
Thilo Graf
43cdea9cba
moviebrowser/mb.cpp: fix possible fragments on screen while scrolling
2019-05-07 09:52:13 +02:00
svenhoefer
453a8efbb0
- moviebrowser: don't show column title for visual elaspsed time
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-07 09:52:11 +02:00
Thilo Graf
9d3400082e
Revert "movibrowser: don't show column title for visual elaspsed time"
...
This reverts commit 3423c0682c
.
2019-05-07 09:52:06 +02:00
svenhoefer
4fbeb0e3d1
- locale: remove obsolete LOCALE_MOVIEBROWSER_IMDB_DATA
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-07 09:52:04 +02:00
Thilo Graf
3423c0682c
movibrowser: don't show column title for visual elaspsed time
...
progress bars should be self-explanatory
2019-05-06 11:47:19 +02:00
Thilo Graf
2452aaef6c
movieinfo.cpp: exit loadFile() if st.size is 0
...
error message was:
runtime error: variable length array bound evaluates to non-positive value 0
2019-05-06 11:47:16 +02:00
Thilo Graf
ac53657f42
locales: localize LOCALE_MOVIEBROWSER_MENU_DATA_REQUEST
2019-05-06 11:47:14 +02:00
Thilo Graf
e1e6efeffd
moviebrowser: use separate locale for movie database request
2019-05-06 11:47:13 +02:00