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