<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[Freeswitch-trunk][16431] </title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<div id="header">FreeSWITCH Subversion</div>
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=16431">16431</a></dd>
<dt>Author</dt> <dd>jmesquita</dd>
<dt>Date</dt> <dd>2010-01-20 23:05:56 -0600 (Wed, 20 Jan 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Make UI enhancements and refactor some code. We still have bugs on handling multiple calls and switching between them.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#freeswitchtrunkfscommcallh">freeswitch/trunk/fscomm/call.h</a></li>
<li><a href="#freeswitchtrunkfscommmainwindowcpp">freeswitch/trunk/fscomm/mainwindow.cpp</a></li>
<li><a href="#freeswitchtrunkfscommmainwindowh">freeswitch/trunk/fscomm/mainwindow.h</a></li>
<li><a href="#freeswitchtrunkfscommmainwindowui">freeswitch/trunk/fscomm/mainwindow.ui</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="freeswitchtrunkfscommcallh"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/fscomm/call.h (16430 => 16431)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/fscomm/call.h        2010-01-21 02:51:04 UTC (rev 16430)
+++ freeswitch/trunk/fscomm/call.h        2010-01-21 05:05:56 UTC (rev 16431)
</span><span class="lines">@@ -45,10 +45,9 @@
</span><span class="cx">         FSCOMM_CALL_DIRECTION_OUTBOUND = 1
</span><span class="cx"> } fscomm_call_direction_t;
</span><span class="cx"> 
</span><del>-class Call
-{
</del><ins>+class Call {
</ins><span class="cx"> public:
</span><del>-    Call(void);
</del><ins>+    Call();
</ins><span class="cx">     Call(int call_id, QString cid_name, QString cid_number, fscomm_call_direction_t direction, QString uuid);
</span><span class="cx">     QString getCidName(void) { return _cid_name; }
</span><span class="cx">     QString getCidNumber(void) { return _cid_number; }
</span></span></pre></div>
<a id="freeswitchtrunkfscommmainwindowcpp"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/fscomm/mainwindow.cpp (16430 => 16431)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/fscomm/mainwindow.cpp        2010-01-21 02:51:04 UTC (rev 16430)
+++ freeswitch/trunk/fscomm/mainwindow.cpp        2010-01-21 05:05:56 UTC (rev 16431)
</span><span class="lines">@@ -97,7 +97,7 @@
</span><span class="cx">     connect(ui-&gt;answerBtn, SIGNAL(clicked()), this, SLOT(paAnswer()));
</span><span class="cx">     connect(ui-&gt;hangupBtn, SIGNAL(clicked()), this, SLOT(paHangup()));
</span><span class="cx">     connect(ui-&gt;recoredCallBtn, SIGNAL(toggled(bool)), SLOT(recordCall(bool)));
</span><del>-    connect(ui-&gt;listCalls, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(callListDoubleClick(QListWidgetItem*)));
</del><ins>+    connect(ui-&gt;tableCalls, SIGNAL(itemDoubleClicked(QTableWidgetItem*)), this, SLOT(callTableDoubleClick(QTableWidgetItem*)));
</ins><span class="cx">     connect(ui-&gt;action_Preferences, SIGNAL(triggered()), this, SLOT(prefTriggered()));
</span><span class="cx">     connect(ui-&gt;action_Exit, SIGNAL(triggered()), this, SLOT(close()));
</span><span class="cx">     connect(ui-&gt;actionAbout, SIGNAL(triggered()), this, SLOT(showAbout()));
</span><span class="lines">@@ -199,7 +199,8 @@
</span><span class="cx">     g_FSHost.getCurrentActiveCall().data()-&gt;sendDTMF(dtmf);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void MainWindow::callListDoubleClick(QListWidgetItem *item)
</del><ins>+/* TODO: Update the timers and the item text! */
+void MainWindow::callTableDoubleClick(QTableWidgetItem *item)
</ins><span class="cx"> {
</span><span class="cx">     QSharedPointer&lt;Call&gt; lastCall = g_FSHost.getCurrentActiveCall();
</span><span class="cx">     QSharedPointer&lt;Call&gt; call = g_FSHost.getCallByUUID(item-&gt;data(Qt::UserRole).toString());
</span><span class="lines">@@ -301,9 +302,20 @@
</span><span class="cx"> void MainWindow::newOutgoingCall(QSharedPointer&lt;Call&gt; call)
</span><span class="cx"> {
</span><span class="cx">     ui-&gt;textEdit-&gt;setText(QString(&quot;Calling %1 (%2)&quot;).arg(call.data()-&gt;getCidName(), call.data()-&gt;getCidNumber()));
</span><del>-    QListWidgetItem *item = new QListWidgetItem(tr(&quot;%1 (%2) - Calling&quot;).arg(call.data()-&gt;getCidName(), call.data()-&gt;getCidNumber()));
-    item-&gt;setData(Qt::UserRole, call.data()-&gt;getUUID());
-    ui-&gt;listCalls-&gt;addItem(item);
</del><ins>+
+    ui-&gt;tableCalls-&gt;setRowCount(ui-&gt;tableCalls-&gt;rowCount()+1);
+    QTableWidgetItem *item0 = new QTableWidgetItem(QString(&quot;%1 (%2)&quot;).arg(call.data()-&gt;getCidName(), call.data()-&gt;getCidNumber()));
+    item0-&gt;setData(Qt::UserRole, call.data()-&gt;getUUID());
+    ui-&gt;tableCalls-&gt;setItem(ui-&gt;tableCalls-&gt;rowCount()-1,0,item0);
+
+    QTableWidgetItem *item1 = new QTableWidgetItem(tr(&quot;Dialing...&quot;));
+    item1-&gt;setData(Qt::UserRole, call.data()-&gt;getUUID());
+    ui-&gt;tableCalls-&gt;setItem(ui-&gt;tableCalls-&gt;rowCount()-1,1,item1);
+
+    ui-&gt;tableCalls-&gt;resizeColumnsToContents();
+    ui-&gt;tableCalls-&gt;resizeRowsToContents();
+    ui-&gt;tableCalls-&gt;horizontalHeader()-&gt;setStretchLastSection(true);
+
</ins><span class="cx">     ui-&gt;hangupBtn-&gt;setEnabled(true);
</span><span class="cx">     call.data()-&gt;setActive(true);
</span><span class="cx"> }
</span><span class="lines">@@ -311,42 +323,48 @@
</span><span class="cx"> void MainWindow::ringing(QSharedPointer&lt;Call&gt; call)
</span><span class="cx"> {
</span><span class="cx"> 
</span><del>-    for (int i=0; i&lt;ui-&gt;listCalls-&gt;count(); i++)
</del><ins>+    for (int i=0; i&lt;ui-&gt;tableCalls-&gt;rowCount(); i++)
</ins><span class="cx">     {
</span><del>-        QListWidgetItem *item = ui-&gt;listCalls-&gt;item(i);
</del><ins>+        QTableWidgetItem *item = ui-&gt;tableCalls-&gt;item(i, 1);
</ins><span class="cx">         if (item-&gt;data(Qt::UserRole).toString() == call.data()-&gt;getUUID())
</span><span class="cx">         {
</span><del>-            item-&gt;setText(tr(&quot;%1 - Ringing&quot;).arg(call.data()-&gt;getCidNumber()));
</del><ins>+            item-&gt;setText(tr(&quot;Ringing&quot;));
</ins><span class="cx">             ui-&gt;textEdit-&gt;setText(QString(&quot;Call from %1 (%2)&quot;).arg(call.data()-&gt;getCidName(), call.data()-&gt;getCidNumber()));
</span><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     ui-&gt;textEdit-&gt;setText(QString(&quot;Call from %1 (%2)&quot;).arg(call.data()-&gt;getCidName(), call.data()-&gt;getCidNumber()));
</span><del>-    QListWidgetItem *item = new QListWidgetItem(tr(&quot;%1 (%2) - Ringing&quot;).arg(call.data()-&gt;getCidName(), call.data()-&gt;getCidNumber()));
-    item-&gt;setData(Qt::UserRole, call.data()-&gt;getUUID());
-    ui-&gt;listCalls-&gt;addItem(item);
</del><ins>+
+    ui-&gt;tableCalls-&gt;setRowCount(ui-&gt;tableCalls-&gt;rowCount()+1);
+    QTableWidgetItem *item0 = new QTableWidgetItem(QString(&quot;%1 (%2)&quot;).arg(call.data()-&gt;getCidName(), call.data()-&gt;getCidNumber()));
+    item0-&gt;setData(Qt::UserRole, call.data()-&gt;getUUID());
+    ui-&gt;tableCalls-&gt;setItem(ui-&gt;tableCalls-&gt;rowCount()-1,0,item0);
+
+    QTableWidgetItem *item1 = new QTableWidgetItem(tr(&quot;Ringing&quot;));
+    item1-&gt;setData(Qt::UserRole, call.data()-&gt;getUUID());
+    ui-&gt;tableCalls-&gt;setItem(ui-&gt;tableCalls-&gt;rowCount()-1,1,item1);
+
+    ui-&gt;tableCalls-&gt;resizeColumnsToContents();
+    ui-&gt;tableCalls-&gt;resizeRowsToContents();
+    ui-&gt;tableCalls-&gt;horizontalHeader()-&gt;setStretchLastSection(true);
+
</ins><span class="cx">     ui-&gt;answerBtn-&gt;setEnabled(true);
</span><span class="cx">     call.data()-&gt;setActive(true);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void MainWindow::answered(QSharedPointer&lt;Call&gt; call)
</span><span class="cx"> {
</span><del>-    for (int i=0; i&lt;ui-&gt;listCalls-&gt;count(); i++)
</del><ins>+    for (int i=0; i&lt;ui-&gt;tableCalls-&gt;rowCount(); i++)
</ins><span class="cx">     {
</span><del>-        QListWidgetItem *item = ui-&gt;listCalls-&gt;item(i);
</del><ins>+        QTableWidgetItem *item = ui-&gt;tableCalls-&gt;item(i, 1);
</ins><span class="cx">         if (item-&gt;data(Qt::UserRole).toString() == call.data()-&gt;getUUID())
</span><span class="cx">         {
</span><del>-            if (call.data()-&gt;getDirection() == FSCOMM_CALL_DIRECTION_INBOUND)
-            {
-                item-&gt;setText(tr(&quot;%1 (%2) - Active&quot;).arg(call.data()-&gt;getCidName(), call.data()-&gt;getCidNumber()));
-                break;
-            }
-            else
-            {
-                item-&gt;setText(tr(&quot;%1 - Active&quot;).arg(call.data()-&gt;getCidNumber()));
-                break;
-            }
</del><ins>+            item-&gt;setText(tr(&quot;Answered&quot;));
+            ui-&gt;tableCalls-&gt;resizeColumnsToContents();
+            ui-&gt;tableCalls-&gt;resizeRowsToContents();
+            ui-&gt;tableCalls-&gt;horizontalHeader()-&gt;setStretchLastSection(true);
+            break;
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx">     ui-&gt;recoredCallBtn-&gt;setEnabled(true);
</span><span class="lines">@@ -371,12 +389,15 @@
</span><span class="cx"> 
</span><span class="cx"> void MainWindow::callFailed(QSharedPointer&lt;Call&gt; call)
</span><span class="cx"> {
</span><del>-    for (int i=0; i&lt;ui-&gt;listCalls-&gt;count(); i++)
</del><ins>+    for (int i=0; i&lt;ui-&gt;tableCalls-&gt;rowCount(); i++)
</ins><span class="cx">     {
</span><del>-        QListWidgetItem *item = ui-&gt;listCalls-&gt;item(i);
</del><ins>+        QTableWidgetItem *item = ui-&gt;tableCalls-&gt;item(i, 1);
</ins><span class="cx">         if (item-&gt;data(Qt::UserRole).toString() == call.data()-&gt;getUUID())
</span><span class="cx">         {
</span><del>-            delete ui-&gt;listCalls-&gt;takeItem(i);
</del><ins>+            ui-&gt;tableCalls-&gt;removeRow(i);
+            ui-&gt;tableCalls-&gt;resizeColumnsToContents();
+            ui-&gt;tableCalls-&gt;resizeRowsToContents();
+            ui-&gt;tableCalls-&gt;horizontalHeader()-&gt;setStretchLastSection(true);
</ins><span class="cx">             break;
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="lines">@@ -410,12 +431,15 @@
</span><span class="cx"> 
</span><span class="cx"> void MainWindow::hungup(QSharedPointer&lt;Call&gt; call)
</span><span class="cx"> {
</span><del>-    for (int i=0; i&lt;ui-&gt;listCalls-&gt;count(); i++)
</del><ins>+    for (int i=0; i&lt;ui-&gt;tableCalls-&gt;rowCount(); i++)
</ins><span class="cx">     {
</span><del>-        QListWidgetItem *item = ui-&gt;listCalls-&gt;item(i);
</del><ins>+        QTableWidgetItem *item = ui-&gt;tableCalls-&gt;item(i, 1);
</ins><span class="cx">         if (item-&gt;data(Qt::UserRole).toString() == call.data()-&gt;getUUID())
</span><span class="cx">         {
</span><del>-            delete ui-&gt;listCalls-&gt;takeItem(i);
</del><ins>+            ui-&gt;tableCalls-&gt;removeRow(i);
+            ui-&gt;tableCalls-&gt;resizeColumnsToContents();
+            ui-&gt;tableCalls-&gt;resizeRowsToContents();
+            ui-&gt;tableCalls-&gt;horizontalHeader()-&gt;setStretchLastSection(true);
</ins><span class="cx">             break;
</span><span class="cx">         }
</span><span class="cx">     }
</span></span></pre></div>
<a id="freeswitchtrunkfscommmainwindowh"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/fscomm/mainwindow.h (16430 => 16431)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/fscomm/mainwindow.h        2010-01-21 02:51:04 UTC (rev 16430)
+++ freeswitch/trunk/fscomm/mainwindow.h        2010-01-21 05:05:56 UTC (rev 16431)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> #define MAINWINDOW_H
</span><span class="cx"> 
</span><span class="cx"> #include &lt;QMainWindow&gt;
</span><del>-#include &lt;QListWidgetItem&gt;
</del><ins>+#include &lt;QTableWidgetItem&gt;
</ins><span class="cx"> #include &lt;QSignalMapper&gt;
</span><span class="cx"> #include &lt;QSystemTrayIcon&gt;
</span><span class="cx"> #include &lt;switch.h&gt;
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">     void prefTriggered();
</span><span class="cx">     void coreLoadingError(QString);
</span><span class="cx">     void sendDTMF(QString);
</span><del>-    void callListDoubleClick(QListWidgetItem *);
</del><ins>+    void callTableDoubleClick(QTableWidgetItem*);
</ins><span class="cx">     void makeCall();
</span><span class="cx">     void fshostReady();
</span><span class="cx">     void paAnswer();
</span></span></pre></div>
<a id="freeswitchtrunkfscommmainwindowui"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/fscomm/mainwindow.ui (16430 => 16431)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/fscomm/mainwindow.ui        2010-01-21 02:51:04 UTC (rev 16430)
+++ freeswitch/trunk/fscomm/mainwindow.ui        2010-01-21 05:05:56 UTC (rev 16431)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">    &lt;rect&gt;
</span><span class="cx">     &lt;x&gt;0&lt;/x&gt;
</span><span class="cx">     &lt;y&gt;0&lt;/y&gt;
</span><del>-    &lt;width&gt;670&lt;/width&gt;
</del><ins>+    &lt;width&gt;716&lt;/width&gt;
</ins><span class="cx">     &lt;height&gt;541&lt;/height&gt;
</span><span class="cx">    &lt;/rect&gt;
</span><span class="cx">   &lt;/property&gt;
</span><span class="lines">@@ -256,7 +256,35 @@
</span><span class="cx">         &lt;/property&gt;
</span><span class="cx">         &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;horizontalLayout_3&quot;&gt;
</span><span class="cx">          &lt;item&gt;
</span><del>-          &lt;widget class=&quot;QListWidget&quot; name=&quot;listCalls&quot;/&gt;
</del><ins>+          &lt;widget class=&quot;QTableWidget&quot; name=&quot;tableCalls&quot;&gt;
+           &lt;property name=&quot;editTriggers&quot;&gt;
+            &lt;set&gt;QAbstractItemView::NoEditTriggers&lt;/set&gt;
+           &lt;/property&gt;
+           &lt;property name=&quot;selectionMode&quot;&gt;
+            &lt;enum&gt;QAbstractItemView::SingleSelection&lt;/enum&gt;
+           &lt;/property&gt;
+           &lt;property name=&quot;selectionBehavior&quot;&gt;
+            &lt;enum&gt;QAbstractItemView::SelectRows&lt;/enum&gt;
+           &lt;/property&gt;
+           &lt;property name=&quot;showGrid&quot;&gt;
+            &lt;bool&gt;false&lt;/bool&gt;
+           &lt;/property&gt;
+           &lt;column&gt;
+            &lt;property name=&quot;text&quot;&gt;
+             &lt;string&gt;To/From&lt;/string&gt;
+            &lt;/property&gt;
+           &lt;/column&gt;
+           &lt;column&gt;
+            &lt;property name=&quot;text&quot;&gt;
+             &lt;string&gt;Status&lt;/string&gt;
+            &lt;/property&gt;
+           &lt;/column&gt;
+           &lt;column&gt;
+            &lt;property name=&quot;text&quot;&gt;
+             &lt;string&gt;Time&lt;/string&gt;
+            &lt;/property&gt;
+           &lt;/column&gt;
+          &lt;/widget&gt;
</ins><span class="cx">          &lt;/item&gt;
</span><span class="cx">         &lt;/layout&gt;
</span><span class="cx">        &lt;/widget&gt;
</span><span class="lines">@@ -329,7 +357,7 @@
</span><span class="cx">     &lt;rect&gt;
</span><span class="cx">      &lt;x&gt;0&lt;/x&gt;
</span><span class="cx">      &lt;y&gt;0&lt;/y&gt;
</span><del>-     &lt;width&gt;670&lt;/width&gt;
</del><ins>+     &lt;width&gt;716&lt;/width&gt;
</ins><span class="cx">      &lt;height&gt;24&lt;/height&gt;
</span><span class="cx">     &lt;/rect&gt;
</span><span class="cx">    &lt;/property&gt;
</span></span></pre>
</div>
</div>
<div id="footer">See you at ClueCon</div>

</body>
</html>