lp://qastaging/telephony-service/staging
Created by
Tiago Salem Herrmann
and last modified
- Get this branch:
- bzr branch lp://qastaging/telephony-service/staging
Members of
Ubuntu Phablet Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
3 branches
proposed for merging into this one.
1 branch
dependent on this one.
Approved
for merging
into
lp://qastaging/telephony-service
- Gustavo Pichorim Boiko (community): Approve
- system-apps-ci-bot: Needs Fixing (continuous-integration)
-
Diff: 7142 lines (+4636/-297)100 files modifiedCMakeLists.txt (+10/-10)
TODO (+6/-0)
Ubuntu/Telephony/CMakeLists.txt (+1/-0)
Ubuntu/Telephony/components.cpp (+2/-0)
Ubuntu/Telephony/participantsmodel.cpp (+235/-0)
Ubuntu/Telephony/participantsmodel.h (+92/-0)
accounts/CMakeLists.txt (+2/-0)
accounts/common/DynamicField.qml (+172/-0)
accounts/common/Main.qml (+106/-0)
accounts/common/NewAccountInterface.qml (+314/-0)
accounts/irc/CMakeLists.txt (+2/-0)
accounts/irc/data/CMakeLists.txt (+5/-0)
accounts/irc/data/telephony-irc-im.service (+22/-0)
accounts/irc/data/telephony-irc.provider (+5/-0)
accounts/irc/qml/CMakeLists.txt (+13/-0)
accounts/irc/qml/NewAccount.qml (+63/-0)
accounts/sip/CMakeLists.txt (+2/-0)
accounts/sip/data/CMakeLists.txt (+5/-0)
accounts/sip/data/telephony-sip-im.service (+22/-0)
accounts/sip/data/telephony-sip.provider (+5/-0)
accounts/sip/qml/CMakeLists.txt (+13/-0)
accounts/sip/qml/NewAccount.qml (+48/-0)
approver/approver.cpp (+23/-20)
cmake/modules/GenerateTest.cmake (+1/-0)
debian/account-plugin-irc-unity8.install (+3/-0)
debian/account-plugin-sip-unity8.install (+3/-0)
debian/control (+24/-1)
handler/CMakeLists.txt (+21/-0)
handler/Handler.xml (+64/-9)
handler/TelephonyServiceHandler.client (+9/-0)
handler/accountproperties.cpp (+71/-0)
handler/accountproperties.h (+47/-0)
handler/audioroutemanager.cpp (+231/-0)
handler/audioroutemanager.h (+75/-0)
handler/callagent.cpp (+118/-0)
handler/callagent.h (+52/-0)
handler/callhandler.cpp (+202/-39)
handler/callhandler.h (+10/-2)
handler/farstreamchannel.cpp (+326/-0)
handler/farstreamchannel.h (+80/-0)
handler/handler.cpp (+20/-5)
handler/handler.h (+2/-1)
handler/handlerdbus.cpp (+45/-6)
handler/handlerdbus.h (+21/-2)
handler/main.cpp (+16/-3)
handler/powerd.h (+34/-0)
handler/powerdaudiomodemediator.cpp (+63/-0)
handler/powerdaudiomodemediator.h (+46/-0)
handler/powerddbus.cpp (+43/-0)
handler/powerddbus.h (+38/-0)
handler/qpulseaudioengine.cpp (+853/-0)
handler/qpulseaudioengine.h (+126/-0)
handler/texthandler.cpp (+47/-0)
handler/texthandler.h (+6/-0)
indicator/callchannelobserver.cpp (+19/-3)
indicator/callchannelobserver.h (+2/-1)
indicator/displaynamesettings.cpp (+2/-2)
indicator/messagingmenu.cpp (+14/-14)
indicator/messagingmenu.h (+2/-2)
indicator/textchannelobserver.cpp (+6/-0)
libtelephonyservice/CMakeLists.txt (+4/-8)
libtelephonyservice/accountentry.cpp (+79/-6)
libtelephonyservice/accountentry.h (+24/-1)
libtelephonyservice/accountlist.cpp (+11/-2)
libtelephonyservice/accountlist.h (+2/-0)
libtelephonyservice/applicationutils.cpp (+11/-13)
libtelephonyservice/audiooutput.cpp (+17/-0)
libtelephonyservice/audiooutput.h (+4/-0)
libtelephonyservice/callentry.cpp (+54/-54)
libtelephonyservice/callentry.h (+3/-3)
libtelephonyservice/chatentry.cpp (+46/-23)
libtelephonyservice/chatentry.h (+9/-1)
libtelephonyservice/chatmanager.cpp (+16/-0)
libtelephonyservice/chatmanager.h (+3/-1)
libtelephonyservice/contactwatcher.cpp (+67/-24)
libtelephonyservice/contactwatcher.h (+5/-1)
libtelephonyservice/dbustypes.h (+7/-0)
libtelephonyservice/greetercontacts.cpp (+17/-1)
libtelephonyservice/greetercontacts.h (+3/-1)
libtelephonyservice/ofonoaccountentry.cpp (+7/-1)
libtelephonyservice/ofonoaccountentry.h (+3/-1)
libtelephonyservice/participant.cpp (+13/-2)
libtelephonyservice/participant.h (+11/-1)
libtelephonyservice/phoneutils.cpp (+43/-1)
libtelephonyservice/phoneutils.h (+4/-1)
libtelephonyservice/protocol.cpp (+83/-3)
libtelephonyservice/protocol.h (+42/-0)
libtelephonyservice/protocolmanager.cpp (+2/-2)
libtelephonyservice/telepathyhelper.cpp (+37/-8)
libtelephonyservice/telepathyhelper.h (+5/-2)
libtelephonyservice/tonegenerator.cpp (+12/-1)
libtelephonyservice/tonegenerator.h (+6/-2)
protocols/README.protocols (+8/-0)
protocols/ofono.protocol (+5/-0)
protocols/sip.protocol (+7/-0)
tests/Ubuntu.Telephony/ContactWatcherTest.cpp (+13/-5)
tests/libtelephonyservice/OfonoAccountEntryTest.cpp (+5/-5)
tests/libtelephonyservice/ProtocolTest.cpp (+30/-2)
tests/libtelephonyservice/testProtocols/foo.protocol (+7/-0)
upstart/telephony-service-indicator.conf (+1/-1)
Branch information
Recent revisions
- 1256. By Gustavo Pichorim Boiko
-
Fix watching the connection status changes and properly notify the changes to displayed accounts
- 1255. By Tiago Salem Herrmann
-
Add requires to telepathy-rakia and mfw-plugin-irc
- 1254. By Tiago Salem Herrmann
-
- Use alsasrc as a workaround to be able to record from the microphone.
pulsesrc does not work on some environments. - 1253. By Tiago Salem Herrmann
-
- Initialize pointer to avoid crashes.
- Connect new accounts in case messaging-app is already active - 1252. By Gustavo Pichorim Boiko
-
Disable PA on tests.
- 1251. By Gustavo Pichorim Boiko
-
Monitor app and disconnect/connect accounts when appropriate.
- 1250. By Gustavo Pichorim Boiko
-
Implemented contact match by online accounts (IRC).
- 1249. By Gustavo Pichorim Boiko
-
Export startChat to QML.
- 1248. By Gustavo Pichorim Boiko
-
Expose the account parameters to QML
- 1247. By Gustavo Pichorim Boiko
-
Add ParticipantsModel
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/telephony-service