Commit Graph

3272 Commits

Author SHA1 Message Date
Thilo Graf
7f7459b427 CTextBox: add option BOTTOM
BOTTOM was missed


Origin commit data
------------------
Branch: ni/coolstream
Commit: fee315f642
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-24 (Mon, 24 Sep 2012)

Origin message was:
------------------
*CTextBox: add option BOTTOM

BOTTOM was missed


------------------
This commit was generated by Migit
2012-11-05 21:26:22 +01:00
Thilo Graf
092c8223e8 CTextBox: add optional text align TOP
Origin commit data
------------------
Branch: ni/coolstream
Commit: 33e684bc20
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-22 (Sat, 22 Sep 2012)

Origin message was:
------------------
*CTextBox: add optional text align TOP

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

------------------
This commit was generated by Migit
2012-11-05 21:26:21 +01:00
Thilo Graf
b4d09f65da CTextbox: add text align option RIGHT
This supports paint of text on the right side of frame and
also considers scroll bar width.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c25edc0b74
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-22 (Sat, 22 Sep 2012)

Origin message was:
------------------
*CTextbox: add text align option RIGHT

This supports paint of text on the right side of frame and
also considers scroll bar width.


------------------
This commit was generated by Migit
2012-11-05 21:26:21 +01:00
Thilo Graf
0c6b5c2aa7 CTextBox: set text y position depends of lines count
If we have only one line, text will be painted horizontal centered,
otherwise text begins on top of frame.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c9472dc3f3
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-22 (Sat, 22 Sep 2012)

Origin message was:
------------------
*CTextBox: set text y position depends of lines count

If we have only one line, text will be painted horizontal centered,
otherwise text begins on top of frame.


------------------
This commit was generated by Migit
2012-11-05 21:26:21 +01:00
Thilo Graf
41a9334265 CTextBox: add missing textmode comments
Origin commit data
------------------
Branch: ni/coolstream
Commit: 07fa858d6c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-22 (Sat, 22 Sep 2012)

Origin message was:
------------------
*CTextBox: add missing textmode comments

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

------------------
This commit was generated by Migit
2012-11-05 21:26:21 +01:00
Thilo Graf
861c1cbb02 CTextbox: add members setWindowMaxDimensions, setWindowMinDimensions
so we can control max an mnin width and height


Origin commit data
------------------
Branch: ni/coolstream
Commit: 130d7bf6c2
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-22 (Sat, 22 Sep 2012)



------------------
This commit was generated by Migit
2012-11-05 21:26:21 +01:00
Thilo Graf
63d6184d73 CTextBox: fix freezes in channellist and bedit
refreshTextLineArray() was to much in reSizeMainFrameHeight() and
initFramesRel(), caused endless loops under certain circumstances


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1244af4666
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-20 (Thu, 20 Sep 2012)

Origin message was:
------------------
*CTextBox: fix freezes in channellist and bedit

refreshTextLineArray() was to much in reSizeMainFrameHeight() and
initFramesRel(), caused endless loops under certain circumstances


------------------
This commit was generated by Migit
2012-11-05 21:26:21 +01:00
Thilo Graf
0befbe7386 CTextbox: add Member setWindowPos()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 550300078e
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-19 (Wed, 19 Sep 2012)

Origin message was:
------------------
*CTextbox: add Member setWindowPos()

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

------------------
This commit was generated by Migit
2012-11-05 21:26:21 +01:00
Thilo Graf
a5f0e7bd60 CTextBox: trivial change for better readability in initVar()
Origin commit data
------------------
Branch: ni/coolstream
Commit: a7bdf41dfe
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-19 (Wed, 19 Sep 2012)

Origin message was:
------------------
*CTextBox: trivial change for better readability in initVar()

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

------------------
This commit was generated by Migit
2012-11-05 21:26:20 +01:00
Thilo Graf
831e3397a7 CTextBox: add member initFramesAndTextArray(), move max_width into initVar
this combines initFramesRel() and	refreshTextLineArray()


Origin commit data
------------------
Branch: ni/coolstream
Commit: ed3be21ebd
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-19 (Wed, 19 Sep 2012)

Origin message was:
------------------
*CTextBox: add member initFramesAndTextArray(), move max_width into initVar

