KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Development:TODO.php 1.3KB

11 years ago
123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Development : TODO";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Development", "/Development/TODO");
  5. $PAGE_SOURCE_2 = ARRAY("Development", "TODO");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. This page contains a list of things left to do for KXStudio.<br/>
  10. <br/>
  11. </p>
  12. <p>
  13. <b>Tasks for common people (not Team restricted):</b>
  14. </p>
  15. <ul>
  16. <li><s>KXStudio Dark Metacity theme (based on Ambiance)</s></li>
  17. <li>KXStudio Gtk3 Theme port <i>(In progress)</i></li>
  18. <p>
  19. Work has already been done for this, but it's still far from finished.<br/>
  20. The current theme uses the <a href="http://gnome-look.org/content/show.php?content=142331" class="external text" rel="nofollow" target="_blank">solidity-gtk3 engine</a>.<br/>
  21. It's available in the latest KXStudio Artwork release.
  22. </p>
  23. <li>Make kxstudio-menu module work on all systems <i>(In progress)</i></li>
  24. <p>
  25. kxstudio-menu has been proven to work on Gnome2, KDE3, KDE4 and XFCE4.<br />
  26. It may not work on LXDE, needs testing (any LXDE users here?).
  27. </p>
  28. <li>QJackCtl needs to support proper jackdbus save/load, so it shares configuration with Cadence and laditools</li>
  29. </ul>
  30. <br/>
  31. <?php
  32. include_once("includes/footer.php");
  33. ?>