creatorextension/com.nokia.s60tools.creator.help/html/release_notes.htm
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
child 25 eb17a7f7f320
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
<html>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
<head>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
<title>Release notes</title>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
<link href="../book.css" type="text/css" rel="stylesheet">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
<style type="text/css"></style>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
</head>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
<body>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
<h2>Release notes</h2>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
<h4>Creator Carbide.c++ Extension &ndash; Version 1.2.0</h4>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
<p>Released 27th November 2009</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
	<li><a href="#description">Product description</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
	<li><a href="#features">Main features</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
	<li><a href="#newfeatures">What's new</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
	<li><a href="#installation">Installation notes</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
	<li><a href="#requirements">System requirements</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
	<li><a href="#compissues">Compatibility issues</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
	<li><a href="#issues">Known issues</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
<h3><a name="description"></a>Product description</h3>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
<p>The Creator tool is used to create different kinds of test data (for example, contacts, messages or calendar entries) into a device. Creator is a useful tool for testing situations where a device is saving high amounts of data, or the data is either saved to a device several times or to multiple devices at the same time. </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
<p>The test data itself is contained in XML scripts, identified by the <i>.creatorxml</i> file extension. The Creator Carbide.c++ Extension automates and simplifies the creation of these scripts by enabling you to add components such as contacts, messages, notes, and files in the Carbide IDE. You can also create advanced test data combinations that associate, for example, contact data with messaging data. </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
<p>The Creator extension can be started by selecting <b>File > New > Other > Carbide Extensions > Creator script file</b> or <b>Carbide > Creator Script Editor</b>.</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
<h3><a name="features"></a>Main features</h3>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
	<li>UI for creating an XML format script file. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
	<li>UI for adding the following types of components to the script:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
	<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
		<li>phonebook items: contacts, contact sets, contact groups</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
		<li>connection methods</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
		<li>calendar items: to-dos, appointments, events, reminders, anniversaries</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
		<li>mail boxes</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
		<li>message items: text messages (SMS), multimedia messages (MMS), audio messages (AMS), emails, smart messages (such as vCards and ringing tones), infra-red (IR) messages, Bluetooth (BT) messages</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
		<li>notes</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
		<li>browser items: bookmarks and bookmark folders, saved pages and saved page folders</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
		<li>log entries: sent or received calls, call duration</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
		<li>instant messaging and presence service (IMPS) servers</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
		<li>landmarks (for location identification purposes) </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
		<li>files in the following formats and identifications: 3GPP-70kB, AAC-100kB, AMR-20kB, XLS-15kB, GIF-2kB, JPEG-200kB. JPEG-25kB, JPEG-500kB, MIDI-10kB, MP3-250kB, PNG-15kB, PPT-40kB, RM-95kB, RNG-1kB, TXT-10kB, TXT-70kB, WAV-20kB, DOC-20kB, SWF-15kB, JAD-1kB, JAR-10kB, TIF-25kB, MXMF-40kB, BMP-25kB, JP2-25kB, SVG-15kB, HTML-20kB, VCF-1kB, VCS-1kB, MP4-200kB, SISX-10kB, RAM-1kB,  WMV-200kB, WMA-50kB.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
	</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
	</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
<h3><a name="newfeatures"></a>What's new</h3>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
	<li>Feature: It is now possible to upload a script file to a target device and run it in the device via an HTI connection.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
	<li>Feature: Added Run in device via HTI connection.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
