]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoLFUN_ERROR_NEXT removal.
Pavel Sanda [Fri, 6 Jun 2008 10:29:14 +0000 (10:29 +0000)]
LFUN_ERROR_NEXT removal.
http://www.nabble.com/LFUN_ERROR_NEXT-td17667485.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25159 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix disconnection on escaped dialog.
Abdelrazak Younes [Fri, 6 Jun 2008 10:00:33 +0000 (10:00 +0000)]
Fix disconnection on escaped dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25158 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agooups...
Abdelrazak Younes [Fri, 6 Jun 2008 09:49:09 +0000 (09:49 +0000)]
oups...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25157 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoSome polish.
Abdelrazak Younes [Fri, 6 Jun 2008 09:33:24 +0000 (09:33 +0000)]
Some polish.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25156 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoLFUN_INFO_INSERT: avoid static_cast.
Abdelrazak Younes [Fri, 6 Jun 2008 09:01:55 +0000 (09:01 +0000)]
LFUN_INFO_INSERT: avoid static_cast.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25155 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoInsetInfo: Some fixes...
Abdelrazak Younes [Fri, 6 Jun 2008 08:45:58 +0000 (08:45 +0000)]
InsetInfo: Some fixes...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25154 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* Dialog::inset(): make it const.
Abdelrazak Younes [Fri, 6 Jun 2008 08:01:59 +0000 (08:01 +0000)]
* Dialog::inset(): make it const.

* InsetInfo::validate(): new method for checking dispatch argument. Not implemented yet.

* GuiInfo: remove non working code and rework the dialog following my vision of an ideal info dialog :-) not every thing works yet.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25153 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoGuiInfo: display and initialize the information dialog, can not apply yet
Bo Peng [Fri, 6 Jun 2008 04:10:42 +0000 (04:10 +0000)]
GuiInfo: display and initialize the information dialog, can not apply yet

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25152 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoInsetInfo: allow select and copy of text inside InsetInfo, trigger the info dialog...
Bo Peng [Fri, 6 Jun 2008 03:25:36 +0000 (03:25 +0000)]
InsetInfo: allow select and copy of text inside InsetInfo, trigger the info dialog correctly

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25151 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoPrevent a crash when destroying insets whose Buffers have been closed.
Richard Heck [Fri, 6 Jun 2008 03:11:56 +0000 (03:11 +0000)]
Prevent a crash when destroying insets whose Buffers have been closed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25150 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix bug 4925.
Jürgen Spitzmüller [Thu, 5 Jun 2008 19:22:47 +0000 (19:22 +0000)]
fix bug 4925.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25149 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoWrap figures can also have subfloats. I simply forgot that when implementing subfloat...
Jürgen Spitzmüller [Thu, 5 Jun 2008 16:05:52 +0000 (16:05 +0000)]
Wrap figures can also have subfloats. I simply forgot that when implementing subfloat support.

Well, here it is. Fixes one part of bug 4927. There's a remaining problem on conversion of onld subfigs with LaTeX content (e.g. \label). I'll fix that in a second step.

There's

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25148 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMove inset lookup to Dialog class as this is generic enough to be reused by other...
Abdelrazak Younes [Thu, 5 Jun 2008 16:03:08 +0000 (16:03 +0000)]
Move inset lookup to Dialog class as this is generic enough to be reused by other dialogs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25147 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoInsetInfo::inset(): look also for next inset as InsetInfo cannot be entered with...
Abdelrazak Younes [Thu, 5 Jun 2008 15:48:29 +0000 (15:48 +0000)]
InsetInfo::inset(): look also for next inset as InsetInfo cannot be entered with the cursor (yet).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25146 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoThe inset connection is not needed as the dialog will retrieve the inset from the...
Abdelrazak Younes [Thu, 5 Jun 2008 15:28:27 +0000 (15:28 +0000)]
The inset connection is not needed as the dialog will retrieve the inset from the cursor location.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25145 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoPreliminar InsetInfo dialog. This was done as an exercise to show Bo (an others)...
Abdelrazak Younes [Thu, 5 Jun 2008 15:08:46 +0000 (15:08 +0000)]
Preliminar InsetInfo dialog. This was done as an exercise to show Bo (an others) how easy it is to create a new dialog. This dialog needs to be filled in, right now, there is just an OK button.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25144 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMac compil fixes.
Abdelrazak Younes [Thu, 5 Jun 2008 14:40:41 +0000 (14:40 +0000)]
Mac compil fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25143 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMac compil and warning fixes.
Abdelrazak Younes [Thu, 5 Jun 2008 13:27:37 +0000 (13:27 +0000)]
Mac compil and warning fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25142 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* Doxy.
Pavel Sanda [Thu, 5 Jun 2008 12:24:27 +0000 (12:24 +0000)]
* Doxy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25141 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* InsetInfo: use Application::iconName().
Abdelrazak Younes [Thu, 5 Jun 2008 08:49:19 +0000 (08:49 +0000)]
* InsetInfo: use Application::iconName().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25140 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoProvide a generic way to retrieve icons from the frontend.
Abdelrazak Younes [Thu, 5 Jun 2008 08:31:22 +0000 (08:31 +0000)]
Provide a generic way to retrieve icons from the frontend.

* Application: new iconName() pure virtual interface.

* GuiApplication: transfer icon searching code from GuiToolbar.cpp.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25139 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoForgot this bit.
Richard Heck [Thu, 5 Jun 2008 06:59:35 +0000 (06:59 +0000)]
Forgot this bit.

The only remaining problem here is that, if you edit the TEXT that goes with
an InsetBibitem, then the information in the citation will not get updated
until something else invalidates the cache.  The only way to fix this, given
the existing system, would seem to be to check, every time anything gets
edited, whether we're in a Bibliography environment or not, and if so to
invalidate the cache. I'm not sure that is worth it. Really, it points to a
more general issue with InsetBibitem, IMHO: It ought to be a kind of combined
inset, a hybrid of sorts between an InsetCollapsable and an InsetCommand. But
that would be for 1.7.x at least.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25138 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMore cache fixing. Similar fix as for InsetBibtex, and I've renamed the key routine.
Richard Heck [Thu, 5 Jun 2008 06:55:34 +0000 (06:55 +0000)]
More cache fixing. Similar fix as for InsetBibtex, and I've renamed the key routine.

Unfortunately, we can't do a one-short fix for InsetCommand, requiring that it take
a Buffer & in the constructor, due to problems in mathed, specifically, here:
void InsetMathHull::label(row_type row, docstring const & label)
{
...
label_[row] = new InsetLabel(p);
if (buffer_)
label_[row]->setBuffer(buffer());
}
If InsetLabel has to have a Buffer, then buffer_ has to be set, which means InsetMathHull needs a Buffer. But then truckloads of these are created in Parser, where we don't really seem to have access to a Buffer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25137 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix some of the BibTeX cache issues. We need to be able to invalidate the cache when
Richard Heck [Thu, 5 Jun 2008 06:42:53 +0000 (06:42 +0000)]
Fix some of the BibTeX cache issues. We need to be able to invalidate the cache when
InsetBibtex's get created and destroyed, or modified.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25136 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago** support for CJK font argument. File Format change **
Jürgen Spitzmüller [Thu, 5 Jun 2008 06:18:34 +0000 (06:18 +0000)]
** support for CJK font argument. File Format change **

* src/BufferParams.{cpp,h}:
- new param fontsCJK (font_cjk).

* src/output_latex.cpp:
- use fontsCJK param.

* src/Buffer.cpp:
- increase file format

* src/frontends/qt4/GuiDocument.cpp:
* src/frontends/qt4/ui/FontUi.ui:
- GUI for the CJK font param

* lib/lyx2lyx/lyx_1_6.py:
- remove font_cjk param on reversion.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25135 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bug 4899. My bad.
Richard Heck [Thu, 5 Jun 2008 05:46:49 +0000 (05:46 +0000)]
Fix bug 4899. My bad.

There are still some problems here, also related to the cache.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25134 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoGive an error message here.
Richard Heck [Thu, 5 Jun 2008 05:39:48 +0000 (05:39 +0000)]
Give an error message here.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25133 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoTypo.
Richard Heck [Thu, 5 Jun 2008 05:39:19 +0000 (05:39 +0000)]
Typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25132 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoThe UserGuide now exports happily to 1.5.
Richard Heck [Thu, 5 Jun 2008 05:00:53 +0000 (05:00 +0000)]
The UserGuide now exports happily to 1.5.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25131 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoConversion and reversion routines for Standard --> PlainLayout --> Plain Layout business.
Richard Heck [Thu, 5 Jun 2008 03:54:18 +0000 (03:54 +0000)]
Conversion and reversion routines for Standard --> PlainLayout --> Plain Layout business.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25130 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAdd InsetInfo::SHORTCUTS_INFO and ICON_INFO
Bo Peng [Thu, 5 Jun 2008 03:41:35 +0000 (03:41 +0000)]
Add InsetInfo::SHORTCUTS_INFO and ICON_INFO

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25129 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoinstaller: whitespace and changelog entry I forgot yesterday
Uwe Stöhr [Wed, 4 Jun 2008 23:51:55 +0000 (23:51 +0000)]
installer: whitespace and changelog entry I forgot yesterday

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25128 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoSome comments on future cleanup.
Richard Heck [Wed, 4 Jun 2008 22:37:09 +0000 (22:37 +0000)]
Some comments on future cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25126 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agodocs: update to latest file format
Uwe Stöhr [Wed, 4 Jun 2008 22:36:44 +0000 (22:36 +0000)]
docs: update to latest file format
part 4/4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25125 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agodocs: update to latest file format
Uwe Stöhr [Wed, 4 Jun 2008 22:30:26 +0000 (22:30 +0000)]
docs: update to latest file format
part 3/4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25124 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agodocs: update to latest file format
Uwe Stöhr [Wed, 4 Jun 2008 22:22:42 +0000 (22:22 +0000)]
docs: update to latest file format
part 2/4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25123 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agodocs: update to latest file format
Uwe Stöhr [Wed, 4 Jun 2008 22:13:56 +0000 (22:13 +0000)]
docs: update to latest file format
part 1/4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25122 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago- German UserGuide.lyx: fix LOT/LOF handling
Uwe Stöhr [Wed, 4 Jun 2008 21:56:11 +0000 (21:56 +0000)]
- German UserGuide.lyx: fix LOT/LOF handling
- German Customization.lyx: make the file compilable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25121 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agothis entire method can now be removed (thanks for pointing this out, Bernhard!)
Dov Feldstern [Wed, 4 Jun 2008 21:05:27 +0000 (21:05 +0000)]
this entire method can now be removed (thanks for pointing this out, Bernhard!)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25120 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agowhitespace
Dov Feldstern [Wed, 4 Jun 2008 19:52:16 +0000 (19:52 +0000)]
whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25119 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix completion painting for RTL (inline completion and completion list)
Dov Feldstern [Wed, 4 Jun 2008 19:45:26 +0000 (19:45 +0000)]
fix completion painting for RTL (inline completion and completion list)

see http://permalink.gmane.org/gmane.editors.lyx.devel/107923 for an
explanation, though note that this patch is more extensive than the one
attached there

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25118 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoDoxy - these are similar.
Pavel Sanda [Wed, 4 Jun 2008 18:40:07 +0000 (18:40 +0000)]
Doxy - these are similar.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25117 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoLast rites for LFUN_BREAK_PARAGRAPH_SKIP, LFUN_DELETE_BACKWARD_SKIP, LFUN_DELETE_FORW...
Pavel Sanda [Wed, 4 Jun 2008 18:09:06 +0000 (18:09 +0000)]
Last rites for LFUN_BREAK_PARAGRAPH_SKIP, LFUN_DELETE_BACKWARD_SKIP, LFUN_DELETE_FORWARD_SKIP.
Closing bug http://bugzilla.lyx.org/show_bug.cgi?id=4492 .
Closing bug http://bugzilla.lyx.org/show_bug.cgi?id=4525 .

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25116 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoLast rites for LFUN_LIST_INSERT.
Pavel Sanda [Wed, 4 Jun 2008 17:43:13 +0000 (17:43 +0000)]
Last rites for LFUN_LIST_INSERT.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25115 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* Doxy.
Pavel Sanda [Wed, 4 Jun 2008 17:04:38 +0000 (17:04 +0000)]
* Doxy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25114 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix compiler warning
Jean-Marc Lasgouttes [Wed, 4 Jun 2008 09:57:37 +0000 (09:57 +0000)]
fix compiler warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25113 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix crash while InsetInfo hovering by replacing the hover message with a tooltip.
Abdelrazak Younes [Wed, 4 Jun 2008 07:15:43 +0000 (07:15 +0000)]
Fix crash while InsetInfo hovering by replacing the hover message with a tooltip.

