Commit Graph

4611 Commits

Author SHA1 Message Date
[CST] Focus
e948052a53 gui/channellist.cpp: move info/menu/zap icons from head to button bar;
add play button icon for PiP;
rework CChannelList::paintButtonBar;
handle PiP key binding in addition to play button


Origin commit data
------------------
Branch: ni/coolstream
Commit: d79d592d27
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-05 (Fri, 05 Apr 2013)



------------------
This commit was generated by Migit
2013-04-05 15:15:44 +04:00
[CST] Focus
05543c248f dutch.locale: update
Origin commit data
------------------
Branch: ni/coolstream
Commit: 83cbc1cbef
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-05 14:54:22 +04:00
[CST] Focus
30115b940b driver/record.cpp: add record duration to stop menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1c2f2a5750
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-05 14:54:22 +04:00
Stefan Seyfried
42e163074f 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
------------------
Branch: ni/coolstream
Commit: e09bc260da
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-03 (Mon, 03 Oct 2011)



------------------
This commit was generated by Migit
2013-04-05 14:50:28 +04:00
Michael Liebmann
bfab2c1259 CComponentsPicture: initVarPicture() not execute if pic_name is blank
Origin commit data
------------------
Branch: ni/coolstream
Commit: bd47ef2060
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)

Origin message was:
------------------
* CComponentsPicture: initVarPicture() not execute if pic_name is blank

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

------------------
This commit was generated by Migit
2013-04-04 16:10:15 +01:00
Michael Liebmann
e575e91329 CComponentsInfoBox: CComponentsPicture not create when no image to draw
Origin commit data
------------------
Branch: ni/coolstream
Commit: 095c0e1b04
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)

Origin message was:
------------------
* CComponentsInfoBox: CComponentsPicture not create when no image to draw

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

------------------
This commit was generated by Migit
2013-04-04 16:10:15 +01:00
vanhofen
647363ca60 infoviewer: remove frame from timescale inside infoviewer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 85ab392a09
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-04-04 (Thu, 04 Apr 2013)

Origin message was:
------------------
- infoviewer: remove frame from timescale inside infoviewer

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

------------------
This commit was generated by Migit
2013-04-04 14:41:13 +02:00
Jacek Jendrzej
db0b328b0d CComponents: don't paint the same box with different colors as background
Origin commit data
------------------
Branch: ni/coolstream
Commit: d18217effb
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-04 12:19:31 +02:00
Michael Liebmann
c8f7b45b26 CNeutrinoEventList: Fix flicker when page is changed
Origin commit data
------------------
Branch: ni/coolstream
Commit: a841aa3790
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-03 (Wed, 03 Apr 2013)

Origin message was:
------------------
* CNeutrinoEventList: Fix flicker when page is changed

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

------------------
This commit was generated by Migit
2013-04-04 10:11:49 +01:00
Thilo Graf
2a5b1a990c CComponentsInfoBox: prevent background paint in infobox
Background for text is not needed here


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e7f81a126
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-04 (Thu, 04 Apr 2013)



