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
252b8147
Commit
252b8147
authored
May 28, 2010
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed Audio Session to Audio Call
parent
b4a5ae73
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
contacts.py
blink/contacts.py
+4
-4
No files found.
blink/contacts.py
View file @
252b8147
...
...
@@ -992,7 +992,7 @@ class ContactListView(QListView):
self
.
actions
.
delete_item
=
QAction
(
"Delete"
,
self
,
triggered
=
self
.
_AH_DeleteSelection
)
self
.
actions
.
delete_selection
=
QAction
(
"Delete Selection"
,
self
,
triggered
=
self
.
_AH_DeleteSelection
)
self
.
actions
.
undo_last_delete
=
QAction
(
"Undo Last Delete"
,
self
,
triggered
=
self
.
_AH_UndoLastDelete
)
self
.
actions
.
start_audio_session
=
QAction
(
"Start Audio
Session"
,
self
,
triggered
=
self
.
_AH_StartAudioSession
)
self
.
actions
.
start_audio_session
=
QAction
(
"Start Audio
Call"
,
self
,
triggered
=
self
.
_AH_StartAudioCall
)
self
.
actions
.
start_chat_session
=
QAction
(
"Start Chat Session"
,
self
,
triggered
=
self
.
_AH_StartChatSession
)
self
.
actions
.
send_sms
=
QAction
(
"Send SMS"
,
self
,
triggered
=
self
.
_AH_SendSMS
)
self
.
actions
.
send_files
=
QAction
(
"Send File(s)..."
,
self
,
triggered
=
self
.
_AH_SendFiles
)
...
...
@@ -1144,7 +1144,7 @@ class ContactListView(QListView):
handler
=
model
.
addGroup
if
isinstance
(
item
,
ContactGroup
)
else
model
.
addContact
handler
(
item
)
def
_AH_StartAudio
Session
(
self
):
def
_AH_StartAudio
Call
(
self
):
contact
=
self
.
model
()
.
data
(
self
.
selectionModel
()
.
selectedIndexes
()[
0
])
def
_AH_StartChatSession
(
self
):
...
...
@@ -1308,7 +1308,7 @@ class ContactSearchListView(QListView):
self
.
actions
.
delete_item
=
QAction
(
"Delete"
,
self
,
triggered
=
self
.
_AH_DeleteSelection
)
self
.
actions
.
delete_selection
=
QAction
(
"Delete Selection"
,
self
,
triggered
=
self
.
_AH_DeleteSelection
)
self
.
actions
.
undo_last_delete
=
QAction
(
"Undo Last Delete"
,
self
,
triggered
=
self
.
_AH_UndoLastDelete
)
self
.
actions
.
start_audio_session
=
QAction
(
"Start Audio
Session"
,
self
,
triggered
=
self
.
_AH_StartAudioSession
)
self
.
actions
.
start_audio_session
=
QAction
(
"Start Audio
Call"
,
self
,
triggered
=
self
.
_AH_StartAudioCall
)
self
.
actions
.
start_chat_session
=
QAction
(
"Start Chat Session"
,
self
,
triggered
=
self
.
_AH_StartChatSession
)
self
.
actions
.
send_sms
=
QAction
(
"Send SMS"
,
self
,
triggered
=
self
.
_AH_SendSMS
)
self
.
actions
.
send_files
=
QAction
(
"Send File(s)..."
,
self
,
triggered
=
self
.
_AH_SendFiles
)
...
...
@@ -1390,7 +1390,7 @@ class ContactSearchListView(QListView):
handler
=
model
.
addGroup
if
isinstance
(
item
,
ContactGroup
)
else
model
.
addContact
handler
(
item
)
def
_AH_StartAudio
Session
(
self
):
def
_AH_StartAudio
Call
(
self
):
contact
=
self
.
model
()
.
data
(
self
.
selectionModel
()
.
selectedIndexes
()[
0
])
def
_AH_StartChatSession
(
self
):
...
...
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