]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/TODO
fix repaints etc.
[lyx.git] / src / frontends / qt2 / TODO
1 This file is intended to be a list of stuff that must be done before
2 we can say the first iteration of the Qt frontend is "finished". It
3 is incomplete.
4
5 Those with asterisks are what I perceive as being "big jobs"
6
7 lyx_gui (qt)
8
9         - move out lyxserver
10         - do dpi (cannot easily fix)
11  
12 Menubar_pimpl
13
14         - implement openByName
15
16 QAbout
17
18         - give good default size 
19
20 QCommandBuffer
21
22         - fix !! I HATE Qt
23  
24 QDocument
25
26         - implement me. Need MVC (Edwin is on this)
27
28 qfont_loader
29
30         - use lyxrc, check for failure, implement available()
31  
32 QForks
33
34         - don't implement me
35  
36 QGraphics
37         
38         - remaining UI cleanups and fixes
39  
40 QLImage
41
42         - get jpeg etc. to work
43         - get mono/color to work
44         - get bgcolor and clipping to work 
45
46 QLPainter
47
48         - check ::arc() works
49
50 QLyXKeySym
51
52         - getISOEncoded - get this to work (*)
53          
54
55 QMathDialog
56
57         - finish
58  
59 QPreferences
60
61         - implement me (*)
62  
63 QSendTo
64
65         - implement me
66  
67 QTabular
68
69         - implement me (need MVC) (*)