Commit Graph

1005 Commits

Author SHA1 Message Date
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