Thilo Graf
cced4eba9a
CComponentsLabel: Added missing overloaded counterpart to CComponentsText(parent) constructor.
2017-01-31 16:36:40 +01:00
Thilo Graf
2e24663a3f
cc_types.h: remove obsolete type enums
2017-01-31 16:36:40 +01:00
Thilo Graf
c42f1240f0
CComponentsText: fix wrong item type
2017-01-31 16:36:40 +01:00
Thilo Graf
58316d2091
CComponentsHeader: fix order inside overloaded methode setCaption()
...
Stop() was never touched with string version of setCaption()
2017-01-31 16:36:40 +01:00
Jacek Jendrzej
f045fb18e9
src/gui/components/cc_item_progressbar.cpp revert static
2017-01-30 19:26:44 +01:00
Jacek Jendrzej
0056a53321
some inits
2017-01-30 19:04:17 +01:00
Jacek Jendrzej
f4f351e9ba
some inits
2017-01-30 17:22:41 +01:00
Thilo Graf
6a3778ba93
CMenuWidget: Forcing removal of details line during removing of hint box.
2017-01-30 11:27:55 +01:00
Thilo Graf
5f0aea48d2
CComponentsDetailLine: remove multiple init of cc_save_bg.
...
Init is passed with paintFbItems() at the end of paint() methode.
2017-01-30 11:27:49 +01:00
M. Liebmann
6b4a849598
src/gui/opkg_manager.cpp: Fix compiler warning
2017-01-30 07:15:46 +01:00
M. Liebmann
dc4ce280ed
CMoviePlayerGui: Bind enable/disable FileTime to enableInfoClock()
2017-01-30 07:15:46 +01:00
svenhoefer
891bc71f9d
- streaminfo2: add comment because of broken libcoolstream2 output
2017-01-29 22:31:21 +01:00
GetAway
17b8e684e0
- neutrino: fix umount of netfs-drives in ExitRun() function
2017-01-29 21:27:45 +01:00
Stefan Seyfried
fd52cd5023
upkg_manager: comment out stale code
2017-01-29 21:27:45 +01:00
Stefan Seyfried
3fb3f39be7
opkg_manager: make error messages less cryptic
...
the errno has nothing to do with the error that happened, so do not use
it for the error message
2017-01-29 21:27:45 +01:00
Stefan Seyfried
8a6194a047
opkg_manager: add magic string to reset error flags
...
... to be used by sytem-update script
2017-01-29 21:27:45 +01:00
Stefan Seyfried
3956f06d3a
opkg_manager: make console output more useful
2017-01-29 21:27:45 +01:00
Stefan Seyfried
bbd7667ee9
opkg_manager: don't set error flag for shellwindow
...
The shellwindow exits if the "ok" flag is set to false, aborting further
execution of more commands. This hurts with system-update script.
2017-01-29 21:27:45 +01:00
Stefan Seyfried
edab27be92
shellwindow: reduce update interval
2017-01-29 21:27:45 +01:00
Stefan Seyfried
d372892ef5
shellwindow: ensure text is set correctly and only when necessary
2017-01-29 21:27:45 +01:00
Stefan Seyfried
046de91ce6
shellwindow: use run_pty() instead of my_popen()
2017-01-29 21:27:45 +01:00
Stefan Seyfried
b623aad5c3
textbox: fix output for BOTTOM mode
...
If more text is added to a textbox than fits into the window, the last
lines are stripped. In BOTTOM (and non-SCROLL) mode, it makes more sense
to strip the first lines. This is used by shellwindow, e.g. in package
management menu.
2017-01-29 21:27:45 +01:00
Stefan Seyfried
85bb568d02
helpers: add run_pty() function
...
This runs an external command inside a pty. Running inside a pty,
external commands using stdio(3) will disable stdout buffering when
running from a terminal, which is often desirable.
2017-01-29 21:27:45 +01:00
Stefan Seyfried
9d5fc68b83
shellwindow: use time_monotonic_ms()
2017-01-29 21:27:45 +01:00
Stefan Seyfried
1454d09a75
opkg_manager: avoid the zombie apocalypse, use waitpid()
2017-01-29 21:27:45 +01:00
Stefan Seyfried
fd9387a43c
opkg_manager: use system-update script if available
...
opkg has several problems with complex system updates, especially when
having to update itself and with the package ordering during update
To avoid hard coding the workarounds into neutrino, just call a script
named "system-update" (if available) instead of "opkg upgrade".
This script can be tuned to the specific target and its problems.
2017-01-29 21:27:45 +01:00
Stefan Seyfried
5f93b57d84
hintbox: restore proper handling of up/down keys
...
When no scrollbar is present, just pass through up/down keys instead
of only canceling the hintbox. This restores the behaviour before
commit dde298b1b7
.
Prominent examle is the "channel not available" popup which prevented
further channel switching until canceled.
2017-01-29 21:27:45 +01:00
Jacek Jendrzej
f76dda36df
fix uninitialised values
2017-01-29 20:54:35 +01:00
M. Liebmann
bcf478ba67
install.sh: Preserve symlinks at update
2017-01-29 04:31:12 +01:00
Jacek Jendrzej
293d32c776
src/gui/lua/lua_curl.cpp set dumb cookie for dumb 403 forbidden
2017-01-28 17:55:14 +01:00
max_10
2f1ceb07e2
- edvbstring: fix utf8 encoding, thx DboxOldie
2017-01-28 09:06:39 +01:00
Jacek Jendrzej
e111bf7418
movieplayer dont chache last realurl for lua script
2017-01-26 11:55:06 +01:00
svenhoefer
4cfff44e29
CTextBox::refreshText: Fix flags for RenderString() v2.0; thx to DboxOldie
2017-01-24 14:41:30 +01:00
GetAway
b5138018b5
gcc-6.2 compil fixes
2017-01-21 14:01:05 +01:00
GetAway
f4e334fa09
fix -Werror=misleading-indentation with newer compiler
2017-01-21 13:58:15 +01:00
M. Liebmann
e5ab37c387
CTextBox::refreshText: Fix flags for RenderString()
2017-01-20 10:36:00 +01:00
Jacek Jendrzej
2abdd1143e
src/gui/movieplayer.cpp try to fix livestreamInfo
2017-01-13 18:59:56 +01:00
Jacek Jendrzej
31325875db
fix readepg from sectionsdcontrol :supplement to d2ef503028
new try
2017-01-11 22:15:36 +01:00
Sven Höfer
f51af4e599
Merge pull request #7 from Pr0metheus2/patch-1
...
Update slovak.locale
2017-01-11 18:30:01 +01:00
Thilo Graf
1d8de839d5
CHintBox: add possibility to left hintbox with RC_up and RC_down
...
RC_up and RC_down are used for text scroll, but most message texts
are small and no scroll mode is required. In case of large texts
it should falling back to scroll mode.
2017-01-11 11:32:32 +01:00
Andrej Tobola
adcc5c4285
Update slovak.locale
2017-01-11 08:24:02 +01:00
Andrej Tobola
c4679651f4
Update slovak.locale
2017-01-11 08:00:28 +01:00
Andrej Tobola
5791e32803
Update slovak.locale
...
New update, is it submitted in correct way?
2017-01-11 07:44:52 +01:00
Thilo Graf
002cc4c74e
CComponentsFrmClock: add missing reinit
2017-01-09 21:28:59 +01:00
Thilo Graf
d0aa901d70
CComponentsFrmClock: disable digit height
...
Using of digit height is not really required here.
eg. better centering
2017-01-09 20:47:46 +01:00
Sven Höfer
5c4746104f
Merge pull request #5 from Ezak91/master
...
add entry to load saved epg data manual
2017-01-09 20:20:53 +01:00
Marc Szymkowiak
9b2a0d4414
add entry to load saved epg data manual
2017-01-09 19:39:30 +01:00
Thilo Graf
236ca53954
CVolumeHelper: fix info clock position after changed clock osd settings
...
After increased clock height settings, position of infoclock was wrong.
Old font instance and old width were not changed related to new instance.
TODO: It works but procedure with helper class seems is rather elaborate
and should be thoroughly revised.
I recommend callbacks via native type save signal/slot handler.
2017-01-08 15:03:25 +01:00
Thilo Graf
ffeb2d6459
CComponentsFrmClock/CInfoClock: simplify font init
2017-01-08 14:39:38 +01:00
Thilo Graf
c60accaeae
CHintBox: add overloaded version of setMsgText() with locale parameter
2017-01-05 22:53:47 +01:00