]> git.lyx.org Git - features.git/commit
Added initial qt4 work by Abdelrazak Younes
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 5 Mar 2006 17:24:44 +0000 (17:24 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 5 Mar 2006 17:24:44 +0000 (17:24 +0000)
commit12e5a52b92efc3ff9946493176cbf7b73d878e81
tree6e17b23d989f4e55af1b9ccd7a62199bde4b5e71
parent5a806353e4703ff9f381738d54990fe01474a572
Added initial qt4 work by Abdelrazak Younes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13294 a592a061-630c-0410-9148-cb99ea01b6c8
299 files changed:
src/frontends/qt4/Alert_pimpl.C [new file with mode: 0644]
src/frontends/qt4/BiblioModuleBase.h [new file with mode: 0644]
src/frontends/qt4/BulletsModule.C [new file with mode: 0644]
src/frontends/qt4/BulletsModule.h [new file with mode: 0644]
src/frontends/qt4/ChangeLog [new file with mode: 0644]
src/frontends/qt4/Dialogs.C [new file with mode: 0644]
src/frontends/qt4/FileDialog.C [new file with mode: 0644]
src/frontends/qt4/FileDialog_private.C [new file with mode: 0644]
src/frontends/qt4/FileDialog_private.h [new file with mode: 0644]
src/frontends/qt4/LyXKeySymFactory.C [new file with mode: 0644]
src/frontends/qt4/LyXScreenFactory.C [new file with mode: 0644]
src/frontends/qt4/Makefile.am [new file with mode: 0644]
src/frontends/qt4/Makefile.dialogs [new file with mode: 0644]
src/frontends/qt4/QAbout.C [new file with mode: 0644]
src/frontends/qt4/QAbout.h [new file with mode: 0644]
src/frontends/qt4/QAboutDialog.C [new file with mode: 0644]
src/frontends/qt4/QAboutDialog.h [new file with mode: 0644]
src/frontends/qt4/QBibitem.C [new file with mode: 0644]
src/frontends/qt4/QBibitem.h [new file with mode: 0644]
src/frontends/qt4/QBibitemDialog.C [new file with mode: 0644]
src/frontends/qt4/QBibitemDialog.h [new file with mode: 0644]
src/frontends/qt4/QBibtex.C [new file with mode: 0644]
src/frontends/qt4/QBibtex.h [new file with mode: 0644]
src/frontends/qt4/QBibtexDialog.C [new file with mode: 0644]
src/frontends/qt4/QBibtexDialog.h [new file with mode: 0644]
src/frontends/qt4/QBox.C [new file with mode: 0644]
src/frontends/qt4/QBox.h [new file with mode: 0644]
src/frontends/qt4/QBoxDialog.C [new file with mode: 0644]
src/frontends/qt4/QBoxDialog.h [new file with mode: 0644]
src/frontends/qt4/QBranch.C [new file with mode: 0644]
src/frontends/qt4/QBranch.h [new file with mode: 0644]
src/frontends/qt4/QBranchDialog.C [new file with mode: 0644]
src/frontends/qt4/QBranchDialog.h [new file with mode: 0644]
src/frontends/qt4/QBranches.C [new file with mode: 0644]
src/frontends/qt4/QBranches.h [new file with mode: 0644]
src/frontends/qt4/QBrowseBox.C [new file with mode: 0644]
src/frontends/qt4/QBrowseBox.h [new file with mode: 0644]
src/frontends/qt4/QChanges.C [new file with mode: 0644]
src/frontends/qt4/QChanges.h [new file with mode: 0644]
src/frontends/qt4/QChangesDialog.C [new file with mode: 0644]
src/frontends/qt4/QChangesDialog.h [new file with mode: 0644]
src/frontends/qt4/QCharacter.C [new file with mode: 0644]
src/frontends/qt4/QCharacter.h [new file with mode: 0644]
src/frontends/qt4/QCharacterDialog.C [new file with mode: 0644]
src/frontends/qt4/QCharacterDialog.h [new file with mode: 0644]
src/frontends/qt4/QCitation.C [new file with mode: 0644]
src/frontends/qt4/QCitation.h [new file with mode: 0644]
src/frontends/qt4/QCitationDialog.C [new file with mode: 0644]
src/frontends/qt4/QCitationDialog.h [new file with mode: 0644]
src/frontends/qt4/QCommandBuffer.C [new file with mode: 0644]
src/frontends/qt4/QCommandBuffer.h [new file with mode: 0644]
src/frontends/qt4/QCommandEdit.C [new file with mode: 0644]
src/frontends/qt4/QCommandEdit.h [new file with mode: 0644]
src/frontends/qt4/QDelimiterDialog.C [new file with mode: 0644]
src/frontends/qt4/QDelimiterDialog.h [new file with mode: 0644]
src/frontends/qt4/QDialogView.C [new file with mode: 0644]
src/frontends/qt4/QDialogView.h [new file with mode: 0644]
src/frontends/qt4/QDocument.C [new file with mode: 0644]
src/frontends/qt4/QDocument.h [new file with mode: 0644]
src/frontends/qt4/QDocumentDialog.C [new file with mode: 0644]
src/frontends/qt4/QDocumentDialog.h [new file with mode: 0644]
src/frontends/qt4/QERT.C [new file with mode: 0644]
src/frontends/qt4/QERT.h [new file with mode: 0644]
src/frontends/qt4/QERTDialog.C [new file with mode: 0644]
src/frontends/qt4/QERTDialog.h [new file with mode: 0644]
src/frontends/qt4/QErrorList.C [new file with mode: 0644]
src/frontends/qt4/QErrorList.h [new file with mode: 0644]
src/frontends/qt4/QErrorListDialog.C [new file with mode: 0644]
src/frontends/qt4/QErrorListDialog.h [new file with mode: 0644]
src/frontends/qt4/QExternal.C [new file with mode: 0644]
src/frontends/qt4/QExternal.h [new file with mode: 0644]
src/frontends/qt4/QExternalDialog.C [new file with mode: 0644]
src/frontends/qt4/QExternalDialog.h [new file with mode: 0644]
src/frontends/qt4/QFloat.C [new file with mode: 0644]
src/frontends/qt4/QFloat.h [new file with mode: 0644]
src/frontends/qt4/QFloatDialog.C [new file with mode: 0644]
src/frontends/qt4/QFloatDialog.h [new file with mode: 0644]
src/frontends/qt4/QGraphics.C [new file with mode: 0644]
src/frontends/qt4/QGraphics.h [new file with mode: 0644]
src/frontends/qt4/QGraphicsDialog.C [new file with mode: 0644]
src/frontends/qt4/QGraphicsDialog.h [new file with mode: 0644]
src/frontends/qt4/QGraphicsUi.h [new file with mode: 0644]
src/frontends/qt4/QInclude.C [new file with mode: 0644]
src/frontends/qt4/QInclude.h [new file with mode: 0644]
src/frontends/qt4/QIncludeDialog.C [new file with mode: 0644]
src/frontends/qt4/QIncludeDialog.h [new file with mode: 0644]
src/frontends/qt4/QIndex.C [new file with mode: 0644]
src/frontends/qt4/QIndex.h [new file with mode: 0644]
src/frontends/qt4/QIndexDialog.C [new file with mode: 0644]
src/frontends/qt4/QIndexDialog.h [new file with mode: 0644]
src/frontends/qt4/QLAction.C [new file with mode: 0644]
src/frontends/qt4/QLAction.h [new file with mode: 0644]
src/frontends/qt4/QLImage.C [new file with mode: 0644]
src/frontends/qt4/QLImage.h [new file with mode: 0644]
src/frontends/qt4/QLMenubar.C [new file with mode: 0644]
src/frontends/qt4/QLMenubar.h [new file with mode: 0644]
src/frontends/qt4/QLPainter.C [new file with mode: 0644]
src/frontends/qt4/QLPainter.h [new file with mode: 0644]
src/frontends/qt4/QLPopupMenu.C [new file with mode: 0644]
src/frontends/qt4/QLPopupMenu.h [new file with mode: 0644]
src/frontends/qt4/QLPrintDialog.C [new file with mode: 0644]
src/frontends/qt4/QLPrintDialog.h [new file with mode: 0644]
src/frontends/qt4/QLToolbar.C [new file with mode: 0644]
src/frontends/qt4/QLToolbar.h [new file with mode: 0644]
src/frontends/qt4/QLog.C [new file with mode: 0644]
src/frontends/qt4/QLog.h [new file with mode: 0644]
src/frontends/qt4/QLogDialog.C [new file with mode: 0644]
src/frontends/qt4/QLogDialog.h [new file with mode: 0644]
src/frontends/qt4/QLyXKeySym.C [new file with mode: 0644]
src/frontends/qt4/QLyXKeySym.h [new file with mode: 0644]
src/frontends/qt4/QMath.C [new file with mode: 0644]
src/frontends/qt4/QMath.h [new file with mode: 0644]
src/frontends/qt4/QMathDialog.C [new file with mode: 0644]
src/frontends/qt4/QMathDialog.h [new file with mode: 0644]
src/frontends/qt4/QMathMatrixDialog.C [new file with mode: 0644]
src/frontends/qt4/QMathMatrixDialog.h [new file with mode: 0644]
src/frontends/qt4/QNote.C [new file with mode: 0644]
src/frontends/qt4/QNote.h [new file with mode: 0644]
src/frontends/qt4/QNoteDialog.C [new file with mode: 0644]
src/frontends/qt4/QNoteDialog.h [new file with mode: 0644]
src/frontends/qt4/QParagraph.C [new file with mode: 0644]
src/frontends/qt4/QParagraph.h [new file with mode: 0644]
src/frontends/qt4/QParagraphDialog.C [new file with mode: 0644]
src/frontends/qt4/QParagraphDialog.h [new file with mode: 0644]
src/frontends/qt4/QPrefs.C [new file with mode: 0644]
src/frontends/qt4/QPrefs.h [new file with mode: 0644]
src/frontends/qt4/QPrefsDialog.C [new file with mode: 0644]
src/frontends/qt4/QPrefsDialog.h [new file with mode: 0644]
src/frontends/qt4/QPrint.C [new file with mode: 0644]
src/frontends/qt4/QPrint.h [new file with mode: 0644]
src/frontends/qt4/QRef.C [new file with mode: 0644]
src/frontends/qt4/QRef.h [new file with mode: 0644]
src/frontends/qt4/QRefDialog.C [new file with mode: 0644]
src/frontends/qt4/QRefDialog.h [new file with mode: 0644]
src/frontends/qt4/QSearch.C [new file with mode: 0644]
src/frontends/qt4/QSearch.h [new file with mode: 0644]
src/frontends/qt4/QSearchDialog.C [new file with mode: 0644]
src/frontends/qt4/QSearchDialog.h [new file with mode: 0644]
src/frontends/qt4/QSendto.C [new file with mode: 0644]
src/frontends/qt4/QSendto.h [new file with mode: 0644]
src/frontends/qt4/QSendtoDialog.C [new file with mode: 0644]
src/frontends/qt4/QSendtoDialog.h [new file with mode: 0644]
src/frontends/qt4/QShowFile.C [new file with mode: 0644]
src/frontends/qt4/QShowFile.h [new file with mode: 0644]
src/frontends/qt4/QShowFileDialog.C [new file with mode: 0644]
src/frontends/qt4/QShowFileDialog.h [new file with mode: 0644]
src/frontends/qt4/QSpellchecker.C [new file with mode: 0644]
src/frontends/qt4/QSpellchecker.h [new file with mode: 0644]
src/frontends/qt4/QSpellcheckerDialog.C [new file with mode: 0644]
src/frontends/qt4/QSpellcheckerDialog.h [new file with mode: 0644]
src/frontends/qt4/QTabular.C [new file with mode: 0644]
src/frontends/qt4/QTabular.h [new file with mode: 0644]
src/frontends/qt4/QTabularCreate.C [new file with mode: 0644]
src/frontends/qt4/QTabularCreate.h [new file with mode: 0644]
src/frontends/qt4/QTabularCreateDialog.C [new file with mode: 0644]
src/frontends/qt4/QTabularCreateDialog.h [new file with mode: 0644]
src/frontends/qt4/QTabularDialog.C [new file with mode: 0644]
src/frontends/qt4/QTabularDialog.h [new file with mode: 0644]
src/frontends/qt4/QTexinfo.C [new file with mode: 0644]
src/frontends/qt4/QTexinfo.h [new file with mode: 0644]
src/frontends/qt4/QTexinfoDialog.C [new file with mode: 0644]
src/frontends/qt4/QTexinfoDialog.h [new file with mode: 0644]
src/frontends/qt4/QThesaurus.C [new file with mode: 0644]
src/frontends/qt4/QThesaurus.h [new file with mode: 0644]
src/frontends/qt4/QThesaurusDialog.C [new file with mode: 0644]
src/frontends/qt4/QThesaurusDialog.h [new file with mode: 0644]
src/frontends/qt4/QToc.C [new file with mode: 0644]
src/frontends/qt4/QToc.h [new file with mode: 0644]
src/frontends/qt4/QTocDialog.C [new file with mode: 0644]
src/frontends/qt4/QTocDialog.h [new file with mode: 0644]
src/frontends/qt4/QURL.C [new file with mode: 0644]
src/frontends/qt4/QURL.h [new file with mode: 0644]
src/frontends/qt4/QURLDialog.C [new file with mode: 0644]
src/frontends/qt4/QURLDialog.h [new file with mode: 0644]
src/frontends/qt4/QVSpace.C [new file with mode: 0644]
src/frontends/qt4/QVSpace.h [new file with mode: 0644]
src/frontends/qt4/QVSpaceDialog.C [new file with mode: 0644]
src/frontends/qt4/QVSpaceDialog.h [new file with mode: 0644]
src/frontends/qt4/QWorkArea.C [new file with mode: 0644]
src/frontends/qt4/QWorkArea.h [new file with mode: 0644]
src/frontends/qt4/QWrap.C [new file with mode: 0644]
src/frontends/qt4/QWrap.h [new file with mode: 0644]
src/frontends/qt4/QWrapDialog.C [new file with mode: 0644]
src/frontends/qt4/QWrapDialog.h [new file with mode: 0644]
src/frontends/qt4/Qt2BC.C [new file with mode: 0644]
src/frontends/qt4/Qt2BC.h [new file with mode: 0644]
src/frontends/qt4/QtLyXView.h [new file with mode: 0644]
src/frontends/qt4/QtView.C [new file with mode: 0644]
src/frontends/qt4/QtView.h [new file with mode: 0644]
src/frontends/qt4/README [new file with mode: 0644]
src/frontends/qt4/WorkAreaFactory.C [new file with mode: 0644]
src/frontends/qt4/checkedwidgets.C [new file with mode: 0644]
src/frontends/qt4/checkedwidgets.h [new file with mode: 0644]
src/frontends/qt4/emptytable.C [new file with mode: 0644]
src/frontends/qt4/emptytable.h [new file with mode: 0644]
src/frontends/qt4/floatplacement.C [new file with mode: 0644]
src/frontends/qt4/floatplacement.h [new file with mode: 0644]
src/frontends/qt4/iconpalette.C [new file with mode: 0644]
src/frontends/qt4/iconpalette.h [new file with mode: 0644]
src/frontends/qt4/lcolorcache.C [new file with mode: 0644]
src/frontends/qt4/lcolorcache.h [new file with mode: 0644]
src/frontends/qt4/lengthcombo.C [new file with mode: 0644]
src/frontends/qt4/lengthcombo.h [new file with mode: 0644]
src/frontends/qt4/lyx_gui.C [new file with mode: 0644]
src/frontends/qt4/moc/Makefile.am [new file with mode: 0644]
src/frontends/qt4/moc/pch.h [new file with mode: 0644]
src/frontends/qt4/panelstack.C [new file with mode: 0644]
src/frontends/qt4/panelstack.h [new file with mode: 0644]
src/frontends/qt4/pch.h [new file with mode: 0644]
src/frontends/qt4/qcoloritem.C [new file with mode: 0644]
src/frontends/qt4/qcoloritem.h [new file with mode: 0644]
src/frontends/qt4/qfont_loader.C [new file with mode: 0644]
src/frontends/qt4/qfont_loader.h [new file with mode: 0644]
src/frontends/qt4/qfont_metrics.C [new file with mode: 0644]
src/frontends/qt4/qfontexample.C [new file with mode: 0644]
src/frontends/qt4/qfontexample.h [new file with mode: 0644]
src/frontends/qt4/qlkey.h [new file with mode: 0644]
src/frontends/qt4/qscreen.C [new file with mode: 0644]
src/frontends/qt4/qscreen.h [new file with mode: 0644]
src/frontends/qt4/qsetborder.C [new file with mode: 0644]
src/frontends/qt4/qsetborder.h [new file with mode: 0644]
src/frontends/qt4/qtTimeout.C [new file with mode: 0644]
src/frontends/qt4/qtTimeout.h [new file with mode: 0644]
src/frontends/qt4/qt_helpers.C [new file with mode: 0644]
src/frontends/qt4/qt_helpers.h [new file with mode: 0644]
src/frontends/qt4/socket_callback.C [new file with mode: 0644]
src/frontends/qt4/socket_callback.h [new file with mode: 0644]
src/frontends/qt4/ui/BiblioUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/BranchesUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/BulletsUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/LaTeXUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/LanguageUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/Makefile.am [new file with mode: 0644]
src/frontends/qt4/ui/MarginsUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/MathsUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/NumberingUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/PageLayoutUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/PreambleUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QAboutUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QAskForTextUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QBibitemUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QBibtexAddUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QBibtexUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QBoxUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QBranchUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QChangesUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QCharacterUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QCitationFindUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QCitationUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QDelimiterUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QDocumentUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QERTUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QErrorListUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QExternalUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QFloatUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QGraphicsUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QIncludeUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QIndexUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QLogUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QMathMatrixUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QMathUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QNoteUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QParagraphUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefAsciiUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefColorsUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefConvertersUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefCopiersUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefCygwinPathUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefDateUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefDisplayUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefFileformatsUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefIdentityUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefKeyboardUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefLanguageUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefLatexUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefPathsUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefPrinterUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefScreenFontsUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefSpellcheckerUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrefsUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QPrintUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QRefUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QSearchUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QSendtoUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QShowFileUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QSpellcheckerUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QTabularCreateUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QTabularUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QTexinfoUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QThesaurusUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QTocUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QURLUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QVSpaceUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/QWrapUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/TextLayoutUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/compile_uic.sh [new file with mode: 0644]
src/frontends/qt4/validators.C [new file with mode: 0644]
src/frontends/qt4/validators.h [new file with mode: 0644]