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
67e772f8
Commit
67e772f8
authored
Sep 10, 2013
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed desktop sharing to screen sharing and fixed stream type name
parent
4e9102ef
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
51 additions
and
51 deletions
+51
-51
mainwindow.py
blink/mainwindow.py
+1
-1
sessions.py
blink/sessions.py
+33
-33
blink.ui
resources/blink.ui
+8
-8
screensharing-auto-rejected.png
resources/icons/screensharing-auto-rejected.png
+0
-0
screensharing-rejected.png
resources/icons/screensharing-rejected.png
+0
-0
screensharing.png
resources/icons/screensharing.png
+0
-0
incoming_dialog.ui
resources/incoming_dialog.ui
+8
-8
preferences.ui
resources/preferences.ui
+1
-1
No files found.
blink/mainwindow.py
View file @
67e772f8
...
...
@@ -243,7 +243,7 @@ class MainWindow(base_class, ui_class):
def
enable_call_buttons
(
self
,
enabled
):
self
.
audio_call_button
.
setEnabled
(
enabled
)
self
.
im_session_button
.
setEnabled
(
False
)
self
.
d
s_session_button
.
setEnabled
(
False
)
self
.
s
s_session_button
.
setEnabled
(
False
)
def
load_audio_devices
(
self
):
settings
=
SIPSimpleSettings
()
...
...
blink/sessions.py
View file @
67e772f8
This diff is collapsed.
Click to expand it.
resources/blink.ui
View file @
67e772f8
...
...
@@ -685,7 +685,7 @@ padding: 2px;</string>
</widget>
</item>
<item>
<widget
class=
"ToolButton"
name=
"
d
s_session_button"
>
<widget
class=
"ToolButton"
name=
"
s
s_session_button"
>
<property
name=
"minimumSize"
>
<size>
<width>
29
</width>
...
...
@@ -699,7 +699,7 @@ padding: 2px;</string>
</size>
</property>
<property
name=
"toolTip"
>
<string>
Start
desktop sharing
</string>
<string>
Start
screen sharing
</string>
</property>
<property
name=
"icon"
>
<iconset>
...
...
@@ -1295,6 +1295,11 @@ padding: 2px;</string>
</action>
</widget>
<customwidgets>
<customwidget>
<class>
ToolButton
</class>
<extends>
QToolButton
</extends>
<header>
blink.widgets.buttons
</header>
</customwidget>
<customwidget>
<class>
LineEdit
</class>
<extends>
QLineEdit
</extends>
...
...
@@ -1320,11 +1325,6 @@ padding: 2px;</string>
<extends>
QComboBox
</extends>
<header>
blink.accounts
</header>
</customwidget>
<customwidget>
<class>
ToolButton
</class>
<extends>
QToolButton
</extends>
<header>
blink.widgets.buttons
</header>
</customwidget>
<customwidget>
<class>
SessionListView
</class>
<extends>
QListView
</extends>
...
...
@@ -1360,7 +1360,7 @@ padding: 2px;</string>
<tabstop>
add_contact_button
</tabstop>
<tabstop>
audio_call_button
</tabstop>
<tabstop>
im_session_button
</tabstop>
<tabstop>
d
s_session_button
</tabstop>
<tabstop>
s
s_session_button
</tabstop>
<tabstop>
silent_button
</tabstop>
<tabstop>
session_list
</tabstop>
<tabstop>
hangup_all_button
</tabstop>
...
...
resources/icons/
desktop
sharing-auto-rejected.png
→
resources/icons/
screen
sharing-auto-rejected.png
View file @
67e772f8
File moved
resources/icons/
desktop
sharing-rejected.png
→
resources/icons/
screen
sharing-rejected.png
View file @
67e772f8
File moved
resources/icons/
desktop
sharing.png
→
resources/icons/
screen
sharing.png
View file @
67e772f8
File moved
resources/incoming_dialog.ui
View file @
67e772f8
...
...
@@ -280,7 +280,7 @@
</widget>
</item>
<item>
<widget
class=
"StreamButton"
name=
"
desktop
sharing_stream"
>
<widget
class=
"StreamButton"
name=
"
screen
sharing_stream"
>
<property
name=
"minimumSize"
>
<size>
<width>
26
</width>
...
...
@@ -302,11 +302,11 @@
</property>
<property
name=
"icon"
>
<iconset>
<normaloff>
icons/
desktop
sharing.png
</normaloff>
<normalon>
icons/
desktop
sharing-rejected.png
</normalon>
<disabledoff>
icons/
desktop
sharing.png
</disabledoff>
<disabledon>
icons/
desktop
sharing-rejected.png
</disabledon>
<selectedon>
icons/
desktopsharing-auto-rejected.png
</selectedon>
icons/desktop
sharing.png
</iconset>
<normaloff>
icons/
screen
sharing.png
</normaloff>
<normalon>
icons/
screen
sharing-rejected.png
</normalon>
<disabledoff>
icons/
screen
sharing.png
</disabledoff>
<disabledon>
icons/
screen
sharing-rejected.png
</disabledon>
<selectedon>
icons/
screensharing-auto-rejected.png
</selectedon>
icons/screen
sharing.png
</iconset>
</property>
<property
name=
"iconSize"
>
<size>
...
...
@@ -473,7 +473,7 @@
</spacer>
</item>
<item
row=
"3"
column=
"0"
colspan=
"3"
>
<widget
class=
"QLabel"
name=
"
desktop
sharing_label"
>
<widget
class=
"QLabel"
name=
"
screen
sharing_label"
>
<property
name=
"palette"
>
<palette>
<active>
...
...
@@ -539,7 +539,7 @@
</palette>
</property>
<property
name=
"text"
>
<string
extracomment=
"is offering to share his
desktop"
>
is asking to share your desktop
</string>
<string
extracomment=
"is offering to share his
screen"
>
is asking to share your screen
</string>
</property>
<property
name=
"indent"
>
<number>
3
</number>
...
...
resources/preferences.ui
View file @
67e772f8
...
...
@@ -2068,7 +2068,7 @@
<item
row=
"1"
column=
"0"
colspan=
"5"
>
<widget
class=
"QCheckBox"
name=
"trace_msrp_button"
>
<property
name=
"text"
>
<string>
Trace MSRP (used for chat, file transfer and
desktop
sharing)
</string>
<string>
Trace MSRP (used for chat, file transfer and
screen
sharing)
</string>
</property>
</widget>
</item>
...
...
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