svenhoefer
c411c41295
- icons: add gray marker icons for timeshift and record
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
record icon changed
2018-01-05 00:52:58 +01:00
svenhoefer
c60eed0932
- icons: add marker icon for pip
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-05 00:52:58 +01:00
svenhoefer
a4e6aec60f
- icons: add marker icons for timeshift and zap events
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-05 00:52:58 +01:00
svenhoefer
8a4019ee6f
- icons.h: move NEUTRINO_ICON_IMPORTANT to markers; sort markers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-05 00:52:58 +01:00
svenhoefer
7f75dba90c
- icons: better names for currently unused NEUTRINO_ICON_MARKER_RECORD
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-05 00:52:58 +01:00
svenhoefer
28d4e97a34
- icons: rename and sort new marker icons
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-05 00:52:58 +01:00
svenhoefer
d6fa0d1e33
- icons: add marker_scrambled.png and marker_streaming.png
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-05 00:52:58 +01:00
svenhoefer
ffa9c96eae
- icons: remove obsolete hidden.png
...
Conflicts:
data/icons/status/various/hidden.png
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-05 00:52:58 +01:00
Thilo Graf
b10501499f
icons: add new marker_hidden.png
2018-01-05 00:52:58 +01:00
Thilo Graf
4a27a43e8c
icons: add missing tv and radio markers
2018-01-03 16:28:21 +01:00
svenhoefer
da3957b735
- icons: add default hint icon
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-18 22:24:48 +01:00
svenhoefer
c367c80335
- menu: fix right offset for very long right texts
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-15 18:42:14 +01:00
Thilo Graf
7b55de6ae7
CMenuWidget: ensure use of unified data type const char*
...
This should avoid possible compiler errors for this overloaded method.
2017-12-10 22:04:26 +01:00
Thilo Graf
882a4654a8
widget/hintbox.cpp: add explicit init of var picon
...
Had some issues while compile with gcc 7.x.
Exact data type was expected.
2017-12-04 20:16:12 +01:00
svenhoefer
f32629e7aa
- icons.h: cleanup from unused defines
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:31 +01:00
svenhoefer
0fc3e793a4
- neutrino: unify modes handling; ...
...
remove double enum from CNeutrinoApp and move mostly used enum from NeutrinoMessages to new NeutrinoModes
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
Thilo Graf
7370c4c557
widget/menue_target.h: add possible required includes
...
If this file is included as single without menue.h build could be break,
beecause of missing includes for some types. This should fix this.
In many source files still menue.h is included, so this is not noticeable.
2017-11-16 19:41:32 +01:00
GetAway
002ef3a1c9
menue.cpp: add reverse search to find selectable item
2017-11-05 22:33:23 +01:00
Jacek Jendrzej
ec10cd64e5
remove pinentered script , revert 9dbdfcf5c7
2017-11-03 12:25:14 +01:00
GetAway
7c9bf1df92
menue.cpp: dont use one-time init of a variable that could be changed on runtime
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-02 21:31:12 +01:00
svenhoefer
23711b0635
- add UHD icons to infoviewer
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-29 18:27:14 +01:00
Jacek Jendrzej
4b8cf23d70
Merge branch 'master' into pu/mp
2017-10-16 13:17:17 +02:00
Thilo Graf
35f048a735
CMenuWidget: don't use parameter for label width calculation
...
Footer object does this itself.
2017-10-13 12:35:59 +02:00
Jacek Jendrzej
2661fa4287
Merge branch 'master' into pu/mp
2017-10-08 18:03:01 +02:00
Thilo Graf
4ad5ce65e2
CMenuWidget: small clean ups
2017-10-08 17:48:32 +02:00
Jacek Jendrzej
7ad4a0e6cc
Merge branch 'master' into pu/mp
2017-10-02 13:56:25 +02:00
Stefan Seyfried
0d9139054a
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 ;-)
2017-10-02 13:43:57 +02:00
Jacek Jendrzej
08dc0d7561
Merge branch 'master' into pu/mp
2017-09-30 13:22:29 +02:00
Stefan Seyfried
ab3434e278
CMenuWidget: fix "left" key for menuchoosers where
...
the "decrement menu function" got lost by the last "simplify code and
add missing break" commit. The implicit fallthrough actually was used to
execute the "left" function.
Reorganize the code so that it works even without the implicit
fallthrough.
2017-09-30 13:14:57 +02:00
Jacek Jendrzej
4fc73acffc
Merge branch 'master' into pu/mp
2017-09-29 10:49:27 +02:00
svenhoefer
99cc7f850a
- rcinput: simplify calcTimeoutEnd() calls; 0 is "off" by default now
2017-09-29 10:34:23 +02:00
Jacek Jendrzej
7ae7765460
Merge branch 'master' into pu/mp
2017-09-27 14:30:28 +02:00
svenhoefer
58e05cfd99
- menue: only add hint_height to full_height, if we really have a hint
2017-09-27 14:29:51 +02:00
Jacek Jendrzej
1fc8437a34
Merge branch 'master' into pu/mp
2017-09-27 11:56:03 +02:00
Jacek Jendrzej
1deaebf1cf
Revert "CMenuWidget: simplify menu_left_exit code, add missing break"
...
This reverts commit aa0863f0c3
.
2017-09-27 11:11:12 +02:00
Jacek Jendrzej
0abeb742bd
Merge branch 'master' into pu/mp
2017-09-26 13:38:07 +02:00
svenhoefer
96bb48b281
- menue: fix coordinates for savescreen function
2017-09-26 13:36:33 +02:00
Jacek Jendrzej
e4d0065909
Merge branch 'master' into pu/mp
2017-09-26 13:02:04 +02:00
svenhoefer
77643f3b3b
- menue: add missing delete
2017-09-26 13:00:49 +02:00
Jacek Jendrzej
b7ceb705a0
Merge branch 'master' into pu/mp
2017-09-26 12:52:04 +02:00
svenhoefer
33a596d175
- menue: user smaller vertical offset for hintboxes to keep it in sync with other vertical offsets
...
* get bottom menu offset from CMenuSeparator()->getHeight()
2017-09-26 12:41:05 +02:00
svenhoefer
d9e540b865
- menue: add possibility to add localized values in CMenuOptionNumberChooser seperately
2017-09-26 12:41:05 +02:00
Stefan Seyfried
aa0863f0c3
CMenuWidget: simplify menu_left_exit code, add missing break
2017-09-26 12:41:05 +02:00
Stefan Seyfried
99c8168d2c
change time_monotonic_ms() from time_t to int64_t
...
time_monotonic_ms values did wrap every ~24 days, leading to problems
in code that did not cope with that. Instead of fixing all places where
relative comparisons with time_monotonic_ms() are made, just use a
bigger datatype. Convert all users to the new type.
2017-09-26 12:41:05 +02:00
Stefan Seyfried
971f3703a6
add comments to suppres -Wimplicit-fallthrough warnings
2017-09-26 12:41:05 +02:00
Stefan Seyfried
9e2a7d7f79
add LUA_CFLAGS everywhere widget/menue.h is used
2017-09-26 12:41:05 +02:00
Stefan Seyfried
8dad062eff
change time_monotonic_ms() from time_t to int64_t
...
time_monotonic_ms values did wrap every ~24 days, leading to problems
in code that did not cope with that. Instead of fixing all places where
relative comparisons with time_monotonic_ms() are made, just use a
bigger datatype. Convert all users to the new type.
2017-09-26 11:37:19 +02:00
M. Liebmann
abfb02aa47
Merge branch 'master' into pu/mp
2017-09-21 09:07:15 +02:00
svenhoefer
6ee3e54741
- add and use FRAME_WIDTH defines; ...
...
replace other fixed frame widths with OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-09-20 21:29:53 +02:00
M. Liebmann
600d215aaf
Merge branch 'master' into pu/mp
2017-09-19 23:21:21 +02:00