Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
1bed3f95
Commit
1bed3f95
authored
May 19, 2016
by
Edric
Browse files
Options
Downloads
Patches
Plain Diff
show outgoing call photo
Change-Id: If2f4b3adcb62d03ed9e1285a7544ab404f6e1ec7 Tuleap: #714
parent
70ae878f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
callwidget.cpp
+4
-0
4 additions, 0 deletions
callwidget.cpp
callwidget.ui
+1
-1
1 addition, 1 deletion
callwidget.ui
with
5 additions
and
1 deletion
callwidget.cpp
+
4
−
0
View file @
1bed3f95
...
@@ -634,6 +634,10 @@ CallWidget::placeCall()
...
@@ -634,6 +634,10 @@ CallWidget::placeCall()
Call
*
c
=
CallModel
::
instance
().
dialingCall
(
PhoneDirectoryModel
::
instance
().
getNumber
(
ui
->
ringContactLineEdit
->
text
()));
Call
*
c
=
CallModel
::
instance
().
dialingCall
(
PhoneDirectoryModel
::
instance
().
getNumber
(
ui
->
ringContactLineEdit
->
text
()));
c
->
performAction
(
Call
::
Action
::
ACCEPT
);
c
->
performAction
(
Call
::
Action
::
ACCEPT
);
ui
->
ringContactLineEdit
->
clear
();
ui
->
ringContactLineEdit
->
clear
();
ui
->
callingPhoto
->
setPixmap
(
QPixmap
::
fromImage
(
GlobalInstances
::
pixmapManipulator
()
.
callPhoto
(
c
,
QSize
(
130
,
130
)).
value
<
QImage
>
()));
}
}
void
void
...
...
This diff is collapsed.
Click to expand it.
callwidget.ui
+
1
−
1
View file @
1bed3f95
...
@@ -1399,7 +1399,7 @@
...
@@ -1399,7 +1399,7 @@
<widget
class=
"QWidget"
name=
"outboundCall"
native=
"true"
>
<widget
class=
"QWidget"
name=
"outboundCall"
native=
"true"
>
<layout
class=
"QVBoxLayout"
name=
"spinnerLayout"
>
<layout
class=
"QVBoxLayout"
name=
"spinnerLayout"
>
<item>
<item>
<widget
class=
"QLabel"
name=
"
label_3
"
>
<widget
class=
"QLabel"
name=
"
callingPhoto
"
>
<property
name=
"sizePolicy"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Minimum"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Minimum"
>
<horstretch>
0
</horstretch>
<horstretch>
0
</horstretch>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment