Commit Graph

22622 Commits

Author SHA1 Message Date
Vincent van Ravesteijn
fcb7828b4b branch: Fix bug #7263: Instant Preview crash.
I guess this deserves to be sorted out better, because we are doing tricky things by deleted the object from itself.

Problem:
 
PreviewImage? has a member PreviewLoader?. PreviewImage::Impl::statusChanged() calls PreviewLoader::remove. PreviewLoader::Impl::remove removes a snippet from the cache. In the cache is a map of the snippet and a shared pointer to PreviewImage?. This means that removing the snippet from the cache, destroys the PreviewImage?. When we get back to PreviewImage::Impl::statusChanged() this will start to crash.

see r37681.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37683 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-15 18:04:16 +00:00
Joost Verburg
016c39e734 fix numbers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37671 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 22:12:42 +00:00
Joost Verburg
bca85d8c29 Gettext settings are under "Advanced" in CMake
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37665 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 20:01:28 +00:00
Joost Verburg
cb31aba2f3 update link to Qt docs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37660 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 19:46:54 +00:00
Joost Verburg
b0fcfc75ee fix issue with older versions of Adobe Reader
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37656 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 15:50:51 +00:00
Joost Verburg
2bb2756a65 updated compile instructions for the MSVC 2010 / CMake environment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37655 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 15:30:47 +00:00
Joost Verburg
a89c67907b adjust LYX_INSTALL to set the CMake options which are currently being used for official 1.6 releases
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37654 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 15:14:17 +00:00
Joost Verburg
31c40bfc80 Remove MSVC 2008 runtimes. All dependencies are now compiled with MSVC 2010.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37653 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 14:32:00 +00:00
Joost Verburg
9f77c2780c UI language is now handled by LyX itself
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37652 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 14:30:46 +00:00
Joost Verburg
7fd20c2598 update Qt version to 4.7.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37651 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 14:29:51 +00:00
Joost Verburg
32249b144d update MiKTeX version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37650 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 14:28:16 +00:00
Joost Verburg
ef95b3cd12 Compatibility update for Adobe Reader X. The new pdfview should be used with the updated versions of pdfopen/pdfclose.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37649 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 14:27:27 +00:00
Pavel Sanda
19fb4db08a Backport next gcc 4.6 issues
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37633 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-13 10:07:25 +00:00
Jürgen Spitzmüller
541606c24f * sv.po: update from Jim.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37614 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-13 09:15:21 +00:00
Jürgen Spitzmüller
6b673e1b6c backport r37581:
URL: http://www.lyx.org/trac/changeset/37581

Log:
* LaTeX.{cpp,h}:
        - refine biber support: parse blg file to get the bib file into the dependency table with biber.

I've tested this thoroughly.

