Enrico Forestieri
0c354aeca3
Tweak it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34769 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-05 19:38:48 +00:00
Enrico Forestieri
67f6e68e8d
Add last missing inner-hull grid type environments.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34766 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-05 17:30:03 +00:00
Jean-Marc Lasgouttes
3a5b4b8008
Fix bug 6533: Spell-as-you-type stops checking words when they are already wrong
...
The problem was in FontList::setMisspelled, where an optimization looked at the first character of the word in order to return early when the misspelled flag is already correct. This does not work when the first letters of the word have this flag but not the last one.
If this optimization was really useful, it can be reimplemented properly in terms of font spans.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34765 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-05 15:15:13 +00:00
Enrico Forestieri
7049447fd7
Correct refinement fix for #6595 . The problem was not adding \\ to the last
...
empty line of substack, tabular and xymatrix, but not calling delEmptyLastRow
for them.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34763 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-05 12:31:18 +00:00
Enrico Forestieri
d546a9b286
Revert r34761 because that was not the right fix that is going to be
...
committed shortly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34762 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-05 12:25:48 +00:00
Enrico Forestieri
7eeb664bbb
Refine fix for #6595 . Don't add \\ to the last empty line of substack,
...
tabular and xymatrix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34761 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-05 10:03:56 +00:00
Stephan Witt
598d185ada
more correct check of thesaurus file format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34760 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-05 09:20:45 +00:00
Uwe Stöhr
8cc770423d
lyx2lyx/lyx_2_0.py:
...
- add routine to revert character styles
- revert character styles to TeX code instead of deleting them - fixes #6803
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34754 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-05 03:19:54 +00:00
Uwe Stöhr
8adb1e690a
lyx2lyx/lyx_2_0.py:
...
- add routine to revert flex insets to TeX code
- add routine for the new IEEEtran layout file (part 1/2)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34753 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-05 02:01:10 +00:00
Enrico Forestieri
d9ddc95ab8
Refine fix for #6595 . It turns out that the last empty line is to be
...
deleted not only for "array" but also for all inner-hull grid types.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34752 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-04 18:08:14 +00:00
Enrico Forestieri
9536afe742
Fix bug #6595 : empty last row of matrix or eqnarray vanishes.
...
This patch essentially reverts r30795 and also provides the correct fix
for #2969 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34751 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-04 16:31:53 +00:00
Stephan Witt
333485fa34
add check for version 1 index files - skip them if present
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34750 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-03 16:26:47 +00:00
Stephan Witt
55afdeb980
restore original version
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34749 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-03 16:25:15 +00:00
Uwe Stöhr
ebcef496a5
- new support for makebox; fileformat change
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34748 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-03 13:14:15 +00:00
Uwe Stöhr
b77c2213cb
lyx2lyx/lyx_2_0.py: correct LateX units - there are no units named \pagexxxx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34747 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-03 13:05:24 +00:00
Uwe Stöhr
390b155c49
scons/scons_manifest.py: update SCons according to latest file changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34746 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-03 01:11:02 +00:00
Jean-Marc Lasgouttes
a174f43bc5
Fix nasty memory bug signalled by valgrind while looking at another bug.
...
The string passed to Aspell has been already released, since it is the return value of a function. This problem does NOT exist in branch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34745 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-02 12:41:14 +00:00
Jean-Marc Lasgouttes
6f82f85228
style
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34744 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-02 12:38:39 +00:00
Jean-Marc Lasgouttes
62d537b5da
uninitialized variable
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34743 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-02 11:04:36 +00:00
Stephan Witt
2bb7b6d4ea
add checks for empty word list to avoid crashes later in MyThes::binsearch()
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34742 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-02 07:03:15 +00:00
Jean-Marc Lasgouttes
49b3a5d5f6
use tr1 for all gcc 4 versions (tested against gcc 4.0.1 on macos 10.5)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34741 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-01 20:58:26 +00:00
Peter Kümmel
effec36e9a
TR1: no autotools on windows
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34739 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-01 09:44:15 +00:00
Peter Kümmel
5006961952
TR1: enable 4.4.0 and mingw
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34733 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-30 14:30:10 +00:00
Peter Kümmel
c09fcc890f
TR1: also use tr1-regex when using msvc10
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34732 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-30 13:50:40 +00:00
Jean-Marc Lasgouttes
50117dc8ea
fix scroll wheel on mac (bug #6775 )
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34731 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-30 12:38:39 +00:00
Jean-Marc Lasgouttes
af928c503d
rework regexp processor magic ; make tr1 work with autotools
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34730 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-30 11:04:30 +00:00
Peter Kümmel
69036ced37
TR1: move TR1 check to config.h / buildsystem
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34729 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-30 10:53:45 +00:00
Peter Kümmel
103310c401
TR1: check in cmake for GCC version, fallback in checktr1.h for other build systems, no support of regex in gcc 4.4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34728 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-30 08:47:41 +00:00
Peter Kümmel
f3137da47c
cmake: add icon on Windows
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34727 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-30 08:35:52 +00:00
Peter Kümmel
615d42d357
TR1: use std::tr1 regex with msvc10
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34725 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-29 17:09:40 +00:00
Peter Kümmel
86172fbebe
mingw fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34724 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-29 17:08:17 +00:00
Joost Verburg
23df7e16a9
Include io.h only on Windows
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34723 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-29 13:23:33 +00:00
Joost Verburg
e6254e6fb2
Launch external Windows processes for e.g. display image conversion using CreateProcess with a CREATE_NO_WINDOW flag, allowing LyX to be compiled as a GUI application without console windows popping up.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34721 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-28 17:45:04 +00:00
Richard Heck
456827950b
Support "Provides fontenc".
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34720 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-28 17:23:48 +00:00
Uwe Stöhr
7d031e1fef
GuiBox.cpp: fix this issue: horizontal box alignment is only possible without inner box and simple frame (the same as with pagebreaks)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34713 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-26 21:02:14 +00:00
Uwe Stöhr
cacad71fa2
BufferParams.cpp: fix typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34710 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-26 17:03:47 +00:00
Jürgen Spitzmüller
3e2ca552af
* GuiBoc.{cpp,h}:
...
- compare against combo box data instead of l7n string.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34709 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-26 07:57:54 +00:00
Jürgen Spitzmüller
ecfe108cde
* GuiBoc.{cpp,h}:
...
- use proper combo box data instead of the current int mumbo jumbo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34708 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 17:39:53 +00:00
Jürgen Spitzmüller
0a137e315a
* TextMetrics.cpp: fix metrics calculation with preceeding blank in free spacing context (bug #6746 )
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34705 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 14:07:55 +00:00
Jürgen Spitzmüller
807d618a96
GuiSpellchecker.cpp: typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34704 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 14:06:12 +00:00
Vincent van Ravesteijn
fe124c57ce
Add wasysym to LateXConfig.lyx.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34700 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 11:08:39 +00:00
Vincent van Ravesteijn
7e3c7bd877
* LaTeXConfig.lyx: typos
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34699 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 11:07:42 +00:00
Vincent van Ravesteijn
6b0ba53ac4
* LateXConfig.lyx: Correct font.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34698 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 11:06:52 +00:00
Vincent van Ravesteijn
fb99c8115a
Fix the enabling/disabling of the custom latex font encoding lineedit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34694 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 03:33:15 +00:00
Vincent van Ravesteijn
f616126668
Remove the boldness of the XHTML Output Options string in GuiDocument. We nowhere use bold headers.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34693 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 03:32:08 +00:00
Uwe Stöhr
4187f74979
fr.po: updates by Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34691 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-22 23:07:48 +00:00
Uwe Stöhr
ad0dff460e
es.po: updates by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34690 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-22 23:06:08 +00:00
Enrico Forestieri
398dd63b76
Update it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34689 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-20 00:02:12 +00:00
Kornel Benko
5a42cf15df
* sk.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34688 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-19 16:09:37 +00:00
Uwe Stöhr
bfbd808eea
- remerged po-files
...
- de.po: translation updates by me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34687 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-19 14:38:53 +00:00