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
b1932897
Commit
b1932897
authored
Aug 09, 2013
by
Saul Ibarra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Raised version and updated changelog
parent
6486eb2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
2 deletions
+53
-2
__init__.py
blink/__init__.py
+2
-2
changelog
debian/changelog
+51
-0
No files found.
blink/__init__.py
View file @
b1932897
...
...
@@ -4,8 +4,8 @@
__all__
=
[
'Blink'
]
__version__
=
'0.
2.11
'
__date__
=
'
October 26th, 2012
'
__version__
=
'0.
5.0
'
__date__
=
'
August 9th 2013
'
import
os
...
...
debian/changelog
View file @
b1932897
blink (0.5.0) unstable; urgency=low
* Adapted to changes in SIP SIMPLE Client SDK
* Enabled Opus codec
* Refactored PresencePublicationHandler in order to simplify it
* Set default sample rate to 32 kHz
* Fixed exception if Google contact has no name nor company
* Fixed handling file URLs on different platforms
* Fixed losing contact icons
* Fixed computing hours in history entries
* Fixed setting display name in history entry when URI is a phone number
* Avoid publishing presence state twice when xcap settings change
* Allow Ctrl+Delete/Backspace to hangup sessions because KDE steals Ctrl+Esc
* Raise and activate preferences window when triggered if already visible
* Do not allow toolbar to be hidden
* Removed compatibility with python 2.6
-- Saul Ibarra <saul@ag-projects.com> Fri, 09 Aug 2013 12:51:58 +0200
blink (0.4.0) unstable; urgency=low
* Added support for multiple URIs per contact
* Added support for Bonjour presence
* Added system tray
* Added text eliding using fading colors for labels with long texts
* Adjusted selected group background colors for better visibility
* Save and restore main window geometry across restarts
* Move contact when its name changes to keep contacts sorted
* Updated test contact icon files
* Strip URI domain in history if URI looks like a phone number
* Fixed creating offset-naive datetime for epoch
* Fixed exception when initial winfo document is not full
* Fixed publishing internal presence states
* Fixed icons from QAction not showing up in menus on Ubuntu
* Fixed losing presence state when contact is modified
* Fixed exception when restarting log manager
-- Saul Ibarra <saul@ag-projects.com> Wed, 26 Jun 2013 16:56:04 +0200
blink (0.3.1) unstable; urgency=low
* Added SIMPLE Presence (PUBLISH, RLS SUBSCRIBE/NOTIFY)
* Added XCAP storage for contacts, icon and and presence policy
* Added handing for presence, presence.winfo and xcap-diff events
* Added call history menu items (Missed, Received, Placed)
* Made sRTP optional by default
* Adjusted default timeouts for registration, subscription and publication
* Removed/diabled some GUI elements for not yet implemented features
-- Saul Ibarra <saul@ag-projects.com> Wed, 24 Apr 2013 15:16:11 +0200
blink (0.2.11) unstable; urgency=low
* Adapted to changes in streams API
...
...
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