<h3><a name="installation"></a>Installation notes</h3>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
<h5>How to upgrade from the older versions</h5>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    58
<p>New version of the extension comes with the updated versions of common utility plug-ins. Once you have installed the new set of plug-ins, perform the following steps:</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    59
<ol>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    60
<li>Open 'Command Prompt'.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    61
<li>Go to the Carbide.c++ installation directory (for example <i>C:\Program Files\Nokia\Carbide.c++ v2.0</i>).</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    62
<li>Start Carbide.c++ with the following command line: "Carbide.c++.exe" -clean</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    63
</ol>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    64
<p>The starting of Carbide.c++ with the clean option ensures that the latest versions of plug-ins are loaded.</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    65
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    66
<h3><a name="requirements"></a>System requirements</h3>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    67
<p>Basic requirements:</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    68
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    69
	<li>Windows 2000, Windows XP</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    70
	<li>Minimum Platform/SDK build PC.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    71
	<li>Normal Platform/SDK build PC.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    72
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    73
<p>Additional requirements:</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    74
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    75
	<li> N/A </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    76
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    77
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    78
<h3><a name="compissues"></a>Compatibility issues</h3>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    79
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    80
<li>N/A</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    81
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    82
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    83
<h3><a name="issues"></a>Known issues</h3>   <ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    84
<li>N/A</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    85
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    86
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    87
<h3>Version history</h3>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    88
<h5>Version 1.2.0 &ndash; 5th February 2009</h5>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    89
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    90
	<li>Feature: It is now possible to upload a script file to a target device and run it in the device via an HTI connection.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    91
	<li>Feature: Added Run in device via HTI connection.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    92
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    93
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    94
<h5>Version 1.1.0 &ndash; 3rd November 2008</h5>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    95
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    96
<li>Feature: It is possible to define random length by selecting <b>Mode > Random -
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    97
Custom length</b>, and define value to the <b>Item value</b> field.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    98
<li>With File, DRM encryption added.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    99
<li>Feature: Dialogs for Component that can have reference to Contact-set has now a
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   100
button to create Contact-Sets. Those components are: Contact, Messages (SMS,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   101
MMS, AMS, Email, Smart Message, IR message, BT message), Appointment and Contact
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   102
Group.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   103
<li>Feature: All Item values that can have only known values has now fixed values in
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   104
combos instead of text field. For example in SMS, Folder has values: "Sent",
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   105
"Inbox", "Draft" and "Outbox" and Status has values: "Read" and "New".</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   106
<li>Feature: New Mode <b>Increase for each copy</b> added. The Increase for each copy
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   107
mode is applied only with phone number fields in contacts, messages and logs.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   108
This mode is used together with the "amount" attribute. When the Increase
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   109
for each copy mode is selected, phone number will increase for each copy of
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   110
component created. For example, if phone number "12300" is given, the first
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   111
copy will have phone number "123000", and the second copy will have "12301",
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   112
third "12302" and so on. If the Amount attribute of Phone number is used,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   113
each copy will have a different phone number. For more information, see Creator
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   114
Help or User's Guide.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   115
<li>Feature: Added limitation that if element's max occurence is defined, it is not
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   116
possible to add more than one row of that element to script with the Script
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   117
Editor. For example, Connection method can have only one Connection Name.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   118
</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   119
<li>Feature: Added usage logging and update site URL.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   120
<li>Feature: With File, new types added: WMV-200kB and WMA-50kB.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   121
<li>Feature: Editor area contains an own button for creating Contact-Sets instead of selecting type from combo.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   122
<li>Feature: Wizard selects automatically a project where new Creator Script file will be created if the project is selected in Project Explorer or only one project exists in workspace.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   123
<li>Change: 'Random' column header changed to 'Mode. Under 'Mode', there is also Increase for each Copy mode.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   124
<li>Change: Several minor UI updates.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   125
<li>Fix: Unable to start Wizard for creating a new Creator Script file if no projects exist in workspace.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   126
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   127
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   128
<h5>Version 1.0.0 &ndash; 29th April 2008</h5>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   129
<p>The first version.</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   130
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   131
<div id="footer">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   132
Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies).<br>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   133
All rights reserved. <br>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   134
This component and the accompanying materials are made available <br>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   135
under the terms of "Eclipse Public License v1.0" <br>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   136
which accompanies this distribution and is available <br>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   137
at the URL <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   138
<br><br>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   139
Initial Contributors:<br>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   140
Nokia Corporation - initial contribution
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   141
<br><br>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   142
Contributors:<br>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   143
Description:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   144
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   145
</div>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   146
</body>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   147
</html>