vanhofen
4ac078dcee
infoviewer_bb: add own color for CA-bar
...
Origin commit data
------------------
Commit: fd6ad52c8c
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-06-17 (Wed, 17 Jun 2015)
Origin message was:
------------------
- infoviewer_bb: add own color for CA-bar
2015-06-18 21:18:32 +02:00
Jacek Jendrzej
97394593fa
themes.cpp: fix typo (logic) THX TangoCash
...
Origin commit data
------------------
Commit: 01d64f4735
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-05-12 (Tue, 12 May 2015)
2015-05-12 21:49:43 +02:00
[CST] Focus
7c9d4ec1bb
gui/themes.cpp: add option to switch one/two color gradient mode
...
Origin commit data
------------------
Commit: 76fa4bc221
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2015-05-07 (Thu, 07 May 2015)
2015-05-07 16:38:29 +03:00
vanhofen
9ec97d366b
fix and use THEMESDIR variable; move THEMESDIR_VAR to global.h
...
Origin commit data
------------------
Commit: 51e77c3fc6
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-05-06 (Wed, 06 May 2015)
Origin message was:
------------------
- fix and use THEMESDIR variable; move THEMESDIR_VAR to global.h
2015-05-06 22:58:54 +02:00
vanhofen
cc9f8c6450
themes: move colored_events settings to themes setup
...
Origin commit data
------------------
Commit: cb5f052e83
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-05-04 (Mon, 04 May 2015)
Origin message was:
------------------
- themes: move colored_events settings to themes setup
2015-05-05 11:43:17 +02:00
vanhofen
939ed343f7
infoviewer: add color-to-color gradient feature; THX to TangoCash ...
...
... for basic inspiration and dbt for some optimizations
Origin commit data
------------------
Commit: 62daf1dc4c
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-05-04 (Mon, 04 May 2015)
Origin message was:
------------------
- infoviewer: add color-to-color gradient feature; THX to TangoCash ...
... for basic inspiration and dbt for some optimizations
2015-05-04 09:41:41 +02:00
Thilo Graf
61656865d0
Merge branch 'cst-next.pre' into cst-next
...
Origin commit data
------------------
Commit: a58f1621b4
Author: Thilo Graf <dbt@novatux.de >
Date: 2015-04-30 (Thu, 30 Apr 2015)
2015-04-30 09:20:43 +02:00
Thilo Graf
6261b3b869
themes: use hintbox and header gradient option in theme settings
...
Color gradient feature was originally intended for use
inside theme settings and it's not really suitable for
generally use as default in all themes at the moment, so it makes more
sense to have options in theme settings and let the user decide
to customize this, unless enough other gui parts can use this feature.
Origin commit data
------------------
Commit: 01516cf943
Author: Thilo Graf <dbt@novatux.de >
Date: 2015-04-29 (Wed, 29 Apr 2015)
Origin message was:
------------------
themes: use hintbox and header gradient option in theme settings
Color gradient feature was originally intended for use
inside theme settings and it's not really suitable for
generally use as default in all themes at the moment, so it makes more
sense to have options in theme settings and let the user decide
to customize this, unless enough other gui parts can use this feature.
2015-04-29 10:16:55 +02:00
vanhofen
92960161a9
remove w_max()-calls to define menu-width, because ...
...
w-max() returns a pixel-value, but menus need a percentage-value.
Origin commit data
------------------
Commit: 9041bff59c
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-04-24 (Fri, 24 Apr 2015)
Origin message was:
------------------
- 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
Thilo Graf
39524dc80c
system/helpers: remove mkdirhier(); gui/themes: use createDir()
...
This is a partial revert of
picked commit 67ea8dd650
.
There were two methods, createDir() and mkdirhier() for the same purpose.
We don't need it twice.
btw: existing function createDir() fixed
Origin commit data
------------------
Commit: 1dcfc52a33
Author: Thilo Graf <dbt@novatux.de >
Date: 2014-11-28 (Fri, 28 Nov 2014)
2015-03-29 22:39:48 +02:00
Stefan Seyfried
5f6a2ac77d
themes: remove unneccessary (char *) casts
...
Origin commit data
------------------
Commit: 9a6d65937f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2015-02-10 (Tue, 10 Feb 2015)
2015-02-14 14:31:11 +01:00
Stefan Seyfried
de17dfee99
CThemes: make saveFile and readFile accept const char* param
...
this removes the need for ugly (char *) casts
Origin commit data
------------------
Commit: 3fa68cae90
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2015-02-10 (Tue, 10 Feb 2015)
2015-02-14 14:31:11 +01:00
Jacek Jendrzej
d339fff93d
neutrino use check empty() instead of length() or size()
...
Origin commit data
------------------
Commit: 8023a6317b
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-01-03 (Sat, 03 Jan 2015)
2015-01-03 17:51:08 +01:00
vanhofen
00d8a17055
themes: move user-themes to /var/tuxbox/themes ...
...
... because the other user-stuff (icons, locale, plugins) is also
stored in /var/tuxbox.
The directory /var/share/tuxbox/neutrino/themes will be removed.
The parent directories should now be obsolete and can be removed too.
Origin commit data
------------------
Commit: 38687897c5
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-11-28 (Fri, 28 Nov 2014)
Origin message was:
------------------
- themes: move user-themes to /var/tuxbox/themes ...
... because the other user-stuff (icons, locale, plugins) is also
stored in /var/tuxbox.
The directory /var/share/tuxbox/neutrino/themes will be removed.
The parent directories should now be obsolete and can be removed too.
2014-11-28 09:19:18 +01:00
vanhofen
4f42734572
align most CKeyboardInput calls to the changes in 88c6640
...
Origin commit data
------------------
Commit: ee91014c48
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-11-22 (Sat, 22 Nov 2014)
Origin message was:
------------------
- align most CKeyboardInput calls to the changes in 88c6640
2014-11-22 15:58:02 +01:00
[CST] Focus
dde8cb519f
change most code to use CKeyboardInput in place of CStringInputSMS
...
Origin commit data
------------------
Commit: 549e110e14
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-11-19 (Wed, 19 Nov 2014)
2014-11-19 18:21:38 +03:00
martii
69f917f16d
drop explicit CMenuForwarder icon assignments
...
Conflicts:
src/gui/3dsetup.cpp
src/gui/bouquetlist.cpp
src/gui/hdd_menu.cpp
src/gui/keybind_setup.cpp
src/gui/mediaplayer.cpp
src/gui/mediaplayer_setup.cpp
src/gui/moviebrowser.cpp
src/gui/network_setup.cpp
src/gui/nfs.cpp
src/gui/osd_setup.cpp
src/gui/osdlang_setup.cpp
src/gui/parentallock_setup.cpp
src/gui/personalize.cpp
src/gui/proxyserver_setup.cpp
src/gui/record_setup.cpp
src/gui/scan_setup.cpp
src/gui/screensetup.cpp
src/gui/settings_manager.cpp
src/gui/timerlist.cpp
src/gui/update_menue.cpp
src/gui/vfd_setup.cpp
src/gui/videosettings.cpp
src/neutrino_menue.cpp
Origin commit data
------------------
Commit: e84782bc4c
Author: martii <m4rtii@gmx.de >
Date: 2014-02-22 (Sat, 22 Feb 2014)
2014-09-15 11:44:08 +04:00
[CST] Focus
ec525a01cf
neutrino.cpp: move theme loading to gui/themes.cpp
...
original commit (C) martii:
commit cf48e04c02224af37098359d1788f65edd6a7060
gui/themes, neutrino: de-duplicate get/set code
Origin commit data
------------------
Commit: 58198b3f55
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-12 (Fri, 12 Sep 2014)
2014-09-12 19:42:31 +04:00
martii
68ed092145
gui/themes: don't keep default theme data twice
...
Origin commit data
------------------
Commit: 64ef858923
Author: martii <m4rtii@gmx.de >
Date: 2014-01-06 (Mon, 06 Jan 2014)
2014-09-12 18:42:46 +04:00
martii
739e184194
gui/themes: no need to memcpy a theme, just assign
...
Origin commit data
------------------
Commit: 43809987ac
Author: martii <m4rtii@gmx.de >
Date: 2014-01-11 (Sat, 11 Jan 2014)
2014-09-12 18:29:46 +04:00
martii
547d900fee
system/settings: move theme colors to dedicated struct
...
Conflicts:
src/driver/pictureviewer/pictureviewer.cpp
src/gui/epgview.cpp
src/gui/osd_setup.cpp
src/gui/pluginlist.cpp
src/neutrino.cpp
Origin commit data
------------------
Commit: b21cb152b5
Author: martii <m4rtii@gmx.de >
Date: 2014-01-06 (Mon, 06 Jan 2014)
2014-09-12 18:29:21 +04:00
martii
67ea8dd650
system/helpers: add mkdirhier(); gui/themes: use mkdirhier()
...
Conflicts:
src/system/helpers.h
Origin commit data
------------------
Commit: 431657e35d
Author: martii <m4rtii@gmx.de >
Date: 2014-01-06 (Mon, 06 Jan 2014)
2014-09-12 15:59:21 +04:00
vanhofen
8d5aa84e20
adapt ShowMsg handling from martii's neutrino-mp
...
Origin commit data
------------------
Commit: 53f5801d6f
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-01-22 (Wed, 22 Jan 2014)
Origin message was:
------------------
- adapt ShowMsg handling from martii's neutrino-mp
2014-01-22 12:37:21 +01:00
Michael Liebmann
1918153c0a
Preparing the menu classes for Lua Part #2
...
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
THX Martii
Origin commit data
------------------
Commit: b41819190d
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-01-16 (Thu, 16 Jan 2014)
Origin message was:
------------------
Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
THX Martii
2014-01-19 20:57:37 +01:00
Michael Liebmann
5311465ca4
CThemes: Add clock color to neutrino themes
...
Origin commit data
------------------
Commit: 7536370432
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-12-25 (Wed, 25 Dec 2013)
2013-12-25 18:32:02 +01:00
[CST] Focus
af4205e76b
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
...
Origin commit data
------------------
Commit: 0319c4faad
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-07 (Mon, 07 May 2012)
2012-05-07 15:37:02 +04:00
[CST] Focus
6a9b352aa1
gui/themes.cpp fix memleaks when using CMenuForwarder
...
Origin commit data
------------------
Commit: 34cbf8abde
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-05 (Sat, 05 May 2012)
2012-05-05 16:20:52 +04:00
[CST] Focus
4460e5f6a0
gui/themes.cpp: fix memleak in scandir
...
Origin commit data
------------------
Commit: 86f32ea5a7
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-04 (Fri, 04 May 2012)
2012-05-04 12:24:26 +04:00
Thilo Graf
23a27011aa
neutrino themes: style, initialize 'CThemes::notifier' in constructor
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2095 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: ba63af7668
Author: Thilo Graf <dbt@novatux.de >
Date: 2012-02-15 (Wed, 15 Feb 2012)
Origin message was:
------------------
*neutrino themes: style, initialize 'CThemes::notifier' in constructor
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2095 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-15 18:21:30 +00:00
[CST] Focus
da9d2959a6
Return menu result, to close all menus
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1857 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: ebb93aae6a
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2011-11-17 (Thu, 17 Nov 2011)
2011-11-17 10:49:26 +00:00
gixxpunk
629eddd84f
addition to rev. 1662+1663
...
add colored events to readFile(), saveFile() and setupDefaultColors()
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1666 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 9a76404b80
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2011-09-05 (Mon, 05 Sep 2011)
Origin message was:
------------------
- addition to rev. 1662+1663
add colored events to readFile(), saveFile() and setupDefaultColors()
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1666 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-05 15:44:44 +00:00
gixxpunk
f48c58db20
optional colouring of NOW or NEXT event in infobar (patch by svenhoefer)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1662 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: d93630be48
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2011-09-04 (Sun, 04 Sep 2011)
Origin message was:
------------------
- optional colouring of NOW or NEXT event in infobar (patch by svenhoefer)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1662 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-04 10:08:32 +00:00
Thilo Graf
9f1e14d625
neutrino: cleanup unused members and includes
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1182 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 026a27a521
Author: Thilo Graf <dbt@novatux.de >
Date: 2011-02-21 (Mon, 21 Feb 2011)
Origin message was:
------------------
*neutrino: cleanup unused members and includes
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1182 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-02-21 09:08:32 +00:00
Thilo Graf
7e7f0bb1ea
neutrino themes setup: width changed to 40%
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1059 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 435a47f47c
Author: Thilo Graf <dbt@novatux.de >
Date: 2011-01-26 (Wed, 26 Jan 2011)
Origin message was:
------------------
*neutrino themes setup: width changed to 40%
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1059 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-26 11:05:00 +00:00
Thilo Graf
83d681a991
use percent value for menue width
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@957 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 44b1cff443
Author: Thilo Graf <dbt@novatux.de >
Date: 2010-12-23 (Thu, 23 Dec 2010)
2010-12-23 22:43:46 +00:00
Thilo Graf
590f705df8
tuxbox-port: modul files added
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@894 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: a508e4ab5f
Author: Thilo Graf <dbt@novatux.de >
Date: 2010-11-28 (Sun, 28 Nov 2010)
2010-11-27 23:16:38 +00:00