this combines initFramesRel() and	refreshTextLineArray()


------------------
This commit was generated by Migit
2012-11-05 21:26:20 +01:00
Thilo Graf
c6d5efe614 CTextBox: style, reworked statements for better readability
Origin commit data
------------------
Branch: ni/coolstream
Commit: 57cb8cc3e0
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-19 (Wed, 19 Sep 2012)

Origin message was:
------------------
*CTextBox: style, reworked statements for better readability

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

------------------
This commit was generated by Migit
2012-11-05 21:26:20 +01:00
Thilo Graf
064705f276 CTextBox: remove frameBuffer = NULL
already happens in initVar()


Origin commit data
------------------
Branch: ni/coolstream
Commit: ad72c62471
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-19 (Wed, 19 Sep 2012)

Origin message was:
------------------
*CTextBox: remove frameBuffer = NULL

already happens in initVar()


------------------
This commit was generated by Migit
2012-11-05 21:26:20 +01:00
Thilo Graf
be2d3834ef CTextBox: add missed init of lineBreakWidth
lineBreakWidth is not initialized, but some othe values also not defined,
here is seems somthing wrong


Origin commit data
------------------
Branch: ni/coolstream
Commit: d7dc44146c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-18 (Tue, 18 Sep 2012)

Origin message was:
------------------
*CTextBox: add missed init of lineBreakWidth

lineBreakWidth is not initialized, but some othe values also not defined,
here is seems somthing wrong


------------------
This commit was generated by Migit
2012-11-05 21:26:20 +01:00
Thilo Graf
25259790dd CTextBox: move framebuffer define only into initVar
framebuffer = NULL was called in all constructors,
so it should be enough to define this only at one point.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 55896356f1
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-11-05 (Mon, 05 Nov 2012)

Origin message was:
------------------
*CTextBox: move framebuffer define only into initVar

framebuffer = NULL was called in all constructors,
so it should be enough to define this only at one point.


------------------
This commit was generated by Migit
2012-11-05 21:26:20 +01:00
Thilo Graf
e08f50cf85 CTextBox: some small style clean ups for better readability
Origin commit data
------------------
Branch: ni/coolstream
Commit: 323393548d
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-16 (Sun, 16 Sep 2012)

Origin message was:
------------------
*CTextBox: some small style clean ups for better readability

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

------------------
This commit was generated by Migit
2012-11-05 21:26:19 +01:00
Thilo Graf
d04a49eefc CTextBox/CMsgBox: reduce data type conflicts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 342fa5f88a
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-14 (Fri, 14 Sep 2012)

Origin message was:
------------------
*CTextBox/CMsgBox: reduce data type conflicts

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

------------------
This commit was generated by Migit
2012-11-05 21:26:19 +01:00
Thilo Graf
43ad1b517a CTextBox: add methodes setTextMode() and setBackGroundColor()
Origin commit data
------------------
Branch: ni/coolstream
Commit: d2b9429669
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-14 (Fri, 14 Sep 2012)

Origin message was:
------------------
*CTextBox: add methodes setTextMode() and setBackGroundColor()

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

------------------
This commit was generated by Migit
2012-11-05 21:26:19 +01:00
Thilo Graf
4cd5407fcb CMovieBrowser: set button yes in message box as default on delete ts file
Origin commit data
------------------
Branch: ni/coolstream
Commit: da63457eef
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Origin message was:
------------------
*CMovieBrowser: set button yes in message box as default on delete ts file

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

------------------
This commit was generated by Migit
2012-11-05 21:26:19 +01:00
Thilo Graf
8ea7aa2f87 user_menu: personalize also yellow and green buttons
Origin commit data
------------------
Branch: ni/coolstream
Commit: 12e778773b
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-28 (Tue, 28 Aug 2012)

Origin message was:
------------------
*user_menu: personalize also yellow and green buttons

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

------------------
This commit was generated by Migit
2012-11-05 21:26:19 +01:00
Thilo Graf
1058407ecb CTextBox: remove printf
it' makes osd too slow


Origin commit data
------------------
Branch: ni/coolstream
Commit: 69c22d1594
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-27 (Mon, 27 Aug 2012)

Origin message was:
------------------
*CTextBox: remove printf

