Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
ae271926
Commit
ae271926
authored
Feb 11, 2016
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented call transfer
parent
71ffd6d9
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
791 additions
and
13 deletions
+791
-13
contacts.py
blink/contacts.py
+135
-0
mainwindow.py
blink/mainwindow.py
+5
-0
sessions.py
blink/sessions.py
+264
-13
incoming_calltransfer_dialog.ui
resources/incoming_calltransfer_dialog.ui
+387
-0
No files found.
blink/contacts.py
View file @
ae271926
This diff is collapsed.
Click to expand it.
blink/mainwindow.py
View file @
ae271926
...
...
@@ -54,6 +54,7 @@ class MainWindow(base_class, ui_class):
notification_center
.
add_observer
(
self
,
name
=
'SIPAccountGotPendingWatcher'
)
notification_center
.
add_observer
(
self
,
name
=
'BlinkSessionNewOutgoing'
)
notification_center
.
add_observer
(
self
,
name
=
'BlinkSessionDidReinitializeForOutgoing'
)
notification_center
.
add_observer
(
self
,
name
=
'BlinkSessionTransferNewOutgoing'
)
notification_center
.
add_observer
(
self
,
name
=
'BlinkFileTransferNewIncoming'
)
notification_center
.
add_observer
(
self
,
name
=
'BlinkFileTransferNewOutgoing'
)
notification_center
.
add_observer
(
self
,
sender
=
AccountManager
())
...
...
@@ -907,6 +908,10 @@ class MainWindow(base_class, ui_class):
def
_NH_BlinkSessionDidReinitializeForOutgoing
(
self
,
notification
):
self
.
search_box
.
clear
()
def
_NH_BlinkSessionTransferNewOutgoing
(
self
,
notification
):
self
.
search_box
.
clear
()
self
.
switch_view_button
.
view
=
SwitchViewButton
.
SessionView
def
_NH_BlinkFileTransferNewIncoming
(
self
,
notification
):
self
.
filetransfer_window
.
show
(
activate
=
QApplication
.
activeWindow
()
is
not
None
)
...
...
blink/sessions.py
View file @
ae271926
This diff is collapsed.
Click to expand it.
resources/incoming_calltransfer_dialog.ui
0 → 100644
View file @
ae271926
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment