KigPlans: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 5: Line 5:
* Add support for hyperbolic geometries, but this is a large topic and would take a good amount of work. Here is some work on [http://raoul.koalatux.ch/sites/hyperbolic_geometry/hyperbolic_geometry.html building an asymptote package for drawing in the Poincare disk].
* Add support for hyperbolic geometries, but this is a large topic and would take a good amount of work. Here is some work on [http://raoul.koalatux.ch/sites/hyperbolic_geometry/hyperbolic_geometry.html building an asymptote package for drawing in the Poincare disk].
* More work on Asy and Tikz/PGF exporters, fixing bugs and fill out the remaining holes.
* More work on Asy and Tikz/PGF exporters, fixing bugs and fill out the remaining holes.
* Improve XFig exporter, at present it does not support loci, generic conics and cubics
* More flexible grids. We do not have any export options for polar grids. Maybe make grids more like the geometric objects.
* More flexible grids. We do not have any export options for polar grids. Maybe make grids more like the geometric objects.
* Allow the user some control over drawing precision (specifically when drawing loci) and/or when exporting to files that do not directly support all geometric objects (e.g. XFig).
* Review edge cases in file parsing
* Review edge cases in file parsing
* Review bugs in windows
* Review bugs in windows
* Check this [https://bugs.kde.org/show_bug.cgi?id=122443 KFormula integration request], interesting
* Check this [https://bugs.kde.org/show_bug.cgi?id=122443 KFormula integration request], interesting

Revision as of 06:29, 13 April 2012

Lets use this wiki entry tu discuss future plans for Kig. From the discussion here, we can create a feature list for KDE 4.9 and start working on that. Some of the ideas that have been collected so far are:

  • Better Undo/Cancel Construction implementatinos (see bug 229558, bug 297484)
  • Antialiasing (see bug 122376). This is actually a one-line patch, the real question is who's against and why.
  • Add support for hyperbolic geometries, but this is a large topic and would take a good amount of work. Here is some work on building an asymptote package for drawing in the Poincare disk.
  • More work on Asy and Tikz/PGF exporters, fixing bugs and fill out the remaining holes.
  • Improve XFig exporter, at present it does not support loci, generic conics and cubics
  • More flexible grids. We do not have any export options for polar grids. Maybe make grids more like the geometric objects.
  • Allow the user some control over drawing precision (specifically when drawing loci) and/or when exporting to files that do not directly support all geometric objects (e.g. XFig).
  • Review edge cases in file parsing
  • Review bugs in windows
  • Check this KFormula integration request, interesting