]> git.lyx.org Git - lyx.git/log
lyx.git
12 years agoRevert "Revert "Tentative fix to #8159: Undo doesn't restore environment depth correc...
Jean-Marc Lasgouttes [Tue, 5 Jun 2012 10:53:22 +0000 (12:53 +0200)]
Revert "Revert "Tentative fix to #8159: Undo doesn't restore environment depth correctly""

This is becoming crazy :)

This reverts commit 5b531b56efc29fbf32efd447274e559f7d28665c.

12 years agoRevert "Second tentative fix to #8159: Undo doesn't restore environment depth correctly"
Jean-Marc Lasgouttes [Tue, 5 Jun 2012 10:52:42 +0000 (12:52 +0200)]
Revert "Second tentative fix to #8159: Undo doesn't restore environment depth correctly"

Did not mean to commit that.

This reverts commit 8f01556236591a1d72c427159974d261b71198ee.

12 years agoTypos
Jean-Marc Lasgouttes [Tue, 5 Jun 2012 10:22:13 +0000 (12:22 +0200)]
Typos

12 years agoSecond tentative fix to #8159: Undo doesn't restore environment depth correctly
Jean-Marc Lasgouttes [Mon, 4 Jun 2012 16:02:59 +0000 (18:02 +0200)]
Second tentative fix to #8159: Undo doesn't restore environment depth correctly

In this version, the idea is to record undo at the place where the document is modified, which is definitely cleaner.

1/ in Buffer::updateBuffer, add a recordUndo, with the caveat that a
   const_cast has to be used

2/ in GuiApplication::dispatch, add an extra undo group that
   encompasses the updateBuffer call. Some other undo groups may be
   redundant now, but it is not a problem since they do not cost
   anything.

12 years agoRevert "Tentative fix to #8159: Undo doesn't restore environment depth correctly"
Jean-Marc Lasgouttes [Mon, 4 Jun 2012 15:21:15 +0000 (17:21 +0200)]
Revert "Tentative fix to #8159: Undo doesn't restore environment depth correctly"

This reverts commit e3854bb59b98ee4f7514cf2ca5585cb6be949186.

12 years agoStyle.
Richard Heck [Mon, 4 Jun 2012 17:42:46 +0000 (13:42 -0400)]
Style.

12 years agoFix crash reported by Tommaso:
Richard Heck [Mon, 4 Jun 2012 17:39:24 +0000 (13:39 -0400)]
Fix crash reported by Tommaso:
  http://marc.info/?l=lyx-devel&m=133876924408431&w=2
The problem here is that the copy_params() routine in FindAndReplace.cpp
created a new DocumentClass, but it never updated its Buffer to reflect
that new DocumentClass. So its Paragraphs still contained points to the
Layouts in the old DocumentClass which, since ead697d4b6c7, gets garbage
collected once it is no longer needed. So the Layout doesn't exist, and
we crash.

12 years agoFix crash reported by Scott. Forgot to change some pointers to
Richard Heck [Mon, 4 Jun 2012 16:25:02 +0000 (12:25 -0400)]
Fix crash reported by Scott. Forgot to change some pointers to
shared_ptr.

12 years agoFix bug #7956: Assertion When Trying to Paste Into Table
Jean-Marc Lasgouttes [Fri, 1 Jun 2012 10:34:51 +0000 (12:34 +0200)]
Fix bug #7956: Assertion When Trying to Paste Into Table

For some unknown reason, the paste code likes to call Cursor::setSelection(), which is not appropriate here since we are not trying to set a selection at this point.

12 years agoUserGuide.lyx: add a LyX 2.1-specific sentence proposed by Jürgen
Uwe Stöhr [Sun, 3 Jun 2012 23:17:27 +0000 (01:17 +0200)]
UserGuide.lyx: add a LyX 2.1-specific sentence proposed by Jürgen

