lp:~telepathy-kde/telepathy-kde/ktp-call-ui
- Get this branch:
- bzr branch lp:~telepathy-kde/telepathy-kde/ktp-call-ui
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.kde.org/ktp-call-ui.
Last successful import was .
Recent revisions
- 325. By Antonio Rojas <email address hidden>
-
Fix build with telepathy-qt 0.9.8
Use the new TelepathyQt5:
:Farstream link target with 0.9.8, otherwise compilation fails with
/usr/include/telepathy- qt5/TelepathyQt /_gen/types. h:15:10: fatal error: QDBusArgument: No such file or directory Differential Revision: https:/
/phabricator. kde.org/ D25372 - 324. By Luigi Toscano
-
Fix message initialization
- add the missing calls to set the translation domain;
- QApplication must be initialized as soon as possible (and the
translation domain too). - 323. By Luigi Toscano
-
Fix terminology: "by KDE", not "for KDE"
"KDE" has been only the community for a while.
- 321. By Diane Trout
-
Prevent crashes from changes in how Bins are removed from the pipelines.
GStreamer reported warnings when trying to remove the sending bins
from the pipelines as they seem to be already unlinked when the
SinkManager::onPadUnlinked is called. I discovered this by getting the source Element srcPad-
>parentElement( )
and checking to see if that has a parent. After the bin is added to the
pipline it does have a parent, but by onPadRemoved it had been removed
from the pipeline.I only tested audio calls which showed me that channelHandler(
)->pipeline( )
could be null. I decided that that probably could happen to the video
path as well so added the guard condition there as well. - 319. By Diane Trout
-
Revert "qCDebug(); doesn't print anything so we need to add some text to display"
This reverts commit d54a1b5178ce08d
273bd9f0290cfb2 7b34aa41b4. I was instructed to read http://
woboq.com/ blog/nice- debug-output- with-qt. html
which explains how to get more detailed logs out of qCDebug - 318. By Diane Trout
-
qCDebug(); doesn't print anything so we need to add some text to display
the old kDebug() did print the function name so an empty call to kDebug()
was meaningful. qCDebug doesn't, so we have to add a message in
order to get our function trace.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)