Jürgen Spitzmüller
c0b5b39246
* src/LaTeXFeatures.cpp:
...
- fix definition of \lyxadded and \lyxdeleted
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18301 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 06:28:47 +00:00
Stefan Schimanski
eb96bab927
The source view dialog does not send a lfun, so it can be applied
...
unconditionally. This fixes #3398 and #3594 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18300 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 05:16:57 +00:00
Bo Peng
9f3c96efc5
Bug 3600, not a real solution but prevents lyx from crashing
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18299 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 03:07:00 +00:00
Uwe Stöhr
98ac7fd4d3
installer updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18298 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 22:45:28 +00:00
Uwe Stöhr
8deae3f11c
EmbeddedObjects:
...
- fix issues spotted by Hartmut
- fix vertical table cell alignment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18297 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 22:38:35 +00:00
Bernhard Roider
5d9e65058c
fix cursor movement (up/down) problem at the end of lines in insets and table cells.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18293 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 19:53:06 +00:00
Bo Peng
3121dd4269
update po files for lib/language and InsetListings changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18292 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 19:43:39 +00:00
Bo Peng
d544eef7c3
po/lyx_po.py: fix handling of certain langauges lines
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18291 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 19:38:12 +00:00
Bernhard Roider
fdaf886bbc
fix scoons/makefile for r18280
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18288 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 18:10:40 +00:00
Jürgen Spitzmüller
0f2bcd0d0c
* src/Color.cpp:
...
- fix encoding
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18287 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 16:35:31 +00:00
Jürgen Spitzmüller
5879bd3d0c
* lib/doc/LaTeXConfig.lyx.in:
...
- document xcolor and soul.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18286 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 16:33:59 +00:00
Jürgen Spitzmüller
babc15ea87
* src/Color.cpp:
...
- add proper x11 colors for lyxadded and lyxdeleted (preventing an assert in RGBColor)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18285 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 16:24:03 +00:00
Michael Schmitt
8684c07664
output changes by means of xcolor and soul
...
- when exporting with pdflatex
- when exporting with latex and dvipost is not available
rename two colors (strikeout => deletedtext, newtext => addedtext)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18284 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 15:17:57 +00:00
Bo Peng
1fb2456cec
InsetLisings: fix extra npos comparisons intruduced by wrongful commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18283 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 14:39:44 +00:00
Bo Peng
0bbdc3ffeb
InsetListings: Enhanced listings dialog, more than 10 widgets are added to handle common listings parameters.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18282 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 04:06:37 +00:00
Bo Peng
dfa6012292
Remove unused var in InsetMathHull.cpp
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18281 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-12 22:51:13 +00:00
Bernhard Roider
6de5d0ad58
fix bug 2453
...
change of behavior of rotate-tabular and rotate-cell toolbar buttons such that they toggle the rotation. Therefore a toggle feature is added to the tabular features. Moreover after the patch the state of the set-rotate-cell and toggle-rotate-cell buttons is on only if all selected cells in the table are rotated. If not all selected cells are rotated then the toggle button rotates all selected cells.
The toggle-icons are copied from the set-icons.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18280 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-12 20:59:21 +00:00
Bo Peng
59252c1f8f
InsetListingsParams.h/cpp: Allow , in parameter string which is common in caption
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18279 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-12 15:07:18 +00:00
Bo Peng
4d0552dd80
add color mathcorners and implement mathbg (partially)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18277 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-12 06:24:46 +00:00
Uwe Stöhr
56393b54eb
installer updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18276 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-12 00:24:11 +00:00
Uwe Stöhr
e1d855eb41
BufferParams.cpp: forgot this in last commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18275 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-12 00:22:37 +00:00
Uwe Stöhr
40ba4d3630
BufferParams.cpp: the long discussed babel call logic cleanup
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18274 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-12 00:13:35 +00:00
Uwe Stöhr
ff8f2b3609
output_latex.cpp: Fix bug 3571:
...
http://bugzilla.lyx.org/show_bug.cgi?id=3571
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18273 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 23:43:17 +00:00
Uwe Stöhr
6bebcf8feb
EmbeddedObjects: fix issues spotted by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18272 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 23:32:57 +00:00
Bo Peng
b8813615ea
InsetListings: touch up the TextLayout dialog
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18271 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 17:59:32 +00:00
Bo Peng
203b569b7b
InsetListings: touch up the include dialog
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18270 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 17:53:01 +00:00
Bo Peng
6099a3dba7
InsetListings: touch up the listings dialog
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18269 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 16:56:16 +00:00
Abdelrazak Younes
d5acfddef7
Fix bug 3377 by Ozgur Ugras BARAN:
...
In insert graphic window: canceling open dialog erases entry in text box). This bug is not Mac specific, but exist in Linux. (should exist in other OSes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18268 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 14:25:25 +00:00
Abdelrazak Younes
b9765984c0
remove unneeded header.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18267 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 14:19:59 +00:00
Abdelrazak Younes
bd3e07179f
Remove optimization to avoid char and symbol metrics calculation. This was incompatible with the way the font zooming works in LyX.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18266 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 14:17:53 +00:00
Abdelrazak Younes
7831aff546
Bug fix: the type combo was not cleared at each update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18265 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 14:05:43 +00:00
Abdelrazak Younes
bee94bbcd2
Enable RTL language support and Converter cache by default.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18264 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 13:01:59 +00:00
Bo Peng
e44fc571cc
revert wrongly committed patch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18263 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 02:34:56 +00:00
Bo Peng
a8e9fe82d0
lib/lyx2lyx/lyx_1_5.py: fix revert of listings insets
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18262 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-11 02:28:14 +00:00
Uwe Stöhr
486ca0c750
de-UserGuide.lyx: Updates from Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18261 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-10 23:26:50 +00:00
Bo Peng
fe879a0a6c
revert src/frontends/qt4/ui/ListingsUi.ui
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18260 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-10 20:56:58 +00:00
Peter Kümmel
950e4b2097
fix crash: change empty line to paragraph and press a key
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18259 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-10 17:55:07 +00:00
Abdelrazak Younes
5b5ee8cc32
Fix bugs 3528 and 3534 by Ozgur Ugras BARAN and myself:
...
* ControlToc::updateBackend(): emit Buffer::structureChanged()
* QToc:
- updateToc(), updateType(), typeModel(): deleted.
* TocWidget
- updateGui() manually with ControlToc::typenames()
- on_typeCO_activated(): changed to on_typeCO_currentIndexChanged()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18258 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-10 16:25:11 +00:00
Jean-Marc Lasgouttes
e916170647
Use QTextEdit::setPlainText instead of QTextEdit::setText, because the
...
later is not available in Qt 4.1.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18257 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-10 10:44:16 +00:00
Jean-Marc Lasgouttes
aeeac15128
Patch from "hzluo" <memcache@gmail.com>:
...
Remove all explicit 8bit characters from the source, to fix compilation
with windows xp under a chinese locale (bug 3496).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18256 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-10 10:35:57 +00:00
Abdelrazak Younes
63fca5a1ce
Fix number display for Farsi and Arabic from Mostafa Vahedi:
...
In Hebrew, Arabic and Farsi (Right-to-Left) languages the numbers are written from left to write.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18255 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-10 09:25:44 +00:00
Jean-Marc Lasgouttes
5f7d6947e1
* BufferView.cpp (moveToPosition): do not use ParIterator, which moves
...
through nested insets; what we want here is much simpler (bug 3472)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18254 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-10 07:53:00 +00:00
Bo Peng
ae9afa946a
fix a listings param name
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18253 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 21:28:43 +00:00
Uwe Stöhr
3db8583e2b
BufferParams.cpp: only whitespace
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18252 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 21:17:22 +00:00
Uwe Stöhr
0d555fa675
BufferParams.cpp: Simplify babel call
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18251 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 21:10:55 +00:00
Uwe Stöhr
8dfaf03815
lyx2lyx: fix wrong preamble entry about "armtex" when exporting to LyX 1.4.x format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18250 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 21:10:30 +00:00
Bernhard Roider
b5c5c1efe6
Problem: When canceling the preferences dialog after changing a color then the icon in the colors list is not reverted after reopening the dialog. Moreover when pressing apply later then the color is really changed.
...
Solution: Move the color initialization from the constructor to the update() method. I've read the mail from Richard (referenced in the source code) concerning this, but i don't understand why we should not move parts of the initialization the constructor does into the update method. With this changes the hack for fixing http://bugzilla.lyx.org/show_bug.cgi?id=3109 is not needed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18249 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 20:16:31 +00:00
Uwe Stöhr
c0e972978b
EmbeddedObjects: small update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18248 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 20:10:19 +00:00
Bernhard Roider
4a2ffc83f8
Problem: A crash when no color is selected and the "alter" button is pressed.
...
Solution: Disable the alter button if no item is selected and add an additional test for a valid index.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18247 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 20:09:03 +00:00
Bo Peng
1038ed69e6
Fix InsetListings::init, call setButtonLabel explicitly because that function is not virtual
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18246 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 20:00:06 +00:00