------------------
This commit was generated by Migit
2013-04-04 09:56:53 +02:00
Thilo Graf
8611d5da33 CComponentsText: add member to control background paint on textbox objects
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a4543b8d2
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-04 (Thu, 04 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-04 09:56:53 +02:00
Thilo Graf
44a252bd16 CNeutrinoEventList: use CComponentsText instead CComponentsInfoBox
add doPaintBg(false), causes no paint or repaint and save of item
background.

CC-Items comes with its own hide(), but it's not very sensefull
to store or paint background here.

NOTE: CComponentsText is more of appropriate for embedded text items
than CComponentsInfoBox. CComponentsInfoBox is more made for hint or
messageboxes.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 399dbad350
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-03 (Wed, 03 Apr 2013)



------------------
This commit was generated by Migit
2013-04-04 09:56:52 +02:00
Thilo Graf
e3bbb74793 CComponentsText: paint always background before painting text
Ensures erase of old text, usefully to avoid often
repaints of embedded textbox objects or text items


Origin commit data
------------------
Branch: ni/coolstream
Commit: e23b03fde9
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-03 (Wed, 03 Apr 2013)



------------------
This commit was generated by Migit
2013-04-04 09:56:52 +02:00
Thilo Graf
4ef600f654 CComponents: disable debug spam
Origin commit data
------------------
Branch: ni/coolstream
Commit: bdbea07e71
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-01 (Mon, 01 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-04 09:56:52 +02:00
Thilo Graf
908070b1b9 CNeutrinoEventList: remove include of textbox.h
Is already included by cc.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5cd01b8cc8
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-01 (Mon, 01 Apr 2013)



------------------
This commit was generated by Migit
2013-04-04 09:56:51 +02:00
Thilo Graf
f7f29b6c45 CTimeOsd: remove unused var timescale
Origin commit data
------------------
Branch: ni/coolstream
Commit: c4d9f76b6b
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-01 (Mon, 01 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-04 09:56:51 +02:00
[CST] Focus
37774baa82 zapit/src/bouquets.cpp: use FindChannelFuzzy() on cable-only box to help importing old bouquets
Origin commit data
------------------
Branch: ni/coolstream
Commit: 87abc0d1c4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-02 14:32:23 +04:00
[CST] Focus
5eb25b1b54 zapit/src/getservices.cpp: fix FindChannelFuzzy for mixed frontends
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e2a08dba4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-02 14:30:28 +04:00
[CST] Focus
87eb85b6bb zapit/src/femanager.cpp: add cached have_sat/cable flags
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6753630b68
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-02 14:30:01 +04:00
Thilo Graf
71248e0dc7 CComponents: add progressbar class to cc-items
CProgressbar moved into components sub directory and adapt includes.
Progressbar objects are now usable as cc-item

TODO:
-some color and size corrections
-found some dub codes for sig and snr-bars, needs rework


Origin commit data
------------------
Branch: ni/coolstream
Commit: 860be9a412
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-01 (Mon, 01 Apr 2013)



------------------
This commit was generated by Migit
2013-04-02 09:31:05 +02:00
Thilo Graf
f0e2be3b4a CComponents: move item type enum to cc_types.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: d391bedd5f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-26 (Tue, 26 Mar 2013)


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

------------------
This commit was generated by Migit
2013-04-02 09:31:05 +02:00
Thilo Graf
b70fa0f949 CComponentsPIP: remove unsuitable filename
Origin commit data
------------------
Branch: ni/coolstream
Commit: d87290c2bc
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)


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

------------------
This commit was generated by Migit
2013-04-02 09:31:05 +02:00
vanhofen
f1d854b759 eventlist: fix delete of cc_infozone
Origin commit data
------------------
Branch: ni/coolstream
Commit: 825ec2f5cc
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-04-02 (Tue, 02 Apr 2013)

Origin message was:
------------------
- eventlist: fix delete of cc_infozone

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

------------------
This commit was generated by Migit
2013-04-02 01:28:38 +02:00
defans
433323c37e eventlist: add right infobox with current eventinfo
* use getScreen{Width/Height}Rel()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 68cf021581
Author: defans <defans@bluepeercrew.us>
Date: 2013-04-01 (Mon, 01 Apr 2013)

Origin message was:
------------------
- eventlist: add right infobox with current eventinfo

* use getScreen{Width/Height}Rel()


------------------
This commit was generated by Migit
2013-04-01 22:06:19 +02:00
Michael Liebmann
81b005df68 Sort locales
Origin commit data
------------------
Branch: ni/coolstream
Commit: d4e54571a4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-01 (Mon, 01 Apr 2013)

Origin message was:
------------------
* Sort locales

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

------------------
This commit was generated by Migit
2013-04-01 19:25:21 +01:00
[CST] Focus
108c61b111 deutsch.locale: remove 'coolstream' after merge
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4d1bf5c3d6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-01 (Mon, 01 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-01 16:30:36 +04:00
vanhofen
9b603cd559 bouqueteditor_chanselect.cpp: fix height
Conflicts:
	src/gui/bedit/bouqueteditor_chanselect.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7754b8f54e
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-29 (Fri, 29 Mar 2013)

Origin message was:
------------------
- bouqueteditor_chanselect.cpp: fix height

Conflicts:
	src/gui/bedit/bouqueteditor_chanselect.cpp


------------------
This commit was generated by Migit
2013-04-01 16:21:18 +04:00
Jacek Jendrzej
75ef8a2298 src/gui/channellist.cpp: fix to 36e95d7fbcd22dfbb94d03867f10634f7a72df63 if more bouquets empty
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25653df890
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-27 (Wed, 27 Mar 2013)


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

------------------
This commit was generated by Migit
2013-04-01 16:19:51 +04:00
Jacek Jendrzej
638cfa83fa data/satellites.xml: update Eurobird 9A (9.0E)
Origin commit data
------------------
Branch: ni/coolstream
Commit: cecbd13107
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-26 (Tue, 26 Mar 2013)

Origin message was:
------------------
data/satellites.xml: update Eurobird 9A (9.0E)

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

------------------
This commit was generated by Migit
2013-04-01 16:18:42 +04:00
vanhofen
106dcb7d17 epgplus.cpp: use getScreen{Width/Height}Rel()
Origin commit data
------------------
Branch: ni/coolstream
Commit: f7ebed39cb
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-26 (Tue, 26 Mar 2013)

Origin message was:
------------------
- epgplus.cpp: use getScreen{Width/Height}Rel()

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

------------------
This commit was generated by Migit
2013-04-01 16:18:31 +04:00
vanhofen
404e090810 osd_progressbar_setup: rework locales; marginal changes in code
Conflicts:
	data/locale/deutsch.locale


Origin commit data
------------------
Branch: ni/coolstream
Commit: c20d1ef6eb
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-26 (Tue, 26 Mar 2013)

Origin message was:
------------------
- osd_progressbar_setup: rework locales; marginal changes in code

Conflicts:
	data/locale/deutsch.locale


------------------
This commit was generated by Migit
2013-04-01 16:14:29 +04:00
Stefan Seyfried
43d4b450a9 filebrowser: simplify code using font pointers and ...
... make size, time and mode fields scale with fontsize


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6bb85ef71d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)



------------------
This commit was generated by Migit
2013-04-01 16:05:40 +04:00
Stefan Seyfried
1a52a851d2 infoviewer: make oldinfo a member of the class
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1ee9088f28
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)


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

------------------
This commit was generated by Migit
2013-04-01 15:48:00 +04:00
Stefan Seyfried
324fd24f55 channellist: refactor to avoid duplicated code
Conflicts:
	src/gui/channellist.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d318fd296
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)



