iA smaller KDE fix + remove l10n menu bindings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1256 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-12-05 13:41:56 +00:00
parent 577fca3be7
commit ed9d6acf84
50 changed files with 693 additions and 1093 deletions

View File

@ -1,3 +1,23 @@
2000-12-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lib/bind/??_menus.bind: comment out the entries corresponding to
real menus. They should be eventually removed, but I'll let the
language maintainers do that.
2000-12-04 John Levon <moz@compsoc.man.ac.uk>
* src/frontends/kde/parageneraldlg.C:
* src/frontends/kde/parageneraldlg.h: don't use
a derived class for SpaceAbove/Below
* src/frontends/kde/dlg/README: add some info
* src/frontends/kde/dlg/*: update data files, update
dialog files.
* src/frontends/kde/dlg/moc/Makefile.am: add
${FRONTEND_INCLUDES}
2000-12-04 John Levon <moz@compsoc.man.ac.uk>
* configure.in: add new KDE Makefiles

View File

@ -31,173 +31,173 @@
#
# Zugriff auf die sichtbaren Menues
#
\bind "F10 d" "menu-open Datei"
\bind "F10 b" "menu-open Bearbeiten"
\bind "F10 i" "menu-open Inhalt"
\bind "F10 r" "menu-open Referenzen"
\bind "F10 l" "menu-open Layout"
\bind "F10 e" "menu-open Einfügen"
\bind "F10 m" "menu-open Mathematik"
\bind "F10 o" "menu-open Optionen"
\bind "F10 k" "menu-open Dokumente"
\bind "F10 h" "menu-open Hilfe"
#\bind "F10 d" "menu-open Datei"
#\bind "F10 b" "menu-open Bearbeiten"
#\bind "F10 i" "menu-open Inhalt"
#\bind "F10 r" "menu-open Referenzen"
#\bind "F10 l" "menu-open Layout"
#\bind "F10 e" "menu-open Einfügen"
#\bind "F10 m" "menu-open Mathematik"
#\bind "F10 o" "menu-open Optionen"
#\bind "F10 k" "menu-open Dokumente"
#\bind "F10 h" "menu-open Hilfe"
#
# Menue Datei
#
\bind "M-d n" "buffer-new"
\bind "M-d v" "buffer-new-template"
\bind "M-d o" "buffer-open"
\bind "M-d c" "buffer-close"
\bind "M-d s" "buffer-write"
\bind "M-d u" "buffer-write-as"
\bind "M-d w" "buffer-reload"
\bind "M-d a" "buffer-view dvi"
\bind "M-d p" "buffer-view ps"
\bind "M-d i" "buffer-update dvi"
\bind "M-d k" "buffer-update ps"
\bind "M-d r" "build-program"
\bind "M-d d" "buffer-print"
\bind "M-d f" "buffer-fax"
\bind "M-d m l" "buffer-import latex"
\bind "M-d m a" "buffer-import ascii"
\bind "M-d m t" "buffer-import asciiparagraph"
\bind "M-d m n" "buffer-import noweb"
\bind "M-d m d" "buffer-import linuxdoc"
\bind "M-d e l" "buffer-export latex"
\bind "M-d e d" "buffer-export dvi"
\bind "M-d e p" "buffer-export postscript"
\bind "M-d e l" "buffer-export linuxdoc"
\bind "M-d e t" "buffer-export ascii"
\bind "M-d e h" "buffer-export html"
\bind "M-d e b" "buffer-export custom"
\bind "M-d b" "lyx-quit"
\bind "M-d space" "menu-open Datei"
#\bind "M-d n" "buffer-new"
#\bind "M-d v" "buffer-new-template"
#\bind "M-d o" "buffer-open"
#\bind "M-d c" "buffer-close"
#\bind "M-d s" "buffer-write"
#\bind "M-d u" "buffer-write-as"
#\bind "M-d w" "buffer-reload"
#\bind "M-d a" "buffer-view dvi"
#\bind "M-d p" "buffer-view ps"
#\bind "M-d i" "buffer-update dvi"
#\bind "M-d k" "buffer-update ps"
#\bind "M-d r" "build-program"
#\bind "M-d d" "buffer-print"
#\bind "M-d f" "buffer-fax"
#\bind "M-d m l" "buffer-import latex"
#\bind "M-d m a" "buffer-import ascii"
#\bind "M-d m t" "buffer-import asciiparagraph"
#\bind "M-d m n" "buffer-import noweb"
#\bind "M-d m d" "buffer-import linuxdoc"
#\bind "M-d e l" "buffer-export latex"
#\bind "M-d e d" "buffer-export dvi"
#\bind "M-d e p" "buffer-export postscript"
#\bind "M-d e l" "buffer-export linuxdoc"
#\bind "M-d e t" "buffer-export ascii"
#\bind "M-d e h" "buffer-export html"
#\bind "M-d e b" "buffer-export custom"
#\bind "M-d b" "lyx-quit"
#\bind "M-d space" "menu-open Datei"
#
# Menue Bearbeiten
#
\bind "M-b r" "undo"
\bind "M-b w" "redo"
\bind "M-b a" "cut"
\bind "M-b k" "copy"
\bind "M-b e" "paste"
\bind "M-b s" "find-replace"
\bind "M-b g" "error-next"
\bind "M-b n" "note-next"
\bind "M-b p" "spellchecker"
\bind "M-b x" "buffer-chktex"
\bind "M-b i" "toc-view"
\bind "M-b l" "latex-view-log"
\bind "M-b m" "mark-on"
\bind "M-b S-M" "mark-off"
\bind "M-b space" "menu-open Bearbeiten"
\bind "M-b z" "line-delete-forward"
#\bind "M-b r" "undo"
#\bind "M-b w" "redo"
#\bind "M-b a" "cut"
#\bind "M-b k" "copy"
#\bind "M-b e" "paste"
#\bind "M-b s" "find-replace"
#\bind "M-b g" "error-next"
#\bind "M-b n" "note-next"
#\bind "M-b p" "spellchecker"
#\bind "M-b x" "buffer-chktex"
#\bind "M-b i" "toc-view"
#\bind "M-b l" "latex-view-log"
#
#\bind "M-b m" "mark-on"
#\bind "M-b S-M" "mark-off"
#\bind "M-b space" "menu-open Bearbeiten"
#\bind "M-b z" "line-delete-forward"
#
# Menue Inhalt
#
\bind "M-i" "menu-open Inhalt"
#\bind "M-i" "menu-open Inhalt"
#
# Menue Referenzen
#
\bind "M-r" "menu-open Referenzen"
#\bind "M-r" "menu-open Referenzen"
#
# Menue Layout
#
\bind "M-l z" "layout-character"
\bind "M-l a" "layout-paragraph"
\bind "M-l d" "layout-document"
\bind "M-l s" "layout-paper"
\bind "M-l t" "layout-table"
\bind "M-l r" "layout-quotes"
\bind "M-l h" "font-emph"
\bind "M-l k" "font-noun"
\bind "M-l f" "font-bold"
\bind "M-l x" "tex-mode"
\bind "M-l u" "depth-next"
\bind "M-l v" "layout-preamble"
\bind "M-l l" "layout-save-default"
\bind "M-l space" "menu-open Layout"
\bind "M-l i" "buffer-itemize-bullets-select"
#\bind "M-l z" "layout-character"
#\bind "M-l a" "layout-paragraph"
#\bind "M-l d" "layout-document"
#\bind "M-l s" "layout-paper"
#\bind "M-l t" "layout-table"
#\bind "M-l r" "layout-quotes"
#\bind "M-l h" "font-emph"
#\bind "M-l k" "font-noun"
#\bind "M-l f" "font-bold"
#\bind "M-l x" "tex-mode"
#\bind "M-l u" "depth-next"
#\bind "M-l v" "layout-preamble"
#\bind "M-l l" "layout-save-default"
#\bind "M-l space" "menu-open Layout"
#\bind "M-l i" "buffer-itemize-bullets-select"
#
# Menue Einfügen
#
\bind "M-e a" "figure-insert"
\bind "M-e t" "table-insert"
\bind "M-e d" "buffer-child-insert"
\bind "M-e c z" "file-insert-ascii line"
\bind "M-e c a" "file-insert-ascii paragraph"
\bind "M-e l" "file-insert"
\bind "M-e f" "footnote-insert"
\bind "M-e r" "marginpar-insert"
#\bind "M-e a" "figure-insert"
#\bind "M-e t" "table-insert"
#\bind "M-e d" "buffer-child-insert"
#\bind "M-e c z" "file-insert-ascii line"
#\bind "M-e c a" "file-insert-ascii paragraph"
#\bind "M-e l" "file-insert"
#\bind "M-e f" "footnote-insert"
#\bind "M-e r" "marginpar-insert"
\bind "M-e o a" "buffer-float-insert figure"
\bind "M-e o t" "buffer-float-insert table"
\bind "M-e o b" "buffer-float-insert wide-fig"
\bind "M-e o e" "buffer-float-insert wide-tab"
\bind "M-e o g" "buffer-float-insert algorithm"
#\bind "M-e o a" "buffer-float-insert figure"
#\bind "M-e o t" "buffer-float-insert table"
#\bind "M-e o b" "buffer-float-insert wide-fig"
#\bind "M-e o e" "buffer-float-insert wide-tab"
#\bind "M-e o g" "buffer-float-insert algorithm"
\bind "M-e i i" "toc-insert"
\bind "M-e i a" "lof-insert"
\bind "M-e i t" "lot-insert"
\bind "M-e i l" "index-print"
\bind "M-e i b" "bibtex-insert"
\bind "M-e i g" "loa-insert"
#\bind "M-e i i" "toc-insert"
#\bind "M-e i a" "lof-insert"
#\bind "M-e i t" "lot-insert"
#\bind "M-e i l" "index-print"
#\bind "M-e i b" "bibtex-insert"
#\bind "M-e i g" "loa-insert"
\bind "M-e minus" "hyphenation-point-insert"
\bind "M-e p" "dots-insert"
\bind "M-e e" "end-of-sentence-period-insert"
\bind "M-e q" "quote-insert"
\bind "M-e apostrophe" "quote-insert"
\bind "M-e S-quotedbl" "quote-insert"
\bind "M-e S-greater" "menu-separator-insert"
#\bind "M-e minus" "hyphenation-point-insert"
#\bind "M-e p" "dots-insert"
#\bind "M-e e" "end-of-sentence-period-insert"
#\bind "M-e q" "quote-insert"
#\bind "M-e apostrophe" "quote-insert"
#\bind "M-e S-quotedbl" "quote-insert"
#\bind "M-e S-greater" "menu-separator-insert"
\bind "M-e s h" "hfill-insert"
\bind "M-e s minus" "hyphenation-point-insert"
\bind "M-e s t" "hyphenation-point-insert"
\bind "M-e s l" "protected-space-insert"
\bind "M-e s z" "break-line"
\bind "M-e s f" "dots-insert"
\bind "M-e s p" "end-of-sentence-period-insert"
\bind "M-e s a" "quote-insert"
\bind "M-e s m" "menu-separator-insert"
#\bind "M-e s h" "hfill-insert"
#\bind "M-e s minus" "hyphenation-point-insert"
#\bind "M-e s t" "hyphenation-point-insert"
#\bind "M-e s l" "protected-space-insert"
#\bind "M-e s z" "break-line"
#\bind "M-e s f" "dots-insert"
#\bind "M-e s p" "end-of-sentence-period-insert"
#\bind "M-e s a" "quote-insert"
#\bind "M-e s m" "menu-separator-insert"
\bind "M-e n" "note-insert"
\bind "M-e m" "label-insert"
\bind "M-e q" "reference-insert"
\bind "M-e z" "citation-insert"
\bind "M-e x" "index-insert"
\bind "M-e w" "index-insert-last"
\bind "M-e u" "url-insert"
\bind "M-e space" "menu-open Einfügen"
#\bind "M-e n" "note-insert"
#\bind "M-e m" "label-insert"
#\bind "M-e q" "reference-insert"
#\bind "M-e z" "citation-insert"
#\bind "M-e x" "index-insert"
#\bind "M-e w" "index-insert-last"
#\bind "M-e u" "url-insert"
#\bind "M-e space" "menu-open Einfügen"
#
# Menue Mathematik
#
\bind "M-m space" "menu-open Mathematik"
#\bind "M-m space" "menu-open Mathematik"
#
# Menue Options
#
\bind "M-o space" "menu-open Optionen"
#\bind "M-o space" "menu-open Optionen"
#
# Menue Dokumente
#
\bind "M-k space" "menu-open Dokumente"
#\bind "M-k space" "menu-open Dokumente"
#
# Menue Hilfe
#
\bind "M-h space" "menu-open Hilfe"
#\bind "M-h space" "menu-open Hilfe"
#
# Menue Schrifgröße

View File

@ -17,131 +17,131 @@
# Visible Menu access menu
#
\bind "F10 t" "menu-open Tiedosto"
\bind "F10 m" "menu-open Muokkaa"
\bind "F10 u" "menu-open Muotoile"
\bind "F10 l" "menu-open Lisää"
\bind "F10 e" "menu-open Matematiikka"
\bind "F10 a" "menu-open Asetukset"
\bind "F10 k" "menu-open Asiakirjat"
\bind "F10 o" "menu-open Ohje"
#\bind "F10 t" "menu-open Tiedosto"
#\bind "F10 m" "menu-open Muokkaa"
#\bind "F10 u" "menu-open Muotoile"
#\bind "F10 l" "menu-open Lisää"
#\bind "F10 e" "menu-open Matematiikka"
#\bind "F10 a" "menu-open Asetukset"
#\bind "F10 k" "menu-open Asiakirjat"
#\bind "F10 o" "menu-open Ohje"
#
# File menu (Tiedosto)
#
\bind "M-t u" "buffer-new"
\bind "M-t m" "buffer-new-template"
\bind "M-t a" "buffer-open"
\bind "M-t s" "buffer-close"
\bind "M-t t" "buffer-write"
\bind "M-t n" "buffer-write-as"
\bind "M-t h" "buffer-reload"
\bind "M-t d" "buffer-view dvi"
\bind "M-t c" "buffer-view ps"
\bind "M-t v" "buffer-update dvi"
\bind "M-t i" "buffer-update ps"
\bind "M-t l" "buffer-print"
\bind "M-t f" "buffer-fax"
\bind "M-t o l" "buffer-import latex"
\bind "M-t o a" "buffer-import ascii"
\bind "M-t o k" "buffer-import asciiparagraph"
\bind "M-t o n" "buffer-import noweb"
\bind "M-t e l" "buffer-export latex"
\bind "M-t e p" "buffer-export postscript"
\bind "M-t e d" "buffer-export dvi"
\bind "M-t e t" "buffer-export ascii"
\bind "M-t e h" "buffer-export html"
\bind "M-t e o" "buffer-export custom"
\bind "M-t p" "lyx-quit"
\bind "M-t space" "menu-open File"
#\bind "M-t u" "buffer-new"
#\bind "M-t m" "buffer-new-template"
#\bind "M-t a" "buffer-open"
#\bind "M-t s" "buffer-close"
#\bind "M-t t" "buffer-write"
#\bind "M-t n" "buffer-write-as"
#\bind "M-t h" "buffer-reload"
#\bind "M-t d" "buffer-view dvi"
#\bind "M-t c" "buffer-view ps"
#\bind "M-t v" "buffer-update dvi"
#\bind "M-t i" "buffer-update ps"
#\bind "M-t l" "buffer-print"
#\bind "M-t f" "buffer-fax"
#\bind "M-t o l" "buffer-import latex"
#\bind "M-t o a" "buffer-import ascii"
#\bind "M-t o k" "buffer-import asciiparagraph"
#\bind "M-t o n" "buffer-import noweb"
#\bind "M-t e l" "buffer-export latex"
#\bind "M-t e p" "buffer-export postscript"
#\bind "M-t e d" "buffer-export dvi"
#\bind "M-t e t" "buffer-export ascii"
#\bind "M-t e h" "buffer-export html"
#\bind "M-t e o" "buffer-export custom"
#\bind "M-t p" "lyx-quit"
#\bind "M-t space" "menu-open File"
#
# Edit menu
#
#bind "M-m t" "table" # Not yet implemented!
\bind "M-m u" "undo"
\bind "M-m d" "redo"
\bind "M-m l" "cut"
\bind "M-m k" "copy"
\bind "M-m i" "paste"
\bind "M-m e" "find-replace"
\bind "M-m v" "error-next"
\bind "M-m m" "note-next"
#\bind "M-m u" "undo"
#\bind "M-m d" "redo"
#\bind "M-m l" "cut"
#\bind "M-m k" "copy"
#\bind "M-m i" "paste"
#\bind "M-m e" "find-replace"
#\bind "M-m v" "error-next"
#\bind "M-m m" "note-next"
#
#\bind "M-m o" "spellchecker"
#\bind "M-m x" "buffer-chktex"
#\bind "M-m s" "toc-view"
\bind "M-m o" "spellchecker"
\bind "M-m x" "buffer-chktex"
\bind "M-m s" "toc-view"
#\bind "M-m n" "latex-view-log"
\bind "M-m n" "latex-view-log"
\bind "M-m space" "menu-open Edit"
#\bind "M-m space" "menu-open Edit"
#
# Layout menu
#
\bind "M-u m" "layout-character"
\bind "M-u k" "layout-paragraph"
\bind "M-u a" "layout-document"
\bind "M-u s" "layout-paper"
\bind "M-u t" "layout-table"
\bind "M-u l" "layout-quotes"
\bind "M-u o" "font-emph"
\bind "M-u n" "font-noun"
\bind "M-u v" "font-bold"
\bind "M-u x" "tex-mode"
\bind "M-u y" "depth-next"
\bind "M-u e" "layout-preamble"
\bind "M-u u" "layout-save-default"
\bind "M-u space" "menu-open Layout"
#\bind "M-u m" "layout-character"
#\bind "M-u k" "layout-paragraph"
#\bind "M-u a" "layout-document"
#\bind "M-u s" "layout-paper"
#\bind "M-u t" "layout-table"
#\bind "M-u l" "layout-quotes"
#\bind "M-u o" "font-emph"
#\bind "M-u n" "font-noun"
#\bind "M-u v" "font-bold"
#\bind "M-u x" "tex-mode"
#\bind "M-u y" "depth-next"
#\bind "M-u e" "layout-preamble"
#\bind "M-u u" "layout-save-default"
#\bind "M-u space" "menu-open Layout"
#
# Insert menu
#
\bind "M-l k" "figure-insert"
\bind "M-l t" "table-insert"
\bind "M-l s" "buffer-child-insert"
\bind "M-l c r" "file-insert-ascii line"
\bind "M-l c k" "file-insert-ascii paragraph"
\bind "M-l x" "file-insert"
\bind "M-l a" "footnote-insert"
\bind "M-l r" "marginpar-insert"
#\bind "M-l k" "figure-insert"
#\bind "M-l t" "table-insert"
#\bind "M-l s" "buffer-child-insert"
#\bind "M-l c r" "file-insert-ascii line"
#\bind "M-l c k" "file-insert-ascii paragraph"
#\bind "M-l x" "file-insert"
#\bind "M-l a" "footnote-insert"
#\bind "M-l r" "marginpar-insert"
\bind "M-l o k" "buffer-float-insert figure"
\bind "M-l o t" "buffer-float-insert table"
\bind "M-l o l" "buffer-float-insert wide-fig"
\bind "M-l o e" "buffer-float-insert wide-tab"
\bind "M-l o a" "buffer-float-insert algorithm"
#\bind "M-l o k" "buffer-float-insert figure"
#\bind "M-l o t" "buffer-float-insert table"
#\bind "M-l o l" "buffer-float-insert wide-fig"
#\bind "M-l o e" "buffer-float-insert wide-tab"
#\bind "M-l o a" "buffer-float-insert algorithm"
\bind "M-l t s" "toc-insert"
\bind "M-l t k" "lof-insert"
\bind "M-l t t" "lot-insert"
\bind "M-l t a" "loa-insert"
\bind "M-l t h" "index-print"
\bind "M-l t b" "bibtex-insert"
#\bind "M-l t s" "toc-insert"
#\bind "M-l t k" "lof-insert"
#\bind "M-l t t" "lot-insert"
#\bind "M-l t a" "loa-insert"
#\bind "M-l t h" "index-print"
#\bind "M-l t b" "bibtex-insert"
\bind "M-l s v" "hfill-insert"
\bind "M-l e t" "hyphenation-point-insert"
\bind "M-l e k" "protected-space-insert"
\bind "M-l e r" "break-line"
\bind "M-l e e" "dots-insert"
\bind "M-l e v" "end-of-sentence-period-insert"
\bind "M-l e l" "quote-insert"
\bind "M-l e m" "menu-separator-insert"
#\bind "M-l s v" "hfill-insert"
#\bind "M-l e t" "hyphenation-point-insert"
#\bind "M-l e k" "protected-space-insert"
#\bind "M-l e r" "break-line"
#\bind "M-l e e" "dots-insert"
#\bind "M-l e v" "end-of-sentence-period-insert"
#\bind "M-l e l" "quote-insert"
#\bind "M-l e m" "menu-separator-insert"
\bind "M-l h" "note-insert"
\bind "M-l n" "label-insert"
\bind "M-l v" "reference-insert"
\bind "M-l i" "citation-insert"
\bind "M-l k" "index-insert"
\bind "M-l e" "index-insert-last"
\bind "M-l u" "url-insert"
\bind "M-l space" "menu-open Insert"
#\bind "M-l h" "note-insert"
#\bind "M-l n" "label-insert"
#\bind "M-l v" "reference-insert"
#\bind "M-l i" "citation-insert"
#\bind "M-l k" "index-insert"
#\bind "M-l e" "index-insert-last"
#\bind "M-l u" "url-insert"
#\bind "M-l space" "menu-open Insert"
@ -168,8 +168,8 @@
#bind "M-a o" "spellcheck-options" # Not yet implemented!
#bind "M-a n" "keyboard-options" # Not yet implemented!
#bind "M-a l" "latex-options" # Not yet implemented!
\bind "M-a u" "reconfigure"
\bind "M-a space" "menu-open Options"
#\bind "M-a u" "reconfigure"
#\bind "M-a space" "menu-open Options"
#
@ -197,7 +197,7 @@
#bind "M-o t" "help-copyright" # Not yet implemented!
#bind "M-o k" "help-credits" # Not yet implemented!
#bind "M-o v" "help-version" # Not yet implemented!
\bind "M-o space" "menu-open Help"
#\bind "M-o space" "menu-open Help"
#

View File

@ -13,100 +13,100 @@
# Visible Menu access menu
#
\bind "F10 f" "menu-open File"
\bind "F10 e" "menu-open Edit"
\bind "F10 r" "menu-open Layout"
\bind "F10 i" "menu-open Insert"
\bind "F10 m" "menu-open Math"
\bind "F10 o" "menu-open Options"
\bind "F10 d" "menu-open Documents"
\bind "F10 a" "menu-open Help"
#\bind "F10 f" "menu-open File"
#\bind "F10 e" "menu-open Edit"
#\bind "F10 r" "menu-open Layout"
#\bind "F10 i" "menu-open Insert"
#\bind "F10 m" "menu-open Math"
#\bind "F10 o" "menu-open Options"
#\bind "F10 d" "menu-open Documents"
#\bind "F10 a" "menu-open Help"
#
# File menu
#
\bind "M-f n" "buffer-new" #Nouveau
\bind "M-f m" "buffer-new-template" #... Modèle
\bind "M-f o" "buffer-open" #Ouvrir
\bind "M-f f" "buffer-close" #Fermer
\bind "M-f e" "buffer-write" #Enregistrer
\bind "M-f s" "buffer-write-as" #Enregistrer Sous
\bind "M-f r" "buffer-reload" #Recharger
\bind "M-f S-D" "buffer-view dvi" #Visualiser DVI
\bind "M-f S-P" "buffer-view ps" #Visualiser Postscript
\bind "M-f d" "buffer-update dvi" #Mise à jour dvi
\bind "M-f p" "buffer-update ps" #Mise à jour Postscript
\bind "M-f c" "build-program" #Compiler programme
\bind "M-f i" "buffer-print" #Imprimer
\bind "M-f v" "buffer-fax" #Fax
\bind "M-f t l" "buffer-import latex"
\bind "M-f t a" "buffer-import ascii"
\bind "M-f t p" "buffer-import asciiparagraph"
\bind "M-f x l" "buffer-export latex"
\bind "M-f x c" "buffer-export linuxdoc"
\bind "M-f x d" "buffer-export dvi"
\bind "M-f x p" "buffer-export postscript"
\bind "M-f x a" "buffer-export ascii"
\bind "M-f x h" "buffer-export html"
\bind "M-f x s" "buffer-export custom"
\bind "M-f q" "lyx-quit"
\bind "M-f space" "menu-open Fichier"
#\bind "M-f n" "buffer-new" #Nouveau
#\bind "M-f m" "buffer-new-template" #... Modèle
#\bind "M-f o" "buffer-open" #Ouvrir
#\bind "M-f f" "buffer-close" #Fermer
#\bind "M-f e" "buffer-write" #Enregistrer
#\bind "M-f s" "buffer-write-as" #Enregistrer Sous
#\bind "M-f r" "buffer-reload" #Recharger
#\bind "M-f S-D" "buffer-view dvi" #Visualiser DVI
#\bind "M-f S-P" "buffer-view ps" #Visualiser Postscript
#\bind "M-f d" "buffer-update dvi" #Mise à jour dvi
#\bind "M-f p" "buffer-update ps" #Mise à jour Postscript
#\bind "M-f c" "build-program" #Compiler programme
#\bind "M-f i" "buffer-print" #Imprimer
#\bind "M-f v" "buffer-fax" #Fax
#\bind "M-f t l" "buffer-import latex"
#\bind "M-f t a" "buffer-import ascii"
#\bind "M-f t p" "buffer-import asciiparagraph"
#\bind "M-f x l" "buffer-export latex"
#\bind "M-f x c" "buffer-export linuxdoc"
#\bind "M-f x d" "buffer-export dvi"
#\bind "M-f x p" "buffer-export postscript"
#\bind "M-f x a" "buffer-export ascii"
#\bind "M-f x h" "buffer-export html"
#\bind "M-f x s" "buffer-export custom"
#\bind "M-f q" "lyx-quit"
#\bind "M-f space" "menu-open Fichier"
#bind "M-f d" "file-last" # Not yet implemented.
#
# Edit menu
#
\bind "M-e a" "undo" # A nnuler
\bind "M-e r" "redo" # R efaire
\bind "M-e u" "cut" # Co u per
\bind "M-e p" "copy" # Co p ier
\bind "M-e l" "paste" # Co l ler
\bind "M-e r" "find-replace" # R echercher & ...
\bind "M-e e" "error-next" # Atteindre E rreur
\bind "M-e n" "note-next" # Atteindre N ote
#\bind "M-e a" "undo" # A nnuler
#\bind "M-e r" "redo" # R efaire
#\bind "M-e u" "cut" # Co u per
#\bind "M-e p" "copy" # Co p ier
#\bind "M-e l" "paste" # Co l ler
#\bind "M-e r" "find-replace" # R echercher & ...
#\bind "M-e e" "error-next" # Atteindre E rreur
#\bind "M-e n" "note-next" # Atteindre N ote
#
# manque menu flottant & inserts
#bind "M-e t" "table" # Not yet implemented!
\bind "M-e k" "line-delete-forward" #
\bind "M-e m" "mark-on"
\bind "M-e S-M" "mark-off"
\bind "M-e o" "spellchecker" # Correction O rthographique
\bind "M-e x" "buffer-chktex" # ... Syntaxe Te X
\bind "M-e a" "toc-view" # T a ble des Matières
#\bind "M-e k" "line-delete-forward" #
#\bind "M-e m" "mark-on"
#\bind "M-e S-M" "mark-off"
#\bind "M-e o" "spellchecker" # Correction O rthographique
#\bind "M-e x" "buffer-chktex" # ... Syntaxe Te X
#\bind "M-e a" "toc-view" # T a ble des Matières
#
# menu Controle de version
\bind "M-e v i" "vc-register" # VC I nitialiser
\bind "M-e v f" "vc-check-in" # VC F iger ...
\bind "M-e v n" "vc-check-out" # VC N ouvelle ...
\bind "M-e v r" "vc-revert" # VC R charger ...
\bind "M-e v a" "vc-undo-last" # VC A nnuler
\bind "M-e v h" "vc-history" # VC H istorique
\bind "M-e j" "latex-view-log" # J ournal LaTeX
\bind "M-e S-L" "primary-selection-paste line"
\bind "M-e g" "primary-selection-paste paragraph"
\bind "M-e space" "menu-open Éditer"
#\bind "M-e v i" "vc-register" # VC I nitialiser
#\bind "M-e v f" "vc-check-in" # VC F iger ...
#\bind "M-e v n" "vc-check-out" # VC N ouvelle ...
#\bind "M-e v r" "vc-revert" # VC R charger ...
#\bind "M-e v a" "vc-undo-last" # VC A nnuler
#\bind "M-e v h" "vc-history" # VC H istorique
#\bind "M-e j" "latex-view-log" # J ournal LaTeX
#\bind "M-e S-L" "primary-selection-paste line"
#\bind "M-e g" "primary-selection-paste paragraph"
#\bind "M-e space" "menu-open Éditer"
#
# Layout menu
#
\bind "M-r c" "layout-character" # C aractère
\bind "M-r p" "layout-paragraph" # P aragraphe
\bind "M-r d" "layout-document" # D ocument
\bind "M-r a" "layout-paper" # pApier
\bind "M-r t" "layout-table" # Tableau
\bind "M-r S-G" "layout-quotes" # gUillemets
\bind "M-r e" "font-emph" # Evidence
\bind "M-r m" "font-noun" # Majuscule
\bind "M-r g" "font-bold" # Gras
\bind "M-r t" "tex-mode" # TeX
\bind "M-r f" "depth-next" # proFondeur
\bind "M-r l" "layout-preamble" # préambule Latex
\bind "M-r S-D" "layout-save-default" # ... Défaut
\bind "M-r space" "menu-open Format"
#\bind "M-r c" "layout-character" # C aractère
#\bind "M-r p" "layout-paragraph" # P aragraphe
#\bind "M-r d" "layout-document" # D ocument
#\bind "M-r a" "layout-paper" # pApier
#\bind "M-r t" "layout-table" # Tableau
#\bind "M-r S-G" "layout-quotes" # gUillemets
#\bind "M-r e" "font-emph" # Evidence
#\bind "M-r m" "font-noun" # Majuscule
#\bind "M-r g" "font-bold" # Gras
#\bind "M-r t" "tex-mode" # TeX
#\bind "M-r f" "depth-next" # proFondeur
#\bind "M-r l" "layout-preamble" # préambule Latex
#\bind "M-r S-D" "layout-save-default" # ... Défaut
#\bind "M-r space" "menu-open Format"
# sait pas ce que ca fait ici ?
#\bind "M-r i" "buffer-itemize-bullets-select"
@ -115,50 +115,50 @@
# Insert menu
#
\bind "M-i f" "figure-insert" #inserer Figure
\bind "M-i t" "table-insert" #inserer Tableau
\bind "M-i b" "footnote-insert" #note de bas de Page
\bind "M-i m" "marginpar-insert" #note en Marge
#\bind "M-i f" "figure-insert" #inserer Figure
#\bind "M-i t" "table-insert" #inserer Tableau
#\bind "M-i b" "footnote-insert" #note de bas de Page
#\bind "M-i m" "marginpar-insert" #note en Marge
#\bind "M-i q" "quote-insert"
\bind "M-i apostrophe" "quote-insert"
\bind "M-i S-quotedbl" "quote-insert"
#\bind "M-i apostrophe" "quote-insert"
#\bind "M-i S-quotedbl" "quote-insert"
# menu Flottants
\bind "M-i o f" "buffer-float-insert figure"
\bind "M-i o t" "buffer-float-insert table"
\bind "M-i o S-F" "buffer-float-insert wide-fig"
\bind "M-i o S-T" "buffer-float-insert wide-tab"
\bind "M-i o a" "buffer-float-insert algorithm"
#\bind "M-i o f" "buffer-float-insert figure"
#\bind "M-i o t" "buffer-float-insert table"
#\bind "M-i o S-F" "buffer-float-insert wide-fig"
#\bind "M-i o S-T" "buffer-float-insert wide-tab"
#\bind "M-i o a" "buffer-float-insert algorithm"
# menu Caractère Spécial
\bind "M-i s h" "hfill-insert" #Horizontal
\bind "M-i s c" "hyphenation-point-insert" #Point de Césure
\bind "M-i s b" "protected-space-insert" #Blanc
\bind "M-i s l" "break-line" #Passage a la ligne
\bind "M-i s p" "end-of-sentence-period-insert" #point final
\bind "M-i s s" "dots-insert" #Suspension
\bind "M-i s g" "quote-insert" #Guillemets
\bind "M-i s m" "menu-separator-insert" #Séparateur de menu
\bind "M-i minus" "hyphenation-point-insert" #Point de Césure
#\bind "M-i s h" "hfill-insert" #Horizontal
#\bind "M-i s c" "hyphenation-point-insert" #Point de Césure
#\bind "M-i s b" "protected-space-insert" #Blanc
#\bind "M-i s l" "break-line" #Passage a la ligne
#\bind "M-i s p" "end-of-sentence-period-insert" #point final
#\bind "M-i s s" "dots-insert" #Suspension
#\bind "M-i s g" "quote-insert" #Guillemets
#\bind "M-i s m" "menu-separator-insert" #Séparateur de menu
#\bind "M-i minus" "hyphenation-point-insert" #Point de Césure
# menu Listes&Tables
\bind "M-i l m" "toc-insert" #
\bind "M-i l f" "lof-insert"
\bind "M-i l t" "lot-insert"
\bind "M-i l a" "loa-insert" #
\bind "M-i l i" "index-print"
\bind "M-i l b" "bibtex-insert"
#\bind "M-i l m" "toc-insert" #
#\bind "M-i l f" "lof-insert"
#\bind "M-i l t" "lot-insert"
#\bind "M-i l a" "loa-insert" #
#\bind "M-i l i" "index-print"
#\bind "M-i l b" "bibtex-insert"
\bind "M-i n" "note-insert"
\bind "M-i eacute" "label-insert"
\bind "M-i r" "reference-insert"
\bind "M-i c" "citation-insert"
\bind "M-i x" "index-insert"
\bind "M-i d" "index-insert-last"
#\bind "M-i n" "note-insert"
#\bind "M-i eacute" "label-insert"
#\bind "M-i r" "reference-insert"
#\bind "M-i c" "citation-insert"
#\bind "M-i x" "index-insert"
#\bind "M-i d" "index-insert-last"
\bind "M-i space" "menu-open Insérer"
#\bind "M-i space" "menu-open Insérer"
@ -166,7 +166,7 @@
# Math menu
#
\bind "M-m space" "menu-open Maths"
#\bind "M-m space" "menu-open Maths"
#
# Options menu
@ -176,7 +176,7 @@
#bind "M-o o" "spellcheck-options" # Not yet implemented!
#bind "M-o c" "keyboard-options" # Not yet implemented!
#bind "M-o l" "latex-options" # Not yet implemented!
\bind "M-o space" "menu-open Options"
#\bind "M-o space" "menu-open Options"
#
@ -204,7 +204,7 @@
#bind "M-a c" "help-copyright" # Not yet implemented!
#bind "M-a r" "help-credits" # Not yet implemented!
#bind "M-a v" "help-version" # Not yet implemented!
\bind "M-a space" "menu-open Help"
#\bind "M-a space" "menu-open Help"
# a partir de la je n' ai plus traduit...

View File

@ -13,41 +13,41 @@
# Visible Menu access menu
#
\bind "F10 f" "menu-open Fájl"
\bind "F10 z" "menu-open Szerkesztés"
\bind "F10 n" "menu-open Nézet"
\bind "F10 b" "menu-open Beszúrás"
\bind "F10 k" "menu-open Képlet"
\bind "F10 e" "menu-open Beállítások"
\bind "F10 d" "menu-open Dokumentumok"
\bind "F10 s" "menu-open Súgó"
#\bind "F10 f" "menu-open Fájl"
#\bind "F10 z" "menu-open Szerkesztés"
#\bind "F10 n" "menu-open Nézet"
#\bind "F10 b" "menu-open Beszúrás"
#\bind "F10 k" "menu-open Képlet"
#\bind "F10 e" "menu-open Beállítások"
#\bind "F10 d" "menu-open Dokumentumok"
#\bind "F10 s" "menu-open Súgó"
#
# File menu
#
\bind "M-f space" "menu-open Fájl"
\bind "M-f j" "buffer-new"
\bind "M-f a" "buffer-new-template"
\bind "M-f n" "buffer-open"
\bind "M-f z" "buffer-close"
\bind "M-f m" "buffer-write"
\bind "M-f t" "buffer-write-as"
\bind "M-f i" "buffer-reload"
\bind "M-f d" "buffer-view dvi"
\bind "M-f p" "buffer-view ps"
\bind "M-f v" "buffer-update dvi"
\bind "M-f o" "buffer-update ps"
\bind "M-f y" "buffer-print"
\bind "M-f f" "buffer-fax"
\bind "M-f l" "buffer-export latex"
\bind "M-f u" "buffer-export linuxdoc"
\bind "M-f c" "buffer-export ascii"
\bind "M-f h" "buffer-export html"
\bind "M-f s" "buffer-export custom"
\bind "M-f k" "lyx-quit"
\bind "M-f x" "lyx-quit"
#\bind "M-f space" "menu-open Fájl"
#\bind "M-f j" "buffer-new"
#\bind "M-f a" "buffer-new-template"
#\bind "M-f n" "buffer-open"
#\bind "M-f z" "buffer-close"
#\bind "M-f m" "buffer-write"
#\bind "M-f t" "buffer-write-as"
#\bind "M-f i" "buffer-reload"
#\bind "M-f d" "buffer-view dvi"
#\bind "M-f p" "buffer-view ps"
#\bind "M-f v" "buffer-update dvi"
#\bind "M-f o" "buffer-update ps"
#\bind "M-f y" "buffer-print"
#\bind "M-f f" "buffer-fax"
#\bind "M-f l" "buffer-export latex"
#\bind "M-f u" "buffer-export linuxdoc"
#\bind "M-f c" "buffer-export ascii"
#\bind "M-f h" "buffer-export html"
#\bind "M-f s" "buffer-export custom"
#\bind "M-f k" "lyx-quit"
#\bind "M-f x" "lyx-quit"
#bind "M-f l" "file-last" # Not yet implemented.
@ -55,81 +55,81 @@
# Edit menu
#
\bind "M-z space" "menu-open Szerkesztés"
\bind "M-z v" "undo"
\bind "M-z i" "redo"
\bind "M-z k" "cut"
\bind "M-z m" "copy"
\bind "M-z b" "paste"
\bind "M-z e" "find-replace"
\bind "M-z h" "error-next"
\bind "M-z g" "note-next"
#\bind "M-z space" "menu-open Szerkesztés"
#\bind "M-z v" "undo"
#\bind "M-z i" "redo"
#\bind "M-z k" "cut"
#\bind "M-z m" "copy"
#\bind "M-z b" "paste"
#\bind "M-z e" "find-replace"
#\bind "M-z h" "error-next"
#\bind "M-z g" "note-next"
#bind "M-z b" "table" # Not yet implemented!
\bind "M-z n" "spellchecker"
\bind "M-z t" "buffer-chktex"
\bind "M-z a" "toc-view"
\bind "M-z l" "latex-view-log"
\bind "M-z s" "line-delete-forward"
\bind "M-z m" "mark-on"
\bind "M-z S-M" "mark-off"
#\bind "M-z n" "spellchecker"
#\bind "M-z t" "buffer-chktex"
#\bind "M-z a" "toc-view"
#\bind "M-z l" "latex-view-log"
#\bind "M-z s" "line-delete-forward"
#\bind "M-z m" "mark-on"
#\bind "M-z S-M" "mark-off"
#
# Layout menu
#
\bind "M-o space" "menu-open Formátum"
\bind "M-o b" "layout-character"
\bind "M-o e" "layout-paragraph"
\bind "M-o d" "layout-document"
\bind "M-o o" "layout-paper"
\bind "M-o q" "layout-quotes"
\bind "M-o l" "font-emph"
\bind "M-o k" "font-noun"
\bind "M-o f" "font-bold"
\bind "M-o x" "tex-mode"
\bind "M-o v" "depth-next"
\bind "M-o a" "layout-preamble"
\bind "M-o s" "buffer-itemize-bullets-select"
#\bind "M-o space" "menu-open Formátum"
#\bind "M-o b" "layout-character"
#\bind "M-o e" "layout-paragraph"
#\bind "M-o d" "layout-document"
#\bind "M-o o" "layout-paper"
#\bind "M-o q" "layout-quotes"
#\bind "M-o l" "font-emph"
#\bind "M-o k" "font-noun"
#\bind "M-o f" "font-bold"
#\bind "M-o x" "tex-mode"
#\bind "M-o v" "depth-next"
#\bind "M-o a" "layout-preamble"
#\bind "M-o s" "buffer-itemize-bullets-select"
#
# Insert menu
#
\bind "M-b space" "menu-open Beszúrás"
\bind "M-b b" "figure-insert"
\bind "M-b t" "table-insert"
\bind "M-b f" "buffer-child-insert"
\bind "M-b l" "footnote-insert"
\bind "M-b s" "marginpar-insert"
#\bind "M-b space" "menu-open Beszúrás"
#\bind "M-b b" "figure-insert"
#\bind "M-b t" "table-insert"
#\bind "M-b f" "buffer-child-insert"
#\bind "M-b l" "footnote-insert"
#\bind "M-b s" "marginpar-insert"
\bind "M-b j a" "toc-insert"
\bind "M-b j b" "lof-insert"
\bind "M-b j t" "lot-insert"
\bind "M-b a" "loa-insert"
\bind "M-b j l" "loa-insert"
\bind "M-b j r" "index-print"
\bind "M-b j i" "bibtex-insert"
#\bind "M-b j a" "toc-insert"
#\bind "M-b j b" "lof-insert"
#\bind "M-b j t" "lot-insert"
#\bind "M-b a" "loa-insert"
#\bind "M-b j l" "loa-insert"
#\bind "M-b j r" "index-print"
#\bind "M-b j i" "bibtex-insert"
\bind "M-b p h" "hfill-insert"
\bind "M-b minus" "hyphenation-point-insert"
\bind "M-b p minus" "hyphenation-point-insert"
\bind "M-b p e" "hyphenation-point-insert"
\bind "M-b p v" "protected-space-insert"
\bind "M-b p space" "protected-space-insert"
\bind "M-b p s" "break-line"
\bind "M-b p z" "dots-insert"
\bind "M-b p e" "end-of-sentence-period-insert"
\bind "M-b q" "quote-insert"
\bind "M-b apostrophe" "quote-insert"
\bind "M-b S-quotedbl" "quote-insert"
\bind "M-b p q" "quote-insert"
\bind "M-b m" "note-insert"
\bind "M-b c" "label-insert"
\bind "M-b k" "reference-insert"
\bind "M-b i" "citation-insert"
#\bind "M-b p h" "hfill-insert"
#\bind "M-b minus" "hyphenation-point-insert"
#\bind "M-b p minus" "hyphenation-point-insert"
#\bind "M-b p e" "hyphenation-point-insert"
#\bind "M-b p v" "protected-space-insert"
#\bind "M-b p space" "protected-space-insert"
#\bind "M-b p s" "break-line"
#\bind "M-b p z" "dots-insert"
#\bind "M-b p e" "end-of-sentence-period-insert"
#\bind "M-b q" "quote-insert"
#\bind "M-b apostrophe" "quote-insert"
#\bind "M-b S-quotedbl" "quote-insert"
#\bind "M-b p q" "quote-insert"
#
#\bind "M-b m" "note-insert"
#\bind "M-b c" "label-insert"
#\bind "M-b k" "reference-insert"
#\bind "M-b i" "citation-insert"
@ -137,7 +137,7 @@
# Math menu
#
\bind "M-k space" "menu-open Képlet"
#\bind "M-k space" "menu-open Képlet"
#
# Options menu
@ -147,7 +147,7 @@
#bind "M-e s" "spellcheck-options" # Not yet implemented!
#bind "M-e k" "keyboard-options" # Not yet implemented!
#bind "M-e l" "latex-options" # Not yet implemented!
\bind "M-e space" "menu-open Egyebek"
#\bind "M-e space" "menu-open Egyebek"
#
@ -175,7 +175,7 @@
#bind "M-h o" "help-copyright" # Not yet implemented!
#bind "M-h e" "help-credits" # Not yet implemented!
#bind "M-h v" "help-version" # Not yet implemented!
\bind "M-s space" "menu-open Súgó"
#\bind "M-s space" "menu-open Súgó"
#

View File

@ -17,44 +17,44 @@
# Abre os menus
#
\bind "C-a" "menu-open Arquivo"
\bind "C-e" "menu-open Editar"
\bind "C-f" "menu-open Formatação"
\bind "C-i" "menu-open Inserir"
\bind "C-m" "menu-open Matemático"
\bind "C-o" "menu-open Opções"
\bind "C-d" "menu-open Documentos"
\bind "C-u" "menu-open Ajuda"
#\bind "C-a" "menu-open Arquivo"
#\bind "C-e" "menu-open Editar"
#\bind "C-f" "menu-open Formatação"
#\bind "C-i" "menu-open Inserir"
#\bind "C-m" "menu-open Matemático"
#\bind "C-o" "menu-open Opções"
#\bind "C-d" "menu-open Documentos"
#\bind "C-u" "menu-open Ajuda"
#
# Arquivo
#
\bind "M-a n" "buffer-new"
\bind "M-a m" "buffer-new-template"
\bind "M-a a" "buffer-open"
\bind "M-a f" "buffer-close"
\bind "M-a l" "buffer-write"
\bind "M-a c" "buffer-write-as"
\bind "M-a r" "buffer-reload"
\bind "M-a d" "buffer-view dvi"
\bind "M-a o" "buffer-view ps"
\bind "M-a v" "buffer-update dvi"
\bind "M-a z" "buffer-update ps"
\bind "M-a p" "buffer-print"
\bind "M-a x" "buffer-fax"
\bind "M-a i l" "buffer-import latex"
\bind "M-a i a" "buffer-import ascii"
\bind "M-a i p" "buffer-import asciiparagraph"
\bind "M-a e l" "buffer-export latex"
\bind "M-a e p" "buffer-export postscript"
\bind "M-a e d" "buffer-export linuxdoc"
\bind "M-a e t" "buffer-export ascii"
\bind "M-a e h" "buffer-export html"
\bind "M-a e m" "buffer-export custom"
\bind "M-a s" "lyx-quit"
\bind "M-a space" "menu-open Arquivo"
#\bind "M-a n" "buffer-new"
#\bind "M-a m" "buffer-new-template"
#\bind "M-a a" "buffer-open"
#\bind "M-a f" "buffer-close"
#\bind "M-a l" "buffer-write"
#\bind "M-a c" "buffer-write-as"
#\bind "M-a r" "buffer-reload"
#\bind "M-a d" "buffer-view dvi"
#\bind "M-a o" "buffer-view ps"
#\bind "M-a v" "buffer-update dvi"
#\bind "M-a z" "buffer-update ps"
#\bind "M-a p" "buffer-print"
#\bind "M-a x" "buffer-fax"
#\bind "M-a i l" "buffer-import latex"
#\bind "M-a i a" "buffer-import ascii"
#\bind "M-a i p" "buffer-import asciiparagraph"
#\bind "M-a e l" "buffer-export latex"
#\bind "M-a e p" "buffer-export postscript"
#\bind "M-a e d" "buffer-export linuxdoc"
#\bind "M-a e t" "buffer-export ascii"
#\bind "M-a e h" "buffer-export html"
#\bind "M-a e m" "buffer-export custom"
#\bind "M-a s" "lyx-quit"
#\bind "M-a space" "menu-open Arquivo"
#bind "M-a l" "file-last" # Not yet implemented.
#
@ -62,99 +62,99 @@
#
#bind "M-e t" "table" # Not yet implemented!
\bind "M-e c" "cut"
\bind "M-e e" "error-next"
\bind "M-e s" "find-replace"
\bind "M-e k" "line-delete-forward"
\bind "M-e m" "mark-on"
\bind "M-e S-M" "mark-off"
\bind "M-e n" "note-next"
\bind "M-e o" "copy"
\bind "M-e p" "paste"
\bind "M-e r" "redo"
\bind "M-e g" "spellchecker"
\bind "M-e t" "buffer-chktex"
\bind "M-e i" "toc-view"
\bind "M-e u" "undo"
\bind "M-e x" "latex-view-log"
\bind "M-e space" "menu-open Edit"
#\bind "M-e c" "cut"
#\bind "M-e e" "error-next"
#\bind "M-e s" "find-replace"
#\bind "M-e k" "line-delete-forward"
#\bind "M-e m" "mark-on"
#\bind "M-e S-M" "mark-off"
#\bind "M-e n" "note-next"
#\bind "M-e o" "copy"
#\bind "M-e p" "paste"
#\bind "M-e r" "redo"
#\bind "M-e g" "spellchecker"
#\bind "M-e t" "buffer-chktex"
#\bind "M-e i" "toc-view"
#\bind "M-e u" "undo"
#\bind "M-e x" "latex-view-log"
#\bind "M-e space" "menu-open Edit"
#
# Formatação
#
\bind "M-f c" "layout-character"
\bind "M-f r" "layout-paragraph"
\bind "M-f d" "layout-document"
\bind "M-f p" "layout-paper"
\bind "M-f t" "layout-table"
\bind "M-f i" "layout-quotes"
\bind "M-f e" "font-emph"
\bind "M-f s" "font-noun"
\bind "M-f n" "font-bold"
\bind "M-f t" "tex-mode"
\bind "M-f v" "depth-next"
\bind "M-f l" "layout-preamble"
\bind "M-f a" "layout-save-default"
\bind "M-f space" "menu-open Layout"
\bind "M-f i" "buffer-itemize-bullets-select"
#\bind "M-f c" "layout-character"
#\bind "M-f r" "layout-paragraph"
#\bind "M-f d" "layout-document"
#\bind "M-f p" "layout-paper"
#\bind "M-f t" "layout-table"
#\bind "M-f i" "layout-quotes"
#\bind "M-f e" "font-emph"
#\bind "M-f s" "font-noun"
#\bind "M-f n" "font-bold"
#\bind "M-f t" "tex-mode"
#\bind "M-f v" "depth-next"
#\bind "M-f l" "layout-preamble"
#\bind "M-f a" "layout-save-default"
#\bind "M-f space" "menu-open Layout"
#\bind "M-f i" "buffer-itemize-bullets-select"
#
# Inserir
#
\bind "M-i g" "figure-insert"
\bind "M-i b" "table-insert"
\bind "M-i a" "buffer-child-insert"
\bind "M-i i l" "file-insert-ascii line"
\bind "M-i i p" "file-insert-ascii paragraph"
\bind "M-i x" "file-insert"
\bind "M-i r" "footnote-insert"
\bind "M-i m" "marginpar-insert"
#\bind "M-i g" "figure-insert"
#\bind "M-i b" "table-insert"
#\bind "M-i a" "buffer-child-insert"
#\bind "M-i i l" "file-insert-ascii line"
#\bind "M-i i p" "file-insert-ascii paragraph"
#\bind "M-i x" "file-insert"
#\bind "M-i r" "footnote-insert"
#\bind "M-i m" "marginpar-insert"
# PREVIOUS PATCH
\bind "M-i f f" "buffer-float-insert figure"
\bind "M-i f t" "buffer-float-insert table"
\bind "M-i f l" "buffer-float-insert wide-fig"
\bind "M-i f b" "buffer-float-insert wide-tab"
\bind "M-i f a" "buffer-float-insert algorithm"
\bind "M-i t d" "toc-insert"
\bind "M-i t f" "lof-insert"
\bind "M-i t t" "lot-insert"
\bind "M-i t i" "index-print"
\bind "M-i t b" "bibtex-insert"
\bind "M-i t a" "loa-insert"
\bind "M-i minus" "hyphenation-point-insert"
\bind "M-i p" "dots-insert"
#\bind "M-i f f" "buffer-float-insert figure"
#\bind "M-i f t" "buffer-float-insert table"
#\bind "M-i f l" "buffer-float-insert wide-fig"
#\bind "M-i f b" "buffer-float-insert wide-tab"
#\bind "M-i f a" "buffer-float-insert algorithm"
#
#\bind "M-i t d" "toc-insert"
#\bind "M-i t f" "lof-insert"
#\bind "M-i t t" "lot-insert"
#\bind "M-i t i" "index-print"
#\bind "M-i t b" "bibtex-insert"
#\bind "M-i t a" "loa-insert"
#
#\bind "M-i minus" "hyphenation-point-insert"
#\bind "M-i p" "dots-insert"
#\bind "M-i e" "end-of-sentence-period-insert"
\bind "M-i q" "quote-insert"
\bind "M-i apostrophe" "quote-insert"
\bind "M-i S-quotedbl" "quote-insert"
\bind "M-i s h" "hfill-insert"
#\bind "M-i q" "quote-insert"
#\bind "M-i apostrophe" "quote-insert"
#\bind "M-i S-quotedbl" "quote-insert"
#\bind "M-i s h" "hfill-insert"
# NOT IN MENU. (HIDDEN TO LEARNER)
\bind "M-i s minus" "hyphenation-point-insert"
\bind "M-i s e" "protected-space-insert"
\bind "M-i s l" "break-line"
\bind "M-i s r" "dots-insert"
\bind "M-i s f" "end-of-sentence-period-insert"
\bind "M-i s a" "quote-insert"
\bind "M-i n" "note-insert"
\bind "M-i e" "label-insert"
\bind "M-i c" "reference-insert"
\bind "M-i t" "citation-insert"
\bind "M-i d" "index-insert"
\bind "M-i p" "index-insert-last"
\bind "M-i space" "menu-open Inserir"
#\bind "M-i s minus" "hyphenation-point-insert"
#\bind "M-i s e" "protected-space-insert"
#\bind "M-i s l" "break-line"
#\bind "M-i s r" "dots-insert"
#\bind "M-i s f" "end-of-sentence-period-insert"
#\bind "M-i s a" "quote-insert"
#\bind "M-i n" "note-insert"
#\bind "M-i e" "label-insert"
#\bind "M-i c" "reference-insert"
#\bind "M-i t" "citation-insert"
#\bind "M-i d" "index-insert"
#\bind "M-i p" "index-insert-last"
#\bind "M-i space" "menu-open Inserir"
#
# Metemático
#
\bind "M-m space" "menu-open Matemático"
#\bind "M-m space" "menu-open Matemático"
#
# Opções
@ -164,7 +164,7 @@
#bind "M-o o" "spellcheck-options" # Not yet implemented!
#bind "M-o t" "keyboard-options" # Not yet implemented!
#bind "M-o l" "latex-options" # Not yet implemented!
\bind "M-o space" "menu-open Opções"
#\bind "M-o space" "menu-open Opções"
#
@ -192,7 +192,7 @@
#bind "M-h o" "help-copyright" # Not yet implemented!
#bind "M-h e" "help-credits" # Not yet implemented!
#bind "M-h v" "help-version" # Not yet implemented!
\bind "M-u space" "menu-open Ajuda"
#\bind "M-u space" "menu-open Ajuda"
#
# Tamanho de Fonte

View File

@ -24,39 +24,39 @@
#
#
\bind "F10 f" "menu-open Fil"
\bind "F10 r" "menu-open Redigera"
\bind "F10 s" "menu-open Stil"
\bind "F10 l" "menu-open Lägg in"
\bind "F10 m" "menu-open Matematik"
\bind "F10 i" "menu-open Inställningar"
\bind "F10 d" "menu-open Dokument"
\bind "F10 h" "menu-open Hjälp"
#\bind "F10 f" "menu-open Fil"
#\bind "F10 r" "menu-open Redigera"
#\bind "F10 s" "menu-open Stil"
#\bind "F10 l" "menu-open Lägg in"
#\bind "F10 m" "menu-open Matematik"
#\bind "F10 i" "menu-open Inställningar"
#\bind "F10 d" "menu-open Dokument"
#\bind "F10 h" "menu-open Hjälp"
#
# Fil
#
\bind "M-f n" "buffer-new"
\bind "M-f m" "buffer-new-template"
\bind "M-f p" "buffer-open"
\bind "M-f g" "buffer-close"
\bind "M-f s" "buffer-write"
\bind "M-f o" "buffer-write-as"
\bind "M-f t" "buffer-reload"
\bind "M-f v" "buffer-view dvi"
\bind "M-f i" "buffer-view ps"
\bind "M-f u" "buffer-update dvi"
\bind "M-f d" "buffer-update ps"
\bind "M-f k" "buffer-print"
\bind "M-f f" "buffer-fax"
\bind "M-f l" "buffer-export latex"
\bind "M-f x" "buffer-export linuxdoc"
\bind "M-f S-T" "buffer-export ascii"
\bind "M-f h" "buffer-export html"
\bind "M-f S-A" "buffer-export custom"
\bind "M-f a" "lyx-quit"
\bind "M-f space" "menu-open Fil"
#\bind "M-f n" "buffer-new"
#\bind "M-f m" "buffer-new-template"
#\bind "M-f p" "buffer-open"
#\bind "M-f g" "buffer-close"
#\bind "M-f s" "buffer-write"
#\bind "M-f o" "buffer-write-as"
#\bind "M-f t" "buffer-reload"
#\bind "M-f v" "buffer-view dvi"
#\bind "M-f i" "buffer-view ps"
#\bind "M-f u" "buffer-update dvi"
#\bind "M-f d" "buffer-update ps"
#\bind "M-f k" "buffer-print"
#\bind "M-f f" "buffer-fax"
#\bind "M-f l" "buffer-export latex"
#\bind "M-f x" "buffer-export linuxdoc"
#\bind "M-f S-T" "buffer-export ascii"
#\bind "M-f h" "buffer-export html"
#\bind "M-f S-A" "buffer-export custom"
#\bind "M-f a" "lyx-quit"
#\bind "M-f space" "menu-open Fil"
#bind "M-f l" "file-last" # Not yet implemented.
@ -64,83 +64,83 @@
# Edit menu
#
\bind "M-r a" "table"
\bind "M-r k" "cut"
\bind "M-r f" "error-next"
\bind "M-r s" "find-replace"
\bind "M-r k" "line-delete-forward"
\bind "M-r m" "mark-on"
\bind "M-r S-M" "mark-off"
\bind "M-r t" "note-next"
\bind "M-r o" "copy"
\bind "M-r i" "paste"
\bind "M-r g" "redo"
\bind "M-r r" "spellchecker"
\bind "M-r e" "buffer-chktex"
\bind "M-r h" "toc-view"
\bind "M-r n" "undo"
\bind "M-r x" "latex-view-log"
\bind "M-r space" "menu-open Redigera"
#\bind "M-r a" "table"
#\bind "M-r k" "cut"
#\bind "M-r f" "error-next"
#\bind "M-r s" "find-replace"
#\bind "M-r k" "line-delete-forward"
#\bind "M-r m" "mark-on"
#\bind "M-r S-M" "mark-off"
#\bind "M-r t" "note-next"
#\bind "M-r o" "copy"
#\bind "M-r i" "paste"
#\bind "M-r g" "redo"
#\bind "M-r r" "spellchecker"
#\bind "M-r e" "buffer-chktex"
#\bind "M-r h" "toc-view"
#\bind "M-r n" "undo"
#\bind "M-r x" "latex-view-log"
#\bind "M-r space" "menu-open Redigera"
#
# Layout menu
#
\bind "M-s c" "layout-character"
\bind "M-s p" "layout-paragraph"
\bind "M-s d" "layout-document"
\bind "M-s a" "layout-paper"
\bind "M-s q" "layout-quotes"
\bind "M-s l" "layout-preamble"
\bind "M-s e" "font-emph"
\bind "M-s n" "font-noun"
\bind "M-s b" "font-bold"
\bind "M-s t" "tex-mode"
\bind "M-s v" "depth-next"
\bind "M-s space" "menu-open Stil"
\bind "M-s i" "buffer-itemize-bullets-select"
#\bind "M-s c" "layout-character"
#\bind "M-s p" "layout-paragraph"
#\bind "M-s d" "layout-document"
#\bind "M-s a" "layout-paper"
#\bind "M-s q" "layout-quotes"
#\bind "M-s l" "layout-preamble"
#\bind "M-s e" "font-emph"
#\bind "M-s n" "font-noun"
#\bind "M-s b" "font-bold"
#\bind "M-s t" "tex-mode"
#\bind "M-s v" "depth-next"
#\bind "M-s space" "menu-open Stil"
#\bind "M-s i" "buffer-itemize-bullets-select"
#
# Insert menu
#
\bind "M-i g" "figure-insert"
\bind "M-i b" "table-insert"
\bind "M-i c" "buffer-child-insert"
\bind "M-i f" "footnote-insert"
\bind "M-i m" "marginpar-insert"
#\bind "M-i g" "figure-insert"
#\bind "M-i b" "table-insert"
#\bind "M-i c" "buffer-child-insert"
#\bind "M-i f" "footnote-insert"
#\bind "M-i m" "marginpar-insert"
\bind "M-i minus" "hyphenation-point-insert"
\bind "M-i p" "dots-insert"
\bind "M-i e" "end-of-sentence-period-insert"
\bind "M-i q" "quote-insert"
\bind "M-i apostrophe" "quote-insert"
\bind "M-i S-quotedbl" "quote-insert"
\bind "M-i s h" "hfill-insert"
\bind "M-i s minus" "hyphenation-point-insert"
\bind "M-i s b" "protected-space-insert"
\bind "M-i s l" "break-line"
\bind "M-i s p" "dots-insert"
\bind "M-i s e" "end-of-sentence-period-insert"
\bind "M-i s q" "quote-insert"
#\bind "M-i minus" "hyphenation-point-insert"
#\bind "M-i p" "dots-insert"
#\bind "M-i e" "end-of-sentence-period-insert"
#\bind "M-i q" "quote-insert"
#\bind "M-i apostrophe" "quote-insert"
#\bind "M-i S-quotedbl" "quote-insert"
#\bind "M-i s h" "hfill-insert"
#\bind "M-i s minus" "hyphenation-point-insert"
#\bind "M-i s b" "protected-space-insert"
#\bind "M-i s l" "break-line"
#\bind "M-i s p" "dots-insert"
#\bind "M-i s e" "end-of-sentence-period-insert"
#\bind "M-i s q" "quote-insert"
\bind "M-i a" "loa-insert"
\bind "M-i t c" "toc-insert"
\bind "M-i t f" "lof-insert"
\bind "M-i t t" "lot-insert"
\bind "M-i t i" "index-print"
\bind "M-i t b" "bibtex-insert"
\bind "M-i t a" "loa-insert"
#\bind "M-i a" "loa-insert"
#\bind "M-i t c" "toc-insert"
#\bind "M-i t f" "lof-insert"
#\bind "M-i t t" "lot-insert"
#\bind "M-i t i" "index-print"
#\bind "M-i t b" "bibtex-insert"
#\bind "M-i t a" "loa-insert"
\bind "M-i n" "note-insert"
\bind "M-i l" "label-insert"
\bind "M-i r" "reference-insert"
\bind "M-i i" "citation-insert"
\bind "M-i d" "index-insert"
#\bind "M-i n" "note-insert"
#\bind "M-i l" "label-insert"
#\bind "M-i r" "reference-insert"
#\bind "M-i i" "citation-insert"
#\bind "M-i d" "index-insert"
\bind "M-l space" "menu-open Lägg in"
#\bind "M-l space" "menu-open Lägg in"
@ -148,7 +148,7 @@
# Math menu
#
\bind "M-m space" "menu-open Matematik"
#\bind "M-m space" "menu-open Matematik"
#
# Options menu
@ -158,7 +158,7 @@
#bind "M-o r" "spellcheck-options" # Not yet implemented!
#bind "M-o t" "keyboard-options" # Not yet implemented!
#bind "M-o l" "latex-options" # Not yet implemented!
\bind "M-i space" "menu-open Inställningar"
#\bind "M-i space" "menu-open Inställningar"
#
@ -186,7 +186,7 @@
#bind "M-h o" "help-copyright" # Not yet implemented!
#bind "M-h e" "help-credits" # Not yet implemented!
#bind "M-h v" "help-version" # Not yet implemented!
\bind "M-h space" "menu-open Hjälp"
#\bind "M-h space" "menu-open Hjälp"
#

View File

@ -24,6 +24,15 @@ randomdlgdata.[Ch] - qtarch-generated files, not to be touched by human hands
The class names are FormRandom, RandomDialog, and RandomDialogData
Note that the .dlg files have no entries for the derived class header and source
filenames. This is because these files have to be edited by hand and should only
be generated once (and they belong in the parent directory, not dlg/). The
className field, though, has a special meaning. If it is blank, then qtarch
will assume there is no derived class defined at all. Currently this has the effect
of making mapped variables public access. If there is a name, then it assumes that
a derived class exists, and leaves mapped variables protected. It's done like
this to avoid the rat's nest of friend declarations and un-necessary derived classes.
Some tips and guidelines for qtarch and the KDE frontend :
o the default button should be the one that causes least harm, unless

View File

@ -1,28 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: copyrightdlg.C
Last generated: Mon Dec 4 13:48:10 2000
*********************************************************************/
#include "copyrightdlg.h"
#include <gettext.h>
#define Inherited CopyrightDialogData
CopyrightDialog::CopyrightDialog
(
QWidget* parent,
const char* name
)
:
Inherited( parent, name )
{
}
CopyrightDialog::~CopyrightDialog()
{
}

