[SCM] subtitlecomposer packaging branch, master, updated. debian/0.5.7-1-8-g9f88c0a

Pino Toscano pino at moszumanska.debian.org
Sun Mar 27 07:14:48 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/subtitlecomposer.git;a=commitdiff;h=53fb151

The following commit has been merged in the master branch:
commit 53fb151593b5bf9dafaf9b0d41825b99f35e688f
Merge: f74942953d1c0b42e5f17419e5d977e1ffc52a8a 6c1b7b5ca558e86b0b7accf20b25786fd1d31bb9
Author: Pino Toscano <pino at debian.org>
Date:   Sun Mar 27 08:56:18 2016 +0200

    Merge tag 'upstream/0.6.2'
    
    Upstream version 0.6.2

 .copyright.sh                                      |   37 +
 CMakeLists.txt                                     |   44 +-
 ChangeLog                                          |   51 +-
 README.CodingStyle.md                              |  182 +-
 README.md                                          |   42 +-
 {src/services/xine => cmake}/COPYING-CMAKE-SCRIPTS |    0
 cmake/FindGLIB2.cmake                              |   52 +
 cmake/FindGObject.cmake                            |   52 +
 cmake/FindGStreamer.cmake                          |   95 +
 cmake/FindGStreamerPlugins.cmake                   |  112 +
 {src/formats => cmake}/FindICU.cmake               |    0
 cmake/FindMPV.cmake                                |   25 +
 {src/services/xine => cmake}/FindXCB.cmake         |    0
 cmake/FindXine.cmake                               |   77 +
 configure                                          |   17 +-
 doc/CMakeLists.txt                                 |    4 +-
 doc/en/CMakeLists.txt                              |    4 +-
 install                                            |   20 +-
 pkg/arch/.gitignore                                |    1 +
 pkg/arch/PKGBUILD                                  |   47 +-
 pkg/arch/PKGBUILD-git                              |   55 +-
 pkg/arch/{PKGBUILD-git => PKGBUILD-kde4}           |   10 +-
 pkg/arch/subtitlecomposer.install                  |   13 +
 pkg/debian/changelog                               |   16 +-
 pkg/debian/control                                 |    6 +-
 pkg/debian/patches/03_link_phonon.diff             |    4 +-
 pkg/debian/rules                                   |    2 +-
 po/CMakeLists.txt                                  |   29 +-
 po/bg/CMakeLists.txt                               |    4 +-
 po/bg/subtitlecomposer.po                          | 1915 ++++++++---------
 po/cs/CMakeLists.txt                               |    4 +-
 po/cs/subtitlecomposer.po                          | 1878 ++++++++---------
 po/de/CMakeLists.txt                               |    4 +-
 po/de/subtitlecomposer.po                          | 1970 +++++++++--------
 po/el/CMakeLists.txt                               |    4 +-
 po/el/subtitlecomposer.po                          | 1872 ++++++++---------
 po/es/CMakeLists.txt                               |    4 +-
 po/es/subtitlecomposer.po                          | 1899 ++++++++---------
 po/fr/CMakeLists.txt                               |    4 +-
 po/fr/subtitlecomposer.po                          | 1881 ++++++++---------
 po/hr/CMakeLists.txt                               |    4 +-
 po/hr/subtitlecomposer.po                          | 1914 ++++++++---------
 po/hu/CMakeLists.txt                               |    4 +-
 po/hu/subtitlecomposer.po                          | 1871 ++++++++---------
 po/it/CMakeLists.txt                               |    4 +-
 po/it/subtitlecomposer.po                          | 1900 ++++++++---------
 po/pl/CMakeLists.txt                               |    4 +-
 po/pl/subtitlecomposer.po                          | 1884 ++++++++---------
 po/pt_BR/CMakeLists.txt                            |    4 +-
 po/pt_BR/subtitlecomposer.po                       | 1850 ++++++++--------
 po/ru/CMakeLists.txt                               |    4 +-
 po/ru/subtitlecomposer.po                          | 1880 ++++++++---------
 po/sr/CMakeLists.txt                               |    4 +-
 po/sr/subtitlecomposer.po                          | 1880 ++++++++---------
 po/sr at latin/CMakeLists.txt                         |    4 +-
 po/sr at latin/subtitlecomposer.po                    | 1880 ++++++++---------
 po/status.txt                                      |    2 +-
 po/subtitlecomposer.pot                            | 1571 ++++++--------
 po/uk/CMakeLists.txt                               |    4 +-
 po/uk/subtitlecomposer.po                          | 1880 ++++++++---------
 src/CMakeLists.txt                                 |   32 +-
 src/common/CMakeLists.txt                          |    9 +-
 src/common/commondefs.cpp                          |  113 +-
 src/common/commondefs.h                            |   50 +-
 src/common/fileloadhelper.cpp                      |   92 +-
 src/common/fileloadhelper.h                        |   64 +-
 src/common/filesavehelper.cpp                      |   82 +-
 src/common/filesavehelper.h                        |   54 +-
 src/common/filetrasher.cpp                         |   50 +-
 src/common/filetrasher.h                           |    8 +-
 src/common/languagecode.cpp                        |   51 +-
 src/common/languagecode.h                          |    2 +-
 src/common/qxtsignalwaiter.cpp                     |    6 +-
 src/common/qxtsignalwaiter.h                       |    6 +-
 src/config.h.cmake                                 |   12 +-
 src/config/CMakeLists.txt                          |    6 -
 src/config/appconfig.cpp                           |  162 --
 src/config/appconfig.h                             |   71 -
 src/config/appconfiggroup.cpp                      |  258 ---
 src/config/appconfiggroup.h                        |   94 -
 src/config/appconfiggroupwidget.cpp                |   85 -
 src/config/appconfiggroupwidget.h                  |   67 -
 src/core/CMakeLists.txt                            |    5 +-
 src/core/action.h                                  |    2 +-
 src/core/actionmanager.cpp                         |    2 +-
 src/core/actionmanager.h                           |    6 +-
 src/core/audiolevels.cpp                           |  163 --
 src/core/audiolevels.h                             |  106 -
 src/core/compositeaction.h                         |    4 +-
 src/core/formatdata.h                              |    4 +-
 src/core/range.h                                   |    4 +-
 src/core/rangelist.h                               |    8 +-
 src/core/sstring.cpp                               |   32 +-
 src/core/sstring.h                                 |    8 +-
 src/core/subtitle.cpp                              |  196 +-
 src/core/subtitle.h                                |   27 +-
 src/core/subtitleactions.cpp                       |   41 +-
 src/core/subtitleactions.h                         |    4 +-
 src/core/subtitleiterator.cpp                      |    8 +-
 src/core/subtitleiterator.h                        |    4 +-
 src/core/subtitleline.cpp                          |   94 +-
 src/core/subtitleline.h                            |    4 +-
 src/core/subtitlelineactions.cpp                   |   41 +-
 src/core/subtitlelineactions.h                     |    2 +-
 src/core/tests/CMakeLists.txt                      |   44 +-
 src/core/tests/rangelisttest.cpp                   |    4 +-
 src/core/tests/rangelisttest.h                     |    2 +-
 src/core/tests/rangetest.cpp                       |    4 +-
 src/core/tests/rangetest.h                         |    2 +-
 src/core/tests/sstringtest.cpp                     |  216 +-
 src/core/tests/sstringtest.h                       |    2 +-
 src/core/tests/timetest.cpp                        |    8 +-
 src/core/tests/timetest.h                          |    2 +-
 src/core/time.cpp                                  |  100 +-
 src/core/time.h                                    |   41 +-
 src/formats/CMakeLists.txt                         |   52 +-
 src/formats/format.h                               |    4 +-
 src/formats/formatmanager.cpp                      |   80 +-
 src/formats/formatmanager.h                        |   14 +-
 src/formats/inputformat.h                          |    2 -
 src/formats/microdvd/CMakeLists.txt                |    2 +-
 src/formats/microdvd/microdvdinputformat.h         |   22 +-
 src/formats/microdvd/microdvdoutputformat.h        |    2 +-
 src/formats/mplayer/CMakeLists.txt                 |    2 +-
 src/formats/mplayer/mplayerinputformat.h           |    5 +-
 src/formats/mplayer/mplayeroutputformat.h          |    3 -
 src/formats/mplayer2/CMakeLists.txt                |    2 +-
 src/formats/mplayer2/mplayer2inputformat.h         |    5 +-
 src/formats/mplayer2/mplayer2outputformat.h        |    3 -
 src/formats/outputformat.h                         |    1 -
 src/formats/subrip/CMakeLists.txt                  |    2 +-
 src/formats/subrip/subripinputformat.h             |    5 +-
 src/formats/subrip/subripoutputformat.h            |    3 -
 src/formats/substationalpha/CMakeLists.txt         |    2 +-
 .../substationalpha/substationalphainputformat.h   |   15 +-
 .../substationalpha/substationalphaoutputformat.h  |    2 -
 src/formats/subviewer1/CMakeLists.txt              |    2 +-
 src/formats/subviewer1/subviewer1inputformat.h     |    5 +-
 src/formats/subviewer1/subviewer1outputformat.h    |    3 -
 src/formats/subviewer2/CMakeLists.txt              |    2 +-
 src/formats/subviewer2/subviewer2inputformat.h     |    5 +-
 src/formats/subviewer2/subviewer2outputformat.h    |    3 -
 src/formats/textdemux/CMakeLists.txt               |    4 +
 src/formats/textdemux/textdemux.cpp                |  112 +
 src/formats/textdemux/textdemux.h                  |   62 +
 src/formats/tmplayer/CMakeLists.txt                |    2 +-
 src/formats/tmplayer/tmplayerinputformat.h         |   11 +-
 src/formats/tmplayer/tmplayeroutputformat.h        |    7 +-
 src/formats/youtubecaptions/CMakeLists.txt         |    2 +-
 .../youtubecaptions/youtubecaptionsinputformat.h   |    5 +-
 .../youtubecaptions/youtubecaptionsoutputformat.h  |    7 +-
 src/main/CMakeLists.txt                            |   63 +-
 src/main/actions/CMakeLists.txt                    |    2 +-
 src/main/actions/kcodecactionext.cpp               |   66 +-
 src/main/actions/kcodecactionext.h                 |   47 +-
 src/main/actions/krecentfilesactionext.cpp         |  255 +--
 src/main/actions/krecentfilesactionext.h           |   93 +-
 src/main/actions/useraction.cpp                    |  136 +-
 src/main/actions/useraction.h                      |   73 +-
 src/main/actions/useractionnames.h                 |   16 +-
 src/main/application.cpp                           | 1383 ++++++------
 src/main/application.h                             |  152 +-
 src/main/audiolevelswidget.cpp                     |  243 ---
 src/main/audiolevelswidget.h                       |   77 -
 src/main/configdialog.cpp                          |  267 ---
 src/main/configdialog.h                            |   85 -
 src/main/configs/CMakeLists.txt                    |    9 +-
 src/main/configs/configdialog.cpp                  |   99 +
 src/main/configs/configdialog.h                    |   52 +
 src/main/configs/errorsconfig.h                    |  175 --
 src/main/configs/errorsconfigwidget.cpp            |  170 +-
 src/main/configs/errorsconfigwidget.h              |   62 +-
 src/main/configs/errorsconfigwidget.ui             |  191 ++
 src/main/configs/generalconfig.h                   |   99 -
 src/main/configs/generalconfigwidget.cpp           |  135 +-
 src/main/configs/generalconfigwidget.h             |   63 +-
 src/main/configs/generalconfigwidget.ui            |  132 ++
 src/main/configs/playerconfig.h                    |  236 ---
 src/main/configs/playerconfigwidget.cpp            |  254 +--
 src/main/configs/playerconfigwidget.h              |   72 +-
 src/main/configs/playerconfigwidget.ui             |  199 ++
 src/main/configs/spellingconfig.h                  |  129 --
 src/main/configs/spellingconfigwidget.cpp          |   92 -
 src/main/configs/spellingconfigwidget.h            |   58 -
 src/main/currentlinewidget.cpp                     |  110 +-
 src/main/currentlinewidget.h                       |   54 +-
 src/main/dialogs/CMakeLists.txt                    |    7 +-
 src/main/dialogs/actiondialog.cpp                  |   74 +-
 src/main/dialogs/actiondialog.h                    |   51 +-
 src/main/dialogs/actionwitherrortargetsdialog.cpp  |   53 +-
 src/main/dialogs/actionwitherrortargetsdialog.h    |    6 +-
 src/main/dialogs/actionwithtargetdialog.cpp        |   69 +-
 src/main/dialogs/actionwithtargetdialog.h          |   47 +-
 src/main/dialogs/adjusttimesdialog.cpp             |   45 +-
 src/main/dialogs/autodurationsdialog.cpp           |   63 +-
 src/main/dialogs/autodurationsdialog.h             |   49 +-
 src/main/dialogs/changeframeratedialog.cpp         |   53 +-
 src/main/dialogs/changetextscasedialog.cpp         |   51 +-
 src/main/dialogs/changetextscasedialog.h           |    4 +-
 src/main/dialogs/checkerrorsdialog.cpp             |   55 +-
 src/main/dialogs/checkerrorsdialog.h               |    6 +-
 src/main/dialogs/clearerrorsdialog.cpp             |   49 +-
 src/main/dialogs/clearerrorsdialog.h               |    4 +-
 src/main/dialogs/durationlimitsdialog.cpp          |   49 +-
 src/main/dialogs/durationlimitsdialog.h            |    5 +-
 src/main/dialogs/fixoverlappingtimesdialog.cpp     |   49 +-
 src/main/dialogs/fixoverlappingtimesdialog.h       |   41 +-
 src/main/dialogs/fixpunctuationdialog.cpp          |   45 +-
 src/main/dialogs/fixpunctuationdialog.h            |    2 +-
 src/main/dialogs/inputdialog.cpp                   |  178 --
 src/main/dialogs/inputdialog.h                     |   81 -
 src/main/dialogs/insertlinedialog.cpp              |   39 +-
 src/main/dialogs/intinputdialog.cpp                |  120 ++
 src/main/dialogs/intinputdialog.h                  |   58 +
 src/main/dialogs/intinputdialog.ui                 |  122 ++
 src/main/dialogs/joinsubtitlesdialog.cpp           |   60 +-
 src/main/dialogs/joinsubtitlesdialog.h             |    6 +-
 src/main/dialogs/opensubtitledialog.cpp            |  106 +-
 src/main/dialogs/opensubtitledialog.h              |   61 +-
 src/main/dialogs/progressdialog.cpp                |   74 +-
 src/main/dialogs/progressdialog.h                  |   49 +-
 src/main/dialogs/removelinesdialog.cpp             |   39 +-
 src/main/dialogs/savesubtitledialog.cpp            |  130 +-
 src/main/dialogs/savesubtitledialog.h              |   64 +-
 src/main/dialogs/selectablesubtitledialog.cpp      |   70 +-
 src/main/dialogs/selectablesubtitledialog.h        |   46 +-
 src/main/dialogs/shifttimesdialog.cpp              |   42 +-
 src/main/dialogs/smarttextsadjustdialog.cpp        |   49 +-
 src/main/dialogs/smarttextsadjustdialog.h          |   41 +-
 src/main/dialogs/splitsubtitledialog.cpp           |   62 +-
 src/main/dialogs/splitsubtitledialog.h             |    6 +-
 src/main/dialogs/syncsubtitlesdialog.cpp           |   47 +-
 src/main/dialogs/syncsubtitlesdialog.h             |    2 +-
 src/main/dialogs/textinputdialog.cpp               |   77 +
 src/main/dialogs/textinputdialog.h                 |   52 +
 src/main/dialogs/textinputdialog.ui                |   74 +
 src/main/dialogs/translatedialog.cpp               |   52 +-
 src/main/dialogs/translatedialog.h                 |    2 +-
 src/main/errorsdialog.cpp                          |  104 +-
 src/main/errorsdialog.h                            |   52 +-
 src/main/errorswidget.cpp                          |   89 +-
 src/main/errorswidget.h                            |    6 +-
 .../128-apps-subtitlecomposer.png}                 |  Bin
 .../16-apps-subtitlecomposer.png}                  |  Bin
 .../256-apps-subtitlecomposer.png}                 |  Bin
 .../32-apps-subtitlecomposer.png}                  |  Bin
 src/main/icons/CMakeLists.txt                      |    9 +
 src/main/icons/README                              |    5 +
 src/main/icons/anchor.svgz                         |  Bin 0 -> 692 bytes
 src/main/icons/audio-extract.png                   |  Bin 0 -> 2051 bytes
 src/main/icons/current-line-follows-video.svgz     |  Bin 0 -> 1172 bytes
 src/main/icons/gstreamer-logo.png                  |  Bin 0 -> 1345 bytes
 src/main/icons/mediaplayer-logo.png                |  Bin 0 -> 3277 bytes
 .../mplayer-logo.png}                              |  Bin
 src/main/icons/mpv-logo.png                        |  Bin 0 -> 5633 bytes
 src/main/icons/select-stream.png                   |  Bin 0 -> 801 bytes
 src/main/icons/set-hide-time.svgz                  |  Bin 0 -> 1186 bytes
 src/main/icons/set-show-time.svgz                  |  Bin 0 -> 1179 bytes
 src/main/icons/time-from-video.png                 |  Bin 0 -> 882 bytes
 src/main/icons/xine-logo.png                       |  Bin 0 -> 1478 bytes
 src/main/images/CMakeLists.txt                     |   12 -
 src/main/images/README                             |    5 -
 src/main/images/button-base.png                    |  Bin 32215 -> 0 bytes
 .../hi128-action-current-line-follows-video.png    |  Bin 8735 -> 0 bytes
 src/main/images/hi16-action-select-stream.png      |  Bin 804 -> 0 bytes
 src/main/images/hi16-action-time-from-video.png    |  Bin 883 -> 0 bytes
 src/main/images/hi48-action-audio-extract.png      |  Bin 2113 -> 0 bytes
 src/main/images/hi48-action-set-hide-time.png      |  Bin 2808 -> 0 bytes
 src/main/images/hi48-action-set-show-time.png      |  Bin 2789 -> 0 bytes
 src/main/images/hi48-app-gstreamer-logo.png        |  Bin 1622 -> 0 bytes
 src/main/images/hi48-app-xine-logo.png             |  Bin 1558 -> 0 bytes
 src/main/images/hi64-app-mediaplayer-closed.png    |  Bin 4617 -> 0 bytes
 src/main/images/hi96-app-mediaplayer.png           |  Bin 5896 -> 0 bytes
 src/main/images/hisc-action-zone-end.svgz          |  Bin 1474 -> 0 bytes
 src/main/images/hisc-action-zone-start.svgz        |  Bin 1500 -> 0 bytes
 src/main/lineswidget.cpp                           |  317 +--
 src/main/lineswidget.h                             |   27 +-
 src/main/main.cpp                                  |  176 +-
 src/main/main_tests.h                              |   34 +-
 src/main/mainwindow.cpp                            |  107 +-
 src/main/mainwindow.h                              |   48 +-
 src/main/playerwidget.cpp                          |  194 +-
 src/main/playerwidget.h                            |   61 +-
 src/main/scconfig.kcfg                             |  314 +++
 src/main/scconfig.kcfgc                            |    4 +
 src/main/scripting/CMakeLists.txt                  |    5 +-
 src/main/scripting/examples/CMakeLists.txt         |   14 +-
 src/main/scripting/scripting_list.cpp              |    2 +-
 src/main/scripting/scripting_list.h                |    4 +-
 src/main/scripting/scripting_range.cpp             |    2 +-
 src/main/scripting/scripting_range.h               |    2 +-
 src/main/scripting/scripting_rangelist.cpp         |    2 +-
 src/main/scripting/scripting_rangelist.h           |    2 +-
 src/main/scripting/scripting_rangesmodule.cpp      |    2 +-
 src/main/scripting/scripting_rangesmodule.h        |    2 +-
 src/main/scripting/scripting_sstring.cpp           |    4 +-
 src/main/scripting/scripting_sstring.h             |    4 +-
 src/main/scripting/scripting_stringsmodule.cpp     |    4 +-
 src/main/scripting/scripting_stringsmodule.h       |    4 +-
 src/main/scripting/scripting_subtitle.cpp          |   10 +-
 src/main/scripting/scripting_subtitle.h            |    6 +-
 src/main/scripting/scripting_subtitleline.cpp      |    4 +-
 src/main/scripting/scripting_subtitleline.h        |    4 +-
 .../scripting/scripting_subtitlelinemodule.cpp     |    4 +-
 src/main/scripting/scripting_subtitlelinemodule.h  |    2 +-
 src/main/scripting/scripting_subtitlemodule.cpp    |    2 +-
 src/main/scripting/scripting_subtitlemodule.h      |    2 +-
 src/main/scripting/scriptsmanager.cpp              |  337 ++-
 src/main/scripting/scriptsmanager.h                |   63 +-
 src/main/scripting/scriptsmanager.ui               |  174 ++
 src/main/statusbar.cpp                             |  112 -
 src/main/statusbar.h                               |   65 -
 src/main/subtitlecomposer.desktop                  |    2 +-
 src/main/subtitlecomposerui.rc                     |   22 +-
 src/main/utils/CMakeLists.txt                      |    3 +-
 src/main/utils/errorfinder.cpp                     |   48 +-
 src/main/utils/errorfinder.h                       |    2 +-
 src/main/utils/errortracker.cpp                    |   77 +-
 src/main/utils/errortracker.h                      |   39 +-
 src/main/utils/finder.cpp                          |   73 +-
 src/main/utils/finder.h                            |    6 +-
 src/main/utils/kfind_p.h                           |  120 --
 src/main/utils/kreplace.cpp                        |  412 ----
 src/main/utils/kreplace.h                          |  221 --
 src/main/utils/language.cpp                        |   60 +-
 src/main/utils/language.h                          |    6 +-
 src/main/utils/replacer.cpp                        |   66 +-
 src/main/utils/replacer.h                          |   47 +-
 src/main/utils/speller.cpp                         |   78 +-
 src/main/utils/speller.h                           |   41 +-
 src/main/utils/translator.cpp                      |   69 +-
 src/main/utils/translator.h                        |    6 +-
 src/profiler.h                                     |    2 +-
 src/services/CMakeLists.txt                        |   64 -
 src/services/FindGStreamer.cmake                   |  149 --
 src/services/decoder.cpp                           |  344 ---
 src/services/decoder.h                             |  195 --
 src/services/decoderbackend.cpp                    |   33 -
 src/services/decoderbackend.h                      |  106 -
 src/services/gstreamer/CMakeLists.txt              |   35 -
 src/services/gstreamer/gstreamerconfig.h           |  120 --
 src/services/gstreamer/gstreamerconfigwidget.cpp   |   90 -
 src/services/gstreamer/gstreamerconfigwidget.h     |   62 -
 src/services/gstreamer/gstreamerdecoderbackend.cpp |  437 ----
 src/services/gstreamer/gstreamerdecoderbackend.h   |   86 -
 src/services/gstreamer/gstreamerplayerbackend.h    |   86 -
 src/services/mplayer/CMakeLists.txt                |    7 -
 src/services/mplayer/mplayerconfig.h               |  277 ---
 src/services/mplayer/mplayerconfigwidget.cpp       |  202 --
 src/services/mplayer/mplayerconfigwidget.h         |   72 -
 src/services/mplayer/mplayerplayerbackend.h        |   84 -
 src/services/phonon/CMakeLists.txt                 |    6 -
 src/services/phonon/phononconfig.h                 |   57 -
 src/services/phonon/phononconfigwidget.cpp         |   39 -
 src/services/phonon/phononconfigwidget.h           |   52 -
 src/services/phonon/phononplayerbackend.h          |   96 -
 src/services/player.cpp                            |  609 ------
 src/services/player.h                              |  253 ---
 src/services/playerbackend.cpp                     |   49 -
 src/services/service.cpp                           |  158 --
 src/services/service.h                             |  169 --
 src/services/servicebackend.cpp                    |   68 -
 src/services/servicebackend.h                      |   92 -
 src/services/tests/CMakeLists.txt                  |   29 -
 src/services/tests/wavewritertest.cpp              |  195 --
 src/services/tests/wavewritertest.h                |   45 -
 src/services/wavewriter.cpp                        |  341 ---
 src/services/wavewriter.h                          |   68 -
 src/services/xine/CMakeLists.txt                   |   44 -
 src/services/xine/xineconfig.h                     |  103 -
 src/services/xine/xineconfigwidget.cpp             |   90 -
 src/services/xine/xineconfigwidget.h               |   60 -
 src/services/xine/xinedecoderbackend.cpp           |  385 ----
 src/services/xine/xinedecoderbackend.h             |   88 -
 src/services/xine/xineplayerbackend.h              |  117 --
 src/streamprocessor/CMakeLists.txt                 |   30 +
 .../gstreamer => streamprocessor}/gstreamer.cpp    |  161 +-
 .../gstreamer => streamprocessor}/gstreamer.h      |    9 +-
 src/streamprocessor/streamprocessor.cpp            |  383 ++++
 src/streamprocessor/streamprocessor.h              |   90 +
 src/videoplayer/CMakeLists.txt                     |    7 +
 src/videoplayer/playerbackend.cpp                  |   76 +
 src/{services => videoplayer}/playerbackend.h      |  112 +-
 src/videoplayer/videoplayer.cpp                    |  800 +++++++
 src/videoplayer/videoplayer.h                      |  360 ++++
 src/{services => videoplayer}/videowidget.cpp      |   46 +-
 src/{services => videoplayer}/videowidget.h        |   18 +-
 src/{services => videoplayer}/waveformat.h         |    4 +-
 src/videoplayerplugins/CMakeLists.txt              |   38 +
 src/videoplayerplugins/gstreamer/CMakeLists.txt    |   40 +
 .../gstreamer/gstreamerconfigwidget.cpp            |   44 +
 .../gstreamer/gstreamerconfigwidget.h              |   43 +
 .../gstreamer/gstreamerconfigwidget.ui             |  110 +
 .../gstreamer/gstreamerplayerbackend.cpp           |  230 +-
 .../gstreamer/gstreamerplayerbackend.h             |   92 +
 .../gstreamer/manual.pdf                           |  Bin
 src/videoplayerplugins/mplayer/CMakeLists.txt      |   22 +
 .../mplayer/mediadata.h                            |    4 +-
 .../mplayer/mplayerconfigwidget.cpp                |   40 +
 .../mplayer/mplayerconfigwidget.h                  |   43 +
 .../mplayer/mplayerconfigwidget.ui                 |  353 ++++
 .../mplayer/mplayerplayerbackend.cpp               |  108 +-
 .../mplayer/mplayerplayerbackend.h                 |   87 +
 .../mplayer/mplayerplayerprocess.cpp               |  134 +-
 .../mplayer/mplayerplayerprocess.h                 |   56 +-
 .../mplayer/slave.txt                              |    0
 src/videoplayerplugins/mpv/CMakeLists.txt          |   30 +
 src/videoplayerplugins/mpv/mpvbackend.cpp          |  476 +++++
 src/videoplayerplugins/mpv/mpvbackend.h            |  100 +
 src/videoplayerplugins/mpv/mpvconfigwidget.cpp     |   43 +
 src/videoplayerplugins/mpv/mpvconfigwidget.h       |   41 +
 src/videoplayerplugins/mpv/mpvconfigwidget.ui      |  349 +++
 src/videoplayerplugins/phonon/CMakeLists.txt       |   24 +
 .../phonon/CompilingPhononOnLinux.pdf              |  Bin
 .../phonon/phononplayerbackend.cpp                 |   91 +-
 .../phonon/phononplayerbackend.h                   |  100 +
 src/videoplayerplugins/scconfigdummy.cpp           |   37 +
 src/videoplayerplugins/scconfigdummy.h             |   26 +
 src/videoplayerplugins/xine/CMakeLists.txt         |   52 +
 .../xine/COPYING-CMAKE-SCRIPTS                     |    0
 src/videoplayerplugins/xine/xineconfigwidget.cpp   |   44 +
 src/videoplayerplugins/xine/xineconfigwidget.h     |   47 +
 src/videoplayerplugins/xine/xineconfigwidget.ui    |  119 ++
 .../xine/xineplayerbackend.cpp                     |  162 +-
 src/videoplayerplugins/xine/xineplayerbackend.h    |  122 ++
 .../xine/xinevideolayerwidget.cpp                  |    8 +-
 .../xine/xinevideolayerwidget.h                    |    3 +-
 src/widgets/CMakeLists.txt                         |   10 +-
 src/widgets/attachablewidget.cpp                   |   14 +-
 src/widgets/attachablewidget.h                     |    2 +-
 src/widgets/layeredwidget.cpp                      |   43 +-
 src/widgets/layeredwidget.h                        |   43 +-
 src/widgets/pointingslider.cpp                     |    8 +-
 src/widgets/pointingslider.h                       |    2 +-
 src/widgets/simplerichtextedit.cpp                 |  174 +-
 src/widgets/simplerichtextedit.h                   |   55 +-
 src/widgets/textoverlaywidget.cpp                  |  196 +-
 src/widgets/textoverlaywidget.h                    |   21 +-
 src/widgets/timeedit.cpp                           |   75 +-
 src/widgets/timeedit.h                             |    4 +-
 src/widgets/timevalidator.h                        |    4 +-
 src/widgets/treeview.cpp                           |    6 +-
 src/widgets/treeview.h                             |    4 +-
 src/widgets/waveformwidget.cpp                     |  712 +++++++
 src/widgets/waveformwidget.h                       |  163 ++
 subtitlecomposer.pot                               | 2211 ++++++++++++++++++++
 446 files changed, 29445 insertions(+), 31223 deletions(-)

-- 
subtitlecomposer packaging



More information about the pkg-kde-commits mailing list