]> git.lyx.org Git - lyx.git/log
lyx.git
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

15 years agoAdd to help.
Pavel Sanda [Fri, 1 Aug 2008 15:04:22 +0000 (15:04 +0000)]
Add to help.

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

15 years agoForgot this.
Pavel Sanda [Fri, 1 Aug 2008 14:25:26 +0000 (14:25 +0000)]
Forgot this.

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

15 years agoVCS: Better output for svn checkout.
Pavel Sanda [Fri, 1 Aug 2008 14:18:41 +0000 (14:18 +0000)]
VCS: Better output for svn checkout.

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

15 years agoAdd LFUNs.lyx
Pavel Sanda [Fri, 1 Aug 2008 14:16:53 +0000 (14:16 +0000)]
Add LFUNs.lyx

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

15 years ago* UserGuide.lyx
Pavel Sanda [Fri, 1 Aug 2008 14:00:37 +0000 (14:00 +0000)]
* UserGuide.lyx

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

15 years agode.po: fix doubled accelerator keys
Uwe Stöhr [Thu, 31 Jul 2008 23:52:55 +0000 (23:52 +0000)]
de.po: fix doubled accelerator keys

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

15 years ago- EmbeddedObjects.lyx: we now support captions in longtables
Uwe Stöhr [Thu, 31 Jul 2008 23:47:26 +0000 (23:47 +0000)]
- EmbeddedObjects.lyx: we now support captions in longtables
- UserGuide.lyx: dito

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

15 years agoFix and update the hollywood template.
Richard Heck [Thu, 31 Jul 2008 18:17:42 +0000 (18:17 +0000)]
Fix and update the hollywood template.

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

15 years agoEmbeddedObjects.lyx: describe the new pdfpages support
Uwe Stöhr [Wed, 30 Jul 2008 23:39:45 +0000 (23:39 +0000)]
EmbeddedObjects.lyx: describe the new pdfpages support

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

15 years agoIntro.lyx: some adjustments
Uwe Stöhr [Wed, 30 Jul 2008 21:45:11 +0000 (21:45 +0000)]
Intro.lyx: some adjustments

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

15 years agoCatalan splash.lyx: reset to LyX 1.6 format
Uwe Stöhr [Wed, 30 Jul 2008 21:44:13 +0000 (21:44 +0000)]
Catalan splash.lyx: reset to LyX 1.6 format

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

15 years agonew Catalan translation of Intro.lyx and example files
Uwe Stöhr [Wed, 30 Jul 2008 21:41:22 +0000 (21:41 +0000)]
new Catalan translation of Intro.lyx and example files

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

15 years agoFix bug 5041
Enrico Forestieri [Wed, 30 Jul 2008 15:07:06 +0000 (15:07 +0000)]
Fix bug 5041
http://bugzilla.lyx.org/show_bug.cgi?id=5041

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

15 years agoFix crash with Menu->Edit->Paste recent
Abdelrazak Younes [Wed, 30 Jul 2008 09:09:23 +0000 (09:09 +0000)]
Fix crash with Menu->Edit->Paste recent
As an added bonus, the selection will be adapted to current Buffer (for quites, etc).

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

15 years agoParagraph: Add a partial copy ctor that will get used in next commit.
Abdelrazak Younes [Wed, 30 Jul 2008 09:07:32 +0000 (09:07 +0000)]
Paragraph: Add a partial copy ctor that will get used in next commit.

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

15 years agoAdd some comments.
Abdelrazak Younes [Wed, 30 Jul 2008 07:55:53 +0000 (07:55 +0000)]
Add some comments.

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

15 years agoprevious rev: better fix from Richard.
Abdelrazak Younes [Wed, 30 Jul 2008 07:31:48 +0000 (07:31 +0000)]
previous rev: better fix from Richard.

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

15 years agoQt does not compare empty file info apparently.
Abdelrazak Younes [Wed, 30 Jul 2008 07:18:47 +0000 (07:18 +0000)]
Qt does not compare empty file info apparently.

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

15 years agoRemove unnecessary FileName construction.
Abdelrazak Younes [Wed, 30 Jul 2008 06:51:50 +0000 (06:51 +0000)]
Remove unnecessary FileName construction.

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

15 years agoinstaller: bug fix
Uwe Stöhr [Wed, 30 Jul 2008 00:10:01 +0000 (00:10 +0000)]
installer: bug fix

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

15 years agoinstaller: forgot this in last commit
Uwe Stöhr [Tue, 29 Jul 2008 23:49:08 +0000 (23:49 +0000)]
installer: forgot this in last commit

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

15 years agoinstaller:
Uwe Stöhr [Tue, 29 Jul 2008 23:09:58 +0000 (23:09 +0000)]
installer:
- new module for translated languages
- new Ukrainian translation

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

15 years agoar.po: more updates my Hatim
Uwe Stöhr [Tue, 29 Jul 2008 21:47:39 +0000 (21:47 +0000)]
ar.po: more updates my Hatim

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

15 years agoVCS: Handle one boundary condition.
Pavel Sanda [Tue, 29 Jul 2008 18:17:20 +0000 (18:17 +0000)]
VCS: Handle one boundary condition.

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