lp://qastaging/messaging-app/staging
Created by
Tiago Salem Herrmann
and last modified
- Get this branch:
- bzr branch lp://qastaging/messaging-app/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.
No branches
dependent on this one.
Approved
for merging
into
lp://qastaging/messaging-app
- Gustavo Pichorim Boiko (community): Approve
- system-apps-ci-bot: Approve (continuous-integration)
-
Diff: 4652 lines (+2264/-682)39 files modifiedCMakeLists.txt (+1/-0)
accounts/CMakeLists.txt (+2/-0)
accounts/messaging-app.application (+13/-0)
debian/control (+1/-0)
debian/messaging-app-apparmor.additions (+4/-0)
debian/messaging-app.install (+1/-0)
debian/rules (+6/-1)
src/main.cpp (+2/-2)
src/messagingapplication.cpp (+21/-1)
src/messagingapplication.h (+1/-0)
src/qml/ComposeBar.qml (+127/-16)
src/qml/ContactSearchList.qml (+59/-77)
src/qml/ContactSearchWidget.qml (+26/-9)
src/qml/Dialogs/InformationDialog.qml (+11/-6)
src/qml/FavoriteChannels.qml (+93/-0)
src/qml/GroupChatInfoPage.qml (+179/-146)
src/qml/MainPage.qml (+105/-31)
src/qml/MessageBubble.qml (+7/-0)
src/qml/MessageDelegate.qml (+25/-6)
src/qml/MessageInfoDialog.qml (+67/-32)
src/qml/Messages.qml (+277/-97)
src/qml/MessagesListView.qml (+10/-1)
src/qml/MessagingContactEditorPage.qml (+9/-2)
src/qml/MessagingContactViewPage.qml (+51/-18)
src/qml/MultiRecipientInput.qml (+41/-30)
src/qml/NewGroupPage.qml (+61/-20)
src/qml/NewRecipientPage.qml (+73/-9)
src/qml/OnlineAccountsHelper.qml (+91/-0)
src/qml/ParticipantDelegate.qml (+3/-2)
src/qml/ParticipantInfoPage.qml (+80/-60)
src/qml/ParticipantsPopover.qml (+126/-34)
src/qml/RegularMessageDelegate.qml (+1/-5)
src/qml/RegularMessageDelegate_irc.qml (+200/-0)
src/qml/SettingsPage.qml (+239/-46)
src/qml/ThreadDelegate.qml (+51/-12)
src/qml/ThreadsSectionDelegate.qml (+7/-1)
src/qml/TransparentButton.qml (+17/-1)
src/qml/messaging-app.qml (+156/-15)
tests/qml/tst_MessagesView.qml (+20/-2)
Branch information
Recent revisions
- 663. By Tiago Salem Herrmann
-
Check if 'callback' is undefined to avoid crashing the app
- 662. By Tiago Salem Herrmann
-
Add apparmor rules to access dri.
- 661. By Tiago Salem Herrmann
-
Adapt to fetch the participants when needed.
- 660. By Tiago Salem Herrmann
-
- Add a configuration option to disconnect from server on application exit.
- Allow to favorite a channels and store it on settings.
- Mark thread as not connected (opacity = 0.5) - 659. By Tiago Salem Herrmann
-
Improve participants screen performance
- 658. By Tiago Salem Herrmann
-
Allow user to select the sort field for conversation list.
- 657. By Tiago Salem Herrmann
-
Mark entire threads as read when opening a channel
- 656. By Tiago Salem Herrmann
-
Disable contact matching dynamically depending on the addressable fields.
- 655. By Tiago Salem Herrmann
-
Close channels when threads are removed.
- 654. By Tiago Salem Herrmann
-
Use message delegates based on protocol if that exists.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/messaging-app