Commit Graph

9089 Commits

Author SHA1 Message Date
svenhoefer
4024171041 - file.cpp|h: port filetypes from TangoCash 2017-06-07 14:17:12 +02:00
svenhoefer
58d25b5da2 - icons: add filetype-icon for pictures
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:12 +02:00
svenhoefer
a43617dda3 - icons: move mp3.png from /headers to /filetypes; align icon size
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:12 +02:00
svenhoefer
6c1d7eea59 - audioplayer: use NEUTRINO_ICON_AUDIO in header
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:11 +02:00
svenhoefer
78dd5e2923 - filebrowser: use NEUTRINO_ICON_PICTURE to mark pictures
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:11 +02:00
svenhoefer
d8f364ca46 - icons: add filetype-icon for pictures
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:11 +02:00
svenhoefer
cb36d32799 - filebrowser: small design reworks ...
* use OFFSET defines
* use CComponentsScrollbar
* rename some variables

Unfortunately we can't use CComponentsFooter, because
CComponentsFooter can't handle button_label_ext yet

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:11 +02:00
svenhoefer
49bd2e9ba7 - locale: small changes in filebrowser's sort locales
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:11 +02:00
svenhoefer
11aa9054bc - filebrowser: use a bit larger regular font by default
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:11 +02:00
svenhoefer
64f35bd2ef - filebrowser: use "dirs first" sort method by default
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:11 +02:00
Striper
327dbbed1e hdd_menu.cpp: remove "-T largefile" parameter
Some users experience problems with too low amount of inodes (No space
left on device but only a few percent of the device are actually used).
To fix this, simply use default settings. This will give us a much
higher amount of inodes on the hard drive but will waste a bit more
space on the device for inode reservation.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:11 +02:00
M. Liebmann
a6fe60d60a HD1: Workaround for missing cs_get_chip_type 2017-06-07 14:16:11 +02:00
Jacek Jendrzej
ab829a61b6 change prozent ckeck to 90 2017-05-30 19:26:04 +02:00
Thilo Graf
88e0479429 CProgressBarCache: declare funtions pbcPaint(), pbcPaintBoxRel() as const
Technically these members can be const.
2017-05-29 22:26:06 +02:00
Thilo Graf
6e9e4de638 CComponentsTimer: exec OnTimer cleanup after stopped thread
Users reported about crashes, but I could not verify them by myself.

Supplement to: c0fe5d2402
2017-05-29 22:25:59 +02:00
Thilo Graf
4f5d216120 CChannelList: simplify calls of logo paints, avoid possible dub paints 2017-05-28 20:42:33 +02:00
Thilo Graf
294278aad3 CComponentsButton: fix offset between icon and text items
We have only two items, therfore it makes sense to set offset to 0
if we have only one item. Otherwise a single item will not be centered.
2017-05-28 13:34:17 +02:00
Thilo Graf
a5a2ac6037 CComponentsButton: use defined offset for append offset 2017-05-28 13:34:12 +02:00
Thilo Graf
c0fe5d2402 CComponentsTimer: ensure cleanup of OnTimer signal while sopping timer 2017-05-27 17:27:04 +02:00
Thilo Graf
de3c14a881 CComponentsFrmClock: init OnTimer after ititialized timer object
Content of OnTimer was not considered after init of timer object.
2017-05-27 17:26:59 +02:00
Thilo Graf
1f8007c50c CComponentsHeader: ensure reset of icon object 2017-05-27 02:51:36 +02:00
Thilo Graf
979e6370a7 CCDraw: expand debug output inside clearFbGradientData()
get info for addresses.
2017-05-27 02:51:36 +02:00
Thilo Graf
4455c65225 CComponentsFrmClock: fix wrong comparison 2017-05-27 02:51:36 +02:00
Jacek Jendrzej
fcc3a12e88 src/gui/screensaver.cpp try to fix segfault on stop 2017-05-23 17:52:16 +02:00
Jacek Jendrzej
6e8c1cac96 src/gui/adzap.cpp init before use 2017-05-23 17:48:15 +02:00
Thilo Graf
36c8f4c24f CComponentsButton: add missing init of col_body_old
Some changes on runtime were ignored on runtime.
2017-05-21 18:00:21 +02:00
Thilo Graf
9132e7de82 cc_item.h/cc_frm.h/cc_frm_button.h: use pre defined frame color as default 2017-05-21 18:00:21 +02:00
Thilo Graf
37387a3e69 CMsgBox: fix paint of footer buttons
Only paint of button container is required.
2017-05-21 18:00:21 +02:00
Thilo Graf
8c29b8e68f CHintBox: use less colors time scale mode for visual timeout
Otherwise probably in this context to much colored with default settings.
2017-05-21 18:00:21 +02:00
Jacek Jendrzej
ffe986f36b src/gui/lua/lua_cc_text.cpp avoid segfault 2017-05-17 22:15:15 +02:00
Thilo Graf
e48cc87b6f CHintBox: fix position in case of missing text
Without text, position was not complete calculated.
Only default position was used.
2017-05-17 20:11:28 +02:00
svenhoefer
b7ef6e47fe - cables.xml: update Antennengemeinschaft "Goeltzschtalbruecke" 2017-05-17 17:23:22 +02:00
svenhoefer
bf852064bc - buttons: use OFFSET defines 2017-05-16 10:31:25 +02:00
Thilo Graf
942a27e3ef cc_frm_header.cpp/h: remove CTextBox types for title allignment
Title object has only width of current text content. This causes CTextBox
types have not a really visible effect. Now we have only three align types for title
and these are related to cc-text object position.

