2006-03-05 17:24:44 +00:00
|
|
|
# this is the master file from which the dialog file rules are generated
|
|
|
|
|
|
|
|
UIFILES = \
|
|
|
|
BiblioUi.ui \
|
|
|
|
BranchesUi.ui \
|
|
|
|
BulletsUi.ui \
|
The Grand Font Selection Redesign:
* lib/lyx2lyx/LyX.py (format_relation): add file format 247 (from Georg BAUM).
* lib/lyx2lyx/lyx_1_5.py: add convert_font_settings, revert_font_settings (from Georg BAUM).
* lib/chkconfig.ltx: Test for newly supported font packages
* lib/doc/LaTeXConfig.lyx.in: document newly supported font packages
* lib/doc/UserGuide.lyx: document new UI.
* lib/doc/Extended.lyx: update PostScript font documentation
* development/FORMAT: document file format change 246->247.
* src/tex-strings.[Ch]: new strings tex_fonts_roman, tex_fonts_sans,
tex_fonts_monospaced (with GUI equivalents).
* src/buffer.C: Format up to 247.
* src/bufferparams.C:
new params fontsRoman, fontsSans, fontsTypewriter, fontsDefaultFamily,
fontsSC, fontsOSF, fontsSansScale and fontsTypewriterScale
(LyXFont const BufferParams::getFont): consider switch of default family.
(string const BufferParams::loadFonts): new method to get all the LaTeX
font stuff done.
* src/paragraph.C
(LyXFont const Paragraph::getFont):
(LyXFont const Paragraph::getLabelFont):
(LyXFont const Paragraph::getLayoutFont): user buffer's not textclass's
default font
* src/text.C
(int LyXText::leftMargin):
(int LyXText::rightMargin): user buffer's not textclass's default font
* src/text2.C
(LyXFont LyXText::getFont):
(LyXFont LyXText::getLayoutFont):
(LyXFont LyXText::getLabelFont): check if the family of the default document
font has been customized.
* src/frontends/gtk/GDocument.[Ch]: implement new font ui (from Georg BAUM).
* src/frontends/gtk/glade/document.glade: implement new font ui (from Georg BAUM).
* src/frontends/qt3/Makefile.dialogs: add new FontModuleBase
* src/frontends/qt3/ui/FontModuleBase.ui: new File
* src/frontends/qt3/ui/TextLayoutModuleBase.ui: remove font widgets
* src/frontends/qt3/QDocument.C
* src/frontends/qt3/QDocumentDialog.[Ch]: implement new font ui
* src/frontends/qt4/Makefile.dialogs: add new FontUi
* src/frontends/qt4/QDocumentDialog.[Ch]: implement new font ui
* src/frontends/qt4/ui/FontUi.ui: new File
* src/frontends/qt4/ui/TextLayoutUi.ui: remove font widgets
* src/frontends/qt4/ui/compile_uic.sh: add new FontUi
* src/frontends/xforms/FormDocument.[Ch]: implement new font ui
* src/frontends/xforms/forms/form_document.fd: add new font tab.
* src/frontends/controllers/ControlDocument.[Ch]
(char ControlDocument::fontfamilies):
(char ControlDocument::fontfamilies_gui):
(bool ControlDocument::isFontAvailable):
(bool ControlDocument::providesSC):
(bool ControlDocument::providesOSF):
(bool ControlDocument::providesScale): new methods, providing font info.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14143 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-19 08:10:17 +00:00
|
|
|
FontUi.ui \
|
2006-03-05 17:24:44 +00:00
|
|
|
TextLayoutUi.ui \
|
|
|
|
LanguageUi.ui \
|
|
|
|
LaTeXUi.ui \
|
|
|
|
MarginsUi.ui \
|
|
|
|
NumberingUi.ui \
|
|
|
|
MathsUi.ui \
|
|
|
|
PageLayoutUi.ui \
|
|
|
|
PreambleUi.ui \
|
|
|
|
QAboutUi.ui \
|
|
|
|
QAskForTextUi.ui \
|
|
|
|
QBibitemUi.ui \
|
|
|
|
QBibtexUi.ui \
|
|
|
|
QBibtexAddUi.ui \
|
|
|
|
QBoxUi.ui \
|
|
|
|
QBranchUi.ui \
|
|
|
|
QChangesUi.ui \
|
|
|
|
QCharacterUi.ui \
|
|
|
|
QCitationUi.ui \
|
|
|
|
QDelimiterUi.ui \
|
|
|
|
QDocumentUi.ui \
|
|
|
|
QErrorListUi.ui \
|
|
|
|
QERTUi.ui \
|
|
|
|
QExternalUi.ui \
|
|
|
|
QFloatUi.ui \
|
|
|
|
QGraphicsUi.ui \
|
|
|
|
QIncludeUi.ui \
|
|
|
|
QIndexUi.ui \
|
|
|
|
QLogUi.ui \
|
2006-04-15 14:13:41 +00:00
|
|
|
QViewSourceUi.ui \
|
2006-03-05 17:24:44 +00:00
|
|
|
QMathUi.ui \
|
|
|
|
QMathMatrixUi.ui \
|
|
|
|
QNoteUi.ui \
|
|
|
|
QParagraphUi.ui \
|
|
|
|
QPrefAsciiUi.ui \
|
|
|
|
QPrefColorsUi.ui \
|
|
|
|
QPrefConvertersUi.ui \
|
|
|
|
QPrefCopiersUi.ui \
|
|
|
|
QPrefCygwinPathUi.ui \
|
|
|
|
QPrefDateUi.ui \
|
|
|
|
QPrefDisplayUi.ui \
|
|
|
|
QPrefFileformatsUi.ui \
|
|
|
|
QPrefIdentityUi.ui \
|
|
|
|
QPrefKeyboardUi.ui \
|
|
|
|
QPrefLanguageUi.ui \
|
|
|
|
QPrefLatexUi.ui \
|
|
|
|
QPrefPathsUi.ui \
|
|
|
|
QPrefPrinterUi.ui \
|
|
|
|
QPrefScreenFontsUi.ui \
|
|
|
|
QPrefsUi.ui \
|
|
|
|
QPrefSpellcheckerUi.ui \
|
|
|
|
QPrefUi.ui \
|
|
|
|
QPrintUi.ui \
|
|
|
|
QRefUi.ui \
|
|
|
|
QSearchUi.ui \
|
|
|
|
QSendtoUi.ui \
|
|
|
|
QShowFileUi.ui \
|
|
|
|
QSpellcheckerUi.ui \
|
|
|
|
QTabularCreateUi.ui \
|
|
|
|
QTabularUi.ui \
|
|
|
|
QTexinfoUi.ui \
|
|
|
|
QThesaurusUi.ui \
|
|
|
|
QTocUi.ui \
|
|
|
|
QURLUi.ui \
|
|
|
|
QVSpaceUi.ui \
|
|
|
|
QWrapUi.ui
|
|
|
|
|
|
|
|
MOCFILES = \
|
2006-06-17 09:14:58 +00:00
|
|
|
Action.C Action.h \
|
2006-03-05 17:24:44 +00:00
|
|
|
BulletsModule.C BulletsModule.h \
|
|
|
|
emptytable.C emptytable.h \
|
|
|
|
FileDialog_private.C FileDialog_private.h \
|
|
|
|
floatplacement.C floatplacement.h \
|
2006-06-20 14:35:36 +00:00
|
|
|
GuiView.C GuiView.h \
|
2006-06-20 08:39:16 +00:00
|
|
|
GuiWorkArea.C GuiWorkArea.h \
|
2006-03-05 17:24:44 +00:00
|
|
|
iconpalette.C iconpalette.h \
|
2006-05-31 12:53:05 +00:00
|
|
|
InsertTableWidget.C InsertTableWidget.h \
|
2006-03-05 17:24:44 +00:00
|
|
|
lengthcombo.C lengthcombo.h \
|
|
|
|
panelstack.C panelstack.h \
|
|
|
|
QAboutDialog.C QAboutDialog.h \
|
|
|
|
QBibitemDialog.C QBibitemDialog.h \
|
|
|
|
QBibtexDialog.C QBibtexDialog.h \
|
|
|
|
QBoxDialog.C QBoxDialog.h \
|
|
|
|
QBranchDialog.C QBranchDialog.h \
|
|
|
|
QBranches.C QBranches.h \
|
|
|
|
QChangesDialog.C QChangesDialog.h \
|
|
|
|
QCharacterDialog.C QCharacterDialog.h \
|
|
|
|
QCitationDialog.C QCitationDialog.h \
|
|
|
|
QCommandBuffer.C QCommandBuffer.h \
|
|
|
|
QCommandEdit.C QCommandEdit.h \
|
|
|
|
QDelimiterDialog.C QDelimiterDialog.h \
|
|
|
|
QDocumentDialog.C QDocumentDialog.h \
|
|
|
|
QErrorListDialog.C QErrorListDialog.h \
|
|
|
|
QERTDialog.C QERTDialog.h \
|
|
|
|
QExternalDialog.C QExternalDialog.h \
|
|
|
|
QFloatDialog.C QFloatDialog.h \
|
|
|
|
QGraphicsDialog.C QGraphicsDialog.h \
|
|
|
|
QIncludeDialog.C QIncludeDialog.h \
|
|
|
|
QIndexDialog.C QIndexDialog.h \
|
|
|
|
QLogDialog.C QLogDialog.h \
|
2006-04-15 14:13:41 +00:00
|
|
|
QViewSourceDialog.C QViewSourceDialog.h \
|
|
|
|
QViewSource.C QViewSource.h \
|
2006-03-05 17:24:44 +00:00
|
|
|
QLMenubar.C QLMenubar.h \
|
|
|
|
QLPopupMenu.C QLPopupMenu.h \
|
|
|
|
QLPrintDialog.C QLPrintDialog.h \
|
|
|
|
QMathDialog.C QMathDialog.h \
|
|
|
|
QMathMatrixDialog.C QMathMatrixDialog.h \
|
|
|
|
QNoteDialog.C QNoteDialog.h \
|
|
|
|
QParagraphDialog.C QParagraphDialog.h \
|
|
|
|
QPrefsDialog.C QPrefsDialog.h \
|
|
|
|
QRefDialog.C QRefDialog.h \
|
|
|
|
QSearchDialog.C QSearchDialog.h \
|
|
|
|
QSendtoDialog.C QSendtoDialog.h \
|
|
|
|
qsetborder.C qsetborder.h \
|
|
|
|
QShowFileDialog.C QShowFileDialog.h \
|
|
|
|
QSpellcheckerDialog.C QSpellcheckerDialog.h \
|
|
|
|
QDialogView.C QDialogView.h \
|
|
|
|
QTabularCreateDialog.C QTabularCreateDialog.h \
|
|
|
|
QTabularDialog.C QTabularDialog.h \
|
|
|
|
QTexinfoDialog.C QTexinfoDialog.h \
|
|
|
|
QThesaurusDialog.C QThesaurusDialog.h \
|
2006-04-18 09:57:47 +00:00
|
|
|
TocModel.C TocModel.h \
|
2006-03-05 17:24:44 +00:00
|
|
|
QTocDialog.C QTocDialog.h \
|
|
|
|
QURLDialog.C QURLDialog.h \
|
|
|
|
QVSpaceDialog.C QVSpaceDialog.h \
|
|
|
|
QWrapDialog.C QWrapDialog.h \
|
|
|
|
QLToolbar.C QLToolbar.h \
|
|
|
|
socket_callback.C socket_callback.h \
|
|
|
|
validators.C validators.h
|