Note to all: NEVER send a message inside a draw() method! This triggers a recursive painting of the status bar with Qt4.4 !

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25112 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoinstaller:
Uwe Stöhr [Wed, 4 Jun 2008 01:26:56 +0000 (01:26 +0000)]
installer:
- assure that every PC user has its own Aspell personal word list
- update for beta3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25111 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agodocumentation updates as now bug 4910 is fixed
Uwe Stöhr [Wed, 4 Jun 2008 00:43:52 +0000 (00:43 +0000)]
documentation updates as now bug 4910 is fixed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25110 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoProduce a cleaner latex output by avoiding \lyxmathsym when in text mode
Enrico Forestieri [Wed, 4 Jun 2008 00:36:04 +0000 (00:36 +0000)]
Produce a cleaner latex output by avoiding \lyxmathsym when in text mode
inside math mode, and also ensure the proper mode inside math when using
the symbols from the unicodesymbols file. This hopefully fixes bug 3938.
Note that this approach could also be used for fixing bug 1527.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25109 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix item delegate for qt 4.2:
Bernhard Roider [Tue, 3 Jun 2008 22:00:47 +0000 (22:00 +0000)]
Fix item delegate for qt 4.2:
In the completion-listbox rtl-Text does not work like it does for newer qt and icons are not displayed for math symbols.
The rtl handling is incorrect atm but now it works the same way for all versions of qt.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25108 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoBack to svn
José Matox [Tue, 3 Jun 2008 20:32:58 +0000 (20:32 +0000)]
Back to svn

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25107 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoPreparing for beta 3 1.6.0beta3
José Matox [Tue, 3 Jun 2008 20:27:38 +0000 (20:27 +0000)]
Preparing for beta 3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25105 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUpdate NEWS and translations for beta 3
José Matox [Tue, 3 Jun 2008 19:59:30 +0000 (19:59 +0000)]
Update NEWS and translations for beta 3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25104 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* RELEASE-NOTES.
Pavel Sanda [Tue, 3 Jun 2008 14:03:43 +0000 (14:03 +0000)]
* RELEASE-NOTES.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25103 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoOn the same note.
Pavel Sanda [Tue, 3 Jun 2008 13:42:03 +0000 (13:42 +0000)]
On the same note.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25101 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agooops.
Pavel Sanda [Tue, 3 Jun 2008 13:23:36 +0000 (13:23 +0000)]
oops.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25100 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoLFUN: delete-back/forward -> char-delete-back/forward
Pavel Sanda [Tue, 3 Jun 2008 13:21:19 +0000 (13:21 +0000)]
LFUN: delete-back/forward -> char-delete-back/forward
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg140977.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25099 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* Doxy.
Pavel Sanda [Tue, 3 Jun 2008 11:41:27 +0000 (11:41 +0000)]
* Doxy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25098 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix toc generation after rev25096.
Abdelrazak Younes [Tue, 3 Jun 2008 11:33:13 +0000 (11:33 +0000)]
Fix toc generation after rev25096.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25097 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4910 by creating InsetText::addToToc().
Abdelrazak Younes [Tue, 3 Jun 2008 11:12:45 +0000 (11:12 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4910 by creating InsetText::addToToc().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25096 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/output_latex.cpp:
Jürgen Spitzmüller [Tue, 3 Jun 2008 07:51:14 +0000 (07:51 +0000)]
* src/output_latex.cpp:
- handle CJK nesting correctly with nested insets (bug 4913).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25093 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* Allow the use of eqrefs in mathed (bug 4623).
Jürgen Spitzmüller [Tue, 3 Jun 2008 06:23:45 +0000 (06:23 +0000)]
* Allow the use of eqrefs in mathed (bug 4623).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25092 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAccount for text mode inside math mode.
Enrico Forestieri [Tue, 3 Jun 2008 02:38:38 +0000 (02:38 +0000)]
Account for text mode inside math mode.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25090 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoThe 1.5.x User's Guide now loads in 1.6.svn.
Richard Heck [Tue, 3 Jun 2008 00:41:38 +0000 (00:41 +0000)]
The 1.5.x User's Guide now loads in 1.6.svn.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25089 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoBe sure to insert a space after a macro when needed.
Enrico Forestieri [Tue, 3 Jun 2008 00:09:20 +0000 (00:09 +0000)]
Be sure to insert a space after a macro when needed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25088 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAnother typo.
Richard Heck [Tue, 3 Jun 2008 00:05:03 +0000 (00:05 +0000)]
Another typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25087 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoTypo.
Richard Heck [Mon, 2 Jun 2008 23:24:04 +0000 (23:24 +0000)]
Typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25086 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago- EmbeddedObjects.lyx, UserGuide.lyx: describe the new subfloat handling
Uwe Stöhr [Mon, 2 Jun 2008 22:22:31 +0000 (22:22 +0000)]
- EmbeddedObjects.lyx, UserGuide.lyx: describe the new subfloat handling
- EmbeddedObjects.lyx: remove section about the formerly needed special handling of references to subfloats (now only bug 4910 needs to be fixed)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25085 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoupdated list of installer files
Joost Verburg [Mon, 2 Jun 2008 20:28:32 +0000 (20:28 +0000)]
updated list of installer files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25082 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAdd some LaTeX <--> LyXText conversions.
Richard Heck [Mon, 2 Jun 2008 19:47:18 +0000 (19:47 +0000)]
Add some LaTeX <--> LyXText conversions.

A lot more of this needs to be done.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25081 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMore work fixing lyx2lyx.
Richard Heck [Mon, 2 Jun 2008 19:42:53 +0000 (19:42 +0000)]
More work fixing lyx2lyx.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25080 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUpdate it.po
Enrico Forestieri [Mon, 2 Jun 2008 17:53:57 +0000 (17:53 +0000)]
Update it.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25077 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoBack to 1.6.0svn
José Matox [Mon, 2 Jun 2008 15:42:34 +0000 (15:42 +0000)]
Back to 1.6.0svn

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25076 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUpdate translations and NEWS for beta2 1.6.0beta2
José Matox [Mon, 2 Jun 2008 15:38:45 +0000 (15:38 +0000)]
Update translations and NEWS for beta2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25074 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoGoing for 1.6.0 (beta 2)
José Matox [Mon, 2 Jun 2008 15:31:26 +0000 (15:31 +0000)]
Going for 1.6.0 (beta 2)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25073 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUpdate translations for beta2
José Matox [Mon, 2 Jun 2008 15:28:48 +0000 (15:28 +0000)]
Update translations for beta2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25072 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoRemove bug work around due to bad event loop startup process in 1.5.
Abdelrazak Younes [Mon, 2 Jun 2008 14:19:39 +0000 (14:19 +0000)]
Remove bug work around due to bad event loop startup process in 1.5.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25071 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=4904
Abdelrazak Younes [Mon, 2 Jun 2008 13:59:00 +0000 (13:59 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4904

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25070 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMove secondary toolbars to View->Toolbars->Other Toolbars.
Abdelrazak Younes [Mon, 2 Jun 2008 12:51:36 +0000 (12:51 +0000)]
Move secondary toolbars to View->Toolbars->Other Toolbars.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25069 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* LaTeXConfig.lyx: correct the correction.
Jürgen Spitzmüller [Mon, 2 Jun 2008 12:43:20 +0000 (12:43 +0000)]
* LaTeXConfig.lyx: correct the correction.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25068 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* LaTeXConfig.lyx: small correction (bug 4905).
Jürgen Spitzmüller [Mon, 2 Jun 2008 12:38:08 +0000 (12:38 +0000)]
* LaTeXConfig.lyx: small correction (bug 4905).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25067 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAdd doxy.
Pavel Sanda [Mon, 2 Jun 2008 11:44:28 +0000 (11:44 +0000)]
Add doxy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25066 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUnify LFUN naming.
Pavel Sanda [Mon, 2 Jun 2008 11:31:03 +0000 (11:31 +0000)]
Unify LFUN naming.
(LFUN_FLOAT_LIST -> LFUN_FLOAT_LIST_INSERT)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25065 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoGet rid of GuiMath layer.
Abdelrazak Younes [Mon, 2 Jun 2008 10:05:29 +0000 (10:05 +0000)]
Get rid of GuiMath layer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25064 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMore code removal.
Abdelrazak Younes [Mon, 2 Jun 2008 09:26:27 +0000 (09:26 +0000)]
More code removal.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25063 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoremove unused code.
Abdelrazak Younes [Mon, 2 Jun 2008 09:18:07 +0000 (09:18 +0000)]
remove unused code.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25062 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAllow to specify either text mode or math mode commands (or both) in the
Enrico Forestieri [Mon, 2 Jun 2008 01:35:42 +0000 (01:35 +0000)]
Allow to specify either text mode or math mode commands (or both) in the
unicodesymbols file. When the command for a mode is not specified, the
other one is used (taking care that it also works in the "wrong" mode).
This allows to avoid the \lyxmathsym macro when a native math command
is available. Patch from Georg, modifications to the unicodesymbols
file by me.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25061 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* cs.po
Pavel Sanda [Sun, 1 Jun 2008 21:28:55 +0000 (21:28 +0000)]
* cs.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25060 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix manual update of the viewsource dialog, set default states of the view source...
Bo Peng [Sun, 1 Jun 2008 20:03:36 +0000 (20:03 +0000)]
Fix manual update of the viewsource dialog, set default states of the view source checkboxes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25059 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoReally get revert_nocite working.
Richard Heck [Sun, 1 Jun 2008 19:59:15 +0000 (19:59 +0000)]
Really get revert_nocite working.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25058 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoChange inset label from ": filename" to "Program Listing: filename" for listings...
Bo Peng [Sun, 1 Jun 2008 18:23:22 +0000 (18:23 +0000)]
Change inset label from ": filename" to "Program Listing: filename" for listings without caption.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25057 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* Doxy.
Pavel Sanda [Sun, 1 Jun 2008 16:45:25 +0000 (16:45 +0000)]
* Doxy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25056 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix the increment of i here.
Richard Heck [Sun, 1 Jun 2008 15:01:28 +0000 (15:01 +0000)]
Fix the increment of i here.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25055 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoRevert inadvertent commit.
Richard Heck [Sun, 1 Jun 2008 15:00:23 +0000 (15:00 +0000)]
Revert inadvertent commit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25054 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoJust a comment.
Richard Heck [Sun, 1 Jun 2008 14:57:33 +0000 (14:57 +0000)]
Just a comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25053 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMake revert_nocite work again. Similar issues with ranges and changing indices.
Richard Heck [Sun, 1 Jun 2008 14:55:47 +0000 (14:55 +0000)]
Make revert_nocite work again. Similar issues with ranges and changing indices.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25052 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoSimilar range-->while stuff.
Richard Heck [Sun, 1 Jun 2008 14:27:43 +0000 (14:27 +0000)]
Similar range-->while stuff.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25051 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix convert_spaceinset again.
Richard Heck [Sun, 1 Jun 2008 14:22:11 +0000 (14:22 +0000)]
Fix convert_spaceinset again.

The problem here is that
  for i in range(len(document.body)):
sets the range BEFORE we do any of our manipulations. But those manipulations
can make document.body longer. As a result, we can fail to test some lines.
Instead, use:
  while i < len(document.body):
and increment i in the while loop.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25050 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoRename \mathsym -> \lyxmathsym in order to avoid potential clashes.
Enrico Forestieri [Sun, 1 Jun 2008 14:11:36 +0000 (14:11 +0000)]
Rename \mathsym -> \lyxmathsym in order to avoid potential clashes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25049 a592a061-630c-0410-9148-cb99ea01b6c8