Commit Graph

1063 Commits

Author SHA1 Message Date
Jürgen Spitzmüller
7aba7ef9eb * LaTeX.cpp: recognize etaremune rerun request.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37312 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-24 09:51:11 +00:00
Jürgen Spitzmüller
0e7dc0f453 * uk.po: update from Yuri.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37267 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-20 16:58:46 +00:00
Jürgen Spitzmüller
5d4d36c52c * InsetBox.cpp: framed boxes can have paragraph breaks and environments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37259 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-19 11:21:34 +00:00
Stephan Witt
96d0bb79ef #7209 avoid a crash in inMacroMode(): one cannot get the previous atom of an empty math cell
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37163 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-10 10:31:20 +00:00
Enrico Forestieri
8e8c451ca1 Fix bug #6538 (Figure: relative path changed to absolute on copy/paste)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37114 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-05 14:02:35 +00:00
Vincent van Ravesteijn
653e054c06 branch: Fix bug #7106: iterator out of range while copying multi-row math.
see r37108.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37112 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-05 12:56:54 +00:00
Uwe Stöhr
3d4865722e InsetMathSubstack.cpp: fix #2498 also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37110 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-05 00:21:14 +00:00
Jürgen Spitzmüller
9611fc31b2 * InsetIndex does not have a dialog anymore since it's a collapsable. Also, it is (and never was) an InsetCommand.
This also fixes the crash reported at #7180. 

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37105 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-04 11:50:35 +00:00
Vincent van Ravesteijn
c0571a40f4 branch: Fix bug #5600: View source panel isn't updating after restart.
see r37096.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37103 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-04 10:12:40 +00:00
Vincent van Ravesteijn
68422fbb85 branch: Fix bug #7182: LyX truncates file names in the ui.
Changes:
- let filenames to be longer in window title (see r36950);
- when hovering the lastfiles menu, the full file names are shown in the statusbar (see r37083);
- when hovering the tabs, the longer name is shown as a tooltip (see r37101). 

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37102 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-04 09:49:30 +00:00
Vincent van Ravesteijn
5052b03d46 *status.16x update for r37099.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37100 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-04 09:21:18 +00:00
Jürgen Spitzmüller
2c48ac2626 Fix UI glitch in the prefs dialog (bug 7190).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37082 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-03 17:21:37 +00:00
Vincent van Ravesteijn
59d5732815 *status.16x update for r37078.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37079 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-03 17:10:54 +00:00
Enrico Forestieri
7c588c5b2d Fix bug #4606 (\varPhi and similar characters not known by the LyX GUI)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37073 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-03 14:19:15 +00:00
Vincent van Ravesteijn
679dfb5793 branch: Fix bug #7200: Crash when replacing newline by InsetQuote?.
We have to call cap::replaceSelection before determining whether we can insert an InsetQuote? or a normal quote.

At least we should have updated the par variable after calling cap::replaceSelection, because the paragraph might have been deleted.

see r37063.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37071 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-03 12:50:47 +00:00
Enrico Forestieri
7fb335c9ae Allow using autoconf 2.66 and 2.68 (both work flawlessly with LyX) and avoid
the warnings issued by AC_LINK_IFELSE if the first argument is not conforming.
See http://lists.gnu.org/archive/html/autoconf/2010-09/msg00069.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37045 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-30 02:47:54 +00:00
Enrico Forestieri
844d8d0b27 Fix bugs #7174 (Math selection broken)
and      #7193 (Math macro template painting problem)

No status.16x entry is necessary for #7174 as this fixes a regression
introduced during the 1.6.9svn cycle by the fix for #4889.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37037 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 15:36:35 +00:00
Vincent van Ravesteijn
b4306a687a branch: Fix bug #7187: Font painting problems with emulated scaling.
When creating the QFontMetrics object, we should specify a QPaintDevice. 0 is a paint device which is screen-compatible or pixmap-compatible. This makes sure that the correct DPI is used in font metrics calculations.

see r37030, and http://bugreports.qt.nokia.com/browse/QTBUG-16331.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37036 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 14:25:15 +00:00
Enrico Forestieri
5738192a31 Fix bug #7183 (User math macros defined in child documents are shadowed on loading)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36986 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-21 17:28:07 +00:00
Jürgen Spitzmüller
5232ea96c8 * status.16x: add forgotten entry.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36909 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 17:29:12 +00:00
Jürgen Spitzmüller
8eb83b0efc * scrclass.inc: \addpart, \addchap and \addsec have an optional argument.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36904 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 09:00:55 +00:00
Enrico Forestieri
0fa7d11220 Fix bug #7090 (Segfault in refreshing instant preview when math macro changes)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36873 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 22:25:17 +00:00
Jürgen Spitzmüller
0b83e22124 * status.16x: minor tweaks.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36870 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 16:31:26 +00:00
Vincent van Ravesteijn
0f99c43425 branch: Fix bug #6950: Wake up from waiting state after encountering a file parsing error.
see r35714.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36866 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 14:44:19 +00:00
Vincent van Ravesteijn
4e68265745 branch: Fix bug #7077: Listings validator doesn't recognize "breakatwhitespace".
see r36496.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36865 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 14:38:35 +00:00
Vincent van Ravesteijn
50e1309784 branch: Fix bug #1839: Allow Ctrl+Arrow to move between table cells.
see r35812.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36864 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 12:54:03 +00:00
Vincent van Ravesteijn
e9807a7e80 branch: Fix bug #4849: Split cell always enabled in (context) menu.
see r36622.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36863 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 11:22:47 +00:00
Jürgen Spitzmüller
204695b878 Load the package breakurl with hyperref in DVI output (fix bug 7033).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36861 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 08:00:06 +00:00
Jürgen Spitzmüller
221d898a32 * languages: remove country code from farsi definition, since the aspell dictionary doesn't use it either (fix bug 7171).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36859 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 07:17:20 +00:00
Jürgen Spitzmüller
b905d1160e * check for rtf and doc viewers.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36826 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 14:50:03 +00:00
Uwe Stöhr
4f72d59fc4 status.16x: typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36813 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 16:39:32 +00:00
Uwe Stöhr
e4bb80965a GuiTabular.cpp: backport fix for #3517
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36801 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 03:04:01 +00:00
Georg Baum
9dac2d4ef4 backport fix for #6709
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36797 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 22:17:25 +00:00
Stephan Witt
98ca5e2997 #6688 test for ignore_system_lyxrc was missing for RC_PERS_DICT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36761 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-07 09:27:36 +00:00
Georg Baum
d2d0994cf9 fix bug #7088
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36719 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-04 16:55:00 +00:00
Enrico Forestieri
ca69246a27 Fix bug #7068 (Crash when pressing down arrow in an equation when there is a suggestion)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36706 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 21:47:23 +00:00
Vincent van Ravesteijn
64af9accff branch: Fix bug #4889: Painting problem with some insets.
-RowPainter::paintOnlyInsets is only meant to paint nested Insets, so I guess only the InsetText? based insets.
-Fix the painting of the labels of InsetCaption? insets.

see r36630, r36639 and r36640.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36679 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 10:23:51 +00:00
Vincent van Ravesteijn
9fd75e3702 branch: Fix bug #6709: Inserting a numbered equation to a display equation toggles the display style.
see r36674.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36678 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 10:19:42 +00:00
Vincent van Ravesteijn
132084b5ef branch: Fix bug #6952: Make the Apply button of the GuiCharacter? dialog buffer dependent.
see r28240.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36677 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 10:16:24 +00:00
Vincent van Ravesteijn
f984080b21 branch: Fix bug #6315: counters in insets that don't produce output have ghost values.
see r36603.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36671 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 00:47:42 +00:00
Uwe Stöhr
d17f05abbb fr.po: updates by Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36656 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-02 05:18:52 +00:00
Uwe Stöhr
be8fbe505d PDFOptions.cpp: backport fix for #7052 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36655 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-02 04:59:54 +00:00
Uwe Stöhr
2c95de04e6 status.16x: fix some typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36616 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-30 01:10:00 +00:00
Vincent van Ravesteijn
ef0be6ac18 branch: Fix bug #7007: Horizontal table alignment display broken.
see r36395, r36401 and r36402.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36590 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 12:56:42 +00:00
Vincent van Ravesteijn
f839b04573 branch: Fix bug #5446: Cursor gets stuck in InsetInfo.
Do not allow to put the cursor in an InsetInfo. Instead, a context menu item is added to facilitate copying of the contents.

