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
e91bbd1c
Commit
e91bbd1c
authored
Feb 09, 2017
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated software description
parent
f027e866
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
README
README
+1
-1
blink.1
debian/blink.1
+1
-1
blink.desktop
debian/blink.desktop
+1
-1
control
debian/control
+4
-4
about_panel.ui
resources/about_panel.ui
+1
-1
setup.py
setup.py
+1
-1
No files found.
README
View file @
e91bbd1c
...
...
@@ -2,7 +2,7 @@
Blink
-----
This is the Qt version of Blink, a
state of the art
, easy to use SIP client
This is the Qt version of Blink, a
fully featured
, easy to use SIP client
for Linux and Microsoft Windows.
Homepage: http://icanblink.com
...
...
debian/blink.1
View file @
e91bbd1c
...
...
@@ -3,7 +3,7 @@
.TH Blink 1 "July 16, 2010" "" "Blink"
.SH NAME
Blink \- A state of the art, easy to use SIP client
blink \- Fully featured, easy to use SIP client with a Qt based UI
.SH DESCRIPTION
Find the complete
...
...
debian/blink.desktop
View file @
e91bbd1c
[Desktop Entry]
Name=Blink
GenericName=SIP client
Comment=
A state of the art, easy to use SIP client
Comment=
Fully featured, easy to use SIP client with a Qt based UI
X-GNOME-FullName=Blink SIP client
Type=Application
Exec=blink
...
...
debian/control
View file @
e91bbd1c
...
...
@@ -25,8 +25,8 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
python-twisted-core,
python-zope.interface,
x11vnc
Description:
Easy to use SIP client
Description:
Fully featured, easy to use SIP client with a Qt based UI
Blink is a fully featured SIP client written in Python and built on top of
SIP SIMPLE client SDK
. Blink provides real time applications based on SIP
and related protocols for Audio, Video, Instant Messaging, File Transfers
,
Desktop Sharing and Presence.
SIP SIMPLE client SDK
with a Qt based user interface. Blink provides real
time applications based on SIP and related protocols for Audio, Video
,
Instant Messaging, File Transfers,
Desktop Sharing and Presence.
resources/about_panel.ui
View file @
e91bbd1c
...
...
@@ -45,7 +45,7 @@
<item>
<widget
class=
"QLabel"
name=
"description"
>
<property
name=
"text"
>
<string>
A state of the art
, easy to use SIP client
</string>
<string>
Fully featured
, easy to use SIP client
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignCenter
</set>
...
...
setup.py
View file @
e91bbd1c
...
...
@@ -26,7 +26,7 @@ def list_resources(source_directory, destination_directory):
package_info
=
PackageInfo
(
os
.
path
.
join
(
'blink'
,
'__info__.py'
))
package_info
.
__description__
=
"
A state of the art, easy to use SIP client
"
package_info
.
__description__
=
"
Fully featured, easy to use SIP client with a Qt based UI
"
setup
(
...
...
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