]> git.lyx.org Git - features.git/commit
Brand new qt document dialog. Not finished yet though. TODO is updated and lists
authorEdwin Leuven <e.leuven@gmail.com>
Wed, 9 Oct 2002 08:59:02 +0000 (08:59 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Wed, 9 Oct 2002 08:59:02 +0000 (08:59 +0000)
commit3995f53261f7a91955a64c29bced051d5884181f
treeb0a4610cc4a2e0be7c75268b4d4c4d1bc8911a2f
parent935dc56733596d35b89fc23bb0c493ad8f20a83d
Brand new qt document dialog. Not finished yet though. TODO is updated and lists
 what is left to do...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5370 a592a061-630c-0410-9148-cb99ea01b6c8
36 files changed:
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlDocument.C [new file with mode: 0644]
src/frontends/controllers/ControlDocument.h [new file with mode: 0644]
src/frontends/controllers/Makefile.am
src/frontends/qt2/BulletsModule.C [new file with mode: 0644]
src/frontends/qt2/BulletsModule.h [new file with mode: 0644]
src/frontends/qt2/ChangeLog
src/frontends/qt2/Dialogs.C
src/frontends/qt2/Dialogs2.C
src/frontends/qt2/Dialogs_impl.h
src/frontends/qt2/Makefile.am
src/frontends/qt2/Makefile.dialogs
src/frontends/qt2/QBrowseBox.C [new file with mode: 0644]
src/frontends/qt2/QBrowseBox.h [new file with mode: 0644]
src/frontends/qt2/QDocument.C
src/frontends/qt2/QDocument.h
src/frontends/qt2/QDocumentDialog.C
src/frontends/qt2/QDocumentDialog.h
src/frontends/qt2/TODO
src/frontends/qt2/moc/Makefile.am
src/frontends/qt2/qgridview.cpp [new file with mode: 0644]
src/frontends/qt2/qgridview.h [new file with mode: 0644]
src/frontends/qt2/ui/BiblioModuleBase.ui [new file with mode: 0644]
src/frontends/qt2/ui/BulletsModuleBase.ui [new file with mode: 0644]
src/frontends/qt2/ui/ClassModuleBase.ui [new file with mode: 0644]
src/frontends/qt2/ui/LanguageModuleBase.ui [new file with mode: 0644]
src/frontends/qt2/ui/Makefile.am
src/frontends/qt2/ui/MarginsModuleBase.ui [new file with mode: 0644]
src/frontends/qt2/ui/NumberingModuleBase.ui [new file with mode: 0644]
src/frontends/qt2/ui/PackagesModuleBase.ui [new file with mode: 0644]
src/frontends/qt2/ui/PaperModuleBase.ui [new file with mode: 0644]
src/frontends/qt2/ui/PreambleModuleBase.ui [new file with mode: 0644]
src/frontends/qt2/ui/QDocumentDialog.ui
src/frontends/qt2/ui/QGraphicsDialog.ui
src/frontends/qt2/ui/QPrintDialog.ui
src/frontends/qt2/ui/QRefDialog.ui