12 years agoUserGuide.lyx: some changes for the thesaurus description proposed by Jürgen
Uwe Stöhr [Sun, 3 Jun 2012 23:12:02 +0000 (01:12 +0200)]
UserGuide.lyx: some changes for the thesaurus description proposed by Jürgen

12 years agouk.po: updates from Yuri
Uwe Stöhr [Sun, 3 Jun 2012 22:07:43 +0000 (00:07 +0200)]
uk.po: updates from Yuri

12 years agoinstaller: implement new method to select hunspell and thesaurus dictionaries and...
Uwe Stöhr [Sun, 3 Jun 2012 21:55:21 +0000 (23:55 +0200)]
installer: implement new method to select hunspell and thesaurus dictionaries and to download the selected ones (final part 2)

12 years agolanguages: add missing language codes, fixes bug #8183
Uwe Stöhr [Sun, 3 Jun 2012 21:49:24 +0000 (23:49 +0200)]
languages: add missing language codes, fixes bug #8183

12 years agoinstaller: implement new method to select hunspell and thesaurus dictionaries and...
Uwe Stöhr [Sun, 3 Jun 2012 15:17:01 +0000 (17:17 +0200)]
installer: implement new method to select hunspell and thesaurus dictionaries and to download the selected ones (part 1)

12 years agosplash.lyx: port from branch
Uwe Stöhr [Sun, 3 Jun 2012 15:09:53 +0000 (17:09 +0200)]
splash.lyx: port from branch

