vanhofen
5df8b0409e
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
configure.ac
data/fonts/Makefile.am
src/gui/cam_menu.cpp
src/gui/update.cpp
src/zapit/src/capmt.cpp
Origin commit data
------------------
Commit: 5db35f49c0
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-02-12 (Sun, 12 Feb 2017)
2017-02-12 21:54:48 +01:00
Stefan Seyfried
c4cc5e62bb
Merge remote-tracking branch 'tuxbox/pu/fb-modules'
...
only compile tested ;-)
Origin commit data
------------------
Commit: 2819e651c3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-12 (Sun, 12 Feb 2017)
2017-02-12 21:29:10 +01:00
Michael Liebmann
455e997886
configure.ac: bump revision to 3.4.2
...
Origin commit data
------------------
Commit: 73e710a917
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-02-12 (Sun, 12 Feb 2017)
2017-02-12 17:29:30 +01:00
Michael Liebmann
3b018febe6
Merge branch 'master' into pu/fb-modules
...
Origin commit data
------------------
Commit: 0cb26e6e98
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-02-12 (Sun, 12 Feb 2017)
2017-02-12 09:24:08 +01:00
Michael Liebmann
61ccbe74d9
configure: Rename hardware defined macros for coolstream stb
...
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
configure parameter: --with-boxmodel=hd1
--with-boxmodel=nevis is deprecated, but still valid
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
configure parameter: --with-boxmodel=hd2
--with-boxmodel=apollo is deprecated, but still valid
Origin commit data
------------------
Commit: bb2a848ae1
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-02-12 (Sun, 12 Feb 2017)
Origin message was:
------------------
configure: Rename hardware defined macros for coolstream stb
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
configure parameter: --with-boxmodel=hd1
--with-boxmodel=nevis is deprecated, but still valid
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
configure parameter: --with-boxmodel=hd2
--with-boxmodel=apollo is deprecated, but still valid
2017-02-12 09:21:04 +01:00
Stefan Seyfried
706a5ba010
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: 8b47699447
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-11 (Sat, 11 Feb 2017)
2017-02-11 11:18:45 +01:00
vanhofen
c4de218cb2
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
...
Conflicts:
configure.ac
src/driver/Makefile.am
src/driver/framebuffer.h
src/gui/bookmarkmanager.cpp
src/gui/filebrowser.cpp
src/gui/widget/buttons.cpp
src/system/httptool.cpp
Origin commit data
------------------
Commit: dd6244f33e
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-02-09 (Thu, 09 Feb 2017)
2017-02-09 13:19:03 +01:00
vanhofen
0707fef642
Merge branch 'pu/fb-modules' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
src/gui/epgview.h
Origin commit data
------------------
Commit: e61a23cb74
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-02-08 (Wed, 08 Feb 2017)
2017-02-08 08:02:39 +01:00
Stefan Seyfried
506b6c54d2
framebuffer/configure: remove unused --restore-prev-mode
...
this is unused, untested and most likely not working at all
Origin commit data
------------------
Commit: c695ae8ea8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-04 (Sat, 04 Feb 2017)
2017-02-07 18:38:44 +01:00
Stefan Seyfried
8b4c30e093
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
------------------
Commit: e490f84ea8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-05 (Sun, 05 Feb 2017)
2017-02-07 17:23:42 +01:00
vanhofen
44f0315213
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Origin commit data
------------------
Commit: 582013faf2
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-02-05 (Sun, 05 Feb 2017)
2017-02-05 22:06:59 +01:00
Stefan Seyfried
3ae998de08
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
------------------
Commit: 63b6efd1f5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-05 (Sun, 05 Feb 2017)
2017-02-05 13:05:07 +01:00
Stefan Seyfried
40d45e44a3
add --enable-fastscan configure option
...
The #define in src/gui/scan_setup.h did not work (undefining
ENABLE_FASTSCAN caused really strange side effects wrt background
scanning in standby mode), and all the unused code was still built.
With this configure option, people who really want this obscure feature
can enable it for their builds.
Origin commit data
------------------
Commit: 6525d1164a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-04 (Sat, 04 Feb 2017)
2017-02-04 12:09:47 +01:00
Stefan Seyfried
58839565b3
framebuffer/configure: remove unused --restore-prev-mode
...
this is unused, untested and most likely not working at all
Origin commit data
------------------
Commit: ffa3fdd6c8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-04 (Sat, 04 Feb 2017)
2017-02-04 11:35:05 +01:00
Michael Liebmann
2fd3b0e8da
configure.ac: Fix freetype check
...
Origin commit data
------------------
Commit: dccb6ba8f2
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-02-04 (Sat, 04 Feb 2017)
2017-02-04 10:55:34 +01:00
vanhofen
61eb18580b
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Origin commit data
------------------
Commit: 684f444f52
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-02-03 (Fri, 03 Feb 2017)
2017-02-03 13:24:38 +01:00
Stefan Seyfried
e3cecf23e1
configure.ac: use pkg-config to check freetype version
...
the PKG_CHECK_MODULES macro allows to check for a version -- use it
instead of homegrown TUXBOX_APPS_LIB_PKGCONFIG
Signed-off-by: M. Liebmann <git@tuxcode.de >
Origin commit data
------------------
Commit: 2ca807e34a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-01 (Wed, 01 Feb 2017)
2017-02-02 14:34:34 +01:00
vanhofen
fccd63624c
Merge branch 'master' of https://github.com/neutrino-mp/neutrino-mp into ni/mp/tuxbox
...
Conflicts:
configure.ac
src/driver/framebuffer_ng.cpp
src/neutrino.cpp
Origin commit data
------------------
Commit: dd0237039d
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-02-02 (Thu, 02 Feb 2017)
2017-02-02 13:12:54 +01:00
vanhofen
59d037e5ea
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
...
Conflicts:
configure.ac
Origin commit data
------------------
Commit: 43ef78ee44
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-02-02 (Thu, 02 Feb 2017)
2017-02-02 13:10:10 +01:00
Stefan Seyfried
b899dea5b2
configure.ac: use pkg-config to check freetype version
...
the PKG_CHECK_MODULES macro allows to check for a version -- use it
instead of homegrown TUXBOX_APPS_LIB_PKGCONFIG
Origin commit data
------------------
Commit: deaab224b9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-01 (Wed, 01 Feb 2017)
2017-02-01 22:07:10 +01:00
Stefan Seyfried
f9341822cf
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: 7497722646
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-01 (Wed, 01 Feb 2017)
2017-02-01 22:03:40 +01:00
Michael Liebmann
39fdfa9fdd
configure.ac: bump revision to 3.4.1
...
Origin commit data
------------------
Commit: a9d6133765
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-01-31 (Tue, 31 Jan 2017)
2017-01-31 17:15:17 +01:00
vanhofen
550611ef8c
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
configure.ac
src/gui/screensaver.cpp
src/gui/volumebar.cpp
Origin commit data
------------------
Commit: 0cfb59b4bd
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-01-31 (Tue, 31 Jan 2017)
2017-01-31 16:48:40 +01:00
Michael Liebmann
686b809591
configure.ac: Check freetype version >= 2.5.0
...
Origin commit data
------------------
Commit: 86c3b08533
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-01-26 (Thu, 26 Jan 2017)
2017-01-31 16:36:42 +01:00
vanhofen
c64c3f48c6
Merge branch 'pu/font' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Origin commit data
------------------
Commit: fa6cac3836
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-01-30 (Mon, 30 Jan 2017)
2017-01-30 16:33:02 +01:00
vanhofen
149638164c
configure.ac: fix native build
...
Origin commit data
------------------
Commit: ef78979165
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-01-30 (Mon, 30 Jan 2017)
Origin message was:
------------------
- configure.ac: fix native build
2017-01-30 14:18:31 +01:00
Michael Liebmann
de641b0c55
Revert "configure.ac: Fix freetype check"
...
This reverts commit 2674a44fe5
.
Origin commit data
------------------
Commit: a84b07ee86
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-01-30 (Mon, 30 Jan 2017)
2017-01-30 07:15:12 +01:00
vanhofen
b0faca6cc0
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
...
Conflicts:
src/system/helpers.cpp
Origin commit data
------------------
Commit: c1803eacac
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-01-29 (Sun, 29 Jan 2017)
2017-01-29 21:32:04 +01:00
vanhofen
4319451ff9
Merge branch 'pu/font' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Origin commit data
------------------
Commit: ed73077c19
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-01-28 (Sat, 28 Jan 2017)
2017-01-28 12:32:09 +01:00
Michael Liebmann
2674a44fe5
configure.ac: Fix freetype check
...
- Supplement for commit 2602f6c122
Origin commit data
------------------
Commit: 220c50eebf
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-01-28 (Sat, 28 Jan 2017)
2017-01-28 09:31:47 +01:00
vanhofen
0d4a2a3461
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
...
Origin commit data
------------------
Commit: 89beeb2c10
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-01-27 (Fri, 27 Jan 2017)
2017-01-27 18:49:24 +01:00
vanhofen
53c811be8e
Merge branch 'pu/font' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Origin commit data
------------------
Commit: 8b6265c2a9
Author: vanhofen <vanhofen@gmx.de >
Date: 2017-01-27 (Fri, 27 Jan 2017)
2017-01-27 18:49:08 +01:00
Michael Liebmann
2602f6c122
configure.ac: Check freetype version >= 2.5.0
...
Origin commit data
------------------
Commit: 33283d77bd
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-01-26 (Thu, 26 Jan 2017)
2017-01-26 18:26:28 +01:00
Stefan Seyfried
c95aca9252
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: a409047714
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-01-22 (Sun, 22 Jan 2017)
2017-01-22 22:59:39 +01:00
vanhofen
b554e7801c
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
...
Origin commit data
------------------
Commit: d39dc75c6d
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-29 15:15:34 +01:00
vanhofen
992b7b6980
bump neutrino version to 3.30
...
Origin commit data
------------------
Commit: d97261772c
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-19 (Mon, 19 Dec 2016)
Origin message was:
------------------
- bump neutrino version to 3.30
2016-12-19 17:55:15 +01:00
vanhofen
da7d049c52
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
...
Conflicts:
configure.ac
Origin commit data
------------------
Commit: 1c47a38c87
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-15 (Thu, 15 Dec 2016)
2016-12-15 15:06:21 +01:00
vanhofen
5c391a82b8
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
configure.ac
Origin commit data
------------------
Commit: 624691ea0d
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-15 (Thu, 15 Dec 2016)
2016-12-15 14:12:33 +01:00
vanhofen
1f85db63a9
configure.ac: sort Makefiles alphabetically
...
Origin commit data
------------------
Commit: 48d0c1321d
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-15 (Thu, 15 Dec 2016)
Origin message was:
------------------
- configure.ac: sort Makefiles alphabetically
2016-12-15 14:00:45 +01:00
vanhofen
0a874ca762
yWeb: move data from /src to /data
...
Origin commit data
------------------
Commit: 29847283ad
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-15 (Thu, 15 Dec 2016)
Origin message was:
------------------
- yWeb: move data from /src to /data
2016-12-15 14:00:45 +01:00
vanhofen
984b4378c1
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
...
Origin commit data
------------------
Commit: 3ead60b3fd
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-07 (Wed, 07 Dec 2016)
2016-12-07 12:35:53 +01:00
vanhofen
c29c3fc07f
fix last commit
...
Origin commit data
------------------
Commit: 9bcdd3487a
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-07 (Wed, 07 Dec 2016)
Origin message was:
------------------
- fix last commit
2016-12-07 11:24:30 +01:00
vanhofen
b50cceee20
icons: move NI icons into categorized subdirectories
...
Origin commit data
------------------
Commit: 7ada0f42ac
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-07 (Wed, 07 Dec 2016)
Origin message was:
------------------
- icons: move NI icons into categorized subdirectories
2016-12-07 11:14:14 +01:00
vanhofen
7e0aeb835f
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
...
Conflicts:
configure.ac
data/Makefile.am
data/icons/Makefile.am
Origin commit data
------------------
Commit: 1b9b466bc1
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-07 (Wed, 07 Dec 2016)
2016-12-07 10:55:25 +01:00
vanhofen
d2f4ae06e2
icons: move icons into categorized subdirectories
...
Origin commit data
------------------
Commit: d5ca9aa0bd
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-07 (Wed, 07 Dec 2016)
Origin message was:
------------------
- icons: move icons into categorized subdirectories
2016-12-07 10:36:47 +01:00
vanhofen
73ca7cf0c8
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
...
Conflicts:
src/zapit/src/capmt.cpp
Origin commit data
------------------
Commit: 38f17cd88b
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-06 (Tue, 06 Dec 2016)
2016-12-06 20:46:37 +01:00
vanhofen
9a073920a3
configure.ac: change package name/version
...
Origin commit data
------------------
Commit: 1530291023
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-05 (Mon, 05 Dec 2016)
Origin message was:
------------------
- configure.ac: change package name/version
2016-12-05 10:54:11 +01:00
Stefan Seyfried
e4103adb9e
configure: fix package name
...
Origin commit data
------------------
Commit: 50790498b1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2016-12-04 (Sun, 04 Dec 2016)
2016-12-04 18:26:45 +01:00
Stefan Seyfried
eab48f2ed9
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: c6d7968381
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2016-12-04 (Sun, 04 Dec 2016)
2016-12-04 18:02:51 +01:00
vanhofen
65e0a39980
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
data/locale/nederlands.locale
data/locale/slovak.locale
data/locale/unmaintained/czech.locale
src/gui/components/cc_frm_footer.cpp
src/gui/start_wizard.cpp
src/gui/widget/msgbox.cpp
Origin commit data
------------------
Commit: fce378f8ff
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-11-21 (Mon, 21 Nov 2016)
2016-11-21 12:46:49 +01:00