]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoUserGuide.lyx: typos and style fixes by Hartmut and me
Uwe Stöhr [Tue, 12 Aug 2008 22:47:33 +0000 (22:47 +0000)]
UserGuide.lyx: typos and style fixes by Hartmut and me

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

15 years agoro.po: updates by Marius Ionescu, Liviu Andronic, and me
Uwe Stöhr [Tue, 12 Aug 2008 22:27:45 +0000 (22:27 +0000)]
ro.po: updates by Marius Ionescu, Liviu Andronic, and me

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

15 years agoRemove unintelligible comment. (This seems to have been copied over from Dialog.h.)
Richard Heck [Tue, 12 Aug 2008 22:18:21 +0000 (22:18 +0000)]
Remove unintelligible comment. (This seems to have been copied over from Dialog.h.)

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

15 years agoRemove invalid comment.
Richard Heck [Tue, 12 Aug 2008 21:56:07 +0000 (21:56 +0000)]
Remove invalid comment.

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

15 years agoautogenerated file
Jean-Marc Lasgouttes [Tue, 12 Aug 2008 21:20:44 +0000 (21:20 +0000)]
autogenerated file

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

15 years agolet autoconf generate lyx.1; add information on LIBDIR there (not sure it is actully...
Jean-Marc Lasgouttes [Tue, 12 Aug 2008 21:18:49 +0000 (21:18 +0000)]
let autoconf generate lyx.1; add information on LIBDIR there (not sure it is actully useful)

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

15 years agoFix bug 4166: Crash when middle button click on inset label
Jean-Marc Lasgouttes [Tue, 12 Aug 2008 14:13:16 +0000 (14:13 +0000)]
Fix bug 4166: Crash when middle button click on inset label
http://bugzilla.lyx.org/show_bug.cgi?id=4662

* InsetCollapsable.cpp (doDispatch): cleanup the handling of mouse-
related lfuns. The new behavior is as follows:
- everything that does not touch the button is sent to the insettext,
if it is visible, and delegated to enclosing inset instead
- mouse1-press is delegated to enclosing inset (which will set the
cursor)
- the rest is either acted upon or results on a mere cur.noUpdate().

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

15 years agoFix bug 5161: Context menu does not respect selection
Jean-Marc Lasgouttes [Tue, 12 Aug 2008 10:17:31 +0000 (10:17 +0000)]
Fix bug 5161: Context menu does not respect selection
http://bugzilla.lyx.org/show_bug.cgi?id=5161

* Text3.cpp (dispatch/LFUN_MOUSE_PRESS): compare the mouse position to
the bufferview cursor, since cur is already set to the place we
want; reverse the test for being inside of the selection.

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

15 years agoAdd missing operator>= to DocIterator
Jean-Marc Lasgouttes [Tue, 12 Aug 2008 09:51:00 +0000 (09:51 +0000)]
Add missing operator>= to DocIterator

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

15 years agoUpdate LYX_DIR_XXx and LYX_USERDIR_XXx environment variable names
Enrico Forestieri [Tue, 12 Aug 2008 09:05:30 +0000 (09:05 +0000)]
Update LYX_DIR_XXx and LYX_USERDIR_XXx environment variable names
in docs and manpages at install time.

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

15 years agoSpare a few cpu cycles
Enrico Forestieri [Tue, 12 Aug 2008 09:02:46 +0000 (09:02 +0000)]
Spare a few cpu cycles

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

15 years agoBetter compatibility with autoconf 2.62.
Jean-Marc Lasgouttes [Mon, 11 Aug 2008 23:27:08 +0000 (23:27 +0000)]
Better compatibility with autoconf 2.62.

* config/*: update files to libtool 1.5.26 (latest 1.x version)
* configure.ac: use AC_USE_SYSTEM_EXTENSIONS instead of AC_AIX and
friends (available since 2.59c, which is now required); work around
a bug with gettext.m4 and autoconf 2.62.

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

15 years agowe require at least autoconf 2.59c (objc support for mac os x)
Jean-Marc Lasgouttes [Mon, 11 Aug 2008 21:46:38 +0000 (21:46 +0000)]
we require at least autoconf 2.59c (objc support for mac os x)

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

15 years agoPatch from Vincent. This resets the window title appropriately, after
Richard Heck [Mon, 11 Aug 2008 12:57:02 +0000 (12:57 +0000)]
Patch from Vincent. This resets the window title appropriately, after
the last BufferView has been closed.

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

15 years agoFix silly bug that makes it impossible to change bibitem keys.
Richard Heck [Sun, 10 Aug 2008 20:32:51 +0000 (20:32 +0000)]
Fix silly bug that makes it impossible to change bibitem keys.

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

15 years agoMore sensible shortcuts on the help menu.
Richard Heck [Sat, 9 Aug 2008 17:01:20 +0000 (17:01 +0000)]
More sensible shortcuts on the help menu.

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

15 years agoFix crash noticed by Vincent. We don't know that insetText is non-null here!
Richard Heck [Sat, 9 Aug 2008 16:56:30 +0000 (16:56 +0000)]
Fix crash noticed by Vincent. We don't know that insetText is non-null here!

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

15 years agoDisable nomencl-insert with inappropriate selections.
Richard Heck [Sat, 9 Aug 2008 16:31:22 +0000 (16:31 +0000)]
Disable nomencl-insert with inappropriate selections.

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

15 years agoThe previous commit inadvertently contained some of this one, which is just a renaming.
Richard Heck [Sat, 9 Aug 2008 16:29:25 +0000 (16:29 +0000)]
The previous commit inadvertently contained some of this one, which is just a renaming.

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

15 years agoOK, let's actually get this nomencl-insert thing right.
Richard Heck [Sat, 9 Aug 2008 16:15:49 +0000 (16:15 +0000)]
OK, let's actually get this nomencl-insert thing right.

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

15 years agoFix my fix for nomencl-insert. The previous one was just a thinko.
Richard Heck [Sat, 9 Aug 2008 15:26:06 +0000 (15:26 +0000)]
Fix my fix for nomencl-insert. The previous one was just a thinko.

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

15 years agoConvert LFUN_NOMENCL_INSERT to the newer style, fixing bug 5151.
Richard Heck [Sat, 9 Aug 2008 03:11:53 +0000 (03:11 +0000)]
Convert LFUN_NOMENCL_INSERT to the newer style, fixing bug 5151.

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

15 years agoFix bug 5150: Hyperlink makes no sense with multi-paragraph selection, let alone...
Richard Heck [Sat, 9 Aug 2008 02:09:38 +0000 (02:09 +0000)]
Fix bug 5150: Hyperlink makes no sense with multi-paragraph selection, let alone a multicell one.

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

15 years agoDon't allow new pages within tables!
Richard Heck [Sat, 9 Aug 2008 02:02:16 +0000 (02:02 +0000)]
Don't allow new pages within tables!

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

15 years agoMove isMultiCell() to Cursor, and use it.
Richard Heck [Sat, 9 Aug 2008 01:58:57 +0000 (01:58 +0000)]
Move isMultiCell() to Cursor, and use it.

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

15 years agoFix cursor movement with multicell selections. There's no point allowing character...
Richard Heck [Sat, 9 Aug 2008 00:43:15 +0000 (00:43 +0000)]
Fix cursor movement with multicell selections. There's no point allowing character by character selection in this case.

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

15 years agoFix crash reported on the list involving multicell selections. We have to
Richard Heck [Fri, 8 Aug 2008 21:26:18 +0000 (21:26 +0000)]
Fix crash reported on the list involving multicell selections. We have to
be careful to check for that!

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

15 years agoSet the cursor to the start of the cell when doing multicell selections,
Richard Heck [Fri, 8 Aug 2008 19:34:47 +0000 (19:34 +0000)]
Set the cursor to the start of the cell when doing multicell selections,
since it doesn't make sense to select two and a half cells.

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

15 years agoFix bug 5145. InsetTabular was resetting cur.idx() but not cur.pit() or cur.pos(),
Richard Heck [Fri, 8 Aug 2008 19:21:06 +0000 (19:21 +0000)]
Fix bug 5145. InsetTabular was resetting cur.idx() but not cur.pit() or cur.pos(),
leaving them possibly invalid.

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

15 years agoFix bug 5146. The problem arose when attempting to paste normal text into
Richard Heck [Fri, 8 Aug 2008 17:28:25 +0000 (17:28 +0000)]
Fix bug 5146. The problem arose when attempting to paste normal text into
a multicell selection. But the more I thought about this, the more it seemed
that pasting into multicell selections shouldn't be allowed. What exactly
ought to happen if the user selects a 2x3 grid of cells and then tries to
paste a 5x5 group of cells? LyX, anyway, just ignores the selection in this
case, which is not what the user will expect. So let's just not go there.

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

15 years agoFix layout bug. Pasting text into a cell tried to set Standard layout, because
Richard Heck [Fri, 8 Aug 2008 16:19:28 +0000 (16:19 +0000)]
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
cur.inset() returns InsetTabular as the inset the cursor is in, not InsetTableCell.
It still does that, but now we return the right thing.

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

15 years agoAnother patch from Vincent. This one fixing the very annoying bug 5138.
Richard Heck [Fri, 8 Aug 2008 15:41:32 +0000 (15:41 +0000)]
Another patch from Vincent. This one fixing the very annoying bug 5138.

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

15 years agoPatch from Vincent van Ravesteijn.
Richard Heck [Fri, 8 Aug 2008 15:29:26 +0000 (15:29 +0000)]
Patch from Vincent van Ravesteijn.

I noticed that for instance the Hyperlink Dialog loses all information when clicking on the main buffer. The same occurs with the Include Child Document Dialog and probably also others.
Do you agree on this being less intuitive ? If so, I included a small patch that will fix this for the two dialogs mentioned. I just adapted them to the design of the GuiGraphics Dialog.

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

15 years agoDon't use '\n'.
Richard Heck [Fri, 8 Aug 2008 15:22:43 +0000 (15:22 +0000)]
Don't use '\n'.

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

15 years agolyx2lyx/lyx_1_6.py: fix bug 5137 and another bug
Uwe Stöhr [Thu, 7 Aug 2008 22:37:27 +0000 (22:37 +0000)]
lyx2lyx/lyx_1_6.py: fix bug 5137 and another bug

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

15 years agoMake sure temporary files are created, by default, in LyX's temporary directory,...
Richard Heck [Thu, 7 Aug 2008 13:57:25 +0000 (13:57 +0000)]
Make sure temporary files are created, by default, in LyX's temporary directory, rather than in the system tempdir.

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

15 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=5132
Abdelrazak Younes [Thu, 7 Aug 2008 08:50:41 +0000 (08:50 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=5132
Brown paper bag: I forgot to copy the insetlist contents when I create the paragraph partial ctor.

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

15 years agoPrepare ANNOUNCE and NEWS for rc2
José Matox [Thu, 7 Aug 2008 08:12:13 +0000 (08:12 +0000)]
Prepare ANNOUNCE and NEWS for rc2

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

15 years agoTentatively fix http://bugzilla.lyx.org/show_bug.cgi?id=4873
Abdelrazak Younes [Thu, 7 Aug 2008 07:45:52 +0000 (07:45 +0000)]
Tentatively fix http://bugzilla.lyx.org/show_bug.cgi?id=4873

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

15 years agoExtended.lyx: fix bug 5126
Uwe Stöhr [Wed, 6 Aug 2008 23:59:42 +0000 (23:59 +0000)]
Extended.lyx: fix bug 5126

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

15 years agoinstaller: - new Catalan translation
Uwe Stöhr [Wed, 6 Aug 2008 23:26:39 +0000 (23:26 +0000)]
installer: - new Catalan translation
           - add Arabic translation that I forgot to add some days ago

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

15 years agoar.po: updates by Hatim
Uwe Stöhr [Wed, 6 Aug 2008 22:51:11 +0000 (22:51 +0000)]
ar.po: updates by Hatim

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

15 years agoadd Ukrainian translation
Joost Verburg [Wed, 6 Aug 2008 21:19:19 +0000 (21:19 +0000)]
add Ukrainian translation

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

15 years agoupdated download locations
Joost Verburg [Wed, 6 Aug 2008 21:11:00 +0000 (21:11 +0000)]
updated download locations

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

15 years agouse Inetc plug-in for downloading, which is more stable
Joost Verburg [Wed, 6 Aug 2008 21:08:49 +0000 (21:08 +0000)]
use Inetc plug-in for downloading, which is more stable

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

15 years ago* \xymatrix added to completion (fixing bug 5123)
Stefan Schimanski [Wed, 6 Aug 2008 18:44:35 +0000 (18:44 +0000)]
* \xymatrix added to completion (fixing bug 5123)

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

15 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=5127
Abdelrazak Younes [Wed, 6 Aug 2008 16:08:50 +0000 (16:08 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=5127
A call to updateLabels() was necessary (and safer) in all cases.

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

15 years agoFix bug 5129.
Richard Heck [Wed, 6 Aug 2008 12:59:54 +0000 (12:59 +0000)]
Fix bug 5129.

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

15 years agoinstaller: update for LyX 1.6rc1
Uwe Stöhr [Tue, 5 Aug 2008 23:51:43 +0000 (23:51 +0000)]
installer: update for LyX 1.6rc1

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

15 years agolyx2lyx/lyx_1_6.py: fix reversion of PDF properties
Uwe Stöhr [Tue, 5 Aug 2008 22:37:28 +0000 (22:37 +0000)]
lyx2lyx/lyx_1_6.py: fix reversion of PDF properties

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

15 years agoUpdate InsetLayout docs.
Richard Heck [Tue, 5 Aug 2008 21:57:22 +0000 (21:57 +0000)]
Update InsetLayout docs.

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

15 years agoWhitespace.
Richard Heck [Tue, 5 Aug 2008 21:35:40 +0000 (21:35 +0000)]
Whitespace.

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

15 years agosinglecol.layout: new layout file for articles for the numerous journals published...
Uwe Stöhr [Tue, 5 Aug 2008 20:46:18 +0000 (20:46 +0000)]
singlecol.layout: new layout file for articles for the numerous journals published by the company "Inderscience"

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

15 years agofix bug 5112:
Uwe Stöhr [Tue, 5 Aug 2008 18:11:42 +0000 (18:11 +0000)]
fix bug 5112:
- new en.po
- update translations accordingly

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

15 years agoGerman Tutorial.lyx: updates by Hartmut
Uwe Stöhr [Tue, 5 Aug 2008 18:07:23 +0000 (18:07 +0000)]
German Tutorial.lyx: updates by Hartmut

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

15 years agoMath.lyx: fix typos reported on the lyx-docs list
Uwe Stöhr [Tue, 5 Aug 2008 18:06:38 +0000 (18:06 +0000)]
Math.lyx: fix typos reported on the lyx-docs list

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

15 years agoPolish the index conversion routine a bit, fixing bug 5119.
Richard Heck [Tue, 5 Aug 2008 15:07:37 +0000 (15:07 +0000)]
Polish the index conversion routine a bit, fixing bug 5119.

We had been assuming too much about the format. Reference.lyx violated it, maybe because it is so old. But anyway, this is a bit more reliable.

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

15 years agoUpdate the latest stable release (1.5.6) in the ANNOUNCE
José Matox [Tue, 5 Aug 2008 14:46:32 +0000 (14:46 +0000)]
Update the latest stable release (1.5.6) in the ANNOUNCE

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

15 years agoFix bug 5122. Silly mistake.
Richard Heck [Tue, 5 Aug 2008 14:33:42 +0000 (14:33 +0000)]
Fix bug 5122. Silly mistake.

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

15 years agoFix bug 5113.
Richard Heck [Tue, 5 Aug 2008 14:25:32 +0000 (14:25 +0000)]
Fix bug 5113.

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

15 years agoUpdate my credit info a bit.
Richard Heck [Tue, 5 Aug 2008 14:24:45 +0000 (14:24 +0000)]
Update my credit info a bit.

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

15 years agocs.po - few more
Pavel Sanda [Tue, 5 Aug 2008 14:09:54 +0000 (14:09 +0000)]
cs.po - few more

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

15 years ago* cs.po
Pavel Sanda [Tue, 5 Aug 2008 13:59:49 +0000 (13:59 +0000)]
* cs.po

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

15 years agoChange Shortcuts.lyx from Landscape to Portrait, add svn:eol-stype=native property
Bo Peng [Tue, 5 Aug 2008 13:57:09 +0000 (13:57 +0000)]
Change Shortcuts.lyx from Landscape to Portrait, add svn:eol-stype=native property

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

15 years agoInsetInfo: use Portable instead of Gui mode to output shortcut
Bo Peng [Tue, 5 Aug 2008 13:49:59 +0000 (13:49 +0000)]
InsetInfo: use Portable instead of Gui mode to output shortcut

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

15 years agoDisabling Fullscreen menu feature under X11, until bug
Pavel Sanda [Tue, 5 Aug 2008 13:03:31 +0000 (13:03 +0000)]
Disabling Fullscreen menu feature under X11, until bug
http://bugzilla.lyx.org/show_bug.cgi?id=4888 is fixed.

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

15 years agoBack to svn in route to rc2
José Matox [Tue, 5 Aug 2008 11:01:16 +0000 (11:01 +0000)]
Back to svn in route to rc2

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

15 years agoAdd Vincent to credits.
Pavel Sanda [Mon, 4 Aug 2008 17:04:08 +0000 (17:04 +0000)]
Add Vincent to credits.

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

15 years agoFix for preferences crash by Vincent van Ravesteijn.
Richard Heck [Mon, 4 Aug 2008 15:50:56 +0000 (15:50 +0000)]
Fix for preferences crash by Vincent van Ravesteijn.

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

15 years agoUpdate translations for rc1 1.6.0rc1
José Matox [Mon, 4 Aug 2008 09:01:58 +0000 (09:01 +0000)]
Update translations for rc1

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

15 years agofix http://bugzilla.lyx.org/show_bug.cgi?id=5114
Abdelrazak Younes [Mon, 4 Aug 2008 08:08:46 +0000 (08:08 +0000)]
fix http://bugzilla.lyx.org/show_bug.cgi?id=5114

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

15 years agoUpdate it.po
Enrico Forestieri [Mon, 4 Aug 2008 05:13:20 +0000 (05:13 +0000)]
Update it.po

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

15 years ago- po remerge
Uwe Stöhr [Mon, 4 Aug 2008 00:42:30 +0000 (00:42 +0000)]
- po remerge
- de.po: some translations
- it, cs, fr, es, de: fix bug 5112 by correctly translating quotation marks

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

15 years agoShortcuts.lyx: make the document readable in the output
Uwe Stöhr [Mon, 4 Aug 2008 00:10:22 +0000 (00:10 +0000)]
Shortcuts.lyx: make the document readable in the output

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

15 years agoGuiDocument.cpp: revert r26041
Uwe Stöhr [Mon, 4 Aug 2008 00:04:09 +0000 (00:04 +0000)]
GuiDocument.cpp: revert r26041

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

15 years agoinstaller: new Arabic translation
Uwe Stöhr [Sun, 3 Aug 2008 23:41:33 +0000 (23:41 +0000)]
installer: new Arabic translation

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

15 years agoUpdate Shortcuts.lyx
Bo Peng [Sun, 3 Aug 2008 23:36:55 +0000 (23:36 +0000)]
Update Shortcuts.lyx

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

15 years agoFix a bug where spaces can not be appended tonameLE in the info dialoag
Bo Peng [Sun, 3 Aug 2008 22:26:01 +0000 (22:26 +0000)]
Fix a bug where spaces can not be appended tonameLE in the info dialoag

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

15 years agoInsetInfo: implement InsetInfo::validate
Bo Peng [Sun, 3 Aug 2008 22:14:04 +0000 (22:14 +0000)]
InsetInfo: implement InsetInfo::validate

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

15 years agoGuiDocument.cpp: fix two cases of bug 5112
Uwe Stöhr [Sun, 3 Aug 2008 21:31:25 +0000 (21:31 +0000)]
GuiDocument.cpp: fix two cases of bug 5112

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

15 years agoInsetInfo: Output 'undefined' instead of an error message for undefined shortcut
Bo Peng [Sun, 3 Aug 2008 21:31:06 +0000 (21:31 +0000)]
InsetInfo: Output 'undefined' instead of an error message for undefined shortcut

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

15 years agodocumentation: more Index fixes
Uwe Stöhr [Sun, 3 Aug 2008 19:16:44 +0000 (19:16 +0000)]
documentation: more Index fixes

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

15 years agoUserGuide.lyx: many Index fixes
Uwe Stöhr [Sun, 3 Aug 2008 14:31:25 +0000 (14:31 +0000)]
UserGuide.lyx: many Index fixes

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

15 years agoFix linking problem when nls is disabled. Spotted by Dov and fix by Kornel.
Abdelrazak Younes [Sun, 3 Aug 2008 06:34:52 +0000 (06:34 +0000)]
Fix linking problem when nls is disabled. Spotted by Dov and fix by Kornel.

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

15 years agoEmbeddedObjects.lyx: rewrite another hyperref feature
Uwe Stöhr [Sun, 3 Aug 2008 00:59:43 +0000 (00:59 +0000)]
EmbeddedObjects.lyx: rewrite another hyperref feature

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

15 years agoUserGuide.lyx: describe PDF properties
Uwe Stöhr [Sun, 3 Aug 2008 00:20:34 +0000 (00:20 +0000)]
UserGuide.lyx: describe PDF properties

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

15 years agoClean debug logs before rc1.
Pavel Sanda [Sat, 2 Aug 2008 14:11:04 +0000 (14:11 +0000)]
Clean debug logs before rc1.

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

15 years ago* UserGuide
Pavel Sanda [Sat, 2 Aug 2008 12:20:24 +0000 (12:20 +0000)]
* UserGuide

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

15 years ago* cs.po
Pavel Sanda [Sat, 2 Aug 2008 00:13:09 +0000 (00:13 +0000)]
* cs.po

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

15 years agoar.po: updates by Hatim
Uwe Stöhr [Fri, 1 Aug 2008 23:42:37 +0000 (23:42 +0000)]
ar.po: updates by Hatim

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

15 years agoFew more doc touches about VCS.
Pavel Sanda [Fri, 1 Aug 2008 23:03:52 +0000 (23:03 +0000)]
Few more doc touches about VCS.

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

15 years agoYet more empty-->plain.
Richard Heck [Fri, 1 Aug 2008 21:58:27 +0000 (21:58 +0000)]
Yet more empty-->plain.

By the way, can someone check around line 722 of CutAndPaste.cpp?

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

15 years agoA bit more empty-->plain. I've also changed createEmptyLayout() to createBasicLayout(),
Richard Heck [Fri, 1 Aug 2008 21:13:03 +0000 (21:13 +0000)]
A bit more empty-->plain. I've also changed createEmptyLayout() to createBasicLayout(),
as the former could be confusing. It's not really empty....

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

15 years agoMore empty-->plain changes.
Richard Heck [Fri, 1 Aug 2008 21:03:45 +0000 (21:03 +0000)]
More empty-->plain changes.

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

15 years agoChange the "empty layout" to the "plain layout", to try to avoid confusion.
Richard Heck [Fri, 1 Aug 2008 20:57:27 +0000 (20:57 +0000)]
Change the "empty layout" to the "plain layout", to try to avoid confusion.

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

15 years agoUserGuide.lyx: correct infos (lm does not look the same, take e.g. the German ß chara...
Uwe Stöhr [Fri, 1 Aug 2008 19:47:15 +0000 (19:47 +0000)]
UserGuide.lyx: correct infos (lm does not look the same, take e.g. the German ß character) (average users never heard about kerning)

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

15 years agoUserGuide.lyx: be objective
Uwe Stöhr [Fri, 1 Aug 2008 19:20:42 +0000 (19:20 +0000)]
UserGuide.lyx: be objective

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

15 years agoLFUNs.lyx: set EOL style
Uwe Stöhr [Fri, 1 Aug 2008 19:15:19 +0000 (19:15 +0000)]
LFUNs.lyx: set EOL style
(Pavel, please take care of this when committing. You also haven't updated depend.py and Makefile.depend)

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

15 years agoMove to pre-rc1 release mode.
José Matox [Fri, 1 Aug 2008 18:14:48 +0000 (18:14 +0000)]
Move to pre-rc1 release mode.
The flag will be reset after rc1 release.

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

15 years agoUpdate format to 340.
José Matox [Fri, 1 Aug 2008 17:57:01 +0000 (17:57 +0000)]
Update format to 340.

Move

\begin_layout

to

\begin_layout Plain Layout

for consistency.

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