------------------
This commit was generated by Migit
2013-04-01 15:47:10 +04:00
Stefan Seyfried
52913632a9 CVolume: remove duplicate code
Origin commit data
------------------
Branch: ni/coolstream
Commit: e3e333582c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)


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

------------------
This commit was generated by Migit
2013-04-01 15:43:37 +04:00
Stefan Seyfried
eb39953010 create zapit config dir on install
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2fe93f6285
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)


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

------------------
This commit was generated by Migit
2013-04-01 15:43:08 +04:00
Stefan Seyfried
41fa3e0c81 my_system: cleanup and propagate exitstatus
Origin commit data
------------------
Branch: ni/coolstream
Commit: aa411cff93
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)


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

------------------
This commit was generated by Migit
2013-04-01 15:42:46 +04:00
vanhofen
0cad5bca1a strech most windows to full screen
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on

Conflicts:
	src/gui/bedit/bouqueteditor_bouquets.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4714a30f83
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)

Origin message was:
------------------
- strech most windows to full screen

* switchable with existing switch for 'big_windows'
* 'big_windows' default is on

Conflicts:
	src/gui/bedit/bouqueteditor_bouquets.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp


------------------
This commit was generated by Migit
2013-04-01 15:42:38 +04:00
vanhofen
45e687fa38 bouquetlist.cpp: use existing loop to calc max height of buttons
Origin commit data
------------------
Branch: ni/coolstream
Commit: fc614004cf
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-21 (Thu, 21 Mar 2013)

