mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-28 12:26:59 +00:00
bed3713ff0
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
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
2001-03-26 Baruch Even <baruch@lyx.org>
|
|
|
|
* Various files: Fixes to get the gnome frontend to compile again.
|
|
Removed most xforms dialogs in order to reduce compilation breaks caused
|
|
by the moves to MVC in the xforms frontend.
|
|
|
|
* GUIRuntime.C: Added libglade library initialization.
|
|
|
|
* gnomeBC.h:
|
|
* gnomeBC.C: Added file for the MVC support.
|
|
|
|
* gnome_helpers.h: Added file with support functions.
|
|
|
|
* GnomeBase.h:
|
|
* GnomeBase.C: Added file to be the base class of MVC dialogs that use
|
|
libglade.
|
|
|
|
* FormUrl.h:
|
|
* FormUrl.C: Recreated the dialog in the MVC way.
|
|
|
|
* Timeout_pimpl.h:
|
|
* Timeout_pimpl.C: Implementation of the Timeout pimpl.
|
|
|
|
2001-03-15 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* several files: remove CXX_WORKING_NAMESPACES
|
|
|
|
2001-03-11 Baruch Even <baruch@lyx.org>
|
|
|
|
* Various files: More fixes to get it compiled again.
|
|
|
|
2001-03-06 Baruch Even <baruch@lyx.org>
|
|
|
|
* Various files: Small fixes to get the gnome frontend to compile again.
|
|
|
|
2001-02-26 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* FormRef.C (apply): Update bookmark #0 after inserting a reference.
|
|
|
|
2001-02-16 Lars Gullik Bjønnes <larsbj@lyx.org>
|
|
|
|
* FormCitation.C: small cleanup.
|
|
(searchSimple): better localization of variables, don't use
|
|
sequencing operator if you don't have to.
|
|
|
|
* other: use compare instead of strcmp/strncmp
|