Thilo Graf
3c2c889a58
CMenuItem: add members set/get info icon inside menu items
...
Origin commit data
------------------
Commit: f0660dc66c
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-09-17 (Sun, 17 Sep 2017)
2017-09-17 13:52:43 +02:00
Jacek Jendrzej
678fa9560f
Merge branch 'master' into pu/mp
...
Origin commit data
------------------
Commit: e3998c1ced
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2017-09-15 (Fri, 15 Sep 2017)
2017-09-15 20:44:49 +02:00
vanhofen
98851fc4e7
rename SLIDER defines
...
Origin commit data
------------------
Commit: d873aef1e8
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-14 (Thu, 14 Sep 2017)
Origin message was:
------------------
- rename SLIDER defines
2017-09-15 20:17:48 +02:00
vanhofen
53336e813e
menu: rework slider; ...
...
* rename some variables
* use paintBoxFrame() instead of background-icon; this avoids scaling
issues on higher resolutions; scaled icons are ugly
Origin commit data
------------------
Commit: 0a748de445
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-14 (Thu, 14 Sep 2017)
Origin message was:
------------------
- menu: rework slider; ...
* rename some variables
* use paintBoxFrame() instead of background-icon; this avoids scaling
issues on higher resolutions; scaled icons are ugly
2017-09-15 20:16:13 +02:00
vanhofen
87fa51f50f
menue: don't move menu in centered mode to the right; ...
...
when hintboxes do overlay the menu it looks crooked
Origin commit data
------------------
Commit: 221722bc9e
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-15 (Fri, 15 Sep 2017)
Origin message was:
------------------
- menue: don't move menu in centered mode to the right; ...
when hintboxes do overlay the menu it looks crooked
2017-09-15 18:23:31 +02:00
vanhofen
75212a5c31
menue: always show frame around the hintbox
...
Origin commit data
------------------
Commit: 38237f07b6
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-15 (Fri, 15 Sep 2017)
Origin message was:
------------------
- menue: always show frame around the hintbox
2017-09-15 18:23:31 +02:00
vanhofen
0a5d4a6bdb
rename SLIDER defines
...
Origin commit data
------------------
Commit: 978d72ac00
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-14 (Thu, 14 Sep 2017)
Origin message was:
------------------
- rename SLIDER defines
2017-09-14 22:00:41 +02:00
vanhofen
eb679c54ec
menu: rework slider; ...
...
* rename some variables
* use paintBoxFrame() instead of background-icon; this avoids scaling
issues on higher resolutions; scaled icons are ugly
Origin commit data
------------------
Commit: 5c22aa7058
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-14 (Thu, 14 Sep 2017)
Origin message was:
------------------
- menu: rework slider; ...
* rename some variables
* use paintBoxFrame() instead of background-icon; this avoids scaling
issues on higher resolutions; scaled icons are ugly
2017-09-14 21:37:44 +02:00
vanhofen
fb0a25d759
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
configure.ac
data/locale/deutsch.locale
data/locale/english.locale
src/gui/info_menue.cpp
src/gui/widget/menue.cpp
src/nhttpd/yconfig.h
src/system/helpers.h
Origin commit data
------------------
Commit: 9152c228ed
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-14 (Thu, 14 Sep 2017)
2017-09-14 16:23:15 +02:00
Jacek Jendrzej
805ed42dc4
Merge branch 'master' into pu/mp
...
Origin commit data
------------------
Commit: 2ebb47f519
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2017-09-14 (Thu, 14 Sep 2017)
2017-09-14 13:54:04 +02:00
Thilo Graf
bd57ddb2e8
CMenuWidget: replace paintBoxRel() calls with single PaintBoxRel()
...
Paints background and shadow at once. Shadow is painted only on
reqiured parts of screen. This avoids possible flicker effects e.g.
with footer paint, on changing buttons, was to see with opkg_manager.
Origin commit data
------------------
Commit: 5678da177e
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-08-13 (Sun, 13 Aug 2017)
2017-09-14 12:14:41 +02:00
Thilo Graf
b257efcc29
CMenuWidget: use CComponentsFooter for paint footers in menues
...
Another step for more unified window designs.
Origin commit data
------------------
Commit: 7f7054018b
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-08-13 (Sun, 13 Aug 2017)
2017-09-14 12:14:41 +02:00
vanhofen
883034a60d
plugin-code: cleanup from many unused code; ...
...
* remove intergration conversion because we can use the integer as it is
* update headers
Do we need /src/plugin.h anymore? Maybe this code could be merged into src/gui/plugins.h.
Signed-off-by: Thilo Graf <dbt@novatux.de >
Origin commit data
------------------
Commit: f2ec46311c
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-08 (Fri, 08 Sep 2017)
Origin message was:
------------------
- plugin-code: cleanup from many unused code; ...
* remove intergration conversion because we can use the integer as it is
* update headers
Do we need /src/plugin.h anymore? Maybe this code could be merged into src/gui/plugins.h.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-09-14 12:14:41 +02:00
vanhofen
54cd0a93e0
menu: always add an offset to menus; not only in round-border-mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Origin commit data
------------------
Commit: cd5fc80ebe
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-07 (Thu, 07 Sep 2017)
Origin message was:
------------------
- menu: always add an offset to menus; not only in round-border-mode
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-09-14 12:14:41 +02:00
vanhofen
50c8b5cdba
menu: fix right offset for very long right texts
...
Origin commit data
------------------
Commit: c11ac03b4f
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-12 (Tue, 12 Sep 2017)
Origin message was:
------------------
- menu: fix right offset for very long right texts
2017-09-12 22:30:35 +02:00
vanhofen
d3bd8b5725
menue: fix my stupid typo that avoids scrollbars
...
Origin commit data
------------------
Commit: 8115f33948
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-08 (Fri, 08 Sep 2017)
Origin message was:
------------------
- menue: fix my stupid typo that avoids scrollbars
2017-09-08 12:15:11 +02:00
vanhofen
5dc6e26d36
plugin-code: cleanup from many unused code; ...
...
* remove intergration conversion because we can use the integer as it is
* update headers
Do we need /src/plugin.h anymore? Maybe this code could be merged into src/gui/plugins.h.
Origin commit data
------------------
Commit: f0f0c1f55d
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-08 (Fri, 08 Sep 2017)
Origin message was:
------------------
- plugin-code: cleanup from many unused code; ...
* remove intergration conversion because we can use the integer as it is
* update headers
Do we need /src/plugin.h anymore? Maybe this code could be merged into src/gui/plugins.h.
2017-09-08 10:53:03 +02:00
vanhofen
23ea286fa9
menu: always add an offset to menus; not only in round-border-mode
...
Origin commit data
------------------
Commit: 65b8a7ae48
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-09-07 (Thu, 07 Sep 2017)
Origin message was:
------------------
- menu: always add an offset to menus; not only in round-border-mode
2017-09-07 16:18:30 +02:00
Jacek Jendrzej
6824f87be8
Merge branch 'master' into pu/mp
...
Origin commit data
------------------
Commit: ed416416cd
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2017-08-14 (Mon, 14 Aug 2017)
2017-08-14 16:26:49 +02:00
vanhofen
d36efaeac5
Revert "neutrino: disable some menus in upnp & ts mode"
...
This reverts commit 552e7c8777
.
Signed-off-by: Thilo Graf <dbt@novatux.de >
Origin commit data
------------------
Commit: 944ad7cb63
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-08-12 (Sat, 12 Aug 2017)
2017-08-12 14:05:17 +02:00
vanhofen
4d0a512b6e
Revert "neutrino: disable some menus in upnp & ts mode"
...
This reverts commit 552e7c8777
.
Origin commit data
------------------
Commit: 2e04d34a9c
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-08-12 (Sat, 12 Aug 2017)
2017-08-12 12:47:33 +02:00
Jacek Jendrzej
b01bf9414d
Merge branch 'master' into pu/mp
...
Origin commit data
------------------
Commit: 1763bb9e64
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2017-08-08 (Tue, 08 Aug 2017)
2017-08-08 20:06:40 +02:00
vanhofen
8b89a1af9d
menu: fix icon for CGenericMenuNext forwarder
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Origin commit data
------------------
Commit: 8c4fe6df2f
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-08-01 (Tue, 01 Aug 2017)
Origin message was:
------------------
- menu: fix icon for CGenericMenuNext forwarder
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-08-08 14:25:12 +02:00
vanhofen
e21f270c04
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Origin commit data
------------------
Commit: 6d49aee959
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-08-07 (Mon, 07 Aug 2017)
2017-08-07 08:20:56 +02:00
GetAway
552e7c8777
neutrino: disable some menus in upnp & ts mode
...
to prevent inoperability of neutrino
Origin commit data
------------------
Commit: 90de51de38
Author: GetAway <get-away@t-online.de >
Date: 2017-08-06 (Sun, 06 Aug 2017)
2017-08-07 07:52:41 +02:00
vanhofen
851752300e
menu: fix icon for CGenericMenuNext forwarder
...
Origin commit data
------------------
Commit: 27b111820f
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-08-01 (Tue, 01 Aug 2017)
Origin message was:
------------------
- menu: fix icon for CGenericMenuNext forwarder
2017-08-01 14:44:21 +02:00
Jacek Jendrzej
7cf343f927
Merge branch 'master' into pu/mp
...
Origin commit data
------------------
Commit: d612fbc05f
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2017-06-18 (Sun, 18 Jun 2017)
2017-06-18 12:21:18 +02:00
vanhofen
56c0ac4ef1
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
src/gui/audioplayer.cpp
src/gui/audioplayer.h
Origin commit data
------------------
Commit: 5433054b38
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-06-18 (Sun, 18 Jun 2017)
2017-06-18 00:52:04 +02:00
Thilo Graf
ca401844b8
CMenuSeparator: clean up multiple code parts
...
Origin commit data
------------------
Commit: 326a9634e1
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-06-18 (Sun, 18 Jun 2017)
2017-06-18 00:04:40 +02:00
Thilo Graf
449d2a0fe4
CMenuOptionNumberChooser: clean up multiple code parts
...
Origin commit data
------------------
Commit: f2e8f95e66
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-06-18 (Sun, 18 Jun 2017)
2017-06-18 00:04:40 +02:00
Thilo Graf
e6175baf29
CMenuForwarder: clean up multiple code parts
...
Origin commit data
------------------
Commit: 7b3ce6f330
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-06-18 (Sun, 18 Jun 2017)
2017-06-18 00:04:40 +02:00
Thilo Graf
761c660670
CMenuOptionStringChooser: clean up multiple code parts
...
Origin commit data
------------------
Commit: 284dba8c25
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-06-18 (Sun, 18 Jun 2017)
2017-06-18 00:04:40 +02:00
Thilo Graf
ae5aad38f5
CMenuOptionChooser: clean up multiple code parts
...
Origin commit data
------------------
Commit: 8899660dad
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-06-18 (Sun, 18 Jun 2017)
2017-06-18 00:04:40 +02:00
Jacek Jendrzej
9159d45c90
Merge branch 'master' into pu/mp
...
Origin commit data
------------------
Commit: 4c3002cb26
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 12:32:31 +02:00
vanhofen
a4aa97f4c5
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
data/icons/headers/pictureviewer.png
data/locale/english.locale
src/global.h
src/gui/components/cc_frm_footer.h
src/gui/eventlist.cpp
src/gui/pictureviewer.cpp
src/gui/widget/icons.h
src/gui/widget/menue.cpp
Origin commit data
------------------
Commit: a8ef409ff6
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 10:37:41 +02:00
vanhofen
50f63cf847
menue: replace last fixed values ...
...
... with OFFSET defines and scale2Res()-calculations
Signed-off-by: Thilo Graf <dbt@novatux.de >
- removed TODO for height of hint calculation
Origin commit data
------------------
Commit: 5c783a5c50
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-06-15 (Thu, 15 Jun 2017)
Origin message was:
------------------
- menue: replace last fixed values ...
... with OFFSET defines and scale2Res()-calculations
Signed-off-by: Thilo Graf <dbt@novatux.de >
- removed TODO for height of hint calculation
2017-06-15 01:01:55 +02:00
vanhofen
8aeb7304ab
menue: replace last fixed values ...
...
... with OFFSET defines and scale2Res()-calculations
Origin commit data
------------------
Commit: 57a146f8cf
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-06-09 (Fri, 09 Jun 2017)
Origin message was:
------------------
- menue: replace last fixed values ...
... with OFFSET defines and scale2Res()-calculations
2017-06-09 12:40:08 +02:00
Jacek Jendrzej
4643ac3f51
Merge branch 'master' into pu/mp
...
Origin commit data
------------------
Commit: ca83324763
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2017-06-07 (Wed, 07 Jun 2017)
2017-06-07 16:20:47 +02:00
vanhofen
63b648fb3e
menue: fix lcd4l-support for directly started items; ...
...
this fixes missing lcd4l-support in mode_upnp
Origin commit data
------------------
Commit: da62cd195b
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-03-26 (Sun, 26 Mar 2017)
Origin message was:
------------------
- menue: fix lcd4l-support for directly started items; ...
this fixes missing lcd4l-support in mode_upnp
2017-03-26 23:21:29 +02:00
Michael Liebmann
bbaad5b19d
Merge branch 'master' into pu/fb-setmode
...
Origin commit data
------------------
Commit: 2677543cc4
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-03-13 (Mon, 13 Mar 2017)
2017-03-13 21:55:50 +01:00
vanhofen
14f84f0bec
Merge remote-tracking branch 'neutrino-mp/master' into pu/mp
...
Conflicts:
src/neutrino.cpp
src/nhttpd/tuxboxapi/neutrinoyparser.cpp
Origin commit data
------------------
Commit: 8bdb16cec6
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-03-13 (Mon, 13 Mar 2017)
2017-03-13 16:14:33 +01:00
vanhofen
30fd965086
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
src/gui/channellist.cpp
src/gui/components/cc_detailsline.cpp
src/gui/widget/menue.cpp
Origin commit data
------------------
Commit: c4fa0eb30e
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-03-13 (Mon, 13 Mar 2017)
2017-03-13 12:45:30 +01:00
vanhofen
9c009ade29
unify DetailsLine-names; move define to settings.h
...
Origin commit data
------------------
Commit: 5b0faeab8c
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-03-13 (Mon, 13 Mar 2017)
Origin message was:
------------------
- unify DetailsLine-names; move define to settings.h
2017-03-13 12:40:04 +01:00
vanhofen
8c65bc5cf0
Merge branch 'pu/fb-setmode' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Origin commit data
------------------
Commit: e2cf02f310
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-03-13 (Mon, 13 Mar 2017)
2017-03-13 11:40:34 +01:00
Michael Liebmann
a3e6544398
CMenuWidget::calcSize: Add forgotten 'wi'
...
Origin commit data
------------------
Commit: d0b02a9752
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-03-13 (Mon, 13 Mar 2017)
2017-03-13 10:34:37 +01:00
Michael Liebmann
a84f479b62
CMenuWidget::calcSize: Use scale2Res() to adjust fixed sizes
...
Origin commit data
------------------
Commit: 2ed30486c4
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-03-13 (Mon, 13 Mar 2017)
2017-03-13 09:55:58 +01:00
Michael Liebmann
b19cf5238c
CMenuWidget::calcSize: Recalculation of min_width ...
...
... for adjustment to the osd resolution
Origin commit data
------------------
Commit: 30db40da1a
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-03-13 (Mon, 13 Mar 2017)
2017-03-13 09:55:58 +01:00
Stefan Seyfried
b93f4e419a
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: abec1c311b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-03-04 (Sat, 04 Mar 2017)
2017-03-04 19:32:30 +01:00
vanhofen
260127f781
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
src/gui/movieplayer.cpp
src/nhttpd/tuxboxapi/controlapi.cpp
Origin commit data
------------------
Commit: f30f4da574
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-03-01 (Wed, 01 Mar 2017)
2017-03-01 13:09:50 +01:00
vanhofen
a9edf315db
rename g_PluginList to g_Plugins; this isn't a list of plugins
...
Origin commit data
------------------
Commit: 856c676430
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-03-01 (Wed, 01 Mar 2017)
Origin message was:
------------------
- rename g_PluginList to g_Plugins; this isn't a list of plugins
2017-03-01 13:03:50 +01:00