View File

@ -1,30 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: copyrightdlg.h
Last generated: Mon Dec 4 13:48:10 2000
*********************************************************************/
#ifndef CopyrightDialog_included
#define CopyrightDialog_included
#include "copyrightdlgdata.h"
class CopyrightDialog : public CopyrightDialogData
{
Q_OBJECT
public:
CopyrightDialog
(
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~CopyrightDialog();
};
#endif // CopyrightDialog_included

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: copyrightdlgdata.C
Last generated: Mon Dec 4 13:48:10 2000
Last generated: Mon Dec 4 18:21:50 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: copyrightdlgdata.h
Last generated: Mon Dec 4 13:48:10 2000
Last generated: Mon Dec 4 18:21:50 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
@ -37,7 +37,7 @@ protected slots:
virtual void clickedOK();
public:
protected:
QPushButton* buttonOk;
};

View File

@ -1,7 +1,7 @@
DlgEdit:v1.2:Dialog:
Dialog {
ClassHeader {copyrightdlg.h}
ClassSource {copyrightdlg.C}
ClassHeader {}
ClassSource {}
ClassName {CopyrightDialog}
DataHeader {copyrightdlgdata.h}
DataSource {copyrightdlgdata.C}

View File

@ -1,7 +1,7 @@
DlgEdit:v1.2:Dialog:
Dialog {
ClassHeader {indexdlg.h}
ClassSource {indexdlg.C}
ClassHeader {}
ClassSource {}
ClassName {IndexDialog}
DataHeader {indexdlgdata.h}
DataSource {indexdlgdata.C}

View File

@ -1,7 +1,7 @@
DlgEdit:v1.2:Dialog:
Dialog {
ClassHeader {paradlg.h}
ClassSource {paradlg.C}
ClassHeader {}
ClassSource {}
ClassName {ParaDialog}
DataHeader {paradlgdata.h}
DataSource {paradlgdata.C}

View File

@ -1,7 +1,7 @@
DlgEdit:v1.2:Dialog:
Dialog {
ClassHeader {paraextradlg.h}
ClassSource {paraextradlg.C}
ClassHeader {}
ClassSource {}
ClassName {ParaExtraDialog}
DataHeader {paraextradlgdata.h}
DataSource {paraextradlgdata.C}

View File

@ -1,7 +1,7 @@
DlgEdit:v1.2:Dialog:
Dialog {
ClassHeader {parageneraldlg.h}
ClassSource {parageneraldlg.C}
ClassHeader {}
ClassSource {}
ClassName {ParaGeneralDialog}
DataHeader {parageneraldlgdata.h}
DataSource {parageneraldlgdata.C}

View File

@ -1,7 +1,7 @@
DlgEdit:v1.2:Dialog:
Dialog {
ClassHeader {printdlg.h}
ClassSource {printdlg.C}
ClassHeader {}
ClassSource {}
ClassName {PrintDialog}
DataHeader {printdlgdata.h}
DataSource {printdlgdata.C}

View File

@ -1,7 +1,7 @@
DlgEdit:v1.2:Dialog:
Dialog {
ClassHeader {tabcreatedlg.h}
ClassSource {tabcreatedlg.C}
ClassHeader {}
ClassSource {}
ClassName {TabularCreateDialog}
DataHeader {tabcreatedlgdata.h}
DataSource {tabcreatedlgdata.C}

View File

@ -1,28 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: indexdlg.C
Last generated: Mon Dec 4 13:48:13 2000
*********************************************************************/
#include "indexdlg.h"
#include <gettext.h>
#define Inherited IndexDialogData
IndexDialog::IndexDialog
(
QWidget* parent,
const char* name
)
:
Inherited( parent, name )
{
}
IndexDialog::~IndexDialog()
{
}

View File

@ -1,30 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: indexdlg.h
Last generated: Mon Dec 4 13:48:13 2000
*********************************************************************/
#ifndef IndexDialog_included
#define IndexDialog_included
#include "indexdlgdata.h"
class IndexDialog : public IndexDialogData
{
Q_OBJECT
public:
IndexDialog
(
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~IndexDialog();
};
#endif // IndexDialog_included

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: indexdlgdata.C
Last generated: Mon Dec 4 13:48:13 2000
Last generated: Mon Dec 4 18:21:52 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: indexdlgdata.h
Last generated: Mon Dec 4 13:48:13 2000
Last generated: Mon Dec 4 18:21:52 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
@ -40,7 +40,7 @@ protected slots:
virtual void clickedCancel();
virtual void clickedOK();
public:
protected:
QLabel* labelindex;
QLineEdit* index;
QPushButton* buttonOk;

View File

@ -2,7 +2,8 @@ AUTOMAKE_OPTIONS = foreign 1.4
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
noinst_LTLIBRARIES = libkdedlgmoc.la
BOOST_INCLUDES = -I$(top_srcdir)/boost
INCLUDES = -I${top_srcdir}/src/ -I${top_srcdir}/src/frontends/
INCLUDES = -I${top_srcdir}/src/ -I${top_srcdir}/src/frontends/ \
${FRONTEND_INCLUDES} ${BOOST_INCLUDES}
libkdedlgmoc_la_SOURCES = copyrightdlgdata_moc.C \
indexdlgdata_moc.C \

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: paraabovedlgdata.C
Last generated: Mon Dec 4 13:48:21 2000
Last generated: Mon Dec 4 18:21:59 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: paraabovedlgdata.h
Last generated: Mon Dec 4 13:48:21 2000
Last generated: Mon Dec 4 18:21:59 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
@ -39,7 +39,7 @@ protected slots:
virtual void spaceaboveHighlighted(int);
protected:
public:
QCheckBox* pagebreakabove;
QCheckBox* keepabove;
QComboBox* spaceabove;

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: parabelowdlgdata.C
Last generated: Mon Dec 4 13:48:23 2000
Last generated: Mon Dec 4 18:22:02 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: parabelowdlgdata.h
Last generated: Mon Dec 4 13:48:23 2000
Last generated: Mon Dec 4 18:22:02 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
@ -39,7 +39,7 @@ protected slots:
virtual void spacebelowHighlighted(int);
protected:
public:
QCheckBox* pagebreakbelow;
QCheckBox* keepbelow;
QComboBox* spacebelow;

View File

@ -1,28 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: paradlg.C
Last generated: Mon Dec 4 13:48:15 2000
*********************************************************************/
#include "paradlg.h"
#include <gettext.h>
#define Inherited ParaDialogData
ParaDialog::ParaDialog
(
QWidget* parent,
const char* name
)
:
Inherited( parent, name )
{
}
ParaDialog::~ParaDialog()
{
}

View File

@ -1,30 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: paradlg.h
Last generated: Mon Dec 4 13:48:15 2000
*********************************************************************/
#ifndef ParaDialog_included
#define ParaDialog_included
#include "paradlgdata.h"
class ParaDialog : public ParaDialogData
{
Q_OBJECT
public:
ParaDialog
(
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~ParaDialog();
};
#endif // ParaDialog_included

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: paradlgdata.C
Last generated: Mon Dec 4 13:48:15 2000
Last generated: Mon Dec 4 18:21:54 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: paradlgdata.h
Last generated: Mon Dec 4 13:48:15 2000
Last generated: Mon Dec 4 18:21:54 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
@ -41,7 +41,7 @@ protected slots:
virtual void apply_adaptor();
virtual void cancel_adaptor();
public:
protected:
QPushButton* ok;
TabStack* tabstack;
QPushButton* apply;

View File

@ -1,28 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: paraextradlg.C
Last generated: Mon Dec 4 13:48:26 2000
*********************************************************************/
#include "paraextradlg.h"
#include <gettext.h>
#define Inherited ParaExtraDialogData
ParaExtraDialog::ParaExtraDialog
(
QWidget* parent,
const char* name
)
:
Inherited( parent, name )
{
}
ParaExtraDialog::~ParaExtraDialog()
{
}

View File

@ -1,30 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: paraextradlg.h
Last generated: Mon Dec 4 13:48:26 2000
*********************************************************************/
#ifndef ParaExtraDialog_included
#define ParaExtraDialog_included
#include "paraextradlgdata.h"
class ParaExtraDialog : public ParaExtraDialogData
{
Q_OBJECT
public:
ParaExtraDialog
(
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~ParaExtraDialog();
};
#endif // ParaExtraDialog_included

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: paraextradlgdata.C
Last generated: Mon Dec 4 13:48:26 2000
Last generated: Mon Dec 4 18:22:05 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: paraextradlgdata.h
Last generated: Mon Dec 4 13:48:26 2000
Last generated: Mon Dec 4 18:22:05 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
@ -41,7 +41,7 @@ protected slots:
virtual void typeHighlighted(int);
public:
protected:
QButtonGroup* specialalignment;
QComboBox* type;
QComboBox* widthvalueunits;

View File

@ -1,28 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: parageneraldlg.C
Last generated: Mon Dec 4 13:48:18 2000
*********************************************************************/
#include "parageneraldlg.h"
#include <gettext.h>
#define Inherited ParaGeneralDialogData
ParaGeneralDialog::ParaGeneralDialog
(
QWidget* parent,
const char* name
)
:
Inherited( parent, name )
{
}
ParaGeneralDialog::~ParaGeneralDialog()
{
}

View File

@ -1,30 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: parageneraldlg.h
Last generated: Mon Dec 4 13:48:18 2000
*********************************************************************/
#ifndef ParaGeneralDialog_included
#define ParaGeneralDialog_included
#include "parageneraldlgdata.h"
class ParaGeneralDialog : public ParaGeneralDialogData
{
Q_OBJECT
public:
ParaGeneralDialog
(
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~ParaGeneralDialog();
};
#endif // ParaGeneralDialog_included

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: parageneraldlgdata.C
Last generated: Mon Dec 4 13:48:18 2000
Last generated: Mon Dec 4 18:21:57 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: parageneraldlgdata.h
Last generated: Mon Dec 4 13:48:18 2000
Last generated: Mon Dec 4 18:21:57 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
@ -40,7 +40,7 @@ public slots:
protected slots:
public:
protected:
QButtonGroup* alignment;
QCheckBox* lineabove;
QCheckBox* linebelow;

View File

@ -1,28 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: printdlg.C
Last generated: Mon Dec 4 13:48:28 2000
*********************************************************************/
#include "printdlg.h"
#include <gettext.h>
#define Inherited PrintDialogData
PrintDialog::PrintDialog
(
QWidget* parent,
const char* name
)
:
Inherited( parent, name )
{
}
PrintDialog::~PrintDialog()
{
}

View File

@ -1,30 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: printdlg.h
Last generated: Mon Dec 4 13:48:28 2000
*********************************************************************/
#ifndef PrintDialog_included
#define PrintDialog_included
#include "printdlgdata.h"
class PrintDialog : public PrintDialogData
{
Q_OBJECT
public:
PrintDialog
(
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~PrintDialog();
};
#endif // PrintDialog_included

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: printdlgdata.C
Last generated: Mon Dec 4 13:48:28 2000
Last generated: Mon Dec 4 18:22:08 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: printdlgdata.h
Last generated: Mon Dec 4 13:48:28 2000
Last generated: Mon Dec 4 18:22:08 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
@ -47,7 +47,7 @@ protected slots:
virtual void changedCount(const char*);
virtual void clickedPrint();
public:
protected:
QGroupBox* pagesGroupBox;
QButtonGroup* pagesRadioGroup;
QGroupBox* copies;

View File

@ -1,28 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: tabcreatedlg.C
Last generated: Mon Dec 4 13:48:34 2000
*********************************************************************/
#include "tabcreatedlg.h"
#include <gettext.h>
#define Inherited TabularCreateDialogData
TabularCreateDialog::TabularCreateDialog
(
QWidget* parent,
const char* name
)
:
Inherited( parent, name )
{
}
TabularCreateDialog::~TabularCreateDialog()
{
}

View File

@ -1,30 +0,0 @@
/**********************************************************************
--- Qt Architect 1.4-6 generated file ---
File: tabcreatedlg.h
Last generated: Mon Dec 4 13:48:34 2000
*********************************************************************/
#ifndef TabularCreateDialog_included
#define TabularCreateDialog_included
#include "tabcreatedlgdata.h"
class TabularCreateDialog : public TabularCreateDialogData
{
Q_OBJECT
public:
TabularCreateDialog
(
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~TabularCreateDialog();
};
#endif // TabularCreateDialog_included

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: tabcreatedlgdata.C
Last generated: Mon Dec 4 13:48:34 2000
Last generated: Mon Dec 4 18:22:14 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.

View File

@ -3,7 +3,7 @@
--- Qt Architect 1.4-6 generated file ---
File: tabcreatedlgdata.h
Last generated: Mon Dec 4 13:48:34 2000
Last generated: Mon Dec 4 18:22:14 2000
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
@ -39,7 +39,7 @@ protected slots:
virtual void clickedCancel();
virtual void clickedInsert();
public:
protected:
EmptyTable* table;
QSpinBox* rows;
QSpinBox* cols;

View File

@ -22,8 +22,8 @@ ParaGeneralDialog::ParaGeneralDialog
Inherited( parent, name )
{
abovepage = new ParaAboveDialog(this, "abovepage");
belowpage = new ParaBelowDialog(this, "belowpage");
abovepage = new ParaAboveDialogData(this, "abovepage");
belowpage = new ParaBelowDialogData(this, "belowpage");
// FIXME: free punctuation to whoever can make the value
// boxes not be overly large

View File

@ -9,34 +9,10 @@
#include "dlg/parageneraldlgdata.h"
#include "dlg/paraabovedlgdata.h"
#include "dlg/parabelowdlgdata.h"
#include "dlg/parabelowdlgdata.h"
class ParaDialog;
class ParaAboveDialog : public ParaAboveDialogData
{
Q_OBJECT
public:
ParaAboveDialog(QWidget *p, const char *name) : ParaAboveDialogData(p,name) {};
~ParaAboveDialog() {};
friend class ParaGeneralDialog;
friend class ParaDialog;
};
class ParaBelowDialog : public ParaBelowDialogData
{
Q_OBJECT
public:
ParaBelowDialog(QWidget *p, const char *name) : ParaBelowDialogData(p,name) {};
~ParaBelowDialog() {};
friend class ParaGeneralDialog;
friend class ParaDialog;
};
class ParaGeneralDialog : public ParaGeneralDialogData
{
Q_OBJECT
@ -56,8 +32,8 @@ protected slots:
private:
void createUnits(QComboBox *box);
ParaAboveDialog *abovepage;
ParaBelowDialog *belowpage;
ParaAboveDialogData *abovepage;
ParaBelowDialogData *belowpage;
};
#endif // ParaGeneralDialog_included