~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to lib/kscript/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Tasks for KScript:
2
 
 
3
 
[ ] not started
4
 
[s] started
5
 
[X] done
6
 
 
7
 
------------------------------------------------
8
 
    Add more classes to the Qt extension:
9
 
[s] QButton
10
 
[s] QPushButton
11
 
[s] QRadioButton
12
 
[s] QButtonGroup
13
 
[s] QCheckBox
14
 
[s] QDialog
15
 
[s] Q*BoxLayout
16
 
[ ] QListBox*
17
 
[s] QComboBox
18
 
[ ] QListView*
19
 
[ ] QFile
20
 
[s] QLabel
21
 
[s] QLineEdit
22
 
[ ] QMultiLineEdit
23
 
[ ] QPopupMenu
24
 
[ ] QScrollView
25
 
 
26
 
------------------------------------------------
27
 
[ ] Add a KDE extension (-> global name space)
28
 
    Add classes to KDE extension:
29
 
[ ] KFileDialog
30
 
[ ] KToolBar*
31
 
 
32
 
------------------------------------------------
33
 
    Reimplement certain simple classes natively:
34
 
[x] QRect
35
 
[x] QPoint
36
 
[s] QString
37
 
[s] QChar
38
 
 
39
 
------------------------------------------------
40
 
[s] write a nifty perl script that generates the
41
 
    _ext_-files out of c++-headers. Would be
42
 
    nice for people that want to link KScript to
43
 
    their own apps.
44
 
------------------------------------------------
45
 
 
46
 
 
47
 
Torbens Space
48
 
=============
49
 
 
50
 
- Dont use KSValue::cast. It is evil!