Thilo Graf
cf9a953b59
CComponentsWindow: use negative values for discret percental dimensions
...
Also add possibility to use placeholder for better readability and
better compatibilty with previous implementations.
See doc in source files for more details
2017-03-03 09:22:08 +01:00
M. Liebmann
3891789be8
Merge branch 'master' into pu/fb-setmode
2017-03-03 09:10:21 +01:00
svenhoefer
75ff8687dd
- luainstance: re-add typo TO_WIDE to stay backward compatible
2017-03-03 08:57:42 +01:00
svenhoefer
6afe247bc3
- luainstance: add missing RADIUS_NONE; fix typo in dynfont handling
2017-03-03 08:55:35 +01:00
M. Liebmann
6c3b5dcd93
Merge branch 'master' into pu/fb-setmode
2017-03-02 23:38:19 +01:00
M. Liebmann
9fe20399c4
CNeutrinoApp::loadSetup: Fix Segfault when an remote timer is defined
2017-03-02 23:37:41 +01:00
svenhoefer
6eb1bb1ea4
- luainstance: add offsets to lua; set Lua api version to 1.70
2017-03-02 23:00:49 +01:00
svenhoefer
00d2d557c2
- update: rename DEBUG1 to DRYRUN
2017-03-01 18:16:09 +01:00
svenhoefer
ea3ab21bb0
- update: small cleanup; ...
...
remove obsolete g_Locale->getText() from ShowHint calls
2017-03-01 18:16:09 +01:00
svenhoefer
2a9b39f45f
- update: change filetype comparsion; "< '3'" to "<= '2'"
2017-03-01 18:16:09 +01:00
svenhoefer
943c03fc52
- update: prepare for menu hints
2017-03-01 18:16:09 +01:00
svenhoefer
950f74dd41
- flashtool: localize getType() function
2017-03-01 18:16:09 +01:00
TangoCash
16537620a6
fix blinking clock in some modes (thx dbo)
2017-03-01 18:16:09 +01:00
Jacek Jendrzej
d12ea80c5b
src/neutrino.cpp init struct timer_remotebox_item, avoid segfault without InfoClock
2017-03-01 15:04:10 +01:00
svenhoefer
856c676430
- rename g_PluginList to g_Plugins; this isn't a list of plugins
2017-03-01 13:03:50 +01:00
svenhoefer
5edc857122
- yWeb: unify rec/zap timer handling; avoid german umlaut in js-popup
2017-03-01 11:51:25 +01:00
M. Liebmann
02e5c9cbf4
Merge branch 'master' into pu/fb-setmode
2017-02-28 23:32:20 +01:00
M. Liebmann
2d30ef10d8
lua cwindow.new: Fix draw small windows
...
- Ignore percent conversion of width and height
to remain compatible with the Lua API
2017-02-28 23:31:58 +01:00
M. Liebmann
ff11dd44ab
osd resolution: Use COsdHelpers::changeOsdResolution() to adjust...
...
...OSD resolution after switching video format
2017-02-28 15:04:09 +01:00
M. Liebmann
3bf32265c1
NeutrinoMessages: Add EVT_AUTO_SET_VIDEOSYSTEM
2017-02-28 15:04:09 +01:00
M. Liebmann
cc05d272f2
CInfoViewer::showTitle: Add parameter forcePaintButtonBar
2017-02-28 15:04:09 +01:00
M. Liebmann
653e574937
osd resolution: Add 'mode' to osd_resolution_struct_t
...
- Use COsdSetup::OSDMODE_XXX enums to identify various resolutions
2017-02-28 15:04:09 +01:00
M. Liebmann
84b2af00fb
osd resolution: Add src/gui/osd_helpers.cpp
...
- Move switch osd resolution from COsdSetup::changeNotify() to
COsdHelpers::changeOsdResolution()
2017-02-28 15:04:08 +01:00
M. Liebmann
1fc0186175
Merge branch 'master' into pu/fb-setmode
2017-02-27 00:24:54 +01:00
M. Liebmann
6166f4a6f4
CLuaInstance: Add script fumction 'scale2Res'
...
- Set Lua api version to 1.69
2017-02-27 00:24:34 +01:00
M. Liebmann
1fea75f428
fb_generic: Add "#define SCALE2RES_DEFINED" to check...
...
...presence of 'CFrameBuffer::scale2Res()'
- Revert this patch when pu/fb-setmode branch is merged to master
2017-02-27 00:24:07 +01:00
Thilo Graf
17a9c691da
CHintBox: use OFFSET_INNER_MID as defaul value for W_RAME
2017-02-26 21:29:53 +01:00
Thilo Graf
820ea4db3b
CHintBox: fix passed width parameter
2017-02-26 21:29:53 +01:00
Thilo Graf
6b4e57ad73
CTextBox: use scaled base dimensions
2017-02-26 21:29:53 +01:00
Thilo Graf
04ba522dab
CBuildInfo: use percental calculated dimensions
2017-02-26 21:29:53 +01:00
Thilo Graf
85fc37090e
hintbox.h: use calculated dimensions as default
...
Useful for possible different screen resolutions.
2017-02-26 21:29:53 +01:00
Thilo Graf
ed9edb5dad
CProgressWindow: use percental calculated dimensions as default
2017-02-26 21:29:53 +01:00
Thilo Graf
11d8be5307
CMovieBrowser: use percental calculated dimensions for progress window
...
Useful for possible for different screen resolutions.
2017-02-26 21:29:53 +01:00
Thilo Graf
9b6893ee34
CComponentsWindow: add more tags for doxygen
2017-02-26 21:29:53 +01:00
Thilo Graf
055fef8b58
CComponentsWindow: use percentage conversion for dimension values
...
Dimension values for windows below a certain size are often not really
useful, even with regard to different resolutions.
Usage of percent values could be easier to handle.
In the constructor, the argument values für dimesions must be only
between 1 and 100 to achieve this.
TODO: behavior inside parents
2017-02-26 21:29:53 +01:00
Thilo Graf
6e487f2840
CMovieBrowser: visualize global loading of defined directories
2017-02-26 21:29:53 +01:00
Thilo Graf
f478c75e26
CProgressWindow: syncronize paint of local and global bar on first paint
...
In some cases progress bars were painted with delay.
Now it should be looks better.
2017-02-26 21:29:53 +01:00
Thilo Graf
42619c8d2c
CTestMenu: add samples for progress window with signals
2017-02-26 21:29:53 +01:00
Thilo Graf
1e6997e3af
CProgressWindow: small cosmetic
2017-02-26 21:29:53 +01:00
Thilo Graf
0281b7e8c7
CProgressWindow: rename InitProgressItem -> getProgressItem
...
more plausible
2017-02-26 21:29:53 +01:00
Thilo Graf
9d3e5f4fd2
CProgressWindow: move some methodes for more clarity
2017-02-26 21:29:53 +01:00
Thilo Graf
7339d3dd03
CProgressWindow: encapsulate show methodes, add dimension defines
2017-02-26 21:29:53 +01:00
Thilo Graf
b250ae6b9d
CTestMenu: ad samples for progress window
2017-02-26 21:29:53 +01:00
Thilo Graf
5049b69c3f
CProgressWindow: add overloaded constructor with string arg
2017-02-26 21:29:53 +01:00
M. Liebmann
8569412113
Merge branch 'master' into pu/fb-setmode
2017-02-26 19:45:05 +01:00
Jacek Jendrzej
df25b50944
src/gui/movieplayer.cpp try fix stop play file on file end
2017-02-26 15:05:21 +01:00
svenhoefer
1aa5e929db
- channelist: use OFFSET-defines for channels w/o EPG too
2017-02-26 01:01:15 +01:00
svenhoefer
cf9a1a705c
- timerlist: fix timer comparison in modifyTimer()
2017-02-26 00:06:32 +01:00
M. Liebmann
0bc65538ac
Merge branch 'master' into pu/fb-setmode
2017-02-25 16:54:06 +01:00
Stefan Seyfried
c3e5d77bfe
rcinput: apply ev.time adjustment to all events
...
This fixes detection of keys that are allowed to be long-pressed if
"long keypress" feature is enabled.
No idea why this was applied only to key press events before :-)
2017-02-25 16:07:25 +01:00