Kornel Benko
8881a443fb
1.) Typo in checking for spaces <=> menu shortcuts
...
2.) Do not use [[...]] strings in msgid to be checked
2012-07-03 14:36:44 +02:00
Uwe Stöhr
17ec737dd6
installer: 3 fixes
...
- uninstall.nsh: don't uninstall the user preferences by default
- configure.nsh:
- set also the .lyx file association when the user is not admin
- fix the path in which the LyX start menu shortcut is executed
2012-07-03 01:42:30 +02:00
Uwe Stöhr
057543326f
update APA template file
...
APA.lyx: the template missed the \notes command
2012-07-03 00:56:39 +02:00
Uwe Stöhr
b3e49a803a
fix for APA layout
...
- apa.layout: the commands \volume, \copnum and \notes are only allowed in the preamble; fixes bug #8187
2012-07-03 00:54:50 +02:00
Uwe Stöhr
3e250d2ce6
Merge branch 'master' of git.lyx.org:lyx
2012-07-03 00:40:23 +02:00
Uwe Stöhr
487c8b5bd3
tex2lyx: update a command
...
Parser.cpp: improve a command as discussed
2012-07-03 00:39:41 +02:00
Richard Heck
c3fe0fd7e2
Port changes to update-po.sh script to trunk.
2012-07-02 17:49:08 -04:00
Richard Heck
06112dea74
Fix typo.
2012-07-02 17:44:22 -04:00
Uwe Stöhr
40fb3cca64
installer: fix a permission right issue
...
We must prevent that LyX is installed as admin and then afterwards the same LyX version also without admin privileges.
2012-07-02 23:37:15 +02:00
Kornel Benko
bd0b46872d
* sk.po
2012-07-02 23:27:29 +02:00
Uwe Stöhr
8d163b19b3
installer: fix a typo in translation
2012-07-02 23:04:18 +02:00
Juergen Spitzmueller
11ac5b78f3
Document QuoteStyle options
2012-07-02 10:50:06 +02:00
Uwe Stöhr
00833efd10
Merge branch 'master' of git.lyx.org:lyx
2012-07-01 16:15:55 +02:00
Uwe Stöhr
e4018a327e
elsarticle already provides refstyle
...
- elsarticle.layout: elsarticle already provides refstyle thus the document becomes uncompilable if we don't declare this in the layout
Also OK for branch?
2012-07-01 16:15:42 +02:00
Juergen Spitzmueller
555ae019b8
update tex2lyx TODO
2012-07-01 14:48:20 +02:00
Juergen Spitzmueller
11f7efe2eb
Set the appropriate quote style when switching the main language
2012-07-01 11:27:42 +02:00
Juergen Spitzmueller
837869452a
Add quote style information to languages
2012-07-01 11:25:52 +02:00
Juergen Spitzmueller
507302b444
Whitespace
2012-07-01 08:38:54 +02:00
Uwe Stöhr
56f0e0c4fc
tex2lyx/Parser.cpp: refine \verb handling
2012-07-01 02:12:56 +02:00
Uwe Stöhr
d10063fd20
polyglossia tex2lyx coding style improvement
...
- Preamble.cpp/:
- move list definition out of anon namespace
- declare lists and a function in the class
- text.cpp: remove the now already defined list
2012-07-01 01:47:39 +02:00
Pavel Sanda
06c1d24bdb
Fix #8201 : our translation mechanism chokes on the character "
2012-06-30 19:24:22 +02:00
Uwe Stöhr
85c479f4e7
test-structure.tex: add checks for \verb
2012-06-30 15:29:53 +02:00
Juergen Spitzmueller
e903d0158e
Whitespace
...
If someone can tell me how I can tell QtCreator to actually use tabs, not spaces, I would be most grateful (yes, I have set Tab Policy to Tabs Only in Prefs)
2012-06-30 13:45:58 +02:00
Juergen Spitzmueller
5eb9ece39e
Properly escape splitindex shortcut and try to encode splitindex name properly (part of bug #8227 )
2012-06-30 13:34:49 +02:00
Juergen Spitzmueller
51d591d168
Factor out method to get a properly encoded latex string
2012-06-30 13:30:48 +02:00
Uwe Stöhr
708979fb0e
tex2lyx: whitespace only
2012-06-30 03:38:02 +02:00
Uwe Stöhr
80884330d1
tex2lyx: fix handling of \verb
...
- Parser.cpp: \verb can have any character as delimiter (except of ASCII letters) not only '+', therefore partly revert [3943b887/lyxgit] and fix it for all cases
2012-06-30 03:25:19 +02:00
Uwe Stöhr
85ef627eac
fix mistake in tex2lyx testfile
...
- XeTeX-polyglossia.tex: Hebrew is used in the file and so it must be declared
2012-06-30 02:21:15 +02:00
Juergen Spitzmueller
0062538a54
Add some more characters that need to be escaped in labels etc.
2012-06-30 01:24:40 +02:00
Jean-Marc Lasgouttes
bbbc2b6541
Fix to #8159 : Undo doesn't restore environment depth correctly
...
The idea is to record undo at the place where the document is modified:
1/ in Buffer::updateBuffer, add a recordUndo, with the caveat that a
const_cast has to be used (because updateBuffer is const but
modifies the document, go figure).
2/ in GuiApplication::dispatch, add an extra undo group that
encompasses the updateBuffer call. Some other undo groups may be
redundant now, but it is not a problem since they do not cost
anything.
2012-06-29 15:25:47 +02:00
Jean-Marc Lasgouttes
c22334eb3b
Revert "Tentative fix to #8159 : Undo doesn't restore environment depth correctly"
...
This reverts commit e3854bb59b
.
2012-06-29 15:22:24 +02:00
Pavel Sanda
9ccf50c906
* FORMAT: drop the recent tradition of recording the commit checksum.
...
The same info can be easily obtained via blame and can not be done
correctly in git.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg174395.html
2012-06-28 20:55:29 +02:00
Pavel Sanda
e43f9d3bbd
Revert a6e42e5079
.
...
Removing debug.h makes debugging via lyxerr<< twice as hard.
2012-06-28 20:52:20 +02:00
Juergen Spitzmueller
6de47fa873
fix bug #8209 : polyglossia commands ignored partial source preview
2012-06-28 18:15:43 +02:00
Uwe Stöhr
2c9310d935
tex2lyx: fix a typo
...
tex2lyx/text.cpp: the encoding must be _set_ here
2012-06-27 23:58:16 +02:00
Uwe Stöhr
8f7195a251
tex2lyx: fix a logic mistake
...
Preamble.cpp: set missing begin position for the search; thanks Vincent for spotting
2012-06-27 23:18:02 +02:00
Uwe Stöhr
d1800d4d5a
tex2lyx: reprivatize another variable
2012-06-27 22:48:22 +02:00
Uwe Stöhr
b6192b7c7f
texlyx: re-privatize a variable as suggested
2012-06-27 22:32:36 +02:00
Uwe Stöhr
62db3d535d
tex2lyx: fix some issues spotted by Vincent
2012-06-27 02:52:09 +02:00
Uwe Stöhr
6ea89fa255
fix 2 more installer issues
...
- LaTeX.nsh: the registry cannot be a variable
- declarations.nsh: remove doubled folder
2012-06-27 01:58:04 +02:00
Uwe Stöhr
fea35ef2c6
installer: output messages
...
- output a message when multiple index feature or Metafile support won't be available
2012-06-27 01:07:46 +02:00
Uwe Stöhr
4ab764c845
BoxUi.ui: revert unintended commit [a6e42e50/lyxgit]
2012-06-26 22:46:06 +02:00
Uwe Stöhr
a6e42e5079
removed unused includes
...
these files don't use the debug.h and also don't contain commented out debug code
2012-06-26 22:41:53 +02:00
Vincent van Ravesteijn
dfb8dc91c1
Update the button text of InsetInclude insets
...
The button text of InsetInclude insets shows whether the child document is
included or excluded from compilation. Changing this for a child document
in the document settings does not get reflected on screen. This patch
updates the button text on the updateBuffer() call.
2012-06-26 20:41:25 +02:00
Uwe Stöhr
9146acb9fd
installer fixes
...
- LaTeX.nsh: fix handling of MiKTeX if LyX is installed without admin privileges
- configure.nsh: remove unused code
2012-06-26 03:05:59 +02:00
Uwe Stöhr
2e8ed3b3b5
tex2lyx: support fontspec scale option
...
Preamble.cpp:
- support the font scaling
- improve coding style
text.cpp: - improve logic/coding style
XeTeX-polyglossia.tex:
- add scaling
- change document so that it is compilable using the Libertine font
2012-06-26 00:46:02 +02:00
Uwe Stöhr
d3bcdb24cc
tex2lyx/text.cpp: fix bug #8223
...
LyX does not yet support \framebox without an option we therefore cannot use our parse_outer_box routine (this is only for supported boxes)
2012-06-25 22:58:21 +02:00
Uwe Stöhr
6a7a8d2e37
polyglossia doesn't support Kurmanji
2012-06-25 22:02:00 +02:00
Richard Heck
5451b6b4e0
Update distribution build script for git.
...
(cherry picked from commit 082db5e769
)
2012-06-25 09:36:29 -04:00
Vincent van Ravesteijn
8941e980b9
BufferParams: Remove superfluous '\n'
...
This extra '\n' seems to have been an unintended side-effect of d7eaaba9
(Juergen Spitzmueller, "support for CJK font argument"; Jun 5 2008).
2012-06-25 11:28:38 +02:00