Received: with ECARTIS (v1.0.0; list pcp); Wed, 26 Sep 2007 21:28:23 -0700 (PDT) Received: from postoffice.aconex.com (mail.app.aconex.com [203.89.192.138]) by oss.sgi.com (8.12.11.20060308/8.12.10/SuSE Linux 0.7) with ESMTP id l8R4SD6Q008843 for ; Wed, 26 Sep 2007 21:28:16 -0700 Received: from mail.aconex.com (castle.yarra.acx [192.168.3.3]) by postoffice.aconex.com (Postfix) with ESMTP id E0B4192C367 for ; Thu, 27 Sep 2007 14:28:12 +1000 (EST) Received: from 192.168.3.1 (proxying for 211.28.181.43) (SquirrelMail authenticated user nscott) by mail.aconex.com with HTTP; Thu, 27 Sep 2007 14:28:33 +1000 (EST) Message-ID: <45529.192.168.3.1.1190867313.squirrel@mail.aconex.com> Date: Thu, 27 Sep 2007 14:28:33 +1000 (EST) Subject: kmchart updates From: nscott@aconex.com To: pcp@oss.sgi.com User-Agent: SquirrelMail/1.4.8-4.el4.centos MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-archive-position: 1363 X-ecartis-version: Ecartis v1.0.0 Sender: pcp-bounce@oss.sgi.com Errors-to: pcp-bounce@oss.sgi.com X-original-sender: nscott@aconex.com Precedence: bulk X-list: pcp Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git README | 17 ++ aclocal.m4 | 242 ++++++++++++++++++++--------------------- images/GNUmakefile | 3 images/kmchart.icns |binary images/kmcharticon.png |binary images/kmtime.icns |binary images/kmtimeicon.png |binary m4/package_qtdev.m4 | 6 - qa/create-edit-chart-testcases | 203 ++++++++++++++++++++++++++++++++++ qa/create-save-view-testcases | 2 qa/settings-testcases | 2 src/chart/GNUmakefile | 3 src/chart/kmchart.cpp | 9 + src/chart/kmchart.h | 6 - src/chart/kmchart.pro | 1 src/chart/main.cpp | 6 - src/chart/main.h | 4 src/time/GNUmakefile | 3 src/time/kmtime.pro | 1 19 files changed, 368 insertions(+), 140 deletions(-) commit b035d47063d8b396aa07bca17249cfc1a8e5e08b Author: Nathan Scott Date: Thu Sep 27 14:28:50 2007 +1000 Add interactive QA for create/edit chart. Minor updates to other QA. commit 7d224886e8eb4c34c2d3b9a54844e432fce8c539 Author: Nathan Scott Date: Thu Sep 27 10:42:48 2007 +1000 Fix some action checked/not state transition issues found on MacOSX. commit 800b0272b651c68eb28e612d1edfa2917b24660c Author: Nathan Scott Date: Thu Sep 27 10:22:47 2007 +1000 Add MacOSX icon support, and update README about desktop integration. commit d2f2fe59cc5f95fdaf8c7644773eaee77817aabc Author: Nathan Scott Date: Thu Sep 27 08:46:00 2007 +1000 Workaround C++ compiler issue(?) on MacOSX, by reverting delta QSetting to int. commit ed1de548890cc634df12d2b6eecc500ab5c483e3 Author: Nathan Scott Date: Wed Sep 26 21:37:42 2007 +1000 Update configure search path for qt4 qmake/uic/moc binaries for Fedora.