Origin message was:
------------------
- bouquetlist.cpp: use existing loop to calc max height of buttons

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

------------------
This commit was generated by Migit
2013-04-01 15:10:01 +04:00
Michael Liebmann
3412b42142 CTextBox::scrollPageUp/Down: Suppress refresh when there is nothing to scroll
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b353dcfe5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)

Origin message was:
------------------
* CTextBox::scrollPageUp/Down: Suppress refresh when there is nothing to scroll

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

------------------
This commit was generated by Migit
2013-04-01 15:08:57 +04:00
Michael Liebmann
a57ade93a3 locals.h/locals_intern.h: Fix Sort order
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3038bfa3bf
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)

Origin message was:
------------------
* locals.h/locals_intern.h: Fix Sort order

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

------------------
This commit was generated by Migit
2013-04-01 15:08:11 +04:00
vanhofen
7a3cee7cc5 fix another typo around DATA_PIDS
Origin commit data
------------------
Branch: ni/coolstream
Commit: 30a0fdafda
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-20 (Wed, 20 Mar 2013)

Origin message was:
------------------
- fix another typo around DATA_PIDS

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

------------------
This commit was generated by Migit
2013-04-01 15:07:55 +04:00
vanhofen
695e87d290 deutsch.locale: fix typos
Origin commit data
------------------
Branch: ni/coolstream
Commit: ea21a9a84f
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-20 (Wed, 20 Mar 2013)

Origin message was:
------------------
- deutsch.locale: fix typos

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

------------------
This commit was generated by Migit
2013-04-01 15:07:25 +04:00
Jacek Jendrzej
33d542bbeb add record option for teletext & dvbsub pids
Origin commit data
------------------
Branch: ni/coolstream
Commit: b2241df43d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)

Origin message was:
------------------
-add record option for teletext & dvbsub pids

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

------------------
This commit was generated by Migit
2013-04-01 15:07:05 +04:00
Thilo Graf
85e58b9a2c CProgressbarSetup: using unified 'osd' namespace
Origin commit data
------------------
Branch: ni/coolstream
Commit: cca6d898c8
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-19 (Tue, 19 Mar 2013)


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

------------------
This commit was generated by Migit
2013-04-01 15:06:41 +04:00
vanhofen
0df9b800da fix my last commit 0064c6c (recalc height)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 39f16c7dc3
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-17 (Sun, 17 Mar 2013)

Origin message was:
------------------
- fix my last commit 0064c6c (recalc height)

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

------------------
This commit was generated by Migit
2013-04-01 14:59:51 +04:00
vanhofen
e6a89d7bec channellist: fix dimensions when using very large fonts
* paint scrollbar over full height of main box


Origin commit data
------------------
Branch: ni/coolstream
Commit: bfd2095dfc
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-16 (Sat, 16 Mar 2013)

Origin message was:
------------------
- channellist: fix dimensions when using very large fonts

* paint scrollbar over full height of main box


------------------
This commit was generated by Migit
2013-04-01 14:59:28 +04:00
[CST] Focus
46f9c23635 gui/timerlist.cpp: check CFEManager::getEnabledCount in place of CFEManager::FE_MODE_SINGLE
Origin commit data
------------------
Branch: ni/coolstream
Commit: fb7c0963cc
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-01 (Mon, 01 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-01 14:49:36 +04:00
[CST] Focus
fa4ef39db9 gui/channellist.cpp: adjust channel list mode on numeric zap
Origin commit data
------------------
Branch: ni/coolstream
Commit: f35065b918
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-01 (Mon, 01 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-01 14:15:47 +04:00
[CST] Focus
6ab37a47b0 locals: add locale for numeric zap adjust option
Origin commit data
------------------
Branch: ni/coolstream
Commit: caca00682d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-01 (Mon, 01 Apr 2013)


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

------------------
This commit was generated by Migit
2013-04-01 14:15:14 +04:00