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
dd4ddd93
Commit
dd4ddd93
authored
Mar 07, 2014
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated notes
parent
b41727d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
Notes
Notes
+0
-20
No files found.
Notes
View file @
dd4ddd93
...
...
@@ -17,7 +17,6 @@ Issues
------
- apply the default font/size from the theme to the input textbox?
- do not ring when getting 180 after 183
- the only case where the hold tone should be played at 15 seconds is if I
put calls on hold and all are on hold (if remote put me on hold it should
not).
...
...
@@ -39,18 +38,10 @@ Issues
Also when a connection is ended voluntarily it should not care if there
is a failure while stopping the streams.
- 1 session active and aother on hold, it beeps every 15 seconds.
- new problem introduced: because we create streams early, now the session
tiles show the stream icons before we even attempt to connect.
- decide what to do about having keyboard shortcuts for hold/hangup in the
chat window (list may not be visible all the time and here we also
differentiate between hangup and delete session)
- modify the conferencing code to use move inside the model instead of
remove+add, to avoid/minimize selection changes
- move tray icon from the main window to Blink?
- find out what messes up the selection while dragging a contact into a
conference if ignore_selection_changes is not set.
- find a way to not have a chat session item selected when we press over
the close/expand indicators on the session tile.
- if I have an audio only session and I add chat, it rings using the audio
outgoing ringtone. to fix maybe add a proposed_streams to BlinkSession
and put the proposed streams in there until they are accepted. this way
...
...
@@ -60,11 +51,6 @@ Issues
state to sent/received_proposal and back. this means that one cannot
rely on BlinkSessionDidChangeState alone to handle session transitions,
but instead needs to also listed to BlinkSessionDidRemoveStream.
- If an audio+chat session is on hold and the audio stream is removed while
on hold, it remains showing it being on hold until a new audio stream is
added. (this is not true anymore. it only shows on hold until it is
removed from the audio session list. maybe we should reset the active flag
early?)
- I got an incoming call and the contact was found as a google contact, but
in history I have no name and the original uri. if I dial back, it doesn't
find the contact and says number@domain for the name.
...
...
@@ -79,12 +65,6 @@ Issues
Ideas:
------
- On sessionAboutToBeRemoved, we should preselect the next item we want
selected, so when it is actually removed, we do not flip.flop the
selection (may also need the ignore_selection_changes flag to be set)
- check the selectionCommand from the audio session model. it may be also
useful for the chat session model to avoid selection on mouse press
events (make it only happen on mouse release events).
- chat window alternate minimum sizes:
900x550 (230 splitter), 925x550 (240 splitter), 950x550 (250 splitter)
...
...
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