Jacek Jendrzej
e74d4b0646
widget/stringinput: fix compare
...
Origin commit data
------------------
Commit: a0f0df7f17
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-12-24 (Sat, 24 Dec 2016)
2016-12-24 14:58:07 +01:00
Thilo Graf
40151669ef
CStringInput: remove possible display of NONEXISTANT_LOCALE
...
This should fix possible incorrect titles with content of
NONEXISTANT_LOCALE with lua script handler
Origin commit data
------------------
Commit: 4e853d98c2
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-12-23 (Fri, 23 Dec 2016)
2016-12-23 21:03:11 +01:00
Thilo Graf
eae883a161
Merge branch 'master' into pu/msgbox
...
Origin commit data
------------------
Commit: aae4411d03
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-10-29 (Sat, 29 Oct 2016)
2016-10-29 12:38:17 +02:00
Michael Liebmann
ca6a5d5975
CStringInput: Make saveScreen changeable with forceSaveScreen()
...
Origin commit data
------------------
Commit: 0e22860ac0
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2016-10-29 (Sat, 29 Oct 2016)
2016-10-29 10:38:06 +02:00
Thilo Graf
11b3307251
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
Origin commit data
------------------
Commit: dde298b1b7
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-04-04 (Mon, 04 Apr 2016)
2016-10-24 10:31:24 +02:00
vanhofen
1294e71da3
stringinput: use getItemColors function
...
Origin commit data
------------------
Commit: 7cdb8a0425
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-10-19 (Wed, 19 Oct 2016)
Origin message was:
------------------
- stringinput: use getItemColors function
2016-10-19 10:06:36 +02:00
vanhofen
f21851aec0
rename SHADOW_OFFSET -> OFFSET_SHADOW
...
Origin commit data
------------------
Commit: 5d450c60d3
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-10-10 (Mon, 10 Oct 2016)
Origin message was:
------------------
- rename SHADOW_OFFSET -> OFFSET_SHADOW
2016-10-10 14:19:55 +02:00
vanhofen
9c923e004c
stringinput: fix shadow color
...
Origin commit data
------------------
Commit: e65a7dfdd5
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-10-10 (Mon, 10 Oct 2016)
Origin message was:
------------------
- stringinput: fix shadow color
2016-10-10 14:19:55 +02:00
vanhofen
fa2686a90e
add listModeKey() function to simplify these calls
...
Origin commit data
------------------
Commit: 2911e638c7
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- add listModeKey() function to simplify these calls
2016-09-09 10:42:46 +02:00
vanhofen
e49ee18fb3
fonts: add and use own font for all footers
...
Origin commit data
------------------
Commit: 54f2ac510f
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-08-15 (Mon, 15 Aug 2016)
Origin message was:
------------------
- fonts: add and use own font for all footers
2016-08-15 19:02:42 +02:00
[CST] Focus
38ede6dfb0
neutrino: add webtv channel list mode
...
Origin commit data
------------------
Commit: 302642cee7
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-03-23 (Wed, 23 Mar 2016)
2016-03-23 16:36:00 +03:00
[CST] Focus
028134adcd
gui/widget/stringinput.cpp: fix cycle on dialog after timeout
...
Origin commit data
------------------
Commit: 055fc0a187
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-11-20 (Thu, 20 Nov 2014)
2014-11-20 14:38:07 +03:00
[CST] Focus
c665815487
gui/widget/stringinput.cpp: fix screen save/restore
...
Origin commit data
------------------
Commit: d20fc8f1bc
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-11-11 (Tue, 11 Nov 2014)
2014-11-11 14:40:52 +03:00
Michael Liebmann
baf7ffea36
Enable gradient for all remaining GUI header
...
Origin commit data
------------------
Commit: b9400110b4
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-10-16 (Thu, 16 Oct 2014)
2014-10-16 09:49:28 +02:00
[CST] Focus
34d2776109
neutrino: sync keybind and usermenu code with neutrino-mp, code (C) martii
...
Origin commit data
------------------
Commit: 420af7a4dc
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-05 (Fri, 05 Sep 2014)
2014-09-05 17:49:11 +04:00
vanhofen
98c0a441d8
change RenderString() default to UTF8
...
Origin commit data
------------------
Commit: 649d1b1f9d
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-06-11 (Wed, 11 Jun 2014)
Origin message was:
------------------
- change RenderString() default to UTF8
2014-06-11 23:07:13 +02:00
vanhofen
3bba3094e2
change getRenderWidth() default to UTF8
...
Origin commit data
------------------
Commit: 8b91cda918
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-06-11 (Wed, 11 Jun 2014)
Origin message was:
------------------
- change getRenderWidth() default to UTF8
2014-06-11 23:07:00 +02:00
Michael Liebmann
26f9f30699
CStringInputSMS: Add '%' to valid chars
...
Origin commit data
------------------
Commit: 5d4286285a
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-03-18 (Tue, 18 Mar 2014)
2014-03-18 19:05:33 +01:00
martii
d5685885b9
driver/rcinput: let getUnicodeValue() return const char *
...
Origin commit data
------------------
Commit: 34c23ed7a5
Author: martii <m4rtii@gmx.de >
Date: 2014-02-23 (Sun, 23 Feb 2014)
2014-02-25 00:17:09 +01: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
01de5acc30
Preparing the input classes for Lua
...
- Add non locale variants for CExtendedInput, CStringInput,
CStringInputSMS, CPINInput
THX Martii
Origin commit data
------------------
Commit: 31842369cc
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-01-18 (Sat, 18 Jan 2014)
Origin message was:
------------------
Preparing the input classes for Lua
- Add non locale variants for CExtendedInput, CStringInput,
CStringInputSMS, CPINInput
THX Martii
2014-01-19 20:57:38 +01:00
Michael Liebmann
b9de09d817
CStringInput: Fix commit ba22d3f1aa
...
- Don't paint background on NEUTRINO_ICON_NUMERIC_PAD
Origin commit data
------------------
Commit: 8004604957
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-12-29 (Sun, 29 Dec 2013)
2013-12-29 16:01:14 +01:00
Michael Liebmann
ba22d3f1aa
CStringInput: Fix parameter for paintIcon()
...
Origin commit data
------------------
Commit: aadf191115
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-12-17 (Tue, 17 Dec 2013)
2013-12-17 08:35:32 +01:00
martii
532de067ed
gui/widget/stringinput: sms-input: cleanup last push, no binary change
...
add timer to change to next field
Origin commit data
------------------
Commit: 365f3ea395
Author: martii <m4rtii@gmx.de >
Date: 2013-12-12 (Thu, 12 Dec 2013)
2013-12-12 08:24:24 +01:00
vanhofen
82168342a2
Revert "- add missing include of vfd header"
...
This reverts commit 81d56f75fc
.
Origin commit data
------------------
Commit: 014dd3ac7b
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-13 (Wed, 13 Nov 2013)
2013-11-13 23:39:55 +01:00
vanhofen
81d56f75fc
add missing include of vfd header
...
Origin commit data
------------------
Commit: 3845feb0e4
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-13 (Wed, 13 Nov 2013)
Origin message was:
------------------
- add missing include of vfd header
2013-11-13 10:40:18 +01:00
[CST] Focus
6e21f745e5
src/gui/widget/stringinput.cpp: copy valueString to value in ::exec,
...
to follow extenal valueString updates
Origin commit data
------------------
Commit: 22138336d4
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-11-01 (Fri, 01 Nov 2013)
2013-11-01 16:43:06 +04:00
Michael Liebmann
7b6498d39f
Replace color indexes of the text colors by real color values for RenderString()
...
- If necessary, Correct data types of the color values
Origin commit data
------------------
Commit: c60c5c5ce3
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-07-11 (Thu, 11 Jul 2013)
2013-07-21 22:00:58 +02:00
Gaucho316
f2d958d442
stringinput: Change value string only if OK was pressed
...
Origin commit data
------------------
Commit: e9be248b29
Author: Gaucho316 <Gaucho316@hotmail.com >
Date: 2013-06-14 (Fri, 14 Jun 2013)
Origin message was:
------------------
- stringinput: Change value string only if OK was pressed
2013-06-14 13:06:38 +02:00
vanhofen
017c86794c
stringinput: fix shadow and dimensions for pixbuf
...
Origin commit data
------------------
Commit: a485591986
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-06-13 (Thu, 13 Jun 2013)
Origin message was:
------------------
- stringinput: fix shadow and dimensions for pixbuf
2013-06-13 10:42:35 +02:00
Jacek Jendrzej
a805a274c7
CStringInput: - don't use sizeof pointer
...
Origin commit data
------------------
Commit: 2c0838eb06
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2013-05-30 (Thu, 30 May 2013)
2013-05-30 12:41:11 +02:00
vanhofen
056e83e6fc
stringinput: save/restore screen and add shadow
...
Origin commit data
------------------
Commit: d69502e5b8
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-05-14 (Tue, 14 May 2013)
Origin message was:
------------------
- stringinput: save/restore screen and add shadow
2013-05-14 01:07:58 +02:00
Stefan Seyfried
51a9a3b894
neutrino: make button bar use available space intelligently
...
modify the paintButtons() function, so that it spreads the buttons
over the available width with constant space between them.
Port over all users to the new method and clean up quite some custom
button drawing code on the way.
Conflicts:
src/gui/audioplayer.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/epgview.cpp
src/gui/eventlist.cpp
src/gui/filebrowser.cpp
src/gui/widget/buttons.cpp
src/gui/widget/stringinput.cpp
Origin commit data
------------------
Commit: e09bc260da
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2011-10-03 (Mon, 03 Oct 2011)
2013-04-05 14:50:28 +04:00
[CST] Focus
8bf2b50b59
Merge branch 'next' of coolstreamtech.de:cst-public-gui-neutrino into next
...
Conflicts:
src/gui/widget/stringinput.cpp
Origin commit data
------------------
Commit: 4df0f85d26
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-03-14 (Thu, 14 Mar 2013)
2013-03-14 15:44:07 +04:00
vanhofen
5c6a1555e0
stringinput: fix width of menutitle in dialogs
...
Origin commit data
------------------
Commit: 983e33f96d
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-03-09 (Sat, 09 Mar 2013)
Origin message was:
------------------
- stringinput: fix width of menutitle in dialogs
2013-03-09 15:17:08 +01:00
vanhofen
4fbc8895da
stringinput: rework dialogs
...
* fix diplay with all fontsizefactors
* dynamical height/width/position of dialogs
* dynamical height of buttonbar
Origin commit data
------------------
Commit: fad249ebb5
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-03-09 (Sat, 09 Mar 2013)
Origin message was:
------------------
- stringinput: rework dialogs
* fix diplay with all fontsizefactors
* dynamical height/width/position of dialogs
* dynamical height of buttonbar
2013-03-09 15:06:10 +01:00
[CST] Bas
a0f07673d8
neutrino: add a input object for Enquiry Objects from CI. They specify if the
...
input has to be blind.
Origin commit data
------------------
Commit: 02b649a6f4
Author: [CST] Bas <bas@coolstreamtech.com >
Date: 2013-02-04 (Mon, 04 Feb 2013)
Origin message was:
------------------
neutrino: add a input object for Enquiry Objects from CI. They specify if the
input has to be blind.
2013-02-04 14:42:40 +08:00
vanhofen
da7908bfad
stringinput.cpp: center NEUTRINO_ICON_NUMERIC_PAD horizontally
...
Origin commit data
------------------
Commit: c9a6a8721b
Author: vanhofen <vanhofen@gmx.de >
Date: 2012-11-07 (Wed, 07 Nov 2012)
Origin message was:
------------------
- stringinput.cpp: center NEUTRINO_ICON_NUMERIC_PAD horizontally
2012-11-07 13:49:01 +01:00
Jacek Jendrzej
64958af84d
src/gui/widget/stringinput.cpp: fix hide Background
...
Origin commit data
------------------
Commit: 83a4b871d6
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-11-02 (Fri, 02 Nov 2012)
2012-11-02 14:01:43 +01:00
Jacek Jendrzej
92b7d578fe
fix stringinput
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1380 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: adbd8e1605
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2011-04-07 (Thu, 07 Apr 2011)
2011-04-07 17:35:19 +00:00
Jacek Jendrzej
e2e313c17d
stringinput test fix
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1379 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 6033d3e635
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2011-04-06 (Wed, 06 Apr 2011)
2011-04-06 21:28:03 +00:00
Stefan Seyfried
a24153de08
stringinput: fix rounded corners for SMS stringinput
...
The SMS stringinput method has a button bar below the input field,
so the rounded corners are on the button bar instead of the input
field.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1377 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 2cefa91372
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2011-04-06 (Wed, 06 Apr 2011)
2011-04-06 17:56:08 +00:00
Stefan Seyfried
dc6a0691f3
neutrino: fix missing rounded corners in stringinput
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1376 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 47009d9ec3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2011-04-02 (Sat, 02 Apr 2011)
2011-04-02 16:05:53 +00:00
Jacek Jendrzej
7d68ba8512
fix special character for ssid
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1315 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 1c7c35af1a
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2011-03-20 (Sun, 20 Mar 2011)
Origin message was:
------------------
-fix special character for ssid
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1315 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-20 12:33:04 +00:00
Jacek Jendrzej
8836b57b83
add max/min option in stringinput for digi
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1234 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 58edffa82f
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2011-02-28 (Mon, 28 Feb 2011)
Origin message was:
------------------
-add max/min option in stringinput for digi
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1234 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-02-28 16:35:44 +00:00
Thilo Graf
add41797f1
neutrino buttonbars: reworked painting of buttonbar in
...
channellist,
stringinput (also cleared some char format problems),
audioplayer,
bouqueteditor_bouqets,
bouqueteditor_channels,
bouqueteditor_chanselect,
bookmarkmanager,,
bouquetlist,
filebrowser,
epgplus,
epgview,
pictureviewer,
timerlist,
upnpbrowser
TODO:
This is still not a final solution. I would like to see buttonhandling in
own class for better integration and handling of window structure.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1179 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: e1f887af72
Author: Thilo Graf <dbt@novatux.de >
Date: 2011-02-21 (Mon, 21 Feb 2011)
Origin message was:
------------------
*neutrino buttonbars: reworked painting of buttonbar in
channellist,
stringinput (also cleared some char format problems),
audioplayer,
bouqueteditor_bouqets,
bouqueteditor_channels,
bouqueteditor_chanselect,
bookmarkmanager,,
bouquetlist,
filebrowser,
epgplus,
epgview,
pictureviewer,
timerlist,
upnpbrowser
TODO:
This is still not a final solution. I would like to see buttonhandling in
own class for better integration and handling of window structure.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1179 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-02-21 09:08:10 +00:00
[CST] Focus
c4035324b1
Menus shadow; 0 calls timer-list in event-list; Fix exit from sleeptimer set; Testing backup/restore settings
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@647 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: c2cfa8862b
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2010-07-03 (Sat, 03 Jul 2010)
2010-07-03 13:09:40 +00:00
[CST] Focus
c6ca418526
Fixes for non-standart icon sizes. Not complete yet, work in progress. Probably will broke commit #568
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@569 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 56674d5561
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2010-05-06 (Thu, 06 May 2010)
2010-05-06 09:39:29 +00:00
Jacek Jendrzej
759ebe6b2d
add menu rounded corners on/off
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@395 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 00d9b35c08
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2010-02-20 (Sat, 20 Feb 2010)
Origin message was:
------------------
-add menu rounded corners on/off
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@395 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-20 21:29:30 +00:00
Stefan Seyfried
650574d518
stringinput: fix literal "double delete" :)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@299 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 2d062b870a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2010-02-07 (Sun, 07 Feb 2010)
2010-02-07 20:53:52 +00:00