]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/TODO
various small fixes
[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 FileDialog
8
9         - add buttons for Documents, Templates, etc. to the file dialog toolbar
10         - work around Qt crash bug with double click
11  
12 lyx_gui (qt)
13
14         - move out lyxserver
15         - do dpi
16  
17 Menubar_pimpl
18
19         - fix disabling submenu labels when appropriate
20         - implement dynamic menus (may need serious backend changes) (*)(*)
21                 - dynamic last files
22                 - import/export/view/update
23                 - navigate
24         - implement openByName
25         - why is note disabled, index enabled with no doc etc. ? 
26
27 QAbout
28
29         - give good default size 
30
31 QCommandBuffer
32
33         - finish off, use listview etc.
34  
35 QContentPane 
36
37         - triple click
38         - figure out why a scroll doesn't update quickly, which leaves cursor artifacts
39           whilst holding down page down etc. 
40  
41 QDocument
42
43         - implement me. Need MVC (*)
44
45 qfont_loader
46
47         - use lyxrc, check for failure, implement available()
48  
49 qfont_metrics
50
51         - per char ascent/descent
52  
53 QForks
54
55         - don't implement me
56  
57 QGraphics
58         
59         - UI cleanups and fixes
60  
61 QInclude
62
63         - check no load stuff works ?
64
65 qlkey
66
67         - finish off the lists
68  
69 QLImage
70
71         - get jpeg etc. to work
72         - get mono/color to work
73         - get bgcolor and clipping to work 
74
75 QLPainter
76
77         - work out why buttons look ugly and fix
78         - check ::arc() works
79
80 QLyXKeySym
81
82         - isOK() - meaningful or not ?
83         - getISOEncoded - get this to work (*)
84          
85 QPreferences
86
87         - implement me (*)
88  
89 QSendTo
90
91         - implement me
92  
93 QShowInfo
94
95         - dunno about this one
96  
97 QTabular
98
99         - implement me (need MVC) (*)
100  
101 QTexinfo
102
103         - fix "View" when path not shown
104
105 QtView
106
107         - decide what to do about prohibit/allowInput 
108  
109 Toolbar_pimpl
110
111         - mathed symbols (*) 
112         - set() ??