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