see r33285, r34216 and r34223.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36589 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 12:46:40 +00:00
Uwe Stöhr
9650b8c408 InsetTabular.cpp, GuiTabular.cpp: backport #6585 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36573 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 04:48:48 +00:00
Uwe Stöhr
ca9f73e94e InsetTabular.cpp: backport #7000 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36572 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 04:33:48 +00:00
Jürgen Spitzmüller
f8e856179e * id.po: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36546 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-28 09:40:46 +00:00
Jürgen Spitzmüller
db56ab277b * status.16x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36540 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-27 14:35:51 +00:00
Enrico Forestieri
867fafeaae Fix bug #7058 (Crash when invoking CAS on a multiline AMS context)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36527 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 22:54:32 +00:00
Enrico Forestieri
3e722cd656 Fix bug #6939 (Using math-insert to input math macros overwrites math expressions)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36526 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 22:12:56 +00:00
Jürgen Spitzmüller
66ebeb941b * languages: correct Norwegian Gui strings as advised by Ingar Pareliussen.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36508 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 16:05:13 +00:00
Vincent van Ravesteijn
41da2f90bf branch: Fix bug #7056.
see r36498.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36506 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 10:40:48 +00:00
Jürgen Spitzmüller
382f9ba3f9 * GuiDocument:
- Make the modules description in Document > Settings fully translatable (bug #6987).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36503 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 10:37:53 +00:00
Jürgen Spitzmüller
0fe2c7a9fa nn.po: backport from trunk.
status.16x: update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36473 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-25 09:54:53 +00:00
Stephan Witt
7c8bd03075 backport of CVS support enhancements for repository check in,check out and current directory update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36459 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-24 19:12:20 +00:00
Jürgen Spitzmüller
23ebb1171d * po/nn.po: update from Ingar.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36421 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-21 10:08:11 +00:00
Jürgen Spitzmüller
6e1475e391 * lettre.layout: fix from Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36409 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-20 14:57:44 +00:00
Uwe Stöhr
a93dcdcb98 modernCV.lyx:
- change position of command \maketitle (the \AtBeginDocument call doesn't work anymore in recent version of modernCV)
- use vertical space inset instead of the "space" environment (that I once introduced in the modernCV layout when LyX was not able to handle all sorts of custom vertical spaces)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36393 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-19 01:39:13 +00:00
Uwe Stöhr
15050945e0 sr.po: backport from trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36357 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-18 00:53:36 +00:00
Jürgen Spitzmüller
6c44d8ddc5 Back to SVN.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36302 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-15 06:59:41 +00:00
Jürgen Spitzmüller
6052bcbb88 * pt.po: update from Susana.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36281 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-13 13:17:21 +00:00
Jürgen Spitzmüller
879f8c2a3d * status.16x: be more precise.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36266 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 15:32:30 +00:00
Jürgen Spitzmüller
4c7b507cbd * fr_beamer-conference-ornate-20min.lyx: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36264 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 14:24:24 +00:00
Jürgen Spitzmüller
4a3ea0fef8 * status.16x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36262 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 10:54:07 +00:00
Jürgen Spitzmüller
71e5ed3555 preparations for 1.6.8.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36259 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 10:47:19 +00:00
Jürgen Spitzmüller
e6b4078596 * status.16x: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36256 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 08:59:31 +00:00
Uwe Stöhr
8287cedc04 ja.po: updates by Koji
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36229 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-10 02:16:42 +00:00
Jürgen Spitzmüller
6afb87e0ce * hu.po: update from Alex.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36213 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-08 19:17:42 +00:00
Enrico Forestieri
b983c2c5be Fix bug #7019 (Math labels should not be escaped on saving)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36164 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-06 15:24:37 +00:00
Vincent van Ravesteijn
e8fc2aaf85 branch: Fix part of bug #5561: Issues with image pasting.
Now the path to the pasted graphics is saved as a relative path if possible.

see r36058.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36118 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-05 15:38:20 +00:00
Jürgen Spitzmüller
f472d6643b * status.16x: reorder.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36038 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-04 12:29:49 +00:00
Richard Heck
fa0f9192fc Backport fix for #7014.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36029 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-04 11:55:20 +00:00
Jürgen Spitzmüller
1a1909be8e * uk.po: Update by Yuri.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35945 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-31 13:32:48 +00:00
Jürgen Spitzmüller
9d026086c1 * status.16x: this fix deserves a higher rank.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35904 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-29 12:42:26 +00:00
Enrico Forestieri
295fb6edd7 Fix bug #6965 (Crash editing ERT in math mode)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35903 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-29 12:38:16 +00:00
Uwe Stöhr
5ecf63f748 status.16x: mention fix for bug 6992
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35877 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-28 00:00:54 +00:00
Uwe Stöhr
9420e65ea8 id.po: updates by Waluyo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35876 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-27 23:36:20 +00:00
Vincent van Ravesteijn
43ef39c2ca branch: Revert r34031: make input completion case sensitive again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35865 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-27 08:47:58 +00:00
Vincent van Ravesteijn
7599b422c2 branch: Fix bug #5878: Cursor position not restored in hidden documents.
A hidden document does not have an associated Cursor. So, each time we create a new workArea, we should restore the cursor position.

see r35811.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35849 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-26 12:29:34 +00:00
Vincent van Ravesteijn
b13700f2e7 branch: Fix bug #6550: "Any Changes will be lost" even when there are no changes.
see r35835.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35848 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-26 12:21:38 +00:00
Jürgen Spitzmüller
8e67696f86 status.16x: revert to old heading.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35815 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-25 08:02:16 +00:00
Jürgen Spitzmüller
4e5d2fde03 * status.16x: tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35814 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-25 07:46:49 +00:00
Jürgen Spitzmüller
820c6dbd86 Fix bug 6944: crash on drag and drop multiple files.
This backport contains most of Vincents suggestions, but not his own changes in r35784.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35793 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-23 08:35:28 +00:00
Pavel Sanda
678425457d Revert support for autoconf 2.68 in branch
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg162557.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35777 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-22 13:59:39 +00:00
Pavel Sanda
862f8dfe4d Allow newer autoconf
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35765 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-21 23:10:02 +00:00
Vincent van Ravesteijn
bdb06eb0b6 branch: Fix bug #6963: LaTeXUi.ui: fix some accelerator clashes.
see r35751.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35755 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-21 17:33:18 +00:00
Vincent van Ravesteijn
60caac2579 branch: Fix bug #6869: Crash when unindenting empty lines in listings inset.
- Remove some duplicated code;
- Do not call par.getChar(0) when the par is empty.

see r35702.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35707 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-18 11:54:12 +00:00
Jürgen Spitzmüller
e0ca836db3 * status.16x: fix tense.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35705 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-18 11:09:23 +00:00
Vincent van Ravesteijn
bc9c7ca019 status.16x: typos.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35698 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-18 09:28:36 +00:00
Uwe Stöhr
b81aaa13bb EmbeddedObjects.lyx:
- describe how to use math in program listings
- squash some LaTeX warnings (some will remain to be compatible with older LaTeX installations)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35683 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-18 00:38:18 +00:00
Uwe Stöhr
45ab0d442e lettre: also for branch - new layout and template file to write French letters, patch from Jean-Pierre Chretien
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35659 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-16 23:56:41 +00:00
Uwe Stöhr
3ec266c521 InsetBibtex.cpp: fix #6470 also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35658 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-16 16:32:21 +00:00
Stephan Witt
54d5ceb43a correct enabled check for LFUN_MATH_NUMBER_TOGGLE
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35657 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-15 13:27:21 +00:00
Jürgen Spitzmüller
6361313291 * GuiDelimiter.cpp: disable cut and paste inside the listviews (bug 6942).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35655 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-15 07:14:22 +00:00
Uwe Stöhr
8fdfb5935d ectaart: new files also for branch, fixes #6761
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35589 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-10 23:37:38 +00:00
Stephan Witt
3a91d412c0 Correct check for enable condition of VC repository update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35586 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-10 14:48:58 +00:00
Stephan Witt
14b4d92df6 Don't mark document as changed when navigating with cell-forward or -backward
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35579 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-09 10:21:28 +00:00
Stephan Witt
f5aec0ab2b Fix button link assignment in select from template dialogue
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35578 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-09 09:38:58 +00:00
Stephan Witt
5e6e824464 #5970 Fix tab switching keyboard shortcut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35577 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-09 09:35:39 +00:00