svenhoefer
856c676430
- rename g_PluginList to g_Plugins; this isn't a list of plugins
2017-03-01 13:03:50 +01:00
svenhoefer
274b117f34
- pluginlist: add default timeout to plugin-output ...
...
to avoid a blocked system. Without timeout all upcoming timers
will be ignored, if user doesn't confirm the plugin-output.
2017-02-11 11:15:09 +01:00
Thilo Graf
dde298b1b7
CMsgBox: rework msgbox classes with Window class implementation
...
Replacing messagebox, hintbox_ext and some derivated parts with
basic class hintbox and derivated class CMsgBox. This should unify
window handling and avoids maintain of multiple classes with quasi
same purpose and adds more functionality.
TODO: fix and optimize details
2016-10-24 10:31:24 +02:00
svenhoefer
9041bff59c
- remove w_max()-calls to define menu-width, because ...
...
w-max() returns a pixel-value, but menus need a percentage-value.
2015-04-24 09:11:04 +02:00
Stefan Seyfried
396be41ab3
CPluginExec: avoid crash when pluginlist is empty
2015-02-20 08:55:45 +01:00
Jacek Jendrzej
2b5e7b5ba3
use empty to check string
2015-01-09 17:15:11 +01:00
svenhoefer
389c4c232f
- plugins: simplify integratePlugins(); ...
...
* CPluginsExec(): switch to singleton
* move CPluginsExec() to pluginlist.cpp|h
because it's not really a settings_helper
2014-11-10 22:41:08 +01:00
svenhoefer
269cd4cef8
- pluginlist: use keyhelper to get hotkeys; allow colored keys from plugin.cfg
2014-11-07 15:42:25 +01:00
svenhoefer
088809b76f
- - plugins: use hinticons for plugins in usermenu and pluginlist
2014-10-07 13:19:19 +04:00
svenhoefer
c166fc28af
- plugins: don't show integrated plugins in usermenu
2014-09-30 14:27:48 +04:00
M. Liebmann
c0245159f4
CPluginList: Supplement to commit cf43a6f
(RC_setup for exit all menus)
2014-03-03 20:20:57 +01:00
martii
cf43a6f2a6
gui/pluginlist: drop custom menu implementation
...
(but use the menu-hint as plugin-description)
2014-03-02 23:00:30 +01:00
svenhoefer
4b5242c254
- plugins: cleanup
...
* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin
2014-03-02 00:43:59 +01:00
M. Liebmann
c745b636f8
CPluginList::exec: Add CRCInput::RC_setup to exit all menus
2014-02-28 00:04:08 +01:00
svenhoefer
565b62477b
- pluginlist: simplify b427c3d6a5
2014-02-12 09:24:37 +01:00
svenhoefer
b427c3d6a5
- pluginlist: don't show full list when pluginlist-size is smaller
2014-02-08 22:43:03 +01:00
svenhoefer
f9ad30f183
- plugins: type for listed plugins on blue key is selectable
...
* add mainmenu items for tools and lua-extensions
(default not visible)
* add usermenu items for tools and lua-extensions
(default off)
2014-02-04 09:08:21 +01:00
Thilo Graf
5ea7ec48df
CComponentsHeader: rework constructors, add CComponentsHeaderLocalized
...
Member initVarHeader() now used with parameters, so it's possible
to remove multiple code in constructors, but some class must be
renamed to CComponentsHeaderLocalized.
2014-01-24 23:09:56 +01:00
svenhoefer
53f5801d6f
- adapt ShowMsg handling from martii's neutrino-mp
2014-01-22 12:37:21 +01:00
Thilo Graf
f7798affc6
CComponents: add unfied header file for general include of cc classes
...
Provides a unified header file, so it is not required to select a
certain header file.
2013-10-24 21:19:07 +02:00
Michael Liebmann
c60c5c5ce3
Replace color indexes of the text colors by real color values for RenderString()
...
- If necessary, Correct data types of the color values
2013-07-21 22:00:58 +02:00
svenhoefer
b1f2f4dc98
- pluginlist: using CComponentsHeader to paint header
...
* fix scrollbar painting
2013-06-27 14:03:34 +02:00
[CST] Focus
35ee04049a
remove obsolete and unused includes
2012-06-14 11:01:37 +04:00
[CST] Bas
3d96ea9419
gui: fix compile after include change.
2012-03-04 15:50:56 +08:00
focus
1b6c7b4713
Use new class to fade
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1943 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-06 12:39:37 +00:00
focus
82d3290d98
Remove unused g_settings.gtx_alpha1/2
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1917 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-26 12:45:02 +00:00
focus
5c8429673a
Allow killTimer to check and reset timer id
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1562 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-21 10:04:05 +00:00
focus
1df85f6ea3
Fade changes for new fb driver
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1413 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-04-23 10:24:09 +00:00
focus
253324226e
Windows fade emulation. Some main windows at the moment only. New drivers needed.
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@644 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-06-27 13:06:12 +00:00
satbaby
8f59cc96ec
change 'long long' tom int64_t'; change variable buf to new delete;
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@291 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-07 14:32:21 +00:00
mws
1b13da2617
Mark unused vars as comment
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@104 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-21 16:23:09 +00:00
satbaby
49e009134b
port rounded corner code from tuxbox CVSuse getScreenStartX(),getScreenStartY(),h_max(),w_max() routines
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@87 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-17 09:58:55 +00:00
mrcolor
bc5bd4154e
our current experimental Neutrino branch
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-08 11:05:11 +00:00