]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agocmake: Fix typo.
Vincent van Ravesteijn [Wed, 25 Feb 2009 21:11:43 +0000 (21:11 +0000)]
cmake: Fix typo.

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

15 years agoFix bug 5541: http://bugzilla.lyx.org/show_bug.cgi?id=5541
Enrico Forestieri [Wed, 25 Feb 2009 12:16:56 +0000 (12:16 +0000)]
Fix bug 5541: http://bugzilla.lyx.org/show_bug.cgi?id=5541
This was due to a thinko in http://www.lyx.org/trac/changeset/26002

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

15 years agoAdded revision as the release number for rpm package
Kornel Benko [Wed, 25 Feb 2009 07:42:50 +0000 (07:42 +0000)]
Added revision as the release number for rpm package
to avoid the need of the --force flag when updating.

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

15 years agocorrected description of how to create a package using cmake
Kornel Benko [Wed, 25 Feb 2009 07:36:59 +0000 (07:36 +0000)]
corrected description of how to create a package using cmake

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

15 years agoxypic.lyx merge conflict #2
Pavel Sanda [Wed, 25 Feb 2009 02:07:14 +0000 (02:07 +0000)]
xypic.lyx merge conflict #2

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

15 years agoxypic.lyx merge conflict #1
Pavel Sanda [Wed, 25 Feb 2009 02:01:46 +0000 (02:01 +0000)]
xypic.lyx merge conflict #1

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

15 years agoalso into trunk
Pavel Sanda [Wed, 25 Feb 2009 01:45:43 +0000 (01:45 +0000)]
also into trunk

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

15 years agoUpdate it.po
Enrico Forestieri [Wed, 25 Feb 2009 01:15:02 +0000 (01:15 +0000)]
Update it.po

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

15 years agoFix bug 5744: http://bugzilla.lyx.org/show_bug.cgi?id=5744.
Vincent van Ravesteijn [Wed, 25 Feb 2009 00:39:55 +0000 (00:39 +0000)]
Fix bug 5744: http://bugzilla.lyx.org/show_bug.cgi?id=5744.
Crash with completion in mathed.

When deleting an inset, the stored DocIterator might contain a reference to a non-existent Inset and Text. Therefore, if we detect that the depth has changed, we are (for sure) not in the same paragraph, but we should make sure not to ask for the innerParagraph.

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

15 years agoAdd to contributors.
Pavel Sanda [Tue, 24 Feb 2009 23:07:00 +0000 (23:07 +0000)]
Add to contributors.

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

15 years agoCase-insensitive reference sorting.
Pavel Sanda [Tue, 24 Feb 2009 22:56:57 +0000 (22:56 +0000)]
Case-insensitive reference sorting.
Patch from Manoj Rajagopalan.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg147931.html

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

15 years agoCosmetics
Pavel Sanda [Tue, 24 Feb 2009 22:42:41 +0000 (22:42 +0000)]
Cosmetics

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

15 years agoFix bug 5769: http://bugzilla.lyx.org/show_bug.cgi?id=5769.
Vincent van Ravesteijn [Mon, 23 Feb 2009 19:06:43 +0000 (19:06 +0000)]
Fix bug 5769: http://bugzilla.lyx.org/show_bug.cgi?id=5769.
Copy content vanishes on Quit.

The work-around to clear the clipboard was needed to work around bug 4846. This bug has been resolved by the fix for bug 5472, so the work-around isn't needed anymore.

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

15 years agoFix bug 5797: http://bugzilla.lyx.org/show_bug.cgi?id=5797.
Vincent van Ravesteijn [Mon, 23 Feb 2009 19:00:23 +0000 (19:00 +0000)]
Fix bug 5797: http://bugzilla.lyx.org/show_bug.cgi?id=5797.
GetStatus of an InsetCollapsable asserts for unhandled commands.

When you add a command to the context menu of an InsetCollapsable of which the getStatus method does not handle this command, an assertion will be raised. This happens when getStatus doesn't handle a command it is forwarded to text::getStatus which asserts because cur.text() is the text the inset is in, while this is the text of the inset. So, we only dispatch to text_ if the cursor is inside the text_. This is not the case for e.g. context menus.

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

15 years ago* README.localization
Pavel Sanda [Mon, 23 Feb 2009 16:48:25 +0000 (16:48 +0000)]
* README.localization

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

15 years agoFix bug 5799. Warning when opening the document settings dialog. http://bugzilla...
Vincent van Ravesteijn [Sun, 22 Feb 2009 23:02:35 +0000 (23:02 +0000)]
Fix bug 5799. Warning when opening the document settings dialog. http://bugzilla.lyx.org/show_bug.cgi?id=5799.

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

15 years agoEmbeddedObjects.lyx: update manual according to http://bugzilla.lyx.org/show_bug...
Uwe Stöhr [Sun, 22 Feb 2009 22:26:44 +0000 (22:26 +0000)]
EmbeddedObjects.lyx: update manual according to http://bugzilla.lyx.org/show_bug.cgi?id=5798

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

15 years agofix merge build
Peter Kümmel [Sun, 22 Feb 2009 12:42:10 +0000 (12:42 +0000)]
fix merge build

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

15 years agoHide messages when using cmake-gui.
Vincent van Ravesteijn [Sat, 21 Feb 2009 22:41:30 +0000 (22:41 +0000)]
Hide messages when using cmake-gui.

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

15 years agoFix cmake after r28575. Patch from Kornel.
Vincent van Ravesteijn [Sat, 21 Feb 2009 22:37:25 +0000 (22:37 +0000)]
Fix cmake after r28575. Patch from Kornel.

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

15 years agoA couple things noticed by Andre.
Richard Heck [Sat, 21 Feb 2009 21:49:56 +0000 (21:49 +0000)]
A couple things noticed by Andre.

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

15 years agoLayoutModuleList.cpp: correct include
Uwe Stöhr [Sat, 21 Feb 2009 21:19:12 +0000 (21:19 +0000)]
LayoutModuleList.cpp: correct include

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

15 years agoLayoutModuleList: - make LyX compile
Uwe Stöhr [Sat, 21 Feb 2009 21:04:27 +0000 (21:04 +0000)]
LayoutModuleList: - make LyX compile
                  - fix SCons after r28575
                  - set EOL to native

@ Richard: For new files please always set the EOL flag to native. If possible it would be nice if you can also update SCons manifest file.

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

15 years agoWhoops.
Richard Heck [Sat, 21 Feb 2009 19:38:10 +0000 (19:38 +0000)]
Whoops.

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

15 years agoMove some more code around so as to make module-related routines available
Richard Heck [Sat, 21 Feb 2009 16:45:37 +0000 (16:45 +0000)]
Move some more code around so as to make module-related routines available
to tex2lyx.

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

15 years agoFix bug 4346: http://bugzilla.lyx.org/show_bug.cgi?id=4346.
Vincent van Ravesteijn [Sat, 21 Feb 2009 16:27:00 +0000 (16:27 +0000)]
Fix bug 4346: http://bugzilla.lyx.org/show_bug.cgi?id=4346.
Synchronizing insets asserts with two views open

It changes the autoOpen_ member of InsetCollapsable into a map, such that an autoOpen value can be specified for each bufferView. Now, the assertion is avoided and insetCollapsable can be open in one bufferview and be closed in the other in very special cases that the cursor end up in a closed inset.

Compare with the MathMacro::editing_ member.

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

15 years ago* tex2lyx/preamble.cpp:
Jürgen Spitzmüller [Fri, 20 Feb 2009 09:46:03 +0000 (09:46 +0000)]
* tex2lyx/preamble.cpp:
- fix thinko that caused tex2lyx to silently drop custom preamble entries in non-LyX-generated tex files.
  (bug 5788). Patch from Jean-Marc.

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

15 years agoUpdate manual a bit: LyX won't check for arbitrary packages.
Richard Heck [Thu, 19 Feb 2009 22:28:02 +0000 (22:28 +0000)]
Update manual a bit: LyX won't check for arbitrary packages.

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

15 years agoFix bug 5787-part_2 (Labels in Listings Children Don't Update Properly).
Vincent van Ravesteijn [Thu, 19 Feb 2009 21:33:07 +0000 (21:33 +0000)]
Fix bug 5787-part_2 (Labels in Listings Children Don't Update Properly).

It was still possible to set the label of an included Program Listing to an already existing label (if there was no label specified yet).

See also:
http://www.lyx.org/trac/changeset/28556

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

15 years agoFix a crash when removing the label of an included Program Listing.
Vincent van Ravesteijn [Thu, 19 Feb 2009 20:53:35 +0000 (20:53 +0000)]
Fix a crash when removing the label of an included Program Listing.

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

15 years agoCosmetics.
Vincent van Ravesteijn [Thu, 19 Feb 2009 19:41:41 +0000 (19:41 +0000)]
Cosmetics.

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

15 years agoRemove the GuiRef::sort_ member. It was a relic of the old days.
Vincent van Ravesteijn [Thu, 19 Feb 2009 19:24:42 +0000 (19:24 +0000)]
Remove the GuiRef::sort_ member. It was a relic of the old days.

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

15 years agoMake Andre a little happier.
Richard Heck [Thu, 19 Feb 2009 19:10:59 +0000 (19:10 +0000)]
Make Andre a little happier.

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

15 years agoRename a routine.
Richard Heck [Thu, 19 Feb 2009 17:24:37 +0000 (17:24 +0000)]
Rename a routine.

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

15 years agoPatch from Bo. Fixes problem with labels in child docs of the listings type:
Richard Heck [Thu, 19 Feb 2009 04:50:25 +0000 (04:50 +0000)]
Patch from Bo. Fixes problem with labels in child docs of the listings type:
Duplicate labels were not being updated.

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

15 years agoFix more of bug 5751.
Richard Heck [Thu, 19 Feb 2009 04:42:30 +0000 (04:42 +0000)]
Fix more of bug 5751.

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

15 years agoFix bug 5751.
Richard Heck [Thu, 19 Feb 2009 04:18:31 +0000 (04:18 +0000)]
Fix bug 5751.

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

15 years agogcc compil fix
Pavel Sanda [Thu, 19 Feb 2009 04:05:44 +0000 (04:05 +0000)]
gcc compil fix

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

15 years agoCosmetics, and comment.
Richard Heck [Thu, 19 Feb 2009 03:24:51 +0000 (03:24 +0000)]
Cosmetics, and comment.

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

15 years agoFix bug 5699 (crash when using outliner in child document while the master is not...
Vincent van Ravesteijn [Thu, 19 Feb 2009 00:29:04 +0000 (00:29 +0000)]
Fix bug 5699 (crash when using outliner in child document while the master is not opened).

The problem was that, if the master is not opened, no respective guiDelegate exists, and the functions that update the toc do not trigger. The fix is to update the child's toc backend and toc items directly in such cases.

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

15 years agoFix bug 5785: http://bugzilla.lyx.org/show_bug.cgi?id=5785.
Vincent van Ravesteijn [Wed, 18 Feb 2009 23:45:00 +0000 (23:45 +0000)]
Fix bug 5785: http://bugzilla.lyx.org/show_bug.cgi?id=5785.
Reference dialog update crash for read-only documents.

Comments:
* -1 is a valid return of bufferCO->currentIndex() so we need to test for it.
* set the correct enabling of the button in case no call to updateContents follows.
* remove unneeded call to setFocusProxy. The widget is either disabled or the focus proxy is set in updateRefs.

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

15 years ago- *.po-file remerge
Uwe Stöhr [Wed, 18 Feb 2009 23:38:28 +0000 (23:38 +0000)]
- *.po-file remerge
- pl.po: remove doubled entries
- de.po: some translations

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

15 years agopl.po: translation updates from Michał Fita
Uwe Stöhr [Wed, 18 Feb 2009 21:18:49 +0000 (21:18 +0000)]
pl.po: translation updates from Michał Fita

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

15 years agoCustomization - revert relevants parts back for translators.
Pavel Sanda [Wed, 18 Feb 2009 08:52:40 +0000 (08:52 +0000)]
Customization - revert relevants parts back for translators.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg148048.html

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

15 years agoEmbeddedObjects.lyx: update the description of Edit externally
Uwe Stöhr [Wed, 18 Feb 2009 00:53:29 +0000 (00:53 +0000)]
EmbeddedObjects.lyx: update the description of Edit externally

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

15 years ago* Customization.lyx, accept changes
Pavel Sanda [Tue, 17 Feb 2009 23:44:51 +0000 (23:44 +0000)]
* Customization.lyx, accept changes

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

15 years agoBetter fix for bug 1476 (following an idea by Jean-Marc).
Georg Baum [Tue, 17 Feb 2009 20:25:56 +0000 (20:25 +0000)]
Better fix for bug 1476 (following an idea by Jean-Marc).
Don't go into an endless loop if layout2layout cannot produce the desired file format.

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

15 years agoSpanish EmbeddedObjects.lyx: update from Ignacio
Uwe Stöhr [Tue, 17 Feb 2009 01:12:52 +0000 (01:12 +0000)]
Spanish EmbeddedObjects.lyx: update from Ignacio

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

15 years agoxypic.lyx: - update layout of this file to the one of the other doc files
Uwe Stöhr [Tue, 17 Feb 2009 00:50:37 +0000 (00:50 +0000)]
xypic.lyx: - update layout of this file to the one of the other doc files
           - cleanup of the preamble
           - a layout fix

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

15 years agoMath.lyx: - revert format to LyX 1.6.x but keep the new LyX 2.0.0 specific contents...
Uwe Stöhr [Tue, 17 Feb 2009 00:45:52 +0000 (00:45 +0000)]
Math.lyx: - revert format to LyX 1.6.x but keep the new LyX 2.0.0 specific contents; this makes maintaining much easier
          - final cleanups for the new \hspace in formulas feature

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

15 years agofix path
Pavel Sanda [Mon, 16 Feb 2009 23:41:52 +0000 (23:41 +0000)]
fix path

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

15 years agoJapanese Tutorial.lyx: update by Koji
Uwe Stöhr [Mon, 16 Feb 2009 23:39:31 +0000 (23:39 +0000)]
Japanese Tutorial.lyx: update by Koji

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

15 years ago* xypic.lyx
Pavel Sanda [Mon, 16 Feb 2009 23:38:01 +0000 (23:38 +0000)]
* xypic.lyx

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

15 years agocompilation warning: add exta braces around assignment
Jean-Marc Lasgouttes [Mon, 16 Feb 2009 10:08:18 +0000 (10:08 +0000)]
compilation warning: add exta braces around assignment

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

15 years agocompilation warning: scale is unsigned
Jean-Marc Lasgouttes [Mon, 16 Feb 2009 10:07:16 +0000 (10:07 +0000)]
compilation warning: scale is unsigned

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

15 years agocompilation warning: comparison of two char *
Jean-Marc Lasgouttes [Mon, 16 Feb 2009 10:06:24 +0000 (10:06 +0000)]
compilation warning: comparison of two char *

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

15 years agocompilation warning: unused parameter
Jean-Marc Lasgouttes [Mon, 16 Feb 2009 10:05:40 +0000 (10:05 +0000)]
compilation warning: unused parameter

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

15 years ago- Math.lyx: remove unneeded ERT
Uwe Stöhr [Mon, 16 Feb 2009 03:07:55 +0000 (03:07 +0000)]
- Math.lyx: remove unneeded ERT
- UserGuide.lyx: update version number

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

15 years agoelsarticle.lyx: remove the trouble-making frontmatter environment
Uwe Stöhr [Sun, 15 Feb 2009 16:43:40 +0000 (16:43 +0000)]
elsarticle.lyx: remove the trouble-making frontmatter environment

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

15 years agoKornel: cmake, use external files for packaging
Peter Kümmel [Sun, 15 Feb 2009 15:38:32 +0000 (15:38 +0000)]
Kornel: cmake, use external files for packaging

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

15 years agoKornel really needs write access
Peter Kümmel [Sun, 15 Feb 2009 14:02:26 +0000 (14:02 +0000)]
Kornel really needs write access

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

15 years agofix stupid typos
Peter Kümmel [Sun, 15 Feb 2009 13:39:05 +0000 (13:39 +0000)]
fix stupid typos

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

15 years agoadd readme for packaging
Peter Kümmel [Sun, 15 Feb 2009 13:15:14 +0000 (13:15 +0000)]
add readme for packaging

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

15 years agoadd missing cmake files
Peter Kümmel [Sun, 15 Feb 2009 13:11:44 +0000 (13:11 +0000)]
add missing cmake files

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

15 years agoke/CMakeLists.txt
Peter Kümmel [Sun, 15 Feb 2009 10:43:06 +0000 (10:43 +0000)]
ke/CMakeLists.txt
Expanded parsing of configure.ac to get also the BUGREPORT value
Added creation of red hat- and debian-packages

Kornel

--line, and those below, will be ignored--

M    development/cmake/CMakeLists.txt

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

15 years agoInsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5777
Uwe Stöhr [Sat, 14 Feb 2009 21:39:15 +0000 (21:39 +0000)]
InsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5777

Also OK for branch?

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

15 years agoCompile fix for r28492.
Vincent van Ravesteijn [Sat, 14 Feb 2009 16:57:52 +0000 (16:57 +0000)]
Compile fix for r28492.

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

15 years agoFix a crash on exit when the child documents are already unloaded.
Vincent van Ravesteijn [Sat, 14 Feb 2009 16:49:28 +0000 (16:49 +0000)]
Fix a crash on exit when the child documents are already unloaded.

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

15 years ago* Buffer.cpp:
Jürgen Spitzmüller [Sat, 14 Feb 2009 14:21:59 +0000 (14:21 +0000)]
* Buffer.cpp:
- avoid wrong console message while loading a child from a master
  that lead me on the wrong track when debugging bug 5699.

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

15 years ago* Buffer.h: cosmetics.
Jürgen Spitzmüller [Sat, 14 Feb 2009 13:52:10 +0000 (13:52 +0000)]
* Buffer.h: cosmetics.

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

15 years agoEmbeddedObjects.lyx: a small longtable fix
Uwe Stöhr [Fri, 13 Feb 2009 23:50:07 +0000 (23:50 +0000)]
EmbeddedObjects.lyx: a small longtable fix

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

15 years agoInsetTabular.cpp: Reverting r28472 and part of r28461 - this would have been a regres...
Uwe Stöhr [Fri, 13 Feb 2009 23:48:19 +0000 (23:48 +0000)]
InsetTabular.cpp: Reverting r28472 and part of r28461 - this would have been a regression, therefore readding it.

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

15 years agodevelopment/cmake/CMakeLists.txt
Peter Kümmel [Fri, 13 Feb 2009 21:37:08 +0000 (21:37 +0000)]
development/cmake/CMakeLists.txt
Expanded parsing of configure.ac to get also the BUGREPORT value
Added creation of red hat- and debian-packages

Kornel

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

15 years ago* nb.po from Helge
Pavel Sanda [Fri, 13 Feb 2009 15:14:53 +0000 (15:14 +0000)]
* nb.po from Helge

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

15 years agoGreetings from gimp.
Pavel Sanda [Fri, 13 Feb 2009 15:11:52 +0000 (15:11 +0000)]
Greetings from gimp.

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

15 years agotypo
Pavel Sanda [Fri, 13 Feb 2009 14:00:03 +0000 (14:00 +0000)]
typo

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

15 years ago* doxy
Pavel Sanda [Fri, 13 Feb 2009 13:58:49 +0000 (13:58 +0000)]
* doxy

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

15 years agoIntroduce jump-back navigation through bookmark 0
Pavel Sanda [Fri, 13 Feb 2009 13:46:08 +0000 (13:46 +0000)]
Introduce jump-back navigation through bookmark 0
http://bugzilla.lyx.org/show_bug.cgi?id=898
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg147949.html

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

15 years agoEmbeddedObjects.lyx: update the description of longtables and captions
Uwe Stöhr [Fri, 13 Feb 2009 03:21:32 +0000 (03:21 +0000)]
EmbeddedObjects.lyx: update the description of longtables and captions

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

15 years agoInsetTabular.cpp: I was over eager in r28442: there can only be one caption, but...
Uwe Stöhr [Fri, 13 Feb 2009 03:17:01 +0000 (03:17 +0000)]
InsetTabular.cpp: I was over eager in r28442: there can only be one caption, but several header/footer rows

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

15 years agoInsetTabular.cpp: when there is no first header or last footer, then don't mention...
Uwe Stöhr [Thu, 12 Feb 2009 23:59:31 +0000 (23:59 +0000)]
InsetTabular.cpp: when there is no first header or last footer, then don't mention it in the LaTeX code, otherwise the header/footer will not appear on the first page.

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

15 years agoIntro.lyx: fix typo spotted by a user and an update
Uwe Stöhr [Thu, 12 Feb 2009 23:53:28 +0000 (23:53 +0000)]
Intro.lyx: fix typo spotted by a user and an update

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

15 years agoCosmetics
Pavel Sanda [Thu, 12 Feb 2009 23:46:16 +0000 (23:46 +0000)]
Cosmetics

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

15 years agoNext step: LayoutModuleList is now a thin wrapper around a list<string>.
Richard Heck [Thu, 12 Feb 2009 15:07:22 +0000 (15:07 +0000)]
Next step: LayoutModuleList is now a thin wrapper around a list<string>.
It'll get its own methods later.

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

15 years agoRedundancy.
Richard Heck [Thu, 12 Feb 2009 15:01:12 +0000 (15:01 +0000)]
Redundancy.

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

15 years agoSquash warnings.
Richard Heck [Thu, 12 Feb 2009 14:30:29 +0000 (14:30 +0000)]
Squash warnings.

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

15 years ago*cmake - patch from Kornel
Pavel Sanda [Thu, 12 Feb 2009 08:23:12 +0000 (08:23 +0000)]
*cmake - patch from Kornel

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

15 years agoGuiTabular.cpp, InsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5773
Uwe Stöhr [Thu, 12 Feb 2009 03:02:34 +0000 (03:02 +0000)]
GuiTabular.cpp, InsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5773

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

15 years agoInsetTabular.cpp: output the caption for docbook according to the docbook documentati...
Uwe Stöhr [Thu, 12 Feb 2009 02:37:14 +0000 (02:37 +0000)]
InsetTabular.cpp: output the caption for docbook according to the docbook documentation http://docbook.org/tdg/en/html/caption.html and this example: http://sources.redhat.com/ml/docbook/2004-06/msg00017.html

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

15 years agoInsetTabular.cpp: output the caption for docbook
Uwe Stöhr [Thu, 12 Feb 2009 02:31:00 +0000 (02:31 +0000)]
InsetTabular.cpp: output the caption for docbook

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

15 years agoInsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5772
Uwe Stöhr [Thu, 12 Feb 2009 02:23:48 +0000 (02:23 +0000)]
InsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5772

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

15 years agoscons_manifest.py: fix another SCons issue after r28456
Uwe Stöhr [Thu, 12 Feb 2009 01:32:32 +0000 (01:32 +0000)]
scons_manifest.py: fix another SCons issue after r28456

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

15 years agoIntro.lyx: fix 2 typos spotted by a user
Uwe Stöhr [Thu, 12 Feb 2009 01:20:08 +0000 (01:20 +0000)]
Intro.lyx: fix 2 typos spotted by a user

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

15 years ago* scons
Pavel Sanda [Wed, 11 Feb 2009 23:55:51 +0000 (23:55 +0000)]
* scons

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

15 years agoMove some code around in an effort to make information about modules
Richard Heck [Wed, 11 Feb 2009 23:22:10 +0000 (23:22 +0000)]
Move some code around in an effort to make information about modules
available to tex2lyx. The point is to move the crucial routines that
deal with modules out of BufferParams.cpp, which tex2lyx does not have,
and into TextClass.cpp, which it does.

This is all cleanup that makes a lot of sense independently.

Note that LayoutModuleList will shortly become a real class.

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

15 years agoCosmetics.
Richard Heck [Wed, 11 Feb 2009 20:02:53 +0000 (20:02 +0000)]
Cosmetics.

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

15 years agoAuthor info.
Richard Heck [Wed, 11 Feb 2009 19:59:25 +0000 (19:59 +0000)]
Author info.

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

15 years agoCosmetics.
Richard Heck [Wed, 11 Feb 2009 19:51:56 +0000 (19:51 +0000)]
Cosmetics.

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

15 years agoAccess private data directly.
Richard Heck [Wed, 11 Feb 2009 19:48:54 +0000 (19:48 +0000)]
Access private data directly.

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

15 years agoUse the typedef.
Richard Heck [Wed, 11 Feb 2009 19:35:22 +0000 (19:35 +0000)]
Use the typedef.

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