X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=47c1522cb8f272ebab846bd9d02d5c8cbcdb671b;hb=b1dd13a9c2f6898e68339e19fcf2c55ae5f6426b;hp=f143da3ac5acdb16f6616b6bf0e7345b6331e814;hpb=b34683e78a0879dbc3b46031c494fbfa469836e0;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index f143da3ac5..47c1522cb8 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,8 +1,369 @@ +2002-08-01 John Levon + + * ControlSpellchecker.h: + * ControlSpellchecker.C: remove options + +2002-07-29 Lars Gullik Bjønnes + + * several files: strip,frontStrip -> trim,ltrim,rtrim + +2002-07-28 Lars Gullik Bjønnes + + * biblio.C (parseBibTeX): modify because of strip changes + +2002-07-24 Juergen Spitzmueller + + * ControlFloat.[Ch]: Implement Wide Float toggle + Replace "allow_here_definitely" by "wide" + +2002-07-22 Herbert Voss + + * ControlGraphics.C: small changes + +2002-07-21 Jean-Marc Lasgouttes + + * ControlToc.C: remove getType + +2002-07-20 John Levon + + * ControlCommandBuffer.C: don't add "" to history + +2002-07-20 John Levon + + * ControlRef.C: fix dispatch call nicely + +2002-07-19 John Levon + + * Makefile.am: + * ControlCommandBuffer.h: + * ControlCommandBuffer.C: add controller for command (mini) buffer + handling + +2002-07-19 John Levon + + * ControlRef.C: fix dispatch call + +2002-07-17 John Levon + + * ControlCharacter.C: use view_state_changed not setState + +2002-07-15 Jean-Marc Lasgouttes + + * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase + +2002-07-15 Mike Fabian + + * biblio.C (compareNoCase): use the compare_ascii_no_case instead + of compare_no_case, because in turkish, 'i' is not the lowercase + version of 'I', and thus turkish locale breaks parsing of tags. + +2002-07-04 Lars Gullik Bjønnes + + * ControlBibtex.C (applyParamsToInset): ws change + +2002-06-27 Juergen Spitzmueller + + * ControlInclude.C: Add warning if absolute path name and + check_typeset is used together + +2002-06-28 Angus Leeming + + * ControlGraphics.C: changes associated with the name changes + grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image. + +2002-06-25 Angus Leeming + + * ControlGraphics.C (readBB): Channges associated with the changed + interface to the graphics cache. + +2002-06-24 Lars Gullik Bjønnes + + * ControlParagraph.C: layout as layout + +2002-06-21 Angus Leeming + + * tex_helpers.C: Use not . Reorder header files. + * tex_helpers.h: #include "LString.h". + +2002-06-21 John Levon + + * ControlBibtex.C: + * ControlBibitem.C: use repaint() + +2002-06-21 John Levon + + * ControlTexinfo.C: do the same for Texinfo + + * tex_helpers.C: don't try to read a file that isn't there + +2002-06-21 Herbert Voss + + * ControlBibtex.C: do an automatic update, when no bst-list + exists + +2002-06-20 John Levon + + * GUI.h: createIndex() changed + +2002-06-18 Herbert Voss + + * tex_helpers.[Ch]: move functions from ControlTexinfo into this + helperstuff. Now the bibtex gui can use some of these functions + +2002-06-18 John Levon + + * ControlGraphics.C: just make the mask *.* + +2002-06-16 Lars Gullik Bjønnes + + * changes to simplify function setup, removal of a lot of includes. + +2002-06-12 Angus Leeming + + * ControlParagraph.[Ch]: forward declare ParagraphParameters. + +2002-06-12 Angus Leeming + + * ControlInset.tmpl: add missing header file, ButtonControllerBase.h. + +2002-06-11 Edwin Leuven + + * ControlParagraph.[Ch]: new paragraph controller + * GUI.h: add new controller + * Makefile.am: ditto + +2002-06-10 Lars Gullik Bjønnes + + * GUI.h: do not include ButtonController.tmpl + + * ControlInset.h: include ControlInset.tmpl + + * ControlCitation.C: do not include ControlInset.tmpl + * ControlCommand.C: ditto + * ControlERT.C: ditto + * ControlError.C: ditto + * ControlExternal.C: ditto + * ControlFloat.C: ditto + * ControlGraphics.C: ditto + * ControlInclude.C: ditto + * ControlMinipage.C: ditto + + * ControlDialog.tmpl: remove the Base:: prefix + +2002-06-07 Angus Leeming + + Fixes needed to compile with Compaq cxx 6.5. + * ControlDialog.tmpl: I have had to prefix base class methods with + Base:: Wierd! + + * ControlInset.tmpl: #include a couple of headers. + +2002-05-29 Lars Gullik Bjønnes + + * switch from SigC signals to boost::signals + +2002-05-25 Lars Gullik Bjønnes + + * biblio.h: include vector + + * biblio.C: change include order + (regexSearch): use boost regex and get rid of LRegex + +2002-05-23 John Levon + + * ControlAboutlyx.C: + * ControlBibitem.C: + * ControlBibtex.C: + * ControlCharacter.C: + * ControlCitation.C: + * ControlCommand.C: + * ControlConnections.C: + * ControlERT.C: + * ControlError.C: + * ControlExternal.C: + * ControlFloat.C: + * ControlForks.C: + * ControlGraphics.C: + * ControlInclude.C: + * ControlIndex.C: + * ControlLog.C: + * ControlMinipage.C: + * ControlPreamble.C: + * ControlPrint.C: + * ControlRef.C: + * ControlSearch.C: + * ControlSendto.C: + * ControlShowFile.C: + * ControlSpellchecker.C: + * ControlTabularCreate.C: + * ControlTexinfo.C: + * ControlThesaurus.C: + * ControlToc.C: + * ControlUrl.C: + * ControlVCLog.C: LyXView moved into frontends + +2002-05-22 Lars Gullik Bjønnes + + * ControlExternal.C: add scoped_ptr.hpp + + * ControlCharacter.h: use more specific smart_ptr header. + +2002-05-21 Angus Leeming + + * frnt_lang.C (getLanguageData): change a couple of N_() to _(). + +2002-05-13 Herbert Voss + + * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors + like "Odland, G. and ... " + (parseBibTeX): fix bug with title and booktitle + and replace a \n with a space when one entry has more than + one line + +2002-05-01 Angus Leeming + + * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not + "No change" and "Reset". + + * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave + them at the front of the list. + +2002-05-01 Angus Leeming + + * ControlGraphics.C: add some comments to the char * arrays. + Make rorigin_size const. + +2002-04-30 Angus Leeming + + * ControlGraphics.[Ch] (getRotationOriginData): new helper function. + Enables the gui's to internationalise these strings. + +2002-04-30 John Levon + + * frnt_lang.C: fix build + +2002-04-30 Angus Leeming + + * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg. + If the the caller is the character dialog, add "No change" and "Reset" + to the vector, else don't. + Internationalise the GUI strings here rather than in the different + calling dialogs. + Sort the translated strings, albeit simply. + +2002-04-29 Angus Leeming + + * character.[Ch]: rename namespace character as namespace frnt. + + * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch] + as several dialogs will use this info. The function now returns a + vector where LanguagePair is a display string and an + identifying string. The display string is internationalised. + + * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise + the identifying strings, "No change" and "Reset". + + * Makefile.am: add frnt_lang.[Ch]. + +2002-04-25 Herbert Voss + + * ControlSendto.C (allFormats): don't add the graphics extensions to the + export menu + +2002-04-22 Angus Leeming + + * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard + BibTeX databases in a WYSIWYM way. + +2002-04-22 Angus Leeming + + * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was + way past his use-by date. + Make use of the improved info from Buffer::getBibkeyList when using + \bibliography. Enables us to provide natbib support in this case too. + +2002-04-19 Marco Morandini + + * ControlGraphics.C: pass the browseFile dialog a string of only those + formats that can currently be loaded by LyX. + +2002-04-15 Herbert Voss + + * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries + with something like ,,...blah...`` (two commas) + +2002-04-14 Herbert Voss + + * helper_funcs.[Ch]: move the getVectorFromString and the vice versa + into the support/lstrings for better use in other programs. + + * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of + namespace anon and make globally accessible. + (familyName): test for the presence of a LaTeX Space at the front of + of a name; strip it if it exists. + +2002-04-11 Herbert Voss + + * ControlGraphics.C: expand "browse-string" to all available formats + +2002-04-11 Herbert Voss + + * ControlGraphics.C: read BoundingBox also from non (e)ps files. + +2002-04-08 Adrien Rebollo + + * ControlAboutlyx.C (getVersion): two _() forgotten + +2002-04-08 John Levon + + * ControlGraphics.C: + * ControlPrint.C: + * ControlBibtex.C: make N_() be _() + +2002-04-07 Herbert Voss + + * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools + +2002-04-05 Angus Leeming + + * ControlGraphics.C (readBB): sigh. Make sure that the correct path is + used when reading the BB. + +2002-04-04 Angus Leeming + + * ControlGraphics.C (readBB): Don't open the ifstrem and then + check the format from the contents (and open a second ifstream in the + process. One at a time please. + +2002-03-26 Angus Leeming + + * ControlRef.C (getBufferNum): squash warning message. + +2002-03-22 Angus Leeming + + * ControlBibtex.C (Browse): + * ControlGraphics.C (Browse): + * ControlPrint.C (Browse): use Jean-Marc's browseRelFile. + + * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid. + + * ControlGraphics.C (applyParamsToInset): pass filepath to + InsetGraphics::updateInset. + +2002-03-21 Lars Gullik Bjønnes + + * most files: ws cleanup + 2002-03-18 Angus Leeming * biblio.C (getInfo): string::c_str() never returns NULL. Don't test for it. +2002-03-18 John Levon + + * ControlGraphics.C: + * ControlInclude.C: better error messages + 2002-03-11 Herbert Voss * biblio.C (parseBibTeX): fix another minibug with an @@ -15,7 +376,7 @@ 2002-03-09 Herbert Voss - * ControlGraphics.[Ch]: adding checkFilename() for testing + * ControlGraphics.[Ch]: adding checkFilename() for testing of non-existing files 2002-03-07 Lars Gullik Bjønnes @@ -30,7 +391,7 @@ 2002-03-05 Herbert Voss * biblio.C (getInfo): simplify if using paragraph layout - "bibliography". + "bibliography". 2002-03-05 Angus Leeming @@ -75,7 +436,7 @@ * ControlGraphics.C: remove #include "support/syscall.h" as it's not used. - * ControlTexinfo.C: + * ControlTexinfo.C: change Systemcalls::System to Systemcalls::Wait and No change of functionality, just reflects the stripped down Systemcalls class. @@ -100,7 +461,7 @@ * ControlSpellchecker.C: clear any selection left (bug #211) - + 2002-02-01 Herbert Voss * ControlGraphics.[C] (readBB): search only, if it is a @@ -148,7 +509,7 @@ * biblio.C (getInfo): fix bug when no author is given - * biblio.C (parseBibTeX): change the parsing, so that + * biblio.C (parseBibTeX): change the parsing, so that '#'-characters in a bibtex entry are no more a problem. 2002-01-19 Jean-Marc Lasgouttes @@ -228,7 +589,7 @@ Rename ControlDialogs.h as ControlDialog.h. Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to EXTRA_DIST. - + 2002-01-15 Angus Leeming * ControlInset.h (apply): fix bug unearthed by Michael Koziarski. @@ -254,15 +615,15 @@ * helper_funcs.h (browseFile): add default empty button descriptions. - * ControlGraphics.C (Browse): - * ControlBibtex.C (Browse): + * ControlGraphics.C (Browse): + * ControlBibtex.C (Browse): * ControlInclude.C (Browse): add shortcuts to directory buttons 2002-01-12 John Levon * ControlThesaurus.h: * ControlThesaurus.C: update to Aiksaurus 0.14 - + 2002-01-07 Angus Leeming * ControlSpellchecker.C (clearParams): show the closing message @@ -281,11 +642,11 @@ 2001-11-04 John Levon * ControlToc.C: changes for floatlist - + 2001-11-04 John Levon * ControlVCLog.C: use _() - + 2001-10-23 Jean-Marc Lasgouttes * ControlSpellchecker.C: include since FreeBSD needs @@ -311,7 +672,7 @@ * ControlTexinfo.C: new path for the shellscript TeXFiles.sh and some more stuff from FormTexinfo.C - + * ControlShowFile.C: hiding the update-button 2001-10-09 Herbert Voss @@ -423,16 +784,16 @@ * ControlDialogs.h: remove bc() hack, now fixed in Qt2 frontend. use member dialog_built_ instead of shared static. - - * ButtonController.h: + + * ButtonController.h: * ButtonPolicies.C: more debug info - + * ButtonControllerBase.C: call refresh() when setting readOnly ! - + * GUI.h: External form has apply, use the right policy * character.C: fix two off-by-one errors when latex font was removed - + 2001-08-15 Angus Leeming * ControlInset.h (apply): tentative fix for the press Apply multiple @@ -442,11 +803,11 @@ * ControlCharacter.C: fix typo - * ViewBase.h: + * ViewBase.h: * ControlDialogs.C: * ControlInsets.C: make sure dialog is built before it is shown, so it works properly the very first time it is shown - + 2001-08-20 Herbert Voss * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases @@ -467,7 +828,7 @@ 2001-08-09 Allan Rae - * Makefile.am (SUBDIRS, dist-hook): remove bogus entries. + * Makefile.am (SUBDIRS, dist-hook): remove bogus entries. 2001-08-07 Angus Leeming @@ -527,7 +888,7 @@ * ControlInclude.h: * ControlInclude.C: implement ability to load file - + 2001-07-18 Juergen Vigna * ControlSearch.C (replace): changes to lyxfind.h function calls. @@ -563,7 +924,7 @@ 2001-07-17 Edwin Leuven * ControlSpellchecker.[Ch]: remove member quit() and some cleaning - + 2001-07-16 Juergen Vigna * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if @@ -585,7 +946,7 @@ 2001-07-13 Jean-Marc Lasgouttes - * ControlSpellchecker.C (getSuggestion): + * ControlSpellchecker.C (getSuggestion): (getWord): add std:: qualifier 2001-07-13 Edwin Leuven @@ -593,7 +954,7 @@ * ControlSpellchecker.[Ch]: added * ViewBase.h: added partialUpdate(int) member * GUI.h: added spell stuff - + 2001-07-12 Lars Gullik Bjønnes * ControlExternal.C: (*it). -> it-> @@ -693,11 +1054,11 @@ 2001-04-17 Lars Gullik Bjønnes * ButtonControllerBase.h: C++ mode, inherit privately from - noncopyable + noncopyable * ButtonPolicies.h: ditto * ButtonController.h: C++ mode, swap init order of restore_ and - cancel_ + cancel_ 2001-04-06 John Levon @@ -719,16 +1080,16 @@ 2001-04-05 Jean-Marc Lasgouttes - * ControlToc.C: - * ControlSearch.C: - * ControlPrint.C: - * ControlPreamble.C: - * ControlInclude.C: - * ControlGraphics.C: - * ControlExternal.C: + * ControlToc.C: + * ControlSearch.C: + * ControlPrint.C: + * ControlPreamble.C: + * ControlInclude.C: + * ControlGraphics.C: + * ControlExternal.C: * ControlCopyright.C: include gettext.h - * ControlCharacter.C: + * ControlCharacter.C: * character.C: include gettext.h and language.h 2001-04-03 John Levon @@ -774,7 +1135,7 @@ * ViewBase.h: * ControlConnections.h: associated change in #include and class names. - + * ControlExternal.[Ch]: new files; a controller for the External Material popup. @@ -926,7 +1287,7 @@ 2001-03-23 Jean-Marc Lasgouttes * ControlCredits.C (getCredits): remove std:: qualifier for - getline(). + getline(). 2001-03-23 Lars Gullik Bjønnes @@ -1047,9 +1408,9 @@ * ControlCommand.h (c-tor): give kb_action a default value of LFUN_NOACTION. - + * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION. - + * ControlCitation.[Ch]: moved search functions out of class. (bibkeysInfo): new method. Returns const reference to private data. (searchKeys): added case-sensitive switch. Used only by simpleSearch @@ -1110,7 +1471,7 @@ * ControlCitation.h: the templatised class GUICitation instantiates the methods view() and bc(). It also stores the instances of the View and ButtonController. - + 2001-02-23 Angus Leeming * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class