Scott Kostyshak
08a840b139
Warn re mixed layouts only for export ( #10645 )
...
Do not warn about mixing title layouts while editing with the code
preview pane open.
This commit amends 0b1cf133
.
2017-05-01 20:08:12 -04:00
Guillaume MM
974d33ad01
Remove spurious error "QFileSystemWatcher::removePath: path is empty"
2017-05-01 19:31:42 +02:00
Juergen Spitzmueller
74c10e06aa
Do not add symbols twice to Encoding::symbolsList()
...
Also sort the list properly.
Fixes #10644
2017-05-01 17:34:25 +02:00
Günter Milde
24021a425e
Force "textdegree" for encoding koi8-u.
2017-05-01 10:35:20 +02:00
Kornel Benko
7b378d7979
Update sk.po
2017-04-30 18:20:57 +02:00
Kornel Benko
d74c43e7a3
Cmake build: Remove use of policies which will be deprecated in near future
...
In order to prevent unpleasant surprises later.
(Cmake 3.8 already emits now warnings here.)
2017-04-30 18:12:13 +02:00
Kornel Benko
0f798d6675
Cmake build: Allow numbers in lyx-suffix too
...
That way we can use '-DLYX_SUFFIX_VALUE=123.456'
2017-04-30 17:01:31 +02:00
Uwe Stöhr
4a42a71119
sv.po: update from Jim for LyX 2.3
2017-04-29 15:37:09 +02:00
Juergen Spitzmueller
f943897d85
IndexPrint and Nomencl were not fully latexified.
...
Do not treat them as non-verbatim in conversion. This keeps math $...$
as math.
There will be problems with characters that are outside the given
encoding, but as long as there is no way to convert them to the
respective LaTeX macros from within lyx2lyx, I don't know how to solve
this.
2017-04-29 13:54:01 +02:00
Jean-Marc Lasgouttes
de990f72e1
Define new inPixels helper in BufferView
...
Length::inPixels(MetricsBase const &) and VSpace::inPixels(BufferView
const &) should be moved respectuvely to MetricsBase and BufferView:
core file are not supposed to use GUI files.
2017-04-28 15:06:30 +02:00
Kornel Benko
4436431ea5
Remove xvkbd from cmake build.
...
The directory still exists because automake build refers it.
2017-04-28 11:42:50 +02:00
Kornel Benko
4495481d97
Added a testcase for #8381 (advanced find & replace for lists)
2017-04-27 13:11:21 +02:00
Kornel Benko
514bcb9d93
Keytests: Make the wrapper sendKeystring() around sendKeystringLocal() be recursive
...
This makes the wrapper working smoothly even for more complicated
input lines.
Also we do not need the window- parameter in call to xvkbd.
Still, there _is_ something fishy. At first run it can happen that
some keytest fail. But not reproducible at subsequent calls.
It feels like QT would cache some data and therefore lyx reacts
later faster.
This work is a result of collaboration with Tommaso Cucinotta.
2017-04-26 16:03:24 +02:00
Kornel Benko
c7a0ffc8c8
Update tex2lyx files to new format
2017-04-26 14:21:54 +02:00
Kornel Benko
8f00d7a95a
To check if directory paths are identical we have to use realpath()
2017-04-26 14:20:32 +02:00
Uwe Stöhr
0ff8ec57e2
GuiDocument.cpp: change naming of formula numbering option
2017-04-26 00:32:13 +02:00
Jean-Marc Lasgouttes
91507284cb
Amend b3fbe4edfd
...
It is better to enumerate all possibilities. Now we have a list of
special characters that do not have a tooltip.
2017-04-25 19:03:20 +02:00
Günter Milde
58a4cd3082
Remove workaround for bug in TeXLive2005.
2017-04-25 18:45:51 +02:00
Günter Milde
b3fbe4edfd
Silence coverity warning.
2017-04-25 18:42:55 +02:00
Kornel Benko
515ca69359
keytests: Speed up some tests
...
The idea is, that strings going to the lyx-command-field
can be sent at full speed.
2017-04-25 17:37:25 +02:00
Jean-Marc Lasgouttes
fb8148b8c4
Remove unused autoconf macro
2017-04-25 12:16:23 +02:00
Kornel Benko
db8069c2bd
Added mythes/CMakeLists.txt to the distribution
2017-04-25 10:08:31 +02:00
Kornel Benko
c1ee1bc0ba
Added distribution of a missing file used by tests.
2017-04-25 10:01:08 +02:00
Uwe Stöhr
da8b732443
Move mathindent from text layout to math settings as discussed
2017-04-25 03:01:39 +02:00
Uwe Stöhr
3f8c15a7c6
support for the document class option leqno
...
- fileformat change
2017-04-25 02:28:10 +02:00
Uwe Stöhr
d318a8a6f2
build5-2015-installer.bat: we use Qt 5.6.2
2017-04-25 01:43:23 +02:00
Kornel Benko
890d2285e0
Update sk.po
2017-04-24 18:08:23 +02:00
Kornel Benko
6e9e7f2b94
keytests: Allow definition of shortcuts for the test.
...
Since no extra shortcuts are defined, this is essentially a noop ATM.
2017-04-24 17:50:49 +02:00
Kornel Benko
0f3b1539e8
Cmake build: Prefer using pyton3 over python2
2017-04-24 17:48:59 +02:00
Kornel Benko
fb79d6ed4f
Cmake build: Enable std_regex over boost_regex again
2017-04-24 17:47:39 +02:00
Kornel Benko
39d3308721
make the message about ignoring errors clearer
2017-04-24 17:44:31 +02:00
Kornel Benko
54f2d0ee22
keytests: small improvements in test speed
2017-04-24 17:43:39 +02:00
Kornel Benko
0cda6808d7
keytests: Some improvements to keytest.py
...
Changes are:
1.) make it python3 compatible
2.) rewritten the lyx_status() routine
3.) routines lyx_sleeping(), lyx_zombie(), lyx_dead() now depend on lyx_status()
4.) dont send keystring "\Afn" at start as it is language dependent
5.) handling of TestEnd uses now lyx-commands to stop the lyx-session.
Use 'kill -9' only if unsuccessful
2017-04-24 17:42:24 +02:00
Jean-Marc Lasgouttes
cd48fb8ae7
Configure options cleanup
...
The default build type (computed from LyX version) is now displayed in
configure help.
Change a little bit the help text of several options.
2017-04-24 11:33:15 +02:00
Guillaume MM
62c9d0f640
Mover.h: let move be defined
...
We cannot use default for ~Mover() because gcc 4.6 cannot cope with it.
2017-04-24 10:53:39 +02:00
Scott Kostyshak
5a7e08c9a9
Back to development
2017-04-24 00:05:15 -04:00
Scott Kostyshak
ca53991043
This is LyX 2.3.0alpha1
2017-04-24 00:03:20 -04:00
Scott Kostyshak
944792402c
Update docs to 2.3.0alpha1 format
2017-04-24 00:03:19 -04:00
Scott Kostyshak
b1b49a6878
Recover \origin tag in documents
...
See the following ML thread:
https://www.mail-archive.com/search?l=mid&q=ndao0s%24vvb%242%40ger.gmane.org
2017-04-23 23:23:03 -04:00
Scott Kostyshak
0bd6d9084b
Copy caveats from RELEASE-NOTES to UPGRADING
2017-04-23 23:23:03 -04:00
Scott Kostyshak
ee87a4da2a
NEWS: add what's new in LyX 2.3
2017-04-23 23:23:03 -04:00
Scott Kostyshak
4d58c01f53
NEWS: remove whitespace at end of lines
2017-04-23 23:23:03 -04:00
Scott Kostyshak
8749bfa167
NEWS: Update from the 2.2.x branch
2017-04-23 23:23:03 -04:00
Scott Kostyshak
3b3b4edc27
Update ANNOUNCE for LyX2.3.0alpha1
2017-04-23 23:23:03 -04:00
Scott Kostyshak
e9deea03db
Update the formats of lyxrc.dist.in to 21
...
In the end, no changes were needed. This was decided by prefs2prefs
for MacOSX and cygwin, and by manual inspection for Win32.
2017-04-23 23:23:03 -04:00
Uwe Stöhr
36911477ce
Win installer/settings.nsh: correct version numbering
2017-04-23 14:39:36 +02:00
Uwe Stöhr
797b6afaa3
Win installer/ChangeLog.txt: fix typo
2017-04-23 14:24:24 +02:00
Uwe Stöhr
a11e55f55f
Arabic Shortcuts.lyx: remove an inset-info
...
as reported on the lyx-docs list this inset prevents the compilation of the file on Mac OS
It can be re-added when the bug is fixed (bug report follows soon by the original bug reporter)
2017-04-23 14:23:45 +02:00
Uwe Stöhr
d2a8cd8619
Win installer: prepare for alpha 1 release
2017-04-23 13:57:45 +02:00
Uwe Stöhr
130b4ddf83
doc files: port recent changes from branch
2017-04-23 13:54:54 +02:00