mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-28 12:26:59 +00:00
744bb59dfe
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5161 a592a061-630c-0410-9148-cb99ea01b6c8
79 lines
1.1 KiB
Plaintext
79 lines
1.1 KiB
Plaintext
This file is intended to be a list of stuff that must be done before
|
|
we can say the first iteration of the Qt frontend is "finished". It
|
|
is incomplete.
|
|
|
|
Those with asterisks are what I perceive as being "big jobs"
|
|
|
|
lyx_gui (qt)
|
|
|
|
- move out lyxserver
|
|
- do dpi (cannot easily fix)
|
|
|
|
Menubar_pimpl
|
|
|
|
- implement openByName
|
|
|
|
QAbout
|
|
|
|
- give good default size
|
|
|
|
QCommandBuffer
|
|
|
|
- finish off
|
|
|
|
QContentPane
|
|
|
|
- figure out why a scroll doesn't update quickly, which leaves cursor artifacts
|
|
whilst holding down page down etc.
|
|
|
|
QDocument
|
|
|
|
- implement me. Need MVC (Edwin is on this)
|
|
|
|
qfont_loader
|
|
|
|
- use lyxrc, check for failure, implement available()
|
|
|
|
QForks
|
|
|
|
- don't implement me
|
|
|
|
QGraphics
|
|
|
|
- remaining UI cleanups and fixes
|
|
|
|
QLImage
|
|
|
|
- get jpeg etc. to work
|
|
- get mono/color to work
|
|
- get bgcolor and clipping to work
|
|
|
|
QLPainter
|
|
|
|
- work out why buttons look ugly and fix
|
|
- check ::arc() works
|
|
|
|
QLyXKeySym
|
|
|
|
- getISOEncoded - get this to work (*)
|
|
|
|
QPreferences
|
|
|
|
- implement me (*)
|
|
|
|
QSendTo
|
|
|
|
- implement me
|
|
|
|
QShowInfo
|
|
|
|
- dunno about this one
|
|
|
|
QTabular
|
|
|
|
- implement me (need MVC) (*)
|
|
|
|
QtView
|
|
|
|
- decide what to do about prohibit/allowInput
|