it' makes osd too slow


------------------
This commit was generated by Migit
2012-11-05 21:26:18 +01:00
Jacek Jendrzej
9d219cd358 src/driver/streamts.cpp: use new instead of malloc
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e3791be72
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-05 (Mon, 05 Nov 2012)


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

------------------
This commit was generated by Migit
2012-11-05 16:48:41 +01:00
Jacek Jendrzej
8286a1702c src/gui/bouquetlist.cpp: close FAV window with rc-fav only in FAV mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80fe0c9307
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-05 (Mon, 05 Nov 2012)


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

------------------
This commit was generated by Migit
2012-11-05 16:45:34 +01:00
vanhofen
8b32bf95dc satellites.xml: update astra 19.2
Origin commit data
------------------
Branch: ni/coolstream
Commit: b6535a4823
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-11-05 (Mon, 05 Nov 2012)

Origin message was:
------------------
- satellites.xml: update astra 19.2

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

------------------
This commit was generated by Migit
2012-11-05 14:06:24 +01:00
Jacek Jendrzej
f35b64432a initialize not initialized var
Origin commit data
------------------
Branch: ni/coolstream
Commit: 926e0ce141
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-05 (Mon, 05 Nov 2012)

Origin message was:
------------------
initialize not initialized var

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

------------------
This commit was generated by Migit
2012-11-05 09:24:51 +01:00
Jacek Jendrzej
0d56d64975 src/gui/epgview.cpp: further corrections for followlist
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5e284c68c3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-04 (Sun, 04 Nov 2012)


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

------------------
This commit was generated by Migit
2012-11-04 22:13:36 +01:00
Jacek Jendrzej
a3b8f9378a src/driver/record.cpp: -fix auto_delete
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9cec234d73
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-04 (Sun, 04 Nov 2012)


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

------------------
This commit was generated by Migit
2012-11-04 13:25:44 +01:00
Michael Liebmann
c99bb09b56 Software Update with apply the settings (Part8)
- src/gui/ext_update.cpp: Use new instead of malloc


Origin commit data
------------------
Branch: ni/coolstream
Commit: 01d44a6272
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-11-03 (Sat, 03 Nov 2012)

Origin message was:
------------------
* Software Update with apply the settings (Part8)

 - src/gui/ext_update.cpp: Use new instead of malloc


------------------
This commit was generated by Migit
2012-11-03 16:19:29 +01:00
Michael Liebmann
a8c252a60b Software Update with apply the settings (Part7)
- Clean osrelease at user defined kernelversion (THX snafed)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a5f5e8220
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-11-03 (Sat, 03 Nov 2012)

Origin message was:
------------------
* Software Update with apply the settings (Part7)

- Clean osrelease at user defined kernelversion (THX snafed)


------------------
This commit was generated by Migit
2012-11-03 16:19:29 +01:00
Michael Liebmann
346be4c475 Software Update with apply the settings (Part6)
- Use identifier '#:' for config vars in settingsupdate.conf


Origin commit data
------------------
Branch: ni/coolstream
Commit: f4f954415b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-11-03 (Sat, 03 Nov 2012)

Origin message was:
------------------
* Software Update with apply the settings (Part6)

- Use identifier '#:' for config vars in settingsupdate.conf


------------------
This commit was generated by Migit
2012-11-03 16:19:29 +01:00
Jacek Jendrzej
97f6724e1f src/gui/epgview.cpp:show always all screening
Origin commit data
------------------
Branch: ni/coolstream
Commit: 27fe0fe6e0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-03 (Sat, 03 Nov 2012)


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

