]> git.lyx.org Git - lyx.git/commit
Fixed compilation problems.
authorBaruch Even <baruch@lyx.org>
Wed, 28 Mar 2001 11:14:05 +0000 (11:14 +0000)
committerBaruch Even <baruch@lyx.org>
Wed, 28 Mar 2001 11:14:05 +0000 (11:14 +0000)
commitbed3713ff0e1c9c28c64bc802ffc8c7011fab164
tree743d67d0733b344477974b8a8bfce8ca7178fdd8
parentb14052f6a5823878733a72f6d8e565cedd5f8c96
Fixed compilation problems.
Added infrastructure for MVC dialogs and implemented FormUrl as an MVC dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1841 a592a061-630c-0410-9148-cb99ea01b6c8
20 files changed:
src/frontends/gnome/ChangeLog
src/frontends/gnome/Dialogs.C
src/frontends/gnome/FormCitation.h
src/frontends/gnome/FormCopyright.h
src/frontends/gnome/FormError.h
src/frontends/gnome/FormIndex.h
src/frontends/gnome/FormToc.h
src/frontends/gnome/FormUrl.C
src/frontends/gnome/FormUrl.h
src/frontends/gnome/GUIRunTime.C
src/frontends/gnome/GnomeBase.C [new file with mode: 0644]
src/frontends/gnome/GnomeBase.h [new file with mode: 0644]
src/frontends/gnome/Makefile.am
src/frontends/gnome/Menubar_pimpl.C
src/frontends/gnome/Timeout_pimpl.C [new file with mode: 0644]
src/frontends/gnome/Timeout_pimpl.h [new file with mode: 0644]
src/frontends/gnome/dialogs/diainserturl.glade
src/frontends/gnome/gnomeBC.C [new file with mode: 0644]
src/frontends/gnome/gnomeBC.h [new file with mode: 0644]
src/frontends/gnome/gnome_helpers.h [new file with mode: 0644]