# HG changeset patch # User fturovic # Date 1279917647 18000 # Node ID 4dbd593daf6d53d004edbccef23f88adf060b8d3 # Parent 103e6550d55afd76c6b78d4813648d02fc47f5fb revised remaining welcome page icons for C3 diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/carbide.css --- a/core/com.nokia.carbide.cpp.doc.user/intro/carbide.css Fri Jul 23 12:42:38 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/intro/carbide.css Fri Jul 23 15:40:47 2010 -0500 @@ -1,3 +1,21 @@ -a#carbide-sample img { background-image : url(carbide_sample.gif); } -a#carbide-sample:hover img { background-image : url(carbide_sample_hov.gif); } + +a#carbide img { background-image : url(images/carbide.png); } +a#carbide:hover img { background-image : url(images/carbide_hov.png); } + +a#carbide-whatsnew img { background-image : url(images/carbide_new.png); } +a#carbide-whatsnew :hover img { background-image : url(images/carbide_new_hov.png); } + +a#carbide-sample img { background-image : url(images/carbide_sample.png); } +a#carbide-sample:hover img { background-image : url(../images/carbide_sample_hov.png); } +a#carbide-tutorial img { background-image : url(images/carbide_tutorial.png); } +a#carbide-tutorial:hover img { background-image : url(images/carbide_tutorial_hov.png); } + +a#carbide-keys img { background-image : url(images/carbide_keys.png); } +a#carbide-keys:hover img { background-image : url(images/carbide_keys_hov.png); } + +a#carbide-web img { background-image : url(images/carbide_web.png); } +a#carbide-web:hover img { background-image : url(images/carbide_web_hov.png); } + +a#carbide-people img { background-image : url(images/carbide_people.png); } +a#carbide-people:hover img { background-image : url(images/carbide_people_hov.png); } diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/carbide.properties --- a/core/com.nokia.carbide.cpp.doc.user/intro/carbide.properties Fri Jul 23 12:42:38 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/intro/carbide.properties Fri Jul 23 15:40:47 2010 -0500 @@ -1,19 +1,24 @@ -tutorials.carbide-sample = intro/carbide_sample.gif -tutorials.carbide-sample:hover = intro/carbide_sample_hov.gif +overview.carbide = intro/images/images/carbide.png +overview.carbide:hover = intro/images/carbide_hov.png -whatsnew.carbide-sample = intro/carbide_sample.gif -whatsnew.carbide-sample:hover = intro/carbide_sample_hov.gif +whatsnew.carbide = intro/images/carbide_new.png +whatsnew.carbide:hover = intro/images/carbide_new_hov.png -migrate.carbide-sample = intro/carbide_sample.gif -migrate.carbide-sample:hover = intro/carbide_sample_hov.gif +webresources.carbide-web = intro/images/carbide_web.png +webresources.carbide-web:hover = intro/images/carbide_web_hov.png -overview.carbide-sample = intro/carbide_sample.gif -overview.carbide-sample:hover = intro/carbide_sample_hov.gif +webresources.carbide-people = intro/images/carbide_people.png +webresources.carbide-people:hover = intro/images/carbide_people_hov.png + +firststeps.carbide = intro/images/carbide.png +firststeps.carbide:hover = intro/images/carbide_hov.png -webresources.carbide-sample = intro/carbide_sample.gif -webresources.carbide-sample:hover = intro/carbide_sample_hov.gif +migrate.carbide-keys = intro/images/carbide_keys.png +migrate.carbide-keys:hover = intro/images/carbide_keys_hov.png -firststeps.carbide-sample = intro/carbide_sample.gif -firststeps.carbide-sample:hover = intro/carbide_sample_hov.gif +tutorials.carbide = intro/images/carbide_tutorial.png +tutorials.carbide:hover = intro/images/carbide_tutorial_hov.png +samples.carbide-sample = intro/images/carbide_sample.png +samples.carbide-sample:hover = intro/images/carbide_sample_hov.png diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/carbide_sample.gif Binary file core/com.nokia.carbide.cpp.doc.user/intro/carbide_sample.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/carbide_sample_hov.gif Binary file core/com.nokia.carbide.cpp.doc.user/intro/carbide_sample_hov.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_hov.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_keys.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_keys.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_keys_hov.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_keys_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_new.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_new.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_new_hov.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_new_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_people.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_people.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_people_hov.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_people_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_sample.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_sample.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_sample_hov.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_sample_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_tutorial.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_tutorial.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_tutorial_hov.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_tutorial_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_web.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_web.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_web_hov.png Binary file core/com.nokia.carbide.cpp.doc.user/intro/images/carbide_web_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/tutorialsCarbideExtContent.xml --- a/core/com.nokia.carbide.cpp.doc.user/intro/tutorialsCarbideExtContent.xml Fri Jul 23 12:42:38 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/intro/tutorialsCarbideExtContent.xml Fri Jul 23 15:40:47 2010 -0500 @@ -14,7 +14,7 @@ Learn how to create, build, and debug programs on the emulator using Carbide project templates. @@ -22,7 +22,7 @@ Learn how to create and debug DLL projects. @@ -30,7 +30,7 @@ Learn how debug applications on remote devices using the TRK remote agent. @@ -39,7 +39,7 @@ Learn how to create and build an application and debug it on a device using JTAG debug software on Lauterbach hardware. diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp.doc.user/intro/whatsnew_IntroExt.xml --- a/core/com.nokia.carbide.cpp.doc.user/intro/whatsnew_IntroExt.xml Fri Jul 23 12:42:38 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/intro/whatsnew_IntroExt.xml Fri Jul 23 15:40:47 2010 -0500 @@ -12,7 +12,7 @@ Learn about what's new in Carbide.c++ for Symbian OS development. @@ -20,9 +20,19 @@ + The Carbide debugger was completely rewritten using the CDT projects EDF and EDC. + + + + + Debugging programs on a target device has never been easier with PnP on-device debugging. diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide.png Binary file core/com.nokia.carbide.cpp/html/images/carbide.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_hov.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide_hov.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_hov.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_keys.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide_keys.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_keys.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_keys.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_keys_hov.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide_keys_hov.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_keys_hov.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_keys_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_new.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_new.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_new_hov.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_new_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_people.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide_people.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_people.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_people.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_people_hov.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide_people_hov.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_people_hov.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_people_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_sample.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide_sample.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_sample.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_sample.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_sample_hov.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide_sample_hov.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_sample_hov.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_sample_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_tutorial.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_tutorial.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_tutorial_hov.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_tutorial_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_web.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide_web.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_web.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_web.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_web_hov.gif Binary file core/com.nokia.carbide.cpp/html/images/carbide_web_hov.gif has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/images/carbide_web_hov.png Binary file core/com.nokia.carbide.cpp/html/images/carbide_web_hov.png has changed diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/intro/carbide.css --- a/core/com.nokia.carbide.cpp/html/intro/carbide.css Fri Jul 23 12:42:38 2010 -0500 +++ b/core/com.nokia.carbide.cpp/html/intro/carbide.css Fri Jul 23 15:40:47 2010 -0500 @@ -1,14 +1,20 @@ -a#carbide img { background-image : url(../images/carbide.gif); } -a#carbide:hover img { background-image : url(../images/carbide_hov.gif); } +a#carbide img { background-image : url(../images/carbide.png); } +a#carbide:hover img { background-image : url(../images/carbide_hov.png); } -a#carbide-sample img { background-image : url(../images/carbide_sample.gif); } -a#carbide-sample:hover img { background-image : url(../images/carbide_sample_hov.gif); } +a#carbide-whatsnew img { background-image : url(../images/carbide_new.png); } +a#carbide-whatsnew :hover img { background-image : url(../images/carbide_new_hov.png); } + +a#carbide-sample img { background-image : url(../images/carbide_sample.png); } +a#carbide-sample:hover img { background-image : url(../images/carbide_sample_hov.png); } -a#carbide-keys img { background-image : url(../images/carbide_keys.gif); } -a#carbide-keys:hover img { background-image : url(../images/carbide_keys_hov.gif); } +a#carbide-tutorial img { background-image : url(../images/carbide_tutorial.png); } +a#carbide-tutorial:hover img { background-image : url(../images/carbide_tutorial_hov.png); } + +a#carbide-keys img { background-image : url(../images/carbide_keys.png); } +a#carbide-keys:hover img { background-image : url(../images/carbide_keys_hov.png); } -a#carbide-web img { background-image : url(../images/carbide_web.gif); } -a#carbide-web:hover img { background-image : url(../images/carbide_web_hov.gif); } +a#carbide-web img { background-image : url(../images/carbide_web.png); } +a#carbide-web:hover img { background-image : url(../images/carbide_web_hov.png); } -a#carbide-people img { background-image : url(../images/carbide_people.gif); } -a#carbide-people:hover img { background-image : url(../images/carbide_people_hov.gif); } +a#carbide-people img { background-image : url(../images/carbide_people.png); } +a#carbide-people:hover img { background-image : url(../images/carbide_people_hov.png); } diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/intro/carbide.properties --- a/core/com.nokia.carbide.cpp/html/intro/carbide.properties Fri Jul 23 12:42:38 2010 -0500 +++ b/core/com.nokia.carbide.cpp/html/intro/carbide.properties Fri Jul 23 15:40:47 2010 -0500 @@ -1,24 +1,24 @@ -overview.carbide = html/images/carbide.gif -overview.carbide:hover = html/images/carbide_hov.gif +overview.carbide = html/images/carbide.png +overview.carbide:hover = html/images/carbide_hov.png -whatsnew.carbide = html/images/carbide.gif -whatsnew.carbide:hover = html/images/carbide_hov.gif +whatsnew.carbide-whatsnew = html/images/carbide_new.png +whatsnew.carbide-whatsnew:hover = html/images/carbide_new_hov.png -webresources.carbide-web = html/images/carbide_web.gif -webresources.carbide-web:hover = html/images/carbide_web_hov.gif +webresources.carbide-web = html/images/carbide_web.png +webresources.carbide-web:hover = html/images/carbide_web_hov.png -webresources.carbide-people = html/images/carbide_people.gif -webresources.carbide-people:hover = html/images/carbide_people_hov.gif +webresources.carbide-people = html/images/carbide_people.png +webresources.carbide-people:hover = html/images/carbide_people_hov.png -firststeps.carbide = html/images/carbide.gif -firststeps.carbide:hover = html/images/carbide_hov.gif +firststeps.carbide-first = html/images/carbide.png +firststeps.carbide-first:hover = html/images/carbide_hov.png -migrate.carbide-keys = html/images/carbide_keys.gif -migrate.carbide-keys:hover = html/images/carbide_keys_hov.gif +migrate.carbide-keys = html/images/carbide_keys.png +migrate.carbide-keys:hover = html/images/carbide_keys_hov.png -tutorials.carbide = html/images/carbide.gif -tutorials.carbide:hover = html/images/carbide_hov.gif +tutorials.carbide-tutorial = html/images/carbide_tutorial.png +tutorials.carbide-tutorial:hover = html/images/carbide_tutorial_hov.png -samples.carbide-sample = html/images/carbide_sample.gif -samples.carbide-sample:hover = html/images/carbide_sample_hov.gif +samples.carbide-sample = html/images/carbide_sample.png +samples.carbide-sample:hover = html/images/carbide_sample_hov.png diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/html/intro/whatsnewExtensionContent.xml --- a/core/com.nokia.carbide.cpp/html/intro/whatsnewExtensionContent.xml Fri Jul 23 12:42:38 2010 -0500 +++ b/core/com.nokia.carbide.cpp/html/intro/whatsnewExtensionContent.xml Fri Jul 23 15:40:47 2010 -0500 @@ -18,7 +18,7 @@ + id="carbide-whatsnew"> style-id="content-link" Learn about what's new in Carbide.c++ diff -r 103e6550d55a -r 4dbd593daf6d core/com.nokia.carbide.cpp/icons/Carbide_c_icon_32x32.png Binary file core/com.nokia.carbide.cpp/icons/Carbide_c_icon_32x32.png has changed