[Esbox-commits] r1089 - in trunk/org.maemo.esbox.help/html: . concepts context_help gettingstarted

jeffc at garage.maemo.org jeffc at garage.maemo.org
Tue Dec 16 00:27:51 EET 2008


Author: jeffc
Date: 2008-12-16 00:27:50 +0200 (Tue, 16 Dec 2008)
New Revision: 1089

Modified:
   trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.html
   trunk/org.maemo.esbox.help/html/concepts/StringExternalization.html
   trunk/org.maemo.esbox.help/html/context_help/esbox_dialogs_help.xml
   trunk/org.maemo.esbox.help/html/gettingstarted/BasicTutorial.html
   trunk/org.maemo.esbox.help/html/toc.html
Log:
sync'd up with work_jeff branch

Modified: trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.html
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.html	2008-12-15 22:26:31 UTC (rev 1088)
+++ trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.html	2008-12-15 22:27:50 UTC (rev 1089)
@@ -44,7 +44,7 @@
 kernel modules, the kernel, shared libraries, and applications.</p>
 <h3>Related Topic</h3>
 <ul>
-  <li><a href="../gettingstarted/ProfilingMaemoApplications.html">Profiling Maemo Applications</a>  </li>
+  <li><a href="../tasks/ProfilingMaemoApplications.html">Profiling Maemo Applications</a>  </li>
 </ul>
 </body>
 </html>
\ No newline at end of file

Modified: trunk/org.maemo.esbox.help/html/concepts/StringExternalization.html
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/StringExternalization.html	2008-12-15 22:26:31 UTC (rev 1088)
+++ trunk/org.maemo.esbox.help/html/concepts/StringExternalization.html	2008-12-15 22:27:50 UTC (rev 1089)
@@ -29,7 +29,7 @@
 different languages.</p>
 <h3>Related Topic</h3>
 <ul>
-  <li><a href="../gettingstarted/ExternalizeString.html">Extracting Strings</a>  </li>
+  <li><a href="../tasks/ExternalizeString.html">Extracting Strings</a>  </li>
 </ul>
 </body>
 </html>
\ No newline at end of file

Modified: trunk/org.maemo.esbox.help/html/context_help/esbox_dialogs_help.xml
===================================================================
--- trunk/org.maemo.esbox.help/html/context_help/esbox_dialogs_help.xml	2008-12-15 22:26:31 UTC (rev 1088)
+++ trunk/org.maemo.esbox.help/html/context_help/esbox_dialogs_help.xml	2008-12-15 22:27:50 UTC (rev 1089)
@@ -35,8 +35,8 @@
     <!-- launch config dialog => Maemo remote launch (CDI based, not DSF based) => debugger tab -->
 	<context id="launch_configuration_dialog_debugger_tab" >
 		<description>Maemo remote launch configuration debugger settings</description>
-		<topic label="Debugger options"	  href="html/gettingstarted/DebuggingCMaemoApplications.html" />
-		<topic label="Debugger options"	  href="html/concepts/RemoteDebugging.html" />
+		<topic label="Debugging an application"	  href="html/gettingstarted/DebuggingCMaemoApplications.html" />
+		<topic label="Remote debugging an application"	  href="html/concepts/RemoteDebugging.html" />
 	</context>
 
     <!-- launch config dialog => Maemo local/remote launch => main tab -->
@@ -89,7 +89,10 @@
 
 <!-- PLUGIN: org.maemo.mica.linux.packages.ui -->
 <!-- Project > Validate Installed Packages => wizard -->
-<!-- <context id="wizard_validate_packages" > -->
+    <context id="wizard_validate_packages" >
+		<description>Select projects to validate installed packages</description>
+		<topic label="Validate Installed Packages"	  href="html/tasks/validatepackages.html" />
+    </context>
 
     <!-- PLUGIN: org.maemo.mica.common.ui -->
     <!--  Global preference => Maemo -->

Modified: trunk/org.maemo.esbox.help/html/gettingstarted/BasicTutorial.html
===================================================================
--- trunk/org.maemo.esbox.help/html/gettingstarted/BasicTutorial.html	2008-12-15 22:26:31 UTC (rev 1088)
+++ trunk/org.maemo.esbox.help/html/gettingstarted/BasicTutorial.html	2008-12-15 22:27:50 UTC (rev 1089)
@@ -49,12 +49,12 @@
 </a></strong></li></ul>
 
 <p>Analyzing  Performance</p><ul>
-<li><strong><a href="ProfilingMaemoApplications.html">
+<li><strong><a href="../tasks/ProfilingMaemoApplications.html">
 Profiling C/C++ application
 </a></strong></li></ul>
 
 <p>Extracting strings</p><ul>
-<li><strong><a href="ExternalizeString.html">
+<li><strong><a href="../tasks/ExternalizeString.html">
 Externalize string on C/C++ application</a></strong></li>
 </ul>
 </body>

Modified: trunk/org.maemo.esbox.help/html/toc.html
===================================================================
--- trunk/org.maemo.esbox.help/html/toc.html	2008-12-15 22:26:31 UTC (rev 1088)
+++ trunk/org.maemo.esbox.help/html/toc.html	2008-12-15 22:27:50 UTC (rev 1089)
@@ -23,12 +23,12 @@
   <li><a href="gettingstarted/CompilingCMaemoProject.html">Compiling a C/C++ Maemo Project</a></li>
   <li><a href="gettingstarted/DebuggingCMaemoApplications.html">Debugging a C/C++ Maemo Application</a></li>
   <li><a href="gettingstarted/DebuggingPythonMaemoApplications.html">Debugging a Python Maemo Application</a></li>
-  <li><a href="gettingstarted/ExternalizeString.html">Extracting Strings</a></li>
+  <li><a href="tasks/ExternalizeString.html">Extracting Strings</a></li>
   <li><a href="gettingstarted/RunningCProject.html">Running C/C++ Maemo Project</a></li>
   <li><a href="gettingstarted/RunningPythonProject.html">Running Python Maemo Project</a></li>
   <li><a href="gettingstarted/SettingPreferences.html">Setting Preferences</a></li>
   <li><a href="gettingstarted/SettingsSbrshConfiguration.html">Setting Sbrsh Preferences</a></li>
-  <li><a href="gettingstarted/ProfilingMaemoApplications.html">Profiling Maemo Applications</a><br>
+  <li><a href="tasks/ProfilingMaemoApplications.html">Profiling Maemo Applications</a><br>
   </li>
 </ul>
 <h3>Concepts</h3>



More information about the Esbox-commits mailing list