No status entry necessary. This is a polishment of a previous change (r37539)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37583 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-10 16:47:00 +00:00
Jürgen Spitzmüller
553ef65afd * de.po: fix addressing and some style issues.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37574 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-09 15:55:42 +00:00
Jürgen Spitzmüller
9f2fbdf923 document r37553.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37561 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-08 07:48:20 +00:00
Richard Heck
e851168cb7 Fix bug #7285 in branch, too.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37553 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-07 23:39:02 +00:00
Jürgen Spitzmüller
202d7e34ae * LaTeX.{cpp,h}: run biber if necessary (bug 7281).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37539 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-07 07:04:58 +00:00
Jürgen Spitzmüller
3a3e21e333 starting 1.6.10svn.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37509 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-06 15:24:04 +00:00
Jürgen Spitzmüller
c2f2328265 prepare LyX 1.6.9.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37501 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-05 08:15:11 +00:00
Jürgen Spitzmüller
4ab60dc9da * po/*.po: finale remerge before 1.6.9.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37500 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-05 08:14:40 +00:00
Jürgen Spitzmüller
eae7f03558 * fr/linguistics.lyx: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37495 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-04 17:08:34 +00:00
Jürgen Spitzmüller
425e232bf5 * sv.po: update by Jim.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37494 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-04 14:07:18 +00:00
Jürgen Spitzmüller
8618237039 * fr/EmbeddedObjects.lyx: update by Jean-Pierre, take 2.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37493 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-04 14:03:04 +00:00
Jürgen Spitzmüller
e121727130 * fr/EmbeddedObjects.lyx: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37492 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-04 14:02:02 +00:00
Enrico Forestieri
8df9fdee64 Don't pass the letterpaper option to the geometry package when using
default paper format and margins are explicitly set.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37485 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-04 08:28:36 +00:00
Jürgen Spitzmüller
ace385a559 * Fix tooltip, resolve it in a way so that so new strings are generated.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37483 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-04 07:58:16 +00:00
Jürgen Spitzmüller
53637f9508 * de/UserGuide.lyx: update from Hartmut.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37481 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-04 07:47:52 +00:00
Jürgen Spitzmüller
0bab14af82 * pt.po: update by Susana.
* sv.po: update by Jim.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37479 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-04 07:42:30 +00:00
Jürgen Spitzmüller
e1d54c4ffa get rid of compiler warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37461 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-03 15:51:01 +00:00
Jürgen Spitzmüller
bf51d32030 * sv.po: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37444 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-03 07:01:45 +00:00
Jürgen Spitzmüller
3c80208336 * de/UserGuide.lyx: update from Hartmut.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37443 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-03 06:56:06 +00:00
Jürgen Spitzmüller
8621d9d2d1 * InsetFloat.cpp (getCaption):
- Protect content which has a "]" in subfloat captions.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37421 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-02 15:43:58 +00:00
Jean-Marc Lasgouttes
00ea441ba1 there is no need to install new fonts for LyX
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37420 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-02 15:10:41 +00:00
Jürgen Spitzmüller
18c9936fc4 * fr/Customization.lyx: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37417 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-02 13:16:25 +00:00
Jürgen Spitzmüller
eafca926df path the way towards 1.6.9.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37412 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-02 07:13:21 +00:00
Jürgen Spitzmüller
2141f52f5b Add Jim Rotmalm to the credits.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37406 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-01 17:10:45 +00:00
Jürgen Spitzmüller
2dbbb6ca57 * Swedish l7n from Jim Rotmalm.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37404 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-01 17:02:21 +00:00
Jürgen Spitzmüller
63f180d736 * uk.po:
* id.po:
* fr.po:
* nn.po:
	- backport fuzzy string resolution from trunk (this fuzzy inadvertently slipped in after the string freeze).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37397 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-01 10:09:39 +00:00
Jürgen Spitzmüller
b814164778 * de/eu.po: update Basque l7n from dooteo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37391 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-01 08:13:49 +00:00
Jürgen Spitzmüller
b55f1fd259 * lettre.layout:
* lettre.lyx:
	- avoid XDVI warning. Patch fom Jean-Pierre.

(we already have a status entry).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37387 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-31 10:55:50 +00:00
Jürgen Spitzmüller
bfcce79087 drop support for eLyXer python module (always run as a script now).
Patch by  Alex Fernandez.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37385 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-31 08:08:50 +00:00
Jürgen Spitzmüller
f67c96c57d add bug number.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37384 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-31 07:53:59 +00:00
Enrico Forestieri
e56138e8ad Small tweaks to it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37383 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 23:18:42 +00:00
Jürgen Spitzmüller
e7ef84039d style.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37373 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 15:46:06 +00:00
Jürgen Spitzmüller
6c6a21a3d9 add bug number.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37372 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 12:00:26 +00:00
Jürgen Spitzmüller
11ea521aa2 * GuiTabular.cpp: Fix regression introduced in r30650 (LyX 1.6.4, not in trunk):
The column width field was not cleared for non-fixed columns, leading to unwanted width applications.

I wonder why this bug was never reported.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37371 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 11:35:58 +00:00
Uwe Stöhr
6f5ddb00e0 installer: updates
(I'm curious if this commit works. I'll be off again.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37367 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-29 23:19:03 +00:00
Enrico Forestieri
480a40def2 Fix bug #7254 (LyX may insert a blank line when ending an environment)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37327 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-26 10:54:28 +00:00