Commit Graph

19 Commits

Author SHA1 Message Date
Stefan Seyfried
3dcee88f80 replace framebuffer.h include with forward declaration
instead of including framebuffer.h almost everywhere, replace it with
class CFrameBuffer forward declarations and/or generic system includes.
Add a hack to define fb_pixel_t to config.h (one reason for
framebuffer.h includes was the fb_pixel_t define)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 63b6efd1f5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-05 (Sun, 05 Feb 2017)



------------------
This commit was generated by Migit
2017-02-05 13:05:07 +01:00
Thilo Graf
06e8854e50 CStringInput: unify init handler inside constructors, fix message title
Alternative solution for: remove possible display of NONEXISTANT_LOCALE
c25ecd2b48

Locales are used for setting keys and passed with notifies for
observer objects. It seems this is not really a good idea in some
constellations.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8dc96ec830
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-27 (Tue, 27 Dec 2016)



------------------
This commit was generated by Migit
2016-12-27 18:25:43 +01:00
Thilo Graf
7eed1784e8 Revert "CStringInput: remove possible display of NONEXISTANT_LOCALE"
This reverts commit c25ecd2b48.

Conflicts:
	src/gui/widget/stringinput.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: b9eeaf74dc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-27 (Tue, 27 Dec 2016)



------------------
This commit was generated by Migit
2016-12-27 18:18:00 +01:00
Thilo Graf
c25ecd2b48 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
------------------
Branch: ni/coolstream
Commit: 4e853d98c2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-23 (Fri, 23 Dec 2016)



------------------
This commit was generated by Migit
2016-12-23 21:03:11 +01:00
Michael Liebmann
bb952faf1b CStringInput: Make saveScreen changeable with forceSaveScreen()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e22860ac0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-10-29 (Sat, 29 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-29 10:38:06 +02:00
Jacek Jendrzej
cd9cb4ba95 remove unused and some clang compil fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 374a172aef
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-17 (Sun, 17 Apr 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-04-17 13:46:16 +02:00
Michael Liebmann
2fd195d66a Preparing the input classes for Lua
- Add non locale variants for CExtendedInput, CStringInput,
 CStringInputSMS, CPINInput
 THX Martii


Origin commit data
------------------
Branch: ni/coolstream
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


------------------
This commit was generated by Migit
2014-01-19 20:57:38 +01:00
martii
08c1b36166 gui/widget/stringinput: sms-input: cleanup last push, no binary change
add timer to change to next field


Origin commit data
------------------
Branch: ni/coolstream
Commit: 365f3ea395
Author: martii <m4rtii@gmx.de>
Date: 2013-12-12 (Thu, 12 Dec 2013)



------------------
This commit was generated by Migit
2013-12-12 08:24:24 +01:00
vanhofen
90438d2bb1 stringinput: avoid an access out of bounds
ported from tuxbox-neutrino; thx to Gaucho316


Origin commit data
------------------
Branch: ni/coolstream
Commit: b9383588c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-14 (Fri, 14 Jun 2013)

Origin message was:
------------------
- stringinput: avoid an access out of bounds

ported from tuxbox-neutrino; thx to Gaucho316


------------------
This commit was generated by Migit
2013-06-14 13:10:02 +02:00
[CST] Focus
8373612f09 Merge branch 'next' of coolstreamtech.de:cst-public-gui-neutrino into next
Conflicts:
	src/gui/widget/stringinput.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4df0f85d26
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)



------------------
This commit was generated by Migit
2013-03-14 15:44:07 +04:00
vanhofen
f1c53334db stringinput: rework dialogs
* fix diplay with all fontsizefactors
* dynamical height/width/position of dialogs
* dynamical height of buttonbar


Origin commit data
------------------
Branch: ni/coolstream
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


------------------
This commit was generated by Migit
2013-03-09 15:06:10 +01:00
[CST] Bas
eceb414876 neutrino: add a input object for Enquiry Objects from CI. They specify if the
input has to be blind.


Origin commit data
------------------
Branch: ni/coolstream
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.


------------------
This commit was generated by Migit
2013-02-04 14:42:40 +08:00
Jacek Jendrzej
885767094f src/gui/widget/stringinput.cpp: fix hide Background
Origin commit data
------------------
Branch: ni/coolstream
Commit: 83a4b871d6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-11-02 14:01:43 +01:00
Jacek Jendrzej
67c5d7c91e remove doubles include
Origin commit data
------------------
Branch: ni/coolstream
Commit: a3bfab0bcd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-11 (Tue, 11 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-09-11 20:31:33 +02:00
Stefan Seyfried
4b79626ecc 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
------------------
Branch: ni/coolstream
Commit: 2cefa91372
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-04-06 (Wed, 06 Apr 2011)



------------------
This commit was generated by Migit
2011-04-06 17:56:08 +00:00
Jacek Jendrzej
90f56adb86 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
------------------
Branch: ni/coolstream
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


------------------
This commit was generated by Migit
2011-02-28 16:35:44 +00:00
Thilo Graf
b42893a5ea 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
------------------
Branch: ni/coolstream
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


------------------
This commit was generated by Migit
2011-02-21 09:08:10 +00:00
[CST] Focus
f99ade5d07 All icon file names moved to icons.h; .raw extension removed from icon names
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@219 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 95130dee5a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-01-29 (Fri, 29 Jan 2010)



------------------
This commit was generated by Migit
2010-01-29 14:09:57 +00:00
mrcolor
bcecfb6585 our current experimental Neutrino branch
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: bc5bd4154e
Author: mrcolor <mrcolor@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-08 (Tue, 08 Dec 2009)



------------------
This commit was generated by Migit
2009-12-08 11:05:11 +00:00