File: TODO

package info (click to toggle)
ktikz 0.13.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,136 kB
  • sloc: cpp: 10,491; xml: 701; sh: 131; makefile: 19
file content (39 lines) | stat: -rw-r--r-- 1,521 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Features:
---------

- In multiple image mode, allow to save and export only the current image
  (use KFileDialog(url, filter, parent, widget) where widget is a checkbox).
  This is already the case for all exports except "Export to PDF" because
  that's the only thing that works.

- Allow loading commands from user specified files. This is useful for
  allowing commands from the TikZ libraries to be highlighted.

- Implement a fancier tikz command insertion mechanism (e.g. like in
  QtCreator).

- Clicking an item in the TikZ commands dock widget should not insert
  it, but only select it.  Pressing an Insert button would then do the
  actual insertion.  There should also be a Help button which opens the
  TikZ manual at the page where the selected item is explained.

- Make a graphical tool for editing the XML file containing the TikZ
  commands similar to keditbookmarks

- Create a new process for each window opened by the "New" action.
  Is that really necessary?

- Download files which are \included or \inputted in remote template files
  or remote pgf files to the temporary directory (could be dangerous when
  the user is still editing the \input command).
  No, don't do that, find a better way to handle this.

Bugs or shortcomings:
---------------------

- Make sure that all strings in the kpart are translated.

- In common/utils/standardaction.cpp a better way of promoting the KActions
  to Action must be found.

- In common/tikzpreviewcontroller.cpp find a better way to print the image.