Thu, 03 Dec 2009 16:03:31 -0600 Override createControl() to add UIDs to the widgets RCL_2_4
rsaid [Thu, 03 Dec 2009 16:03:31 -0600] rev 614
Override createControl() to add UIDs to the widgets
Thu, 03 Dec 2009 14:08:37 -0600 update to Qt 1.6.0 RCL_2_4
timkelly [Thu, 03 Dec 2009 14:08:37 -0600] rev 613
update to Qt 1.6.0
Thu, 03 Dec 2009 12:04:42 -0600 Merge commit
Ed Swartz <ed.swartz@nokia.com> [Thu, 03 Dec 2009 12:04:42 -0600] rev 612
Merge commit
Wed, 02 Dec 2009 15:23:23 -0600 Unit test fixes for Win32
Ed Swartz <ed.swartz@nokia.com> [Wed, 02 Dec 2009 15:23:23 -0600] rev 611
Unit test fixes for Win32
Wed, 02 Dec 2009 15:02:05 -0600 Initial round of Unix portability fixes (using HostOS class), and fixes to EPOC engine unit tests.
Ed Swartz <ed.swartz@nokia.com> [Wed, 02 Dec 2009 15:02:05 -0600] rev 610
Initial round of Unix portability fixes (using HostOS class), and fixes to EPOC engine unit tests.
Wed, 02 Dec 2009 14:40:51 -0600 Initial changes to ensure the UI shows SBSv1 support only when supported.
Ed Swartz <ed.swartz@nokia.com> [Wed, 02 Dec 2009 14:40:51 -0600] rev 609
Initial changes to ensure the UI shows SBSv1 support only when supported. Also isolate some validations to be Win32-only.
Wed, 02 Dec 2009 14:39:17 -0600 Initial work to support an ISDKManager implementation that only understands SBSv2 (meaning, no devices.xml support).
Ed Swartz <ed.swartz@nokia.com> [Wed, 02 Dec 2009 14:39:17 -0600] rev 608
Initial work to support an ISDKManager implementation that only understands SBSv2 (meaning, no devices.xml support). This abstracts the common behavior of both SDKManagers into AbstractSDKManager but does not change API. SBSv2Utils is extended to encapsulate some repeated patterns to find sbs.bat.
Wed, 02 Dec 2009 14:34:30 -0600 More UID3 case fixing.
Ed Swartz <ed.swartz@nokia.com> [Wed, 02 Dec 2009 14:34:30 -0600] rev 607
More UID3 case fixing.
Wed, 02 Dec 2009 14:33:28 -0600 Ensure uid3 is lowercase in templates.
Ed Swartz <ed.swartz@nokia.com> [Wed, 02 Dec 2009 14:33:28 -0600] rev 606
Ensure uid3 is lowercase in templates. Also fix some bugs related to validating UID3. If the user enters a non-0x prefixed string, this is not always detected, and a UID3 range check warning indicates a different string was parsed (dropping the first two chars as if 0x was there).
Wed, 02 Dec 2009 13:49:43 -0600 Add utilities useful for isolating Win32/Unix differences
Ed Swartz <ed.swartz@nokia.com> [Wed, 02 Dec 2009 13:49:43 -0600] rev 605
Add utilities useful for isolating Win32/Unix differences
Wed, 02 Dec 2009 13:49:10 -0600 Update templates to use lowercase versions of UID3-derived filenames, as generated by Raptor.
Ed Swartz <ed.swartz@nokia.com> [Wed, 02 Dec 2009 13:49:10 -0600] rev 604
Update templates to use lowercase versions of UID3-derived filenames, as generated by Raptor.
Thu, 03 Dec 2009 11:15:14 -0600 daily merge RCL_2_4
fturovic <frank.turovich@nokia.com> [Thu, 03 Dec 2009 11:15:14 -0600] rev 603
daily merge
Tue, 01 Dec 2009 11:52:18 -0600 repeat removal of migrate page content links RCL_2_4
fturovic <frank.turovich@nokia.com> [Tue, 01 Dec 2009 11:52:18 -0600] rev 602
repeat removal of migrate page content links
Tue, 01 Dec 2009 10:22:24 -0600 removed migrate page in welcome as links were no longer valid RCL_2_4
fturovic <frank.turovich@nokia.com> [Tue, 01 Dec 2009 10:22:24 -0600] rev 601
removed migrate page in welcome as links were no longer valid
Fri, 20 Nov 2009 11:46:52 -0600 BUG 9913 - updated version number in welcome link RCL_2_4
fturovic <frank.turovich@nokia.com> [Fri, 20 Nov 2009 11:46:52 -0600] rev 600
BUG 9913 - updated version number in welcome link
Mon, 16 Nov 2009 13:43:16 -0600 minor edits RCL_2_4
fturovic <frank.turovich@nokia.com> [Mon, 16 Nov 2009 13:43:16 -0600] rev 599
minor edits
Mon, 16 Nov 2009 13:42:31 -0600 updated about bout version to 2.4 RCL_2_4
fturovic <frank.turovich@nokia.com> [Mon, 16 Nov 2009 13:42:31 -0600] rev 598
updated about bout version to 2.4
Wed, 02 Dec 2009 09:52:39 -0600 add uids to main tab
dadubrow [Wed, 02 Dec 2009 09:52:39 -0600] rev 597
add uids to main tab
Tue, 01 Dec 2009 15:22:53 -0600 Added UIDs to the widgets
rsaid [Tue, 01 Dec 2009 15:22:53 -0600] rev 596
Added UIDs to the widgets
Mon, 30 Nov 2009 14:30:06 -0600 Merged remote changes
Ed Swartz <ed.swartz@nokia.com> [Mon, 30 Nov 2009 14:30:06 -0600] rev 595
Merged remote changes
Mon, 16 Nov 2009 11:11:50 -0600 Remove hard dependency on Qt plugins; make their resolution optional. Without this, most of Carbide fails to load if any Qt plugin is missing.
Ed Swartz <ed.swartz@nokia.com> [Mon, 16 Nov 2009 11:11:50 -0600] rev 594
Remove hard dependency on Qt plugins; make their resolution optional. Without this, most of Carbide fails to load if any Qt plugin is missing.
Mon, 16 Nov 2009 11:09:45 -0600 Refactor checks for Qt project nature into one place.
Ed Swartz <ed.swartz@nokia.com> [Mon, 16 Nov 2009 11:09:45 -0600] rev 593
Refactor checks for Qt project nature into one place.
Mon, 16 Nov 2009 10:25:45 -0600 Avoid displaying error dialogs in JUnit mode.
Ed Swartz <ed.swartz@nokia.com> [Mon, 16 Nov 2009 10:25:45 -0600] rev 592
Avoid displaying error dialogs in JUnit mode.
Mon, 16 Nov 2009 10:11:24 -0600 Add tests for invalid filename capitalization or missing files in CopyFiles process.
Ed Swartz <ed.swartz@nokia.com> [Mon, 16 Nov 2009 10:11:24 -0600] rev 591
Add tests for invalid filename capitalization or missing files in CopyFiles process.
Mon, 16 Nov 2009 10:10:51 -0600 Fix NPE when passing a null filter, which is marked as allowed.
Ed Swartz <ed.swartz@nokia.com> [Mon, 16 Nov 2009 10:10:51 -0600] rev 590
Fix NPE when passing a null filter, which is marked as allowed.
Mon, 16 Nov 2009 10:07:22 -0600 Fix template and font filename capitalization
Ed Swartz <ed.swartz@nokia.com> [Mon, 16 Nov 2009 10:07:22 -0600] rev 589
Fix template and font filename capitalization
Fri, 20 Nov 2009 13:22:29 -0600 BUG 9913 - updated version number in welcome link, commit for Frank RCL_2_4
cawthron [Fri, 20 Nov 2009 13:22:29 -0600] rev 588
BUG 9913 - updated version number in welcome link, commit for Frank
Tue, 17 Nov 2009 14:17:18 -0600 merge bug 9052 from default RCL_2_4
timkelly [Tue, 17 Nov 2009 14:17:18 -0600] rev 587
merge bug 9052 from default
Tue, 17 Nov 2009 14:13:05 -0600 merge commit
timkelly [Tue, 17 Nov 2009 14:13:05 -0600] rev 586
merge commit
Tue, 17 Nov 2009 14:11:48 -0600 Fix PKG part for bug 9052.
timkelly [Tue, 17 Nov 2009 14:11:48 -0600] rev 585
Fix PKG part for bug 9052.
Mon, 16 Nov 2009 16:40:03 -0600 merged changes from the 2_4 branch.
wpaul [Mon, 16 Nov 2009 16:40:03 -0600] rev 584
merged changes from the 2_4 branch.
Fri, 13 Nov 2009 17:46:06 -0600 extend exception/panic support - fixes bug #10063. RCL_2_4
wpaul [Fri, 13 Nov 2009 17:46:06 -0600] rev 583
extend exception/panic support - fixes bug #10063.
Fri, 13 Nov 2009 14:08:59 -0600 Exposed package com.nokia.carbide.internal.cpp.epoc.engine.model.mmp for ATF.
stechong [Fri, 13 Nov 2009 14:08:59 -0600] rev 582
Exposed package com.nokia.carbide.internal.cpp.epoc.engine.model.mmp for ATF.
Fri, 13 Nov 2009 14:08:16 -0600 Exposed package com.nokia.carbide.internal.cpp.epoc.engine.model.mmp for ATF. RCL_2_4
stechong [Fri, 13 Nov 2009 14:08:16 -0600] rev 581
Exposed package com.nokia.carbide.internal.cpp.epoc.engine.model.mmp for ATF.
Fri, 13 Nov 2009 13:34:34 -0600 Merge commit.
stechong [Fri, 13 Nov 2009 13:34:34 -0600] rev 580
Merge commit.
Fri, 13 Nov 2009 13:34:02 -0600 Added more exported packages and access methods to various MMP editor classes for ATF.
stechong [Fri, 13 Nov 2009 13:34:02 -0600] rev 579
Added more exported packages and access methods to various MMP editor classes for ATF.
Fri, 13 Nov 2009 13:32:02 -0600 Added more exported packages and access methods to various MMP editor classes for ATF. RCL_2_4
stechong [Fri, 13 Nov 2009 13:32:02 -0600] rev 578
Added more exported packages and access methods to various MMP editor classes for ATF.
Thu, 12 Nov 2009 14:50:22 -0600 Replace internal HTMLDOMImplementationImpl with XML DOM
Ed Swartz <ed.swartz@nokia.com> [Thu, 12 Nov 2009 14:50:22 -0600] rev 577
Replace internal HTMLDOMImplementationImpl with XML DOM
Thu, 12 Nov 2009 10:58:52 -0600 updated versions for 2.4.0 RCL_2_2
Matt Salmo <matt.salmo@nokia.com> [Thu, 12 Nov 2009 10:58:52 -0600] rev 576
updated versions for 2.4.0
Tue, 10 Nov 2009 17:39:37 -0600 Fix for Bug 9852. RCL_2_4
stechong [Tue, 10 Nov 2009 17:39:37 -0600] rev 575
Fix for Bug 9852.
Tue, 10 Nov 2009 17:08:19 -0600 Fix for Bug 9852.
stechong [Tue, 10 Nov 2009 17:08:19 -0600] rev 574
Fix for Bug 9852.
Tue, 10 Nov 2009 14:39:10 -0600 updated version number to 2.4 RCL_2_4
fturovic <frank.turovich@nokia.com> [Tue, 10 Nov 2009 14:39:10 -0600] rev 573
updated version number to 2.4
Tue, 10 Nov 2009 09:48:59 -0600 Fix merge to RCL_2_4 for bug 9997. RCL_2_4
timkelly [Tue, 10 Nov 2009 09:48:59 -0600] rev 572
Fix merge to RCL_2_4 for bug 9997.
Mon, 09 Nov 2009 13:10:39 -0600 Merge bug 9788 from default to RCL_2_4 RCL_2_4
timkelly [Mon, 09 Nov 2009 13:10:39 -0600] rev 571
Merge bug 9788 from default to RCL_2_4
Mon, 09 Nov 2009 12:37:41 -0600 Merge Carbide bugs 9997 & 10086 from default. RCL_2_4
timkelly [Mon, 09 Nov 2009 12:37:41 -0600] rev 570
Merge Carbide bugs 9997 & 10086 from default.
Fri, 06 Nov 2009 12:55:47 -0600 merged from RCL_2_4
john.dean.3@nokia.com [Fri, 06 Nov 2009 12:55:47 -0600] rev 569
merged from RCL_2_4
Fri, 06 Nov 2009 12:39:13 -0600 Removed/added refactored class name which was missing in last commit RCL_2_4
john.dean.3@nokia.com [Fri, 06 Nov 2009 12:39:13 -0600] rev 568
Removed/added refactored class name which was missing in last commit
Fri, 06 Nov 2009 12:28:33 -0600 Standardized class and method naming after code review RCL_2_4
john.dean.3@nokia.com [Fri, 06 Nov 2009 12:28:33 -0600] rev 567
Standardized class and method naming after code review
Thu, 05 Nov 2009 13:22:54 -0600 Created access to all runtime LaunchCreationWizard, pages and widgets. Added getTableViewer() to the pages with a TableViewer. LaunchCreationWizard itself is now generated by a factory class whose factory is replacable at runtime allowing the ATF to inject it own LaunchCreationWizard and maintain a runtime instance for testing purposes. Resolves bug 10117. RCL_2_4
john.dean.3@nokia.com [Thu, 05 Nov 2009 13:22:54 -0600] rev 566
Created access to all runtime LaunchCreationWizard, pages and widgets. Added getTableViewer() to the pages with a TableViewer. LaunchCreationWizard itself is now generated by a factory class whose factory is replacable at runtime allowing the ATF to inject it own LaunchCreationWizard and maintain a runtime instance for testing purposes. Resolves bug 10117.
Wed, 04 Nov 2009 15:06:46 -0600 write .branch.txt to make the new head RCL_2_2
cawthron [Wed, 04 Nov 2009 15:06:46 -0600] rev 565
write .branch.txt to make the new head
Wed, 04 Nov 2009 15:06:41 -0600 write .branch.txt to make the new head RCL_2_4
cawthron [Wed, 04 Nov 2009 15:06:41 -0600] rev 564
write .branch.txt to make the new head
Wed, 04 Nov 2009 15:06:28 -0600 add branch RCL_2_4 RCL_2_4
cawthron [Wed, 04 Nov 2009 15:06:28 -0600] rev 563
add branch RCL_2_4
Tue, 03 Nov 2009 10:33:07 -0600 revert version number back to 2.3 RCL_2_2
cawthron [Tue, 03 Nov 2009 10:33:07 -0600] rev 562
revert version number back to 2.3
Tue, 03 Nov 2009 08:22:17 -0600 clearer warning message (bug 9997)
timkelly [Tue, 03 Nov 2009 08:22:17 -0600] rev 561
clearer warning message (bug 9997)
Mon, 02 Nov 2009 10:27:28 -0600 tweak warning message for project root at root.
timkelly [Mon, 02 Nov 2009 10:27:28 -0600] rev 560
tweak warning message for project root at root.
Mon, 02 Nov 2009 09:48:03 -0600 Remove file counting (too slow performance on slow drive connections). See bug 9997.
timkelly [Mon, 02 Nov 2009 09:48:03 -0600] rev 559
Remove file counting (too slow performance on slow drive connections). See bug 9997.
Fri, 30 Oct 2009 12:35:54 -0500 minor edits to updating page RCL_2_2
fturovic <frank.turovich@nokia.com> [Fri, 30 Oct 2009 12:35:54 -0500] rev 558
minor edits to updating page
Fri, 30 Oct 2009 12:28:58 -0500 revised update carbide page and images to cover changes in P2 updating RCL_2_2
fturovic <frank.turovich@nokia.com> [Fri, 30 Oct 2009 12:28:58 -0500] rev 557
revised update carbide page and images to cover changes in P2 updating
Fri, 30 Oct 2009 11:25:31 -0500 updated version number to 2.4 RCL_2_2
fturovic <frank.turovich@nokia.com> [Fri, 30 Oct 2009 11:25:31 -0500] rev 556
updated version number to 2.4
Mon, 02 Nov 2009 08:19:18 -0600 revert back to having com.trolltech features in com.nokia.carbide.cpp-feature
cawthron [Mon, 02 Nov 2009 08:19:18 -0600] rev 555
revert back to having com.trolltech features in com.nokia.carbide.cpp-feature
Fri, 30 Oct 2009 14:19:06 -0500 merge commit
timkelly [Fri, 30 Oct 2009 14:19:06 -0500] rev 554
merge commit
Fri, 30 Oct 2009 14:12:42 -0500 Fix bug 9997. Warn against using project root at root && > 20,000 files exist under that root.
timkelly [Fri, 30 Oct 2009 14:12:42 -0500] rev 553
Fix bug 9997. Warn against using project root at root && > 20,000 files exist under that root.
Fri, 30 Oct 2009 11:34:42 -0500 format code style lines so external and internal versions match
Steve Sobek <steve.sobek@nokia.com> [Fri, 30 Oct 2009 11:34:42 -0500] rev 552
format code style lines so external and internal versions match
Thu, 29 Oct 2009 15:33:16 -0500 move com.nokia.carbide.cpp.edc.source to com.nokia.carbide.cpp.sdk-feature/feature.xml
cawthron [Thu, 29 Oct 2009 15:33:16 -0500] rev 551
move com.nokia.carbide.cpp.edc.source to com.nokia.carbide.cpp.sdk-feature/feature.xml
Thu, 29 Oct 2009 10:53:05 -0500 removed com.trolltech from com.nokia.carbide.cpp-feature
Matt Salmo <matt.salmo@nokia.com> [Thu, 29 Oct 2009 10:53:05 -0500] rev 550
removed com.trolltech from com.nokia.carbide.cpp-feature
Thu, 29 Oct 2009 09:33:29 -0500 refactored sdk & bld inf import scriptable classes
timkelly [Thu, 29 Oct 2009 09:33:29 -0500] rev 549
refactored sdk & bld inf import scriptable classes
Wed, 28 Oct 2009 14:47:52 -0500 fix SF bug 392. Set max build jobs to 50.
timkelly [Wed, 28 Oct 2009 14:47:52 -0500] rev 548
fix SF bug 392. Set max build jobs to 50.
Mon, 26 Oct 2009 09:56:43 -0500 minor edits RCL_2_2
fturovic <frank.turovich@nokia.com> [Mon, 26 Oct 2009 09:56:43 -0500] rev 547
minor edits
Fri, 23 Oct 2009 14:09:08 -0500 BUG 10060 - appended labels to error throwing links in Codescanner manual index RCL_2_2
fturovic <frank.turovich@nokia.com> [Fri, 23 Oct 2009 14:09:08 -0500] rev 546
BUG 10060 - appended labels to error throwing links in Codescanner manual index
Fri, 23 Oct 2009 14:03:11 -0500 BUG 10060 - appended labels to error throwing links in Carbide manual index RCL_2_2
fturovic <frank.turovich@nokia.com> [Fri, 23 Oct 2009 14:03:11 -0500] rev 545
BUG 10060 - appended labels to error throwing links in Carbide manual index
Fri, 23 Oct 2009 08:56:35 -0500 initial implementation of scripting extension & Symbian SDK list retrieval and basic bld.inf project import.
timkelly [Fri, 23 Oct 2009 08:56:35 -0500] rev 544
initial implementation of scripting extension & Symbian SDK list retrieval and basic bld.inf project import.
Thu, 22 Oct 2009 12:03:20 -0500 added bullet on raptor single file compiles RCL_2_2
fturovic <frank.turovich@nokia.com> [Thu, 22 Oct 2009 12:03:20 -0500] rev 543
added bullet on raptor single file compiles
Thu, 22 Oct 2009 12:02:48 -0500 BUG 9740 - revised update text for cdk installation RCL_2_2
fturovic <frank.turovich@nokia.com> [Thu, 22 Oct 2009 12:02:48 -0500] rev 542
BUG 9740 - revised update text for cdk installation
Wed, 21 Oct 2009 14:28:08 -0500 merge commit
timkelly [Wed, 21 Oct 2009 14:28:08 -0500] rev 541
merge commit
Wed, 21 Oct 2009 14:24:11 -0500 fix bug 9788. build-time check for PKG format change for Qt 4.6
timkelly [Wed, 21 Oct 2009 14:24:11 -0500] rev 540
fix bug 9788. build-time check for PKG format change for Qt 4.6
Wed, 21 Oct 2009 13:12:16 -0500 remove config.ini, use config.ini generated by product build
cawthron [Wed, 21 Oct 2009 13:12:16 -0500] rev 539
remove config.ini, use config.ini generated by product build
Wed, 21 Oct 2009 09:52:25 -0500 fix bug 9788. Qt 4.6 now only generates on PKG file per project (using macros) so add PKG file to build configs accordingly.
timkelly [Wed, 21 Oct 2009 09:52:25 -0500] rev 538
fix bug 9788. Qt 4.6 now only generates on PKG file per project (using macros) so add PKG file to build configs accordingly.
Wed, 21 Oct 2009 09:51:09 -0500 add qt project imports
timkelly [Wed, 21 Oct 2009 09:51:09 -0500] rev 537
add qt project imports
Tue, 20 Oct 2009 15:42:56 -0500 change update site to carbide23 RCL_2_2
cawthron [Tue, 20 Oct 2009 15:42:56 -0500] rev 536
change update site to carbide23
Mon, 19 Oct 2009 13:56:00 -0500 final update to public bug and release note pages RCL_2_2
fturovic <frank.turovich@nokia.com> [Mon, 19 Oct 2009 13:56:00 -0500] rev 535
final update to public bug and release note pages
Mon, 12 Oct 2009 16:55:22 -0500 back out Symbian block until we can block Qt profile editor from by default putting Symbian info outside the Symbian block RCL_2_2
ssobek@1USD01420.NOE.Nokia.com [Mon, 12 Oct 2009 16:55:22 -0500] rev 534
back out Symbian block until we can block Qt profile editor from by default putting Symbian info outside the Symbian block
Mon, 12 Oct 2009 15:56:12 -0500 branch merge RCL_2_2
fturovic <frank.turovich@nokia.com> [Mon, 12 Oct 2009 15:56:12 -0500] rev 533
branch merge
Mon, 12 Oct 2009 15:55:27 -0500 fixed some typos in pref and launch config views RCL_2_2
fturovic <frank.turovich@nokia.com> [Mon, 12 Oct 2009 15:55:27 -0500] rev 532
fixed some typos in pref and launch config views
Mon, 12 Oct 2009 15:25:01 -0500 enable p2 update site UI
cawthron [Mon, 12 Oct 2009 15:25:01 -0500] rev 531
enable p2 update site UI
Mon, 12 Oct 2009 15:24:17 -0500 enable p2 update site UI RCL_2_2
cawthron [Mon, 12 Oct 2009 15:24:17 -0500] rev 530
enable p2 update site UI
Mon, 12 Oct 2009 13:56:07 -0500 updated css file for crash debugger RCL_2_2
fturovic <frank.turovich@nokia.com> [Mon, 12 Oct 2009 13:56:07 -0500] rev 529
updated css file for crash debugger
Mon, 12 Oct 2009 13:43:17 -0500 revised copyright info on title page for crash debugger docs RCL_2_2
fturovic <frank.turovich@nokia.com> [Mon, 12 Oct 2009 13:43:17 -0500] rev 528
revised copyright info on title page for crash debugger docs
Fri, 09 Oct 2009 07:35:41 -0500 add Symbian Foundation build scripts
cawthron [Fri, 09 Oct 2009 07:35:41 -0500] rev 527
add Symbian Foundation build scripts
Wed, 07 Oct 2009 15:53:02 -0500 Fixed adding TrollTech Qt code style named "Qt" RCL_2_2
Steve Sobek <steve.sobek@nokia.com> [Wed, 07 Oct 2009 15:53:02 -0500] rev 526
Fixed adding TrollTech Qt code style named "Qt"
Wed, 07 Oct 2009 15:24:54 -0500 branch merge RCL_2_2
fturovic <frank.turovich@nokia.com> [Wed, 07 Oct 2009 15:24:54 -0500] rev 525
branch merge
Wed, 07 Oct 2009 14:02:35 -0500 updated css files to include SFO style additions RCL_2_2
fturovic <frank.turovich@nokia.com> [Wed, 07 Oct 2009 14:02:35 -0500] rev 524
updated css files to include SFO style additions
Wed, 07 Oct 2009 10:44:09 -0500 Qt templates should have rss file being built in symbian block RCL_2_2
Steve Sobek <steve.sobek@nokia.com> [Wed, 07 Oct 2009 10:44:09 -0500] rev 523
Qt templates should have rss file being built in symbian block
Tue, 06 Oct 2009 21:15:44 -0500 Added TrollTech Qt Code Style (named "Qt). RCL_2_2
Steve Sobek <steve.sobek@nokia.com> [Tue, 06 Oct 2009 21:15:44 -0500] rev 522
Added TrollTech Qt Code Style (named "Qt).
Tue, 06 Oct 2009 10:32:45 -0500 updated release note link on welcome page RCL_2_2
fturovic <frank.turovich@nokia.com> [Tue, 06 Oct 2009 10:32:45 -0500] rev 521
updated release note link on welcome page
Mon, 05 Oct 2009 15:42:38 -0500 branch merge RCL_2_2
fturovic <frank.turovich@nokia.com> [Mon, 05 Oct 2009 15:42:38 -0500] rev 520
branch merge
Mon, 05 Oct 2009 15:41:25 -0500 BUG 9887 - revised CDK docs with improved import binary project with linked content steps with additional images RCL_2_2
fturovic <frank.turovich@nokia.com> [Mon, 05 Oct 2009 15:41:25 -0500] rev 519
BUG 9887 - revised CDK docs with improved import binary project with linked content steps with additional images
(0) -300 -100 -96 +96 +100 +300 +1000 tip