]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/TODO
several menu improvements. JMarc, I get a crash in expand when I'm
[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 QBibtex 
30
31         - implement H. Voss's style browser facility, style tooltip, check for duplicates
32
33 QCitation
34
35         - loop round searching not working perhaps ??
36
37 QCommandBuffer
38
39         - finish off, use listview etc.
40  
41 QContentPane 
42
43         - triple click
44         - figure out why a scroll doesn't update quickly, which leaves cursor artifacts
45           whilst holding down page down etc. 
46  
47 QDocument
48
49         - implement me. Need MVC (*)
50
51 qfont_loader
52
53         - use lyxrc, check for failure, implement available()
54  
55 qfont_metrics
56
57         - per char ascent/descent
58  
59 QForks
60
61         - don't implement me
62  
63 QGraphics
64         
65         - UI cleanups and fixes
66  
67 QInclude
68
69         - check no load stuff works ?
70
71 qlkey
72
73         - finish off the lists
74  
75 QLImage
76
77         - get jpeg etc. to work
78         - get mono/color to work
79         - get bgcolor and clipping to work 
80
81 QLPainter
82
83         - work out why buttons look ugly and fix
84         - check ::arc() works
85
86 QLyXKeySym
87
88         - isOK() - meaningful or not ?
89         - getISOEncoded - get this to work (*)
90          
91 QPreferences
92
93         - implement me (*)
94  
95 QRef
96
97         - need buffer combo
98
99 QSendTo
100
101         - implement me
102  
103 QShowInfo
104
105         - dunno about this one
106  
107 QTabular
108
109         - implement me (need MVC) (*)
110  
111 QTexinfo
112
113         - fix "View" when path not shown
114
115 QtView
116
117         - decide what to do about prohibit/allowInput 
118         - add autosave timeout
119
120  
121 Toolbar_pimpl
122
123         - mathed symbols (*) 
124         - set() ?? 
125         - push() ??