12 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Sun, 3 Jun 2012 08:32:20 +0000 (10:32 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years agoAdd missing undo recording.
Juergen Spitzmueller [Sun, 3 Jun 2012 08:31:38 +0000 (10:31 +0200)]
Add missing undo recording.
This adds a change of the printindex type (with multiple indices) to the undo stack and marks the buffer dirty on that action (bug #8182)

12 years agoinstaller: install a Perl interpreter to MiKTeX to fix bug #8181
Uwe Stöhr [Sat, 2 Jun 2012 18:40:13 +0000 (20:40 +0200)]
installer: install a Perl interpreter to MiKTeX to fix bug #8181

12 years ago- UserGuide.lyx: 3 small fixes
Uwe Stöhr [Sat, 2 Jun 2012 01:18:44 +0000 (03:18 +0200)]
- UserGuide.lyx: 3 small fixes
- German UserGuide.lyx: translation again

12 years agoinstaller: a new MiKTeX installer version is out
Uwe Stöhr [Sat, 2 Jun 2012 00:10:24 +0000 (02:10 +0200)]
installer: a new MiKTeX installer version is out

12 years ago- UserGuide.lyx: adapt style of description of split indexes (the feature is btw...
Uwe Stöhr [Sat, 2 Jun 2012 00:09:36 +0000 (02:09 +0200)]
- UserGuide.lyx: adapt style of description of split indexes (the feature is btw. currently broken)
- German UserGuide.lyx: some further translations
- Japanese UserGuide.lyx: add missing section about split indexes

12 years ago- UserGuide.lyx: fix some typos and an unclear description
Uwe Stöhr [Fri, 1 Jun 2012 00:27:36 +0000 (02:27 +0200)]
- UserGuide.lyx: fix some typos and an unclear description
- German UserGuide.lyx: more translations and corrections

12 years agoUserGuide.lyx:
Uwe Stöhr [Thu, 31 May 2012 22:54:24 +0000 (00:54 +0200)]
UserGuide.lyx:
- decline today's change because the text states "is explained in the chapter Tables of the Embedded Objects manual" So no need to describe LaTEX special again
- revert fileformat change; please keep the fileformat is possible unless you describe a new feature of LyX 2.1

12 years agoDeal with memory issue reported some time ago in connection with DocumentClass
Richard Heck [Tue, 13 Mar 2012 16:13:31 +0000 (12:13 -0400)]
Deal with memory issue reported some time ago in connection with DocumentClass
objects. The problem that led to the leak is that these objects can be held in
memory long after the Buffer that created them is gone, mostly due to their
use in the CutStack. So they were previously held in a storage facility, the
DocumentClassBundle. Unfortunately, they were now being created too often,
especially by cloning. It's not really a leak, because they're accessible, but
we weren't ever destroying them.

This new approach uses a shared_ptr instead.

Thanks to Vincent for pointing out const_pointer_cast.

12 years agoMinor cleanup: We should use the usual conventions for
Richard Heck [Tue, 17 Apr 2012 20:44:04 +0000 (16:44 -0400)]
Minor cleanup: We should use the usual conventions for
InsetLayout names.

12 years agoProperly initialize variable. This should fix the problem
Richard Heck [Thu, 31 May 2012 16:02:21 +0000 (12:02 -0400)]
Properly initialize variable. This should fix the problem
reported here:
http://marc.info/?l=lyx-devel&m=133775786222603&w=2
by Scott.

12 years agoTabular.ui: Moving Latex argument field to column section.
Pavel Sanda [Thu, 31 May 2012 13:36:33 +0000 (15:36 +0200)]
Tabular.ui: Moving Latex argument field to column section.
Forgotten patch from John Tapsell.

Documentation moved from UI to User Guide.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg173987.html

This was here for ages, no need to rush into branch.

12 years agoFix #8180: Page break on current row can't be unchecked.
Pavel Sanda [Thu, 31 May 2012 11:56:07 +0000 (13:56 +0200)]
Fix #8180: Page break on current row can't be unchecked.
Patch from John Tapsell

12 years agoForgotten permissions
Pavel Sanda [Thu, 31 May 2012 11:01:39 +0000 (13:01 +0200)]
Forgotten permissions

12 years agoPort suggestion to trunk
Pavel Sanda [Thu, 31 May 2012 10:47:08 +0000 (12:47 +0200)]
Port suggestion to trunk

12 years agoForgotten patch from Scott Kostyshak.
Pavel Sanda [Thu, 31 May 2012 10:31:55 +0000 (12:31 +0200)]
Forgotten patch from Scott Kostyshak.

12 years agoported from branch:
Uwe Stöhr [Wed, 30 May 2012 22:45:26 +0000 (00:45 +0200)]
ported from branch:
- German UserGuide.lyx: many translations
- English UserGuide.lyx: some grammar and some style fixes

12 years ago- German UserGuide.lyx: some translations
Uwe Stöhr [Tue, 29 May 2012 23:24:03 +0000 (01:24 +0200)]
- German UserGuide.lyx: some translations
- German Additional.lyx: some ports from branch
- English UserGuide.lyx: a grammar fix

12 years agoFix crash when removing last converter (bug 8178)
Juergen Spitzmueller [Tue, 29 May 2012 12:21:29 +0000 (14:21 +0200)]
Fix crash when removing last converter (bug 8178)

12 years agoLoad bibtopic after hyperref (bug #8005)
Juergen Spitzmueller [Tue, 29 May 2012 11:25:30 +0000 (13:25 +0200)]
Load bibtopic after hyperref (bug #8005)

12 years agoGerman userGuide: port some changes from branch
Uwe Stöhr [Mon, 28 May 2012 22:49:57 +0000 (00:49 +0200)]
German userGuide: port some changes from branch

12 years agoA few more small optimizations noted along the way.
Richard Heck [Mon, 28 May 2012 22:21:22 +0000 (18:21 -0400)]
A few more small optimizations noted along the way.

12 years ago"Performance" fixes suggested by cppcheck
Jean-Marc Lasgouttes [Mon, 28 May 2012 20:41:32 +0000 (22:41 +0200)]
"Performance" fixes suggested by cppcheck

While cppcheck did not turn out any suspicious error messages, using
the "performance" flag highlighted several nitpicks in three categories
 * do not use it++ for iterators, ++it is better
 * do not use size() to test for emptyness, empty() is here
 * do not use "const T" as a function parameter, "const & T" is better

I doubt that any of these is a real performance problem, but the code is cleaner anyway.

12 years agoapostrophe must nt be terminated
Juergen Spitzmueller [Sun, 27 May 2012 11:10:54 +0000 (13:10 +0200)]
apostrophe must nt be terminated

12 years agoinstaller:
Uwe Stöhr [Sun, 27 May 2012 00:16:57 +0000 (02:16 +0200)]
installer:
- install also Qt's image plugins for faster image loading
- update some versions and paths

12 years agocmake/build.bat: correct a path proposal
Uwe Stöhr [Sun, 27 May 2012 00:15:18 +0000 (02:15 +0200)]
cmake/build.bat: correct a path proposal

12 years agolyx2lyx/lyx_2_1.py: remove 2 warnings I accidentally just committed
Uwe Stöhr [Sat, 26 May 2012 17:02:32 +0000 (19:02 +0200)]
lyx2lyx/lyx_2_1.py: remove 2 warnings I accidentally just committed

12 years agolyx2lyx/lyx_2_1.py: fix #8172
Uwe Stöhr [Sat, 26 May 2012 17:00:03 +0000 (19:00 +0200)]
lyx2lyx/lyx_2_1.py: fix #8172

12 years agoadd missing IPA glyph
Juergen Spitzmueller [Sat, 26 May 2012 14:51:37 +0000 (16:51 +0200)]
add missing IPA glyph

12 years agoFix macro termination in IPA inset if next character uses a TIPA shortcut
Juergen Spitzmueller [Sat, 26 May 2012 14:36:24 +0000 (16:36 +0200)]
Fix macro termination in IPA inset if next character uses a TIPA shortcut

12 years agocompile fix
Pavel Sanda [Sat, 26 May 2012 08:16:20 +0000 (10:16 +0200)]
compile fix

12 years agoFix painting of hidden tabbar on gtk
Vincent van Ravesteijn [Fri, 25 May 2012 17:05:38 +0000 (19:05 +0200)]
Fix painting of hidden tabbar on gtk

When there is a single document open, the tabbar gets hidden. The only and selected tab is still visible though as a break in the line delining the tabwidget. To fix this we paint the tabwidget ourselves and remove the presence of the hidden tab.

12 years agoFix bug #8170: Crash when client disconnects unexpectedly
Vincent van Ravesteijn [Thu, 24 May 2012 11:55:41 +0000 (13:55 +0200)]
Fix bug #8170: Crash when client disconnects unexpectedly

When the socket does not exist anymore, we should not try to access it. In
trying to do so, std::map will create a new shared_ptr but this pointer
doesn't point at anything. To prevent this, we explicitly check whether
the socket is available.

12 years ago* cs/Tutorial.lyx typos
Pavel Sanda [Wed, 23 May 2012 19:58:42 +0000 (21:58 +0200)]
* cs/Tutorial.lyx typos

12 years agoTrac browse SVN -> GIT
Pavel Sanda [Wed, 23 May 2012 15:35:08 +0000 (17:35 +0200)]
Trac browse SVN -> GIT

12 years agoStyle.
Richard Heck [Wed, 23 May 2012 12:53:14 +0000 (08:53 -0400)]
Style.

12 years agoFix bug #8166: Crash on clicking away from empty last paragraph
Vincent van Ravesteijn [Wed, 23 May 2012 06:02:40 +0000 (08:02 +0200)]
Fix bug #8166: Crash on clicking away from empty last paragraph

This reverts the previous fix in [0a33374c/lyxgit] and fixes it
differently.

We always have to call 'notifyCursorLeaves', but we only have to make sure
that we call the 'fixIfBroken()' functions first.

12 years agoFix bug #8166: Crash on clicking away from empty paragraph
Vincent van Ravesteijn [Tue, 22 May 2012 23:31:43 +0000 (01:31 +0200)]
Fix bug #8166: Crash on clicking away from empty paragraph

We rely on the 'or' operator to prevent us from calling
'notifyCursorLeaves' if one of the two cursors is broken. This doesn't
work when using the '|' operator. The compiler 'optimizes' the code in
such a way that we always call notifyCursorLeaves anyway. Using the '||'
operator fixes this.

12 years agoTentative fix to #8159: Undo doesn't restore environment depth correctly
Jean-Marc Lasgouttes [Sun, 20 May 2012 22:11:23 +0000 (00:11 +0200)]
Tentative fix to #8159: Undo doesn't restore environment depth correctly

The undo range is extended to encompass all the paragraph after the end that
are a non-zero depth. The reason is that these paragraphs may see their depth
reduced if the last paragraph sees its depth reduced.

Note that there is a memory cost, since we store paragraphs than may not be
modified in practice. This may matter for some pathological files (people
putting all their document at depth 1 for a weird reason?)

I tried to be careful, but this can introduce new bugs. Please test.

12 years agoJust comment
Pavel Sanda [Tue, 22 May 2012 13:54:26 +0000 (15:54 +0200)]
Just comment

12 years agoUpdate customization manual with "nice" info.
Richard Heck [Tue, 22 May 2012 13:26:52 +0000 (09:26 -0400)]
Update customization manual with "nice" info.

12 years agoPrettify the prefs2prefs file a bit.
Richard Heck [Tue, 22 May 2012 13:02:12 +0000 (09:02 -0400)]
Prettify the prefs2prefs file a bit.

12 years agoTypo.
Richard Heck [Tue, 22 May 2012 12:58:55 +0000 (08:58 -0400)]
Typo.

12 years agoForgot to change format in LyXRC.cpp.
Richard Heck [Tue, 22 May 2012 12:58:40 +0000 (08:58 -0400)]
Forgot to change format in LyXRC.cpp.

12 years agoAdd commit to prefs2prefs.
Richard Heck [Tue, 22 May 2012 12:57:25 +0000 (08:57 -0400)]
Add commit to prefs2prefs.

12 years agoAdd "nice" flag for converters, addressing final problem with bug #4624.
Richard Heck [Tue, 22 May 2012 12:23:27 +0000 (08:23 -0400)]
Add "nice" flag for converters, addressing final problem with bug #4624.

12 years agoFix typo.
Richard Heck [Tue, 22 May 2012 12:14:33 +0000 (08:14 -0400)]
Fix typo.

12 years agoUpdate it.po
Enrico Forestieri [Sun, 20 May 2012 21:35:42 +0000 (23:35 +0200)]
Update it.po

12 years agoFix bug #8164: lyxpak.py fails to include filenames with spaces
Enrico Forestieri [Sun, 20 May 2012 14:32:47 +0000 (16:32 +0200)]
Fix bug #8164: lyxpak.py fails to include filenames with spaces

People love embedding spaces in filenames, so account for that.

12 years agoTextMetrics.cpp: comment out addressBreakPoint function
Lars Gullik Bjønnes [Sun, 20 May 2012 08:56:44 +0000 (10:56 +0200)]
TextMetrics.cpp: comment out addressBreakPoint function

Only user of this function is code that has been commented out, comment
out this function as well.

Signed-off-by: Lars Gullik Bjønnes <larsbj@gullik.org>
12 years agode.po: update
Juergen Spitzmueller [Sat, 19 May 2012 11:49:19 +0000 (13:49 +0200)]
de.po: update

12 years ago* sk.po
Kornel Benko [Sat, 19 May 2012 09:10:54 +0000 (11:10 +0200)]
* sk.po

12 years agoIf a file is saved as, reset its master if it has any, thus preventing a crash (bug...
Juergen Spitzmueller [Sat, 19 May 2012 08:16:28 +0000 (10:16 +0200)]
If a file is saved as, reset its master if it has any, thus preventing a crash (bug 8161)

12 years agoRevert this change. Needs more thought
Juergen Spitzmueller [Sat, 19 May 2012 07:56:00 +0000 (09:56 +0200)]
Revert this change. Needs more thought

12 years agoinstaller: Jabref 2.8 is out; updates for next release
Uwe Stöhr [Fri, 18 May 2012 21:23:50 +0000 (23:23 +0200)]
installer: Jabref 2.8 is out; updates for next release

12 years agoseminar.lyx: new example file from Günter Milde (forgot it in last commit)
Uwe Stöhr [Fri, 18 May 2012 21:21:35 +0000 (23:21 +0200)]
seminar.lyx: new example file from Günter Milde (forgot it in last commit)

12 years agoseminar.layout: new version from Günter Milde (bug #7624)
Uwe Stöhr [Fri, 18 May 2012 19:24:28 +0000 (21:24 +0200)]
seminar.layout: new version from Günter Milde (bug #7624)

12 years agostdcontext.inc: fix 2 shortcut clashes (bug #8023), OK for branch too?
Uwe Stöhr [Fri, 18 May 2012 19:02:22 +0000 (21:02 +0200)]
stdcontext.inc: fix 2 shortcut clashes (bug #8023), OK for branch too?

12 years ago* doxy
Pavel Sanda [Thu, 17 May 2012 17:12:27 +0000 (19:12 +0200)]
* doxy

12 years agotypo
Pavel Sanda [Wed, 16 May 2012 16:05:07 +0000 (18:05 +0200)]
typo

12 years ago* Additional.lyx
Pavel Sanda [Wed, 16 May 2012 15:04:26 +0000 (17:04 +0200)]
* Additional.lyx

12 years agoAllow an unnamed buffer to be saved with the same name
Vincent van Ravesteijn [Mon, 14 May 2012 13:26:51 +0000 (15:26 +0200)]
Allow an unnamed buffer to be saved with the same name

The check whether fname != oldname does not work for unnamed buffers.
Therefore, we check explicitly whether the Buffer that already exists with
the same name isn't really the buffer we are trying to save.

12 years agoWe need to clean the HTML id before writing it.
Richard Heck [Mon, 14 May 2012 12:29:17 +0000 (08:29 -0400)]
We need to clean the HTML id before writing it.

12 years agoFix bug #7641: Freeze when removing itemized first paragraph
unknown [Mon, 14 May 2012 12:21:49 +0000 (14:21 +0200)]
Fix bug #7641: Freeze when removing itemized first paragraph

Text::outerFont looks recursively for paragraphs before the current one
which has a lower depth. If such a paragraph cannot be found, depthHook
and outerHook return the current paragraph. As such, we end up in an
infinite loop. So, if we find a par_depth that was the same as the
previous one, we apparently can't find a suitable paragraph and we should
quit the loop.

12 years agoFix bug #7982: LyX does not work if working directory a hard disk drive like D:\
Enrico Forestieri [Mon, 14 May 2012 11:08:30 +0000 (13:08 +0200)]
Fix bug #7982: LyX does not work if working directory a hard disk drive like D:\

In this case, the working dir has already a slash at the end.
Appending another one would result in a path ending with a double slash,
which has a special meaning when used in TEXINPUTS (all subdirs would
be recursively scanned). So, avoid doing that.

12 years agoFix bug #8156.
Richard Heck [Sun, 13 May 2012 17:49:24 +0000 (13:49 -0400)]
Fix bug #8156.
We want the key as id, not the label (which is optional).
We also need a kind of namespace for the citation ids.
We should also clean the id tag before using it.

12 years agoStyle.
Richard Heck [Fri, 11 May 2012 13:13:07 +0000 (09:13 -0400)]
Style.

12 years agoForgot the test case for bug #8116.
Georg Baum [Sun, 13 May 2012 16:54:14 +0000 (18:54 +0200)]
Forgot the test case for bug #8116.

12 years agoFix bug #8116.
Georg Baum [Sun, 13 May 2012 16:41:51 +0000 (18:41 +0200)]
Fix bug #8116.

The string we parse as name may contain backslashes if \csname ... \endcsname
is used. Therefore we have to output it using asInput() instead of cs().

12 years agoNew function BufferList::newInternalBuffer
Vincent van Ravesteijn [Sat, 12 May 2012 12:11:56 +0000 (14:11 +0200)]
New function BufferList::newInternalBuffer

This solves the problem that newBuffer() already use Buffer::isInternal
but there was no chance to set it yet.

12 years agoRemove read_only parameter from newBuffer
Vincent van Ravesteijn [Sat, 12 May 2012 11:54:20 +0000 (13:54 +0200)]
Remove read_only parameter from newBuffer

This parameter defaults to false and it is never set to true. So, we can
better remove the parameter.

12 years agoAllow autoconf 2.69 and automake 1.12
Jean-Marc Lasgouttes [Fri, 11 May 2012 13:44:48 +0000 (15:44 +0200)]
Allow autoconf 2.69 and automake 1.12

12 years agoAdd lo* converters for libreoffice. Fixes #8148.
Richard Heck [Thu, 10 May 2012 20:01:42 +0000 (16:01 -0400)]
Add lo* converters for libreoffice. Fixes #8148.

12 years agoFix again a missing slash in [ce16d82e/lyxgit]
Vincent van Ravesteijn [Thu, 10 May 2012 19:59:37 +0000 (21:59 +0200)]
Fix again a missing slash in [ce16d82e/lyxgit]

12 years agoWhitespace.
Richard Heck [Thu, 10 May 2012 19:44:25 +0000 (15:44 -0400)]
Whitespace.

12 years agoFix #8021: add geany et al. to configure.py
Pavel Sanda [Thu, 10 May 2012 14:26:44 +0000 (16:26 +0200)]
Fix #8021: add geany et al. to configure.py
Patch from Liviu Andronic.

12 years agoFix #8018: add converter for makebeamerinfo (to use with Impressive)
Pavel Sanda [Thu, 10 May 2012 14:14:14 +0000 (16:14 +0200)]
Fix #8018: add converter for makebeamerinfo (to use with Impressive)
Patch from Liviu Andronic.

12 years ago* sk.po
Kornel Benko [Thu, 10 May 2012 10:07:00 +0000 (12:07 +0200)]
* sk.po

12 years agoFix missing slash in [ce16d82e/lyxgit].
Vincent van Ravesteijn [Thu, 10 May 2012 09:55:55 +0000 (11:55 +0200)]
Fix missing slash in [ce16d82e/lyxgit].

12 years agoFix commit [ce16d82e/lyxgit].
Vincent van Ravesteijn [Thu, 10 May 2012 09:26:02 +0000 (11:26 +0200)]
Fix commit [ce16d82e/lyxgit].

12 years agoFix bug #8153: Update to lib/unicodesymbols
Vincent van Ravesteijn [Thu, 10 May 2012 09:19:40 +0000 (11:19 +0200)]
Fix bug #8153: Update to lib/unicodesymbols

Patch from Guenter Milde.

12 years agoTextMetrics::leftMargin(): Explain why the disabled code is wrong
Vincent van Ravesteijn [Thu, 10 May 2012 08:39:38 +0000 (10:39 +0200)]
TextMetrics::leftMargin(): Explain why the disabled code is wrong

12 years agoFix bug #8152: Uneditable long rows for 'Right addresses'
Vincent van Ravesteijn [Wed, 9 May 2012 19:46:37 +0000 (21:46 +0200)]
Fix bug #8152: Uneditable long rows for 'Right addresses'

As long as leftMargin() is not correctly implemented for
MARGIN_RIGHT_ADDRESS_BOX, we should also not do this here. Otherwise, long
rows will be painted off the screen and will not be editable.

12 years agoFix buddies in tabular dialog, patch from John Tapsell.
Pavel Sanda [Wed, 9 May 2012 10:22:40 +0000 (12:22 +0200)]
Fix buddies in tabular dialog, patch from John Tapsell.