Involved classes adjusted too.
2017-05-11 12:15:16 +02:00
Thilo Graf
100a1606f0 EpgPlus: use default parameter for titel arrangement 2017-05-11 11:28:06 +02:00
Thilo Graf
1b2f1d320d CComponentsHeader: fix brace error
suggest explicit braces to avoid ambiguous ‘else’
2017-05-11 08:39:20 +02:00
Jacek Jendrzej
843703b175 use lua_Integer 2017-05-10 15:35:44 +02:00
Thilo Graf
27eb80eb5b CLuaInstCCWindow: try to fix window title align parameter
Additional (lua_Integer)CTextBox::NO_AUTO_LINEBREAK) overwrites
passed parameter and has no effect, because NO_AUTO_LINEBREAK is
already default.
2017-05-10 10:42:08 +02:00
Thilo Graf
5b541571f9 CComponentsHeader: Try to adopt different logo/title alignments
Not all constellations are tested. Please report.
2017-05-10 10:42:08 +02:00
Thilo Graf
178bf6f596 CComponentsHeader: fix centering of header title 2017-05-10 10:42:08 +02:00
Thilo Graf
c320dbf8ec CComponentsHeader: remove double text color assignment 2017-05-10 10:42:08 +02:00
Thilo Graf
107db09299 CComponentsHeader: fix order of width calculation
Required for following position calculation
2017-05-10 10:42:08 +02:00
svenhoefer
c08144a9d9 - clearify comment 2017-05-09 13:31:59 +02:00
Thilo Graf
1f978f01ad CLuaInstCCWindow: fix passed shadow paramater 2017-05-09 12:09:20 +02:00
svenhoefer
468fbcd79c - locale: minor changes in EPG-Plus locales 2017-05-09 11:40:32 +02:00
Thilo Graf
1d5bb7cd8e CBuildInfo: fix shadow parameter
Type is int not bool
2017-05-09 11:34:11 +02:00
svenhoefer
edb0a5937e - neutrino: fix hw_caps init; it must be initialized after zapit start 2017-05-08 23:44:45 +02:00
svenhoefer
edb4ce3e4f - eventlist: minor cosmetics;
rename getPrvNextChannelName() to getChannelNames()
2017-05-08 21:08:23 +02:00
Jacek Jendrzej
d051691f89 supplement 2 to 5f9f82b8e6 2017-05-08 19:43:36 +02:00
Jacek Jendrzej
5dc4424d96 supplement to 5f9f82b8e6 2017-05-08 18:02:04 +02:00