lyx_mirror/src/frontends/qt2
Angus Leeming 58d99b4a97 * Baruch's GuiBC template.
* Some file (and class) name changes:
	ButtonController.[Ch] to ButtonControllerBase.[Ch]
	BCTemplates.h to ButtonController.h
	ControlBase.[Ch] to ControlButton.[Ch]
* Moved file browsing into the controllers for the Graphics, Include and
Print popups.
* Fixed search bug in Citation popup. Added case sensitive button.
* Implemented controller-view split for External Material popup. Think that
it's now correct, but could you check again, Dekel?

Angus


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1859 a592a061-630c-0410-9148-cb99ea01b6c8
2001-03-30 09:51:46 +00:00
..
.cvsignore Use same button handling as in XForms frontend 2001-03-24 15:59:01 +00:00
ChangeLog * Baruch's GuiBC template. 2001-03-30 09:51:46 +00:00
chardlg.C Ed's Qt2 Character dialog. 2001-03-05 12:04:43 +00:00
chardlg.h Ed's Qt2 Character dialog. 2001-03-05 12:04:43 +00:00
chardlg.ui Ed's Qt2 Character dialog. 2001-03-05 12:04:43 +00:00
chardlgimpl.C Ed's Qt2 Character dialog. 2001-03-05 12:04:43 +00:00
chardlgimpl.h Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
dialogs-qt2.txt more work on citation dialog for MVC 2001-03-29 21:17:17 +00:00
Dialogs.C started moving citation dialog to MVC 2001-03-29 18:58:47 +00:00
emptytable.C qt2.diff.gz 2001-02-14 19:43:56 +00:00
emptytable.h Compiles and links again 2001-03-16 17:20:06 +00:00
FileDialog_private.C Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
FileDialog_private.h Fogot to "add" these files when I committed last time. 2001-03-12 12:47:07 +00:00
FileDialog.C Fogot to "add" these files when I committed last time. 2001-03-12 12:47:07 +00:00
FormCharacter.C Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
FormCharacter.h Compiles and links again 2001-03-16 17:20:06 +00:00
FormCitation.C more work on citation dialog for MVC 2001-03-29 21:17:17 +00:00
FormCitation.h more work on citation dialog for MVC 2001-03-29 21:17:17 +00:00
FormCitationDialog.ui Fixed connections. There is still a bug somewhere. 2001-03-30 06:59:39 +00:00
FormCitationDialogImpl.C more work on citation dialog for MVC 2001-03-29 21:17:17 +00:00
FormCitationDialogImpl.h more work on citation dialog for MVC 2001-03-29 21:17:17 +00:00
FormCopyright.C Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
FormCopyright.h Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
FormCopyrightDialog.ui Use same button handling as in XForms frontend 2001-03-24 15:59:01 +00:00
FormCopyrightDialogImpl.C First attempt at converting copyright dialog to MVC architecture 2001-03-23 22:07:56 +00:00
FormCopyrightDialogImpl.h First attempt at converting copyright dialog to MVC architecture 2001-03-23 22:07:56 +00:00
FormDocument.C - Compiles and links again 2001-03-29 15:02:19 +00:00
FormDocument.h - Compiles and links again 2001-03-29 15:02:19 +00:00
FormDocumentDialog.ui started moving citation dialog to MVC 2001-03-29 18:58:47 +00:00
FormDocumentDialogImpl.C - Compiles and links again 2001-03-29 15:02:19 +00:00
FormDocumentDialogImpl.h - Compiles and links again 2001-03-29 15:02:19 +00:00
FormIndex.C quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormIndex.h quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormIndexDialog.C quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormIndexDialog.h quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormIndexDialogBase.ui quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormParagraph.C Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
FormParagraph.h minor tweaks to make qt2 compile (Edwin) 2001-03-19 13:28:31 +00:00
FormPrint.C remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +00:00
FormPrint.h remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +00:00
FormRef.C quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormRef.h quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormRefDialog.C quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormRefDialog.h quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormRefDialogBase.ui quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormSearch.C remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +00:00
FormSearch.h Compiles and links again 2001-03-16 17:20:06 +00:00
FormSplash.C Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
FormSplash.h Compiles and links again 2001-03-16 17:20:06 +00:00
FormSplashImpl.C Added splash for qt2 frontend, Edwin 2001-03-15 16:34:44 +00:00
FormSplashImpl.h Added splash for qt2 frontend, Edwin 2001-03-15 16:34:44 +00:00
FormTabularCreate.C Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
FormTabularCreate.h Compiles and links again 2001-03-16 17:20:06 +00:00
FormToc.C quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormToc.h quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormTocDialog.C quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormTocDialog.h quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormTocDialogBase.ui quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormUrl.C quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormUrl.h quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormUrlDialog.C quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormUrlDialog.h quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
FormUrlDialogBase.ui quick fix to make qt2 compile 2001-03-23 06:31:30 +00:00
GUIRunTime.C use anon namespace, somewhat better comp. handling of minipages, not quite there yet 2001-03-20 01:22:46 +00:00
Makefile.am - Compiles and links again 2001-03-29 15:02:19 +00:00
paragraphdlg.C John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch. 2001-03-12 11:22:26 +00:00
paragraphdlg.h John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch. 2001-03-12 11:22:26 +00:00
paragraphdlg.ui John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch. 2001-03-12 11:22:26 +00:00
paragraphdlgimpl.C NO_PEXTRA and NO_PEXTRA_REALLY 2001-03-16 00:09:53 +00:00
paragraphdlgimpl.h qt2.diff.gz 2001-02-14 19:43:56 +00:00
printdlg.C qt2.diff.gz 2001-02-14 19:43:56 +00:00
printdlg.h qt2.diff.gz 2001-02-14 19:43:56 +00:00
printdlg.ui qt2.diff.gz 2001-02-14 19:43:56 +00:00
printdlgimpl.C qt2.diff.gz 2001-02-14 19:43:56 +00:00
printdlgimpl.h qt2.diff.gz 2001-02-14 19:43:56 +00:00
qt2BC.C started moving citation dialog to MVC 2001-03-29 18:58:47 +00:00
qt2BC.h started moving citation dialog to MVC 2001-03-29 18:58:47 +00:00
Qt2Base.C * Baruch's GuiBC template. 2001-03-30 09:51:46 +00:00
Qt2Base.h * Baruch's GuiBC template. 2001-03-30 09:51:46 +00:00
QtLyXView.h qt2.diff.gz 2001-02-14 19:43:56 +00:00
searchdlg.C Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
searchdlg.h Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
searchdlg.ui Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
searchdlgimpl.C Applied Angus patch to compile on DEC C++ and to avoid name clashes 2001-03-26 19:34:45 +00:00
searchdlgimpl.h qt2 find&replace 2001-03-06 14:23:02 +00:00
tabularcreatedlg.C qt2.diff.gz 2001-02-14 19:43:56 +00:00
tabularcreatedlg.h qt2.diff.gz 2001-02-14 19:43:56 +00:00
tabularcreatedlg.ui qt2.diff.gz 2001-02-14 19:43:56 +00:00
tabularcreatedlgimpl.C qt2.diff.gz 2001-02-14 19:43:56 +00:00
tabularcreatedlgimpl.h qt2.diff.gz 2001-02-14 19:43:56 +00:00