Pavel Sanda
5d9c14a322
Realign numbering.
2012-09-29 18:52:52 +02:00
Pavel Sanda
074277baf1
Next zombies found: LFUN_GETBUFNAME, LFUN_LINEATCURSOR, LFUN_LO?VIEW.
2012-09-29 18:40:48 +02:00
Pavel Sanda
49a9d3ad63
Kill LFUN_HFILL_INSERT zombie.
2012-09-29 18:34:38 +02:00
Pavel Sanda
541828ebf5
Another witch hunting case: break-paragraph -> paragraph-break.
2012-09-29 18:06:42 +02:00
Pavel Sanda
d1297047e7
Move similar LFUNs to one place.
2012-09-29 17:42:27 +02:00
Pavel Sanda
d63b137ae6
Leftover from previous commit.
2012-09-29 17:38:15 +02:00
Pavel Sanda
e9a28c8000
Correct naming for view-split.
2012-09-29 17:33:46 +02:00
Pavel Sanda
4083bcb62b
Note C-w binding change.
2012-09-29 17:21:05 +02:00
Pavel Sanda
a72b75c50c
Proper naming for tab-group-close.
2012-09-29 17:16:52 +02:00
Juergen Spitzmueller
c9f9107a7f
Fix issues with xref dialog in read-only documents ( #8177 )
2012-09-29 16:12:31 +02:00
Juergen Spitzmueller
0b2c308a68
sort table
2012-09-29 16:11:09 +02:00
Kornel Benko
d855fb759d
Emacs.bind:
...
Changed, since view-close(lyx) looks more like delete-window(emacs)
2012-09-29 14:08:36 +02:00
Kornel Benko
e70b3ff726
Use view-close also in emacs.bind
2012-09-29 13:01:18 +02:00
Kornel Benko
fbf1794d04
* sk.po
2012-09-29 12:56:42 +02:00
Tommaso Cucinotta
4985015e89
Now LyX closes the current document WA only by default (other WAs remain open).
...
If the WA is the last one showing a buffer, then the buffer may either be
closed or kept hidden, or the user is asked. The behaviour is controlled
by a new preference option.
For discussion, see http://comments.gmane.org/gmane.editors.lyx.devel/142638
2012-09-28 23:12:38 +01:00
Kornel Benko
d708710c47
* sk.po
2012-09-28 16:34:08 +02:00
Juergen Spitzmueller
3c5409b4cd
de.po: update
2012-09-28 10:03:20 +02:00
Juergen Spitzmueller
5801ee2f9a
validate encodable characters in href inset ( #8357 )
2012-09-28 09:27:39 +02:00
Pavel Sanda
c1e9632beb
Remove leftover from 16fd47ad8f
.
...
Catch by Kayvan Sylvan.
2012-09-28 01:09:23 +02:00
Enrico Forestieri
246ddb3d4a
Update it.po
2012-09-26 23:56:04 +02:00
Georg Baum
a08c693f90
Add test for Parser::getFullArg()
...
It shows that the special handling of a single backslash in the argument
(whcih is supposed to fix bug #4468 ) does not work.
2012-09-25 22:25:55 +02:00
Juergen Spitzmueller
f3ff5e083a
Merge branch 'master' of git.lyx.org:lyx
2012-09-25 17:01:39 +02:00
Juergen Spitzmueller
4df9eb36a0
Remove annoying warning
2012-09-25 17:01:23 +02:00
Stephan Witt
e0787e839f
C++ style to avoid compiler warning for non-NLS implementation of Messages::available
2012-09-25 16:20:43 +02:00
Juergen Spitzmueller
061924e275
Merge branch 'master' of git.lyx.org:lyx
2012-09-25 15:56:36 +02:00
Juergen Spitzmueller
04618bc070
Fix LyXBlogger entry
2012-09-25 15:56:18 +02:00
Kornel Benko
7c82605b69
* sk.po
2012-09-25 12:17:44 +02:00
Juergen Spitzmueller
57ea6ddbe3
doc glitch
2012-09-25 11:18:23 +02:00
Juergen Spitzmueller
1d84423e76
A font a day keeps the doctor away: Support for the Biolinum LaTeX font
2012-09-25 11:07:33 +02:00
Scott Kostyshak
8dc4c965a5
Update of the bash completion script
...
The -dbg options are updated and support is added for
-E, --export-to, -n, --no-remote, -r, --remote,
-f, and --force-overwrite.
2012-09-25 01:14:09 -04:00
Pavel Sanda
b589c86168
Change version identifier from svn to dev (already in branch).
2012-09-24 22:57:02 +02:00
Kornel Benko
cf88df4eba
* sk.po
2012-09-24 19:07:17 +02:00
Juergen Spitzmueller
398b1a450a
properly validate unicode-math
2012-09-24 13:56:37 +02:00
Juergen Spitzmueller
8bf5d4b461
Very basic support for unicode-math
...
With non-TeX fonts, you can select a 'Non-TeX Font Default' math font, which simply loads unicode-math without actually selecting a math font, this then uses the default math otf font, currently Latin Modern. Other fonts still need to be set manually in the preamble, via \setmathfont.
The implementation suppresses unneeded package requests from unicodesymbols, but the output still uses macros instead of full unicode (both is possible with unicode-math).
The whole thing is a proof of concept, and it needs to be tested. I have tested it with the math manual, which compiles and seems to display correctly if I remove some hardcoded package loadings. OTOH I have not much experience with math.
This addresses #7449 partly.
2012-09-24 13:19:25 +02:00
Juergen Spitzmueller
b99a2a6255
Some refinement of the font packages documentation
2012-09-24 10:30:05 +02:00
Juergen Spitzmueller
984fbeadec
Allow to test for font files
...
\IfFileExists does not search in texmf/fonts, so the \TestPackage test fails for font files. Add a new \TestFont check that adapts the font check from ltxcheck.tex.
This is needed for the minion2newtxmath test, since this package only consists of font files,
2012-09-24 08:46:07 +02:00
Juergen Spitzmueller
909963fd5a
thinko: if we have requires, do not test package
2012-09-24 08:41:44 +02:00
Uwe Stöhr
237cb51fb1
GuiTabular.cpp: don't rely on a string but on the combobox data
...
It was not safe in changeset 9d05ac5c
to search for a text because it can be translated, better search for the data, thanks Pavel for spotting
2012-09-24 02:10:21 +02:00
Kornel Benko
fd0e8d88ba
* sk.po
2012-09-23 21:45:35 +02:00
Juergen Spitzmueller
5e6e98f97f
Correct format documentation
2012-09-23 19:20:26 +02:00
Juergen Spitzmueller
7d559e8318
de.po: update
2012-09-23 18:48:14 +02:00
Juergen Spitzmueller
ba1d137769
Support for the NewTX Math fonts (newtx, libertine, minion)
2012-09-23 18:33:04 +02:00
Juergen Spitzmueller
a41dcb5768
Recognize Provides from math fonts
2012-09-23 17:40:44 +02:00
Vincent van Ravesteijn
a1bda4e045
Fix bug #8296 : Crash when clicking on completion in math
...
When the user clicks on the completion, the completion disappears. This
means that we have to fix the cursor before setting it.
2012-09-23 16:44:22 +02:00
Stephan Witt
273ebbef19
avoid deprecated functions on Mac - use Qt instead
2012-09-23 16:06:56 +02:00
Stephan Witt
f1ab5dfc58
remove unnecessary Carbon include
2012-09-23 16:06:56 +02:00
Stephan Witt
99e53ffce0
add high resolution display support
2012-09-23 16:06:56 +02:00
Stephan Witt
5a9aa21350
correct Messages class implementation for non-NLS
2012-09-23 16:06:56 +02:00
Stephan Witt
404ef2467c
moving Reconfigure to LyX menu does not work
2012-09-23 16:06:55 +02:00
Stephan Witt
040374f343
use -F instead of -L to link Qt frameworks
2012-09-23 16:06:55 +02:00