2014-08-08 Sebastian Pölsterl * NEWS: Modified. Added release notes 2014-08-08 Sebastian Pölsterl * m4/python.m4: Modified. m4/python.m4: Add python3 support 2014-08-08 Sebastian Pölsterl * configure.ac: Modified. Raise minimum required python version to 3.2 2014-07-26 Stefan Ringel * configure.ac: Modified. dvb-daemon: update to vala 0.25.1 release 2014-07-26 Stefan Ringel * src/Scanner.vala: Modified. dvb-daemon: disable pids setting 2014-07-26 Stefan Ringel * src/Channel.vala, * src/DeviceGroup.vala: Modified. dvb-daemon: correction channel url 2014-07-22 Sebastian Pölsterl * src/Device.vala: Modified. Fixed crash if ID_MODEL_FROM_DATABASE property is not available 2014-07-22 Sebastian Pölsterl * src/Parameters/DvbSParameter.vala: Modified. Fixed typo in DVB-s tuning (sombol-rate -> symbol-rate) 2014-06-30 Stefan Ringel * vapi/gstreamer-mpegts-1.0.vapi: Added. * src/ChannelFactory.vala, * src/io/ScanningListReader.vala, * src/Scanner.vala, * src/io/ChannelListWriter.vala, * src/Channel.vala, * src/rtsp/Server.vala, * configure.ac, * src/Parameters/DvbTParameter.vala, * src/Main.vala, * src/Manager.vala, * src/rtsp/MediaFactory.vala, * src/EPGScanner.vala, * src/Recorder.vala, * src/MpegTsEnums.vala, * src/Parameters/DvbSParameter.vala, * src/Parameters/DvbCEuropeParameter.vala, * src/io/ChannelListReader.vala: Modified. Update to latest gstreamer-mpegts and gst-rtsp-server https://bugzilla.gnome.org/show_bug.cgi?id=725230 2014-05-11 Stefan Ringel * src/Parameter.vala, * src/io/ScanningListReader.vala, * src/Parameters/DvbCEuropeParameter.vala, * src/Parameters/DvbTParameter.vala, * src/Parameters/DvbSParameter.vala: Added. * src/Terrestrial/TerrestrialChannel.vala, * src/Cable/CableScanner.vala, * src/Terrestrial/TerrestrialScanner.vala, * src/Cable/CableChannel.vala, * src/Satellite/SatelliteChannel.vala, * src/Satellite/SatelliteScanner.vala, * src/ScannedItem.vala: Removed. * src/ChannelFactory.vala, * client/gnomedvb/DVBModel.py, * client/gnomedvb/ui/wizard/pages/SetupDevicePage.py, * src/Scanner.vala, * client/gnomedvb/ui/wizard/__init__.py, * src/rtsp/Server.vala, * src/database/ConfigStore.vala, * configure.ac, * src/MpegTsEnums.vala, * src/ChannelList.vala, * src/Event.vala, * src/io/ChannelListWriter.vala, * Makefile.am, * src/database/sqlite/SqliteConfigTimersStore.vala, * src/Recorder.vala, * client/gnomedvb/Device.py, * src/dbus/IDBusDeviceGroup.vala, * client/gnomedvb/ui/wizard/pages/InitialTuningDataPage.py, * client/gnomedvb/ui/preferences/DeviceGroupsView.py, * src/Channel.vala, * client/gnomedvb/ui/wizard/pages/ChannelScanPage.py, * src/io/ChannelListReader.vala, * client/gnomedvb/DBusWrapper.py, * src/database/sqlite/SqliteEPGStore.vala, * client/gnomedvb/ui/preferences/Preferences.py, * src/rtsp/MediaFactory.vala, * src/EPGScanner.vala, * client/gnomedvb/ui/wizard/SetupWizard.py, * src/Settings.vala, * src/Device.vala, * src/Main.vala, * client/gnomedvb/__init__.py, * client/gnomedvb/ui/wizard/pages/AdaptersPage.py, * src/Manager.vala, * src/DeviceGroup.vala, * src/dbus/IDBusManager.vala: Modified. Change to gstreamer 1.4.0 API and DVBv5 channel list Requires vala 0.26 beside gstreamer 1.4.0 https://bugzilla.gnome.org/show_bug.cgi?id=725230 2013-10-13 Sebastian Pölsterl * client/gnomedvb/ui/widgets/ChannelsStore.py, * client/gnomedvb/ui/widgets/ScheduleStore.py, * client/gnomedvb/ui/wizard/pages/InitialTuningDataPage.py, * client/gnomedvb/ui/wizard/pages/ChannelScanPage.py, * client/gnomedvb/ui/preferences/DeviceGroupsView.py, * client/gnomedvb/ui/widgets/RecordingsStore.py, * client/gnomedvb/ui/channellisteditor/ChannelListEditorDialog.py, * client/gnomedvb/ui/widgets/ChannelGroupsStore.py, * client/gnomedvb/DBusWrapper.py, * client/gnomedvb/ui/preferences/Preferences.py, * client/gnomedvb/ui/timers/EditTimersDialog.py, * client/gnomedvb/ui/wizard/SetupWizard.py, * client/gnomedvb/ui/controlcenter/ControlCenterWindow.py, * client/gnomedvb/ui/widgets/RunningNextStore.py, * client/gnome-dvb-setup, * client/gnomedvb/Callback.py, * client/gnomedvb/ui/widgets/CellRendererDatetime.py: Modified. Converted to python3 2013-10-13 Sebastian Pölsterl * src/EPGScanner.vala, * src/Scanner.vala: Modified. Use tsparse instead of mpegtsparse mpegtsparse was removed in Gst-1.0, however tsparse in its current state does not support parsing DVB-specific tables such as NIT or EIT. 2013-10-13 Sebastian Pölsterl * src/rtsp/MediaMapping.vala: Removed. * Makefile.am, * src/rtsp/Server.vala, * src/Main.vala: Modified. Adapted to API changes in gst-rtsp-server from master 2013-10-12 Sebastian Pölsterl * src/ChannelFactory.vala, * src/Scanner.vala, * src/Cable/CableScanner.vala, * src/Manager.vala, * src/Terrestrial/TerrestrialScanner.vala, * src/EPGScanner.vala, * src/Satellite/SatelliteScanner.vala: Modified. Fixed errors with owned/unowned variables 2013-10-12 Sebastian Pölsterl * src/ChannelFactory.vala: Modified. Fixed Gst.Iterator.find_custom Requires patch from https://bugzilla.gnome.org/show_bug.cgi?id=685231 2013-10-12 Sebastian Pölsterl * src/rtsp/MediaFactory.vala: Modified. Set element and pipeline of RTSPMedia correctly 2013-03-16 Sebastian Pölsterl * src/ChannelFactory.vala, * src/Scanner.vala, * src/rtsp/MediaMapping.vala, * src/rtsp/Server.vala, * src/rtsp/MediaFactory.vala, * src/Main.vala, * src/Manager.vala, * src/Terrestrial/TerrestrialScanner.vala, * src/EPGScanner.vala, * src/Cable/CableScanner.vala, * src/Satellite/SatelliteScanner.vala: Modified. Convert to GStreamer 1.0 2013-03-16 Sebastian Pölsterl * src/Event.vala, * src/Scanner.vala, * src/ScannedItem.vala, * src/Logging.vala, * src/Manager.vala, * src/EPGScanner.vala, * src/Recorder.vala, * src/DeviceGroup.vala, * src/ChannelList.vala, * src/Device.vala, * src/EventStorage.vala: Modified. port to libgee 0.8 2013-03-11 Sebastian Pölsterl * src/rtsp/MediaMapping.vala, * src/rtsp/MediaFactory.vala, * src/rtsp/Server.vala: Modified. Use Gst.RTSP.Url 2013-03-11 Sebastian Pölsterl * configure.ac, * Makefile.am, * m4/gstreamer.m4: Modified. Updated build system 2014-06-13 MarMav * po/el.po: Modified. Updated Greek translation 2014-04-04 Piotr Drąg * README, * gnome-dvb-daemon.doap: Modified. doap: update URLs 2014-03-09 Blonďák * client/totem-plugin/dvb-daemon.py: Modified. Fix exception in Totem plugin at startup https://bugzilla.gnome.org/show_bug.cgi?id=709483 2013-11-01 Wylmer Wang * po/zh_CN.po: Modified. Update Chinese simplified translation 2013-10-19 Andika Triwidada * po/id.po: Added. * po/LINGUAS: Modified. Added Indonesian translation 2013-10-19 Sebastian Pölsterl * configure.ac, * Makefile.am, * autogen.sh: Modified. Fix i18n build error https://bugzilla.gnome.org/show_bug.cgi?id=710087 2013-10-05 Rūdolfs Mazurs * po/lv.po: Modified. Updated Latvian translation 2013-08-28 Fran Diéguez * po/gl.po: Modified. Updated Galician translations 2013-04-01 Carles Ferrando * po/ca@valencia.po: Added. * po/LINGUAS: Modified. [l10n] Added Catalan (Valencian) translation 2013-04-01 Gil Forcada * po/ca.po: Added. * po/LINGUAS: Modified. [l10n] Add Catalan translation 2013-02-09 Enrico Nicoletto * po/pt_BR.po: Modified. Updated Brazilian Portuguese translation 2013-01-07 Мирослав Николић * po/sr@latin.po: Added. * po/LINGUAS, * po/sr.po: Modified. Added Serbian translation 2013-01-03 sdiconov * client/gnomedvb/ui/wizard/pages/InitialTuningDataPage.py: Modified. Add Russia to list of countries for DVB-T https://bugzilla.gnome.org/show_bug.cgi?id=691026 2012-12-26 Balázs Úr * po/hu.po: Modified. Updated Hungarian translation 2012-12-26 Balázs Úr * po/hu.po: Modified. Updated Hungarian translation 2012-11-27 Daniel Mustieles * po/es.po: Modified. Updated Spanish translation 2012-11-26 Dušan Kazik * po/sk.po: Modified. Updated slovak translation 2012-11-26 Matej Urbančič * po/sl.po: Modified. Updated Slovenian translation 2012-11-24 Piotr Drąg * po/pl.po: Modified. Updated Polish translation 2012-11-24 Marek Černocký * po/cs.po: Modified. Updated Czech translation 2012-11-22 Sebastian Pölsterl * client/gnomedvb/ui/preferences/Preferences.py: Modified. Add missing question mark https://bugzilla.gnome.org/show_bug.cgi?id=688679 2012-11-22 Sebastian Pölsterl * client/gnomedvb/ui/wizard/__init__.py, * client/gnomedvb/ui/wizard/pages/SetupDevicePage.py: Modified. Use a single translatable string to describe TV type https://bugzilla.gnome.org/show_bug.cgi?id=687496 2012-11-18 Dušan Kazik * po/sk.po: Added. * po/LINGUAS: Modified. Added Slovak translation 2012-10-14 Peteris Krisjanis * po/lv.po: Added. * po/LINGUAS: Modified. Added Latvian translation to LINGUAS and added initial translation. === version-0.2.10 ===