# HG changeset patch # User fturovic # Date 1245703372 18000 # Node ID ca271fb95b0343d92217628fd595fa0c622d9d79 # Parent fcb0ab439c55a2e43e3f383b7f7d4da8b681dc50# Parent a7b7fa512cdc411a9f5c29938fcf225a48f9338a merged diff -r a7b7fa512cdc -r ca271fb95b03 builder/com.nokia.carbide.cdt.builder/plugin.properties --- a/builder/com.nokia.carbide.cdt.builder/plugin.properties Mon Jun 22 14:34:02 2009 -0500 +++ b/builder/com.nokia.carbide.cdt.builder/plugin.properties Mon Jun 22 15:42:52 2009 -0500 @@ -13,3 +13,8 @@ #Keywords for Carbide preferences carbcPreference.common=carbide symbian c cpp cplusplus carbcPreference.build=winscw build emulator bld.inf concurrent jobs clean dependency actions mmp + +#Keywords for Carbide property pages +carbcProperty.build=build sis paths symbols environment rom arguments configuration partial upgrade bldmake abld +carbcProperty.macro=macro preprocessor symbols MACRO paths +carbcProperty.project=bld.inf order components extension makefiles test diff -r a7b7fa512cdc -r ca271fb95b03 builder/com.nokia.carbide.cdt.builder/plugin.xml --- a/builder/com.nokia.carbide.cdt.builder/plugin.xml Mon Jun 22 14:34:02 2009 -0500 +++ b/builder/com.nokia.carbide.cdt.builder/plugin.xml Mon Jun 22 15:42:52 2009 -0500 @@ -84,16 +84,17 @@ id="com.nokia.carbide.cdt.builder.build" label="%carbcPreference.build"> - - + id="com.nokia.carbide.cdt.builder.buildproperty" + label="%carbcProperty.build"> + id="com.nokia.carbide.cdt.builder.macroproperty" + label="%carbcProperty.macro"> + + + + + + + + diff -r a7b7fa512cdc -r ca271fb95b03 core/carbide_releases/readme/readme_sdks.html --- a/core/carbide_releases/readme/readme_sdks.html Mon Jun 22 14:34:02 2009 -0500 +++ b/core/carbide_releases/readme/readme_sdks.html Mon Jun 22 15:42:52 2009 -0500 @@ -15,7 +15,7 @@

You're not done installing just yet...

Release: 2.1.0
- Revised: April 2009

+ Revised: June 2009

Read the Release Notes and Bug Fixes for the latest infomation about this product. In Carbide.c++ simply click the Help > Help Contents > Carbide.c++ User Guide to find the pages.

To complete your installation and start Symbian C++ application development, you must install the following:

diff -r a7b7fa512cdc -r ca271fb95b03 core/com.nokia.carbide.cpp.codescanner/plugin.xml --- a/core/com.nokia.carbide.cpp.codescanner/plugin.xml Mon Jun 22 14:34:02 2009 -0500 +++ b/core/com.nokia.carbide.cpp.codescanner/plugin.xml Mon Jun 22 15:42:52 2009 -0500 @@ -97,6 +97,12 @@ + + + + diff -r a7b7fa512cdc -r ca271fb95b03 core/com.nokia.carbide.cpp.doc.user/html/release_notes.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/release_notes.htm Mon Jun 22 14:34:02 2009 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/release_notes.htm Mon Jun 22 15:42:52 2009 -0500 @@ -45,7 +45,7 @@
  • Executables View Refreshing - The Executables view refresh was impacting everything from IDE start-up to import and project creation as well refreshes during rebuilds. Some of our wall clock tests on large projects (such as contacts the browser) show the executables job running from 15-25 seconds down to about 5 seconds.
  • -
  • New Launch Configuration improvements - The New Launch Configuration wizard now starts with a new Category Selection page which helps guide developers in choosing the correct launch configuration for a project, whether it be for Phones, Boards, or other target devices. In addition, the ?? page enables developers to define if a project is automatically built or not at the launch configuration level.
  • +
  • New Launch Configuration improvements - The New Launch Configuration wizard now starts with a new Category Selection page which helps guide developers in choosing the correct launch configuration for a project, whether it be for Phones, Boards, or other target devices. In addition, the Build Options Selection page enables developers to define if a project is automatically built or not at the launch configuration level.
  • Customization (.bsf) and Symbian Variant Binary (.var) platform discovery is now supported. See the Platform Filtering Preference panel for details.
  • Keywords in preference panels - All Carbide related preference panels now include keywords to make searching for options a bit easier.
  • New Carbide Extensions section - Project Property dialogs now include a Carbide Extensions section which allows Carbide plug-in and utilities a place to add their own project settings.
  • diff -r a7b7fa512cdc -r ca271fb95b03 core/com.nokia.carbide.cpp.doc.user/intro/whatsnew_IntroExt.xml --- a/core/com.nokia.carbide.cpp.doc.user/intro/whatsnew_IntroExt.xml Mon Jun 22 14:34:02 2009 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/intro/whatsnew_IntroExt.xml Mon Jun 22 15:42:52 2009 -0500 @@ -10,7 +10,7 @@ @@ -20,6 +20,36 @@ + Carbide performance improvements for large project importing, building, and other critical areas. + + + + + + See Symbian API Reference information appear when you hover over a Symbian symbol in C/C++ editors. + + + + + + Provides updates on the latest Carbide, Symbian, and S60 news. + + + + + + style-id="content-link"> Welcome message to Carbide.c++ developers diff -r a7b7fa512cdc -r ca271fb95b03 core/com.nokia.carbide.cpp/intro/css/overview/overview.css --- a/core/com.nokia.carbide.cpp/intro/css/overview/overview.css Mon Jun 22 14:34:02 2009 -0500 +++ b/core/com.nokia.carbide.cpp/intro/css/overview/overview.css Mon Jun 22 15:42:52 2009 -0500 @@ -101,7 +101,10 @@ #overview-links a > .link-label { width : 700px; } #overview-links a p > .text { width : 700px; } -#overview-links a:hover { border-right : 5px; } +/* #overview-links a:hover { border-right : 5px; } */ +#overview-links a:hover { + background-image : url(../graphics/contentpage/page-link-wide.gif); +} a#basics img { background-image : url(../graphics/icons/obj48/wbbasics_obj.gif); } a#basics:hover img { background-image : url(../graphics/icons/obj48/wbbasicshov_obj.gif); } diff -r a7b7fa512cdc -r ca271fb95b03 core/com.nokia.carbide.cpp/themes/carbide/graphics/contentpage/page-link-wide.gif Binary file core/com.nokia.carbide.cpp/themes/carbide/graphics/contentpage/page-link-wide.gif has changed diff -r a7b7fa512cdc -r ca271fb95b03 core/com.nokia.carbide.cpp/themes/carbide/graphics/icons/etool/migrate48sel.gif Binary file core/com.nokia.carbide.cpp/themes/carbide/graphics/icons/etool/migrate48sel.gif has changed diff -r a7b7fa512cdc -r ca271fb95b03 core/com.nokia.carbide.cpp/themes/carbide/html/root.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/root.css Mon Jun 22 14:34:02 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/root.css Mon Jun 22 15:42:52 2009 -0500 @@ -22,7 +22,7 @@ #page-links a .link-label, #action-links a .link-label { font-size : 13pt; font-weight : 600; - color : #0A94D6; + color : #EEEEEE; } #page-links a p .text, #action-links a p .text { font-size : 13pt; diff -r a7b7fa512cdc -r ca271fb95b03 core/com.nokia.carbide.cpp/themes/carbide/html/shared.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/shared.css Mon Jun 22 14:34:02 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/shared.css Mon Jun 22 15:42:52 2009 -0500 @@ -396,7 +396,7 @@ float : none; clear : both; text-align : left; - color: #03c; + color: #0A94D6; /* Carbide branding mod margin-bottom : 0px; /* background-image : url(../graphics/contentpage/page-link-wide.gif); */ @@ -405,6 +405,7 @@ */ } + .categoryContentnav { font-size: 9pt; font-weight: bold; @@ -417,7 +418,11 @@ color: #00507C; } -.content-link:hover { border-right : 0px; } +/* .content-link:hover { border-right : 0px; } */ +.content-link:hover { + background-image : url(../graphics/contentpage/page-link-wide.gif); +} + iframe { position:relative; diff -r a7b7fa512cdc -r ca271fb95b03 core/com.nokia.carbide.cpp/themes/carbide/html/standby.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/standby.css Mon Jun 22 14:34:02 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/standby.css Mon Jun 22 15:42:52 2009 -0500 @@ -50,7 +50,7 @@ /* background-image : url(../graphics/root/background.jpg); */ background-repeat : no-repeat; background-position : top left; - background-color : #7169D1; + /* background-color : #7169D1; */ } .page {