mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
4e61c013f4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1919 a592a061-630c-0410-9148-cb99ea01b6c8
127 lines
3.5 KiB
Plaintext
127 lines
3.5 KiB
Plaintext
2001-04-16 Allan Rae <rae@lyx.org>
|
||
|
||
* gnomeBC.C (setButtonLabel):
|
||
* Menubar_pimpl.C (updateAllLists):
|
||
* GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
|
||
an unrecognised preprocessor directive. So ensure they're wrapped.
|
||
|
||
2001-04-03 Baruch Even <baruch@lyx.org>
|
||
|
||
* FileDialog.C: Added file to provide the gnome file dialog.
|
||
|
||
2001-04-03 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C: s/popup/dialog/
|
||
|
||
* FormUrl.C:
|
||
* GnomeBase.C:
|
||
* GnomeBase.h: s/ControlButton/ControlButtons/
|
||
s/UndoAll/Restore/
|
||
|
||
2001-04-02 Michael Koziarski <michael@koziarski.org>
|
||
|
||
* FormCopyright.[Ch]: Reimplemented as an MVC dialog.
|
||
|
||
* gnome_helpers.C: Some castings to avoid compilation break.
|
||
|
||
2001-04-01 Baruch Even <baruch@lyx.org>
|
||
|
||
* GUIRuntime.C (initApplication): Changed strings to non-static.
|
||
|
||
2001-03-30 Baruch Even <baruch@lyx.org>
|
||
|
||
* FormCredits.C: Added the formatting of the credits text.
|
||
|
||
* gnome_helpers.[Ch]: Added functions to get font name from font.
|
||
|
||
2001-03-30 Baruch Even <baruch@lyx.org>
|
||
|
||
* GnomeBase.[Ch]: Added the dialog as a responsibility.
|
||
|
||
* FormUrl.[Ch]: Changed accordingly.
|
||
* FormCredits.[Ch]: ditto.
|
||
|
||
* gnomeBC.[Ch]: Fixed to get it to compile.
|
||
|
||
* gnome_helpers.h: Changed declaration from const char * to char const *
|
||
|
||
2001-03-30 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* GnomeBase.[Ch]: changed ControlBase to ControlButton.
|
||
|
||
2001-03-29 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
|
||
Code moved into the generic template base class. Replaced
|
||
setCancelCloseButton() with setButtonLabel().
|
||
|
||
2001-03-29 Baruch Even <baruch@lyx.org>
|
||
|
||
* gnomeBC.[Ch]: Changed to use the new GuiBC template.
|
||
|
||
2001-03-29 Baruch Even <baruch@lyx.org>
|
||
|
||
* FormUrl.C (d-tor):
|
||
* FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
|
||
crashes on exit.
|
||
|
||
* GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
|
||
|
||
2001-03-29 Michael Koziarski <michael@koziarski.org>
|
||
|
||
* Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
|
||
|
||
* Makefile.am: Added FormCredits.[Ch]
|
||
|
||
* FormCredits.[Ch]: Created FormCredits dialog using libglade
|
||
approach. Text needs to be formatted still.
|
||
|
||
* dialogs/diahelpcredits.glade: Created file.
|
||
|
||
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<42>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<42>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
|