------------------
This commit was generated by Migit
2012-11-03 11:20:15 +01:00
Jacek Jendrzej
b95b9917bc src/gui/epgview.cpp:check res after exec
Origin commit data
------------------
Branch: ni/coolstream
Commit: c40361147d
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 22:00:01 +01:00
Jacek Jendrzej
7f161248cf src/neutrino.cpp:timeshiftDir : fix autodelete
Origin commit data
------------------
Branch: ni/coolstream
Commit: 618fa78a5a
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 21:50:43 +01:00
Jacek Jendrzej
9d1444a8df src/driver/volume.cpp:-fix segfault on new fb_pixel_t with not initialized digit_h+digit_offset
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7ea3a20a80
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 18:17:47 +01:00
[CST] Focus
c02486123a neutrino.cpp: delete missed colorSetupNotifier reference
Origin commit data
------------------
Branch: ni/coolstream
Commit: b48e74557b
Author: [CST] Focus <focus.cst@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 18:49:47 +04:00
[CST] Focus
acbb4252e1 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: baffb1b021
Author: [CST] Focus <focus.cst@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 18:12:53 +04:00
[CST] Focus
3ac4295286 gui/network_service.cpp: use sh -c to start network service
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1c6b35795e
Author: [CST] Focus <focus.cst@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 18:08:23 +04:00
[CST] Focus
097adb8b5d neutrino.cpp: cleanup unused code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0c8cd117a9
Author: [CST] Focus <focus.cst@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 18:07:39 +04:00
[CST] Focus
1e034da02f neutrino.cpp: remove initGlobals(), global variables initialized to 0 anyway
Origin commit data
------------------
Branch: ni/coolstream
Commit: de99c8a741
Author: [CST] Focus <focus.cst@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 17:28:01 +04: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
[CST] Focus
a9e9cc4873 neutrino.cpp: use g_InfoViewer->setUpdateTimer(),
disable timer in standby


Origin commit data
------------------
Branch: ni/coolstream
Commit: e6afe59081
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)



------------------
This commit was generated by Migit
2012-11-02 16:10:32 +04:00
[CST] Focus
b845ef991b gui/epgview.cpp: use g_InfoViewer->getUpdateTimer()
Origin commit data
------------------
Branch: ni/coolstream
Commit: af753fc4f1
Author: [CST] Focus <focus.cst@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 16:09:30 +04:00
[CST] Focus
e079db2ae3 gui/infoviewer.cpp: add set/getUpdateTimer, dont set timer in start()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c6c284c2f
Author: [CST] Focus <focus.cst@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 16:09:25 +04:00
[CST] Focus
4815723b4c neutrino.h: remove unused colorSetupNotifier
Origin commit data
------------------
Branch: ni/coolstream
Commit: de30356655
Author: [CST] Focus <focus.cst@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:43:16 +04:00
[CST] Focus
2f0fdc60df neutrino.cpp: remove CFanControlNotifier new/delete
Origin commit data
------------------
Branch: ni/coolstream
Commit: cb5d6187df
Author: [CST] Focus <focus.cst@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:42:49 +04:00
Jacek Jendrzej
656924b138 src/gui/eventlist.cpp:typo fix for 1054045693
Origin commit data
------------------
Branch: ni/coolstream
Commit: 377772e242
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 11:21:52 +01:00
[CST] Focus
01f7dd84c5 system/setting_helpers.cpp: add static CFanControlNotifier::setSpeed,
to call it direct


Origin commit data
------------------
Branch: ni/coolstream
Commit: c7dd7ccc78
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)



------------------
This commit was generated by Migit
2012-11-02 14:18:56 +04:00
[CST] Focus
36bf89ea8e system/setting_helpers.cpp: add static CColorSetupNotifier::setPalette(),
to call it direct


Origin commit data
------------------
Branch: ni/coolstream
Commit: a1bd6d404b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)



------------------
This commit was generated by Migit
2012-11-02 13:46:32 +04:00
[CST] Focus
795eab20f3 system/setting_helpers.cpp: comment CVolume/CInfoClock Init in CColorSetupNotifier::changeNotify:
is it really needed to re-init them on palette change ?


Origin commit data
------------------
Branch: ni/coolstream
Commit: f78be0f96d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)



------------------
This commit was generated by Migit
2012-11-02 13:10:15 +04:00
[CST] Focus
50547a36fb gui/osd_setup.cpp: remove unneeded colorSetupNotifier->changeNotify
Origin commit data
------------------
Branch: ni/coolstream
Commit: bc6a239002
Author: [CST] Focus <focus.cst@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 12:56:44 +04:00
[CST] Focus
d4cadb5e19 gui/miscsettings_menu.cpp: remove unneeded fanNotifier->changeNotify
Origin commit data
------------------
Branch: ni/coolstream
Commit: dc58416597
Author: [CST] Focus <focus.cst@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 12:56:08 +04:00