Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > e4e5aca55b6d7244e6bae95bf4fde3ca > files > 438

lib64edelib-devel-2.0-1.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>edelib: Todo List</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">edelib
   &#160;<span id="projectnumber">2.0.0</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.6.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title">Todo List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><ul>
<li>add local snprintf/vsnprintf/scandir/dirent(???)</li>
</ul>
<dl class="reflist">
<dt><a class="anchor" id="_todo000002"></a>Class <a class="el" href="classedelib_1_1Config.html">Config</a>  </dt>
<dd><p class="startdd">don't allow [] sections </p>
<p class="enddd">What Config as localized keys should read: LC_MESSAGES or LANG ??? I'm using for now LANG, but fd.o people said it should be LC_MESSAGES. Inspect this.  </p>
</dd>
<dt><a class="anchor" id="_todo000004"></a>Member <a class="el" href="classedelib_1_1Date.html#a3dd7bcafe86d5ea20e217c53b77b40d2">Date::set</a>  (unsigned short y, unsigned char m, unsigned char d, DateType t=DATE_LOCAL)</dt>
<dd>it can accept set(0,1,0); leave this or... (possible bugs ?) </dd>
<dt><a class="anchor" id="_todo000005"></a>Member <a class="el" href="classedelib_1_1Date.html#abfe16813a01e97ef0ce11831362f7bde">Date::system_set</a>  (void)</dt>
<dd>This should be probably a static function  </dd>
<dt><a class="anchor" id="_todo000008"></a>Member <a class="el" href="classedelib_1_1DesktopFile.html#ab212b2e57a4c1d49f2c950cfb4c753b3">DesktopFile::exec</a>  (char *val, int len)</dt>
<dd>special variables and symbol escaping are not implemented yet  </dd>
<dt><a class="anchor" id="_todo000009"></a>Member <a class="el" href="classedelib_1_1EdbusConnection.html#a36856f87c931543b2a4cdc53ef0b0151">EdbusConnection::register_object</a>  (const char *path)</dt>
<dd>remove it?  </dd>
<dt><a class="anchor" id="_todo000010"></a>Member <a class="el" href="classedelib_1_1EdbusConnection.html#a7ad9a943541f3091baf8c1605914f257">EdbusConnection::unregister_object</a>  (const char *path)</dt>
<dd>remove it?  </dd>
<dt><a class="anchor" id="_todo000011"></a>Class <a class="el" href="structedelib_1_1EdbusDict.html">EdbusDict</a>  </dt>
<dd>This should be assertion </dd>
<dt><a class="anchor" id="_todo000012"></a>Class <a class="el" href="classedelib_1_1EdbusList.html">EdbusList</a>  </dt>
<dd>This should be probably an assertion </dd>
<dt><a class="anchor" id="_todo000013"></a>Class <a class="el" href="classedelib_1_1EdbusObjectPath.html">EdbusObjectPath</a>  </dt>
<dd>Make this class implicitly shared  </dd>
<dt><a class="anchor" id="_todo000014"></a>Member <a class="el" href="classedelib_1_1EdbusObjectPath.html#a1901e642ccf2ba24a81a749d6c464896">EdbusObjectPath::append</a>  (const char *str)</dt>
<dd>this should probably trigger assert if element is not valid  </dd>
<dt><a class="anchor" id="_todo000018"></a>Member <a class="el" href="group__foreigncallback.html#ga840d063f335a061e140d960b810438d1">edelib::foreign_callback_add</a>  (Fl_Window *win, const char *id, void(*cb)(Fl_Window *, void *), void *data=0)</dt>
<dd>Add some better examples </dd>
<dt><a class="anchor" id="_todo000019"></a>Member <a class="el" href="group__widgets.html#ga66e9f97af19f1001eab4dde6182a01f6">edelib::icon_chooser</a>  (const char *dir)</dt>
<dd><a class="el" href="group__widgets.html#ga66e9f97af19f1001eab4dde6182a01f6">icon_chooser()</a> pretty sucks; writte better one  </dd>
<dt><a class="anchor" id="_todo000023"></a>Member <a class="el" href="namespaceedelib.html#a030f0f83dff616508e98d22bfd5f1167">edelib::nls_support_init</a>  (const char *appname, const char *dir)</dt>
<dd>what should set_textdomain_dir() and set_textdomain() return when NLS is disabled? </dd>
<dt><a class="anchor" id="_todo000015"></a>Class <a class="el" href="classedelib_1_1File.html">File</a>  </dt>
<dd>error checks during stream read/write (ferror)  </dd>
<dt><a class="anchor" id="_todo000016"></a>Member <a class="el" href="classedelib_1_1File.html#a5636b1d07025d602f1544396db4c5b56">File::readline</a>  (char *buff, int buffsz)</dt>
<dd>it does not return 1 when line contains only '\n' char. Should return? </dd>
<dt><a class="anchor" id="_todo000017"></a>Class <a class="el" href="classedelib_1_1FontCache.html">FontCache</a>  </dt>
<dd>complete  </dd>
<dt><a class="anchor" id="_todo000021"></a>Class <a class="el" href="classedelib_1_1IconTheme.html">IconTheme</a>  </dt>
<dd>implement Threshold support (see icon-theme spec)  </dd>
<dt><a class="anchor" id="_todo000022"></a>Class <a class="el" href="classedelib_1_1MimeType.html">MimeType</a>  </dt>
<dd><p class="startdd">add locale during read of comments </p>
<p class="enddd">Last change in xdgmime.c moved stat-ed code to be executed first so ambiguous directory names (like ".kde" or ".emacs.d" or ".e") doesn't be recognized as files or unknown types; can stat's be delayed?  </p>
</dd>
<dt><a class="anchor" id="_todo000024"></a>Group <a class="el" href="group__scheme.html">scheme</a>  </dt>
<dd>Complete docs.  </dd>
<dt><a class="anchor" id="_todo000025"></a>Class <a class="el" href="classedelib_1_1String.html">String</a>  </dt>
<dd>COW would be nice  </dd>
<dt><a class="anchor" id="_todo000026"></a>Member <a class="el" href="classedelib_1_1TableBase.html#aadc505cffe051c50eb9c3580d582a291">TableBase::move_cursor</a>  (int R, int C)</dt>
<dd>This function should be called select_cell() or similar  </dd>
<dt><a class="anchor" id="_todo000001"></a>Page <a class="el" href="themelanguage.html">Theme language</a>  </dt>
<dd>Finish  </dd>
<dt><a class="anchor" id="_todo000003"></a>Class <a class="el" href="classedelib_1_1Time.html">Time</a>  </dt>
<dd>Time is missing local/UTC option.  </dd>
<dt><a class="anchor" id="_todo000006"></a>Member <a class="el" href="classedelib_1_1Time.html#a3927dc22378884b7dcedcb4dccb6e236">Time::set_now</a>  (void)</dt>
<dd>This should be probably a static function  </dd>
<dt><a class="anchor" id="_todo000007"></a>Member <a class="el" href="classedelib_1_1Time.html#abfe16813a01e97ef0ce11831362f7bde">Time::system_set</a>  (void)</dt>
<dd>This should be probably a static function </dd>
</dl>
</div></div><!-- contents -->


<hr class="footer"/><address class="footer"><small>
Generated on Tue Jun 5 2012 17:49:02 for edelib by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

</body>
</html>