Jürgen Spitzmüller
050d2f077d
* restore correct indendation.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34460 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-23 09:37:51 +00:00
Enrico Forestieri
bf41bb15c9
Fix shortcut clash in it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34457 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-22 23:20:40 +00:00
Enrico Forestieri
604ed2571f
Fix bug #6712 : LyX 2 does not restore encoding after a text inset
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34456 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-22 22:42:32 +00:00
Uwe Stöhr
3d91ff0e40
BufferParams.cpp: fix #6714
...
OK also for branch?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34451 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-22 13:05:07 +00:00
Uwe Stöhr
edd8a321bf
InsetRef.h: fix #6711
...
Also OK for branch?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34450 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-22 02:01:47 +00:00
Uwe Stöhr
634a00c9db
Inset***.h: fix typo in comment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34449 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-22 02:00:41 +00:00
Uwe Stöhr
b4e99d6396
lyx_2_0.py: fix paper size conversion routine
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34448 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-22 01:42:14 +00:00
Uwe Stöhr
d4d073c667
lyx_2_0.py: fix Python error due to uninitialized variable
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34447 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-22 01:15:50 +00:00
Uwe Stöhr
106d31cd67
InsetMathHull.h: fix typo in comment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34445 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-22 00:46:57 +00:00
Uwe Stöhr
326e228107
LyXRC.cpp: add new page sizes to known sizes, thanks JMarc
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34443 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-21 22:10:57 +00:00
Uwe Stöhr
8a8b59a68b
BufferParams.cpp: the default paper format of course don't require the geometry package; patch by Rob Oakes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34442 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-21 01:33:50 +00:00
Kornel Benko
70ef3f25c9
* sk.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34439 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-19 10:38:19 +00:00
Uwe Stöhr
18d5d9fc0e
chkconfig.ltx: add check for the zhmetrics metrics package
...
This is necessary to get the correct size of images created by dvipng. The problem is that InstantPreview generates always A4 size images for every equation when using standard MiKTeX 2.8. This makes InstantPreview unusable because the LyX file becomes unreadable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34437 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-19 02:32:27 +00:00
Uwe Stöhr
84bc1aa4b4
GuiDocument.cpp: code simplifications; thanks Vincent
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34436 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-18 21:08:06 +00:00
Enrico Forestieri
60860ba7e2
Fix bug #5247 : physical paper size settings are not honoured by pdflatex export
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34435 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-18 18:10:54 +00:00
Jean-Marc Lasgouttes
edc0ec3fab
fix bugs #6696 and #6697
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34434 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-18 13:59:59 +00:00
Pavel Sanda
e946282535
Comment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34433 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-18 09:45:25 +00:00
Uwe Stöhr
665dac3f53
GuiDocument.cpp: remove superfluous comment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34430 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-18 02:59:48 +00:00
Uwe Stöhr
0600e656f8
* GuiDocument:
...
- fix #6699 ; use_geometry now only means that the user don't want to have custom margins; that geometry also needs to be loaded for some paper formats is already done in BufferParams.cpp
- remove portraitChanged() because this was useless - A4 landscape is still A4 and still uses the default margins
* BufferParams.cpp: only output the margins if the option "Default margins" is not checked - this was a bug in the margins UI
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34429 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-18 02:56:36 +00:00
Uwe Stöhr
10dc64bd18
- paper.h: fix comment
...
- BufferParams.cpp: fix the default case
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34428 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-18 01:34:07 +00:00
Uwe Stöhr
700447301c
support for all page sizes that are supported by the geometry package; fileformat change
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34427 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-18 01:22:08 +00:00
Uwe Stöhr
04c5298984
fr.po: updates by Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34426 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-17 23:05:03 +00:00
Pavel Sanda
ffb189f0a9
Typo from Sven
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34425 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-17 20:56:12 +00:00
Pavel Sanda
7ee7b892d0
Coding style, thanks Abdel.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34417 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-17 08:15:04 +00:00
Pavel Sanda
7bc7f16c3c
Next attempt on correct newlines in Message pane
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34416 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-16 22:02:15 +00:00
Pavel Sanda
9488a18569
Keep the string in synchro with the code around
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34415 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-16 22:02:13 +00:00
Pavel Sanda
b3e09c3ee7
* RELASE-NOTES
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34414 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-16 22:02:10 +00:00
Uwe Stöhr
a236ada0a7
de.po: resolve a shortcut conflict
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34413 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-16 03:21:53 +00:00
Enrico Forestieri
483e3e36fa
Tweak it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34411 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-15 19:21:58 +00:00
Enrico Forestieri
ce1ec7678c
Update it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34410 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-15 16:25:42 +00:00
Kornel Benko
2338df8698
* sk.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34409 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-15 07:39:10 +00:00
Uwe Stöhr
daaf1eec44
- remerge po-files
...
- de.po: some translations by me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34408 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-15 03:14:13 +00:00
Uwe Stöhr
f308620eb8
fr.po: translations by Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34407 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-15 03:01:30 +00:00
Uwe Stöhr
1ef3692019
- BufferParams.cpp: change string to make it more clear (requested by Jean-Pierre)
...
- GuiView.cpp: fix grammar/logic
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34406 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-15 02:58:23 +00:00
Pavel Sanda
27c79955e9
#6694 - reset line spacing to single if no custom size is defined
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34405 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-14 19:12:59 +00:00
Enrico Forestieri
74c980af62
Update it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34404 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-13 21:13:40 +00:00
Uwe Stöhr
09630d1a47
es.po: translations by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34403 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-13 19:23:50 +00:00
Pavel Sanda
885376bd93
Update LFUNs.lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34402 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-11 12:01:04 +00:00
Pavel Sanda
6996d40dc3
* doxy
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34401 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-11 12:00:59 +00:00
Kornel Benko
10d9f3251f
* sk.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34400 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-11 10:44:06 +00:00
Pavel Sanda
e7b36ac0dd
back to svn
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34398 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-11 10:02:48 +00:00
Pavel Sanda
1d04e28c2d
typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34397 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-11 10:02:44 +00:00
Pavel Sanda
abae9cd579
alpha 3
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34396 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-11 10:02:41 +00:00
Pavel Sanda
382d4df25c
Remerge strings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34395 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-11 00:34:40 +00:00
Pavel Sanda
1ba5590092
This file is no more in the tree
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34394 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-11 00:27:48 +00:00
Vincent van Ravesteijn
ff129f2555
Fix crashes when the list of formts is empty.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34393 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-10 21:30:57 +00:00
Jean-Marc Lasgouttes
033c2a9468
fix warning
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34392 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-10 12:34:34 +00:00
Vincent van Ravesteijn
c6b08b9077
Fix bug #6686 : Navigate back does not trigger a repaint
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34391 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-10 11:02:45 +00:00
Enrico Forestieri
08f2841940
Fix reverse search when the filename contains a forbidden character
...
(including, but not only, spaces).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34390 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-08 23:53:35 +00:00
Pavel Sanda
0b9ecb750d
doc - reverse search will have problems with spaces in filenames
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34389 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-08 19:09:45 +00:00