Jean-Marc Lasgouttes
fa146a0ffe
Compilation fix
2017-05-03 09:39:30 +02:00
Tommaso Cucinotta
8c10182962
findadv: hide word-findadv verb from the mini-buffer
...
The current set of options to provide include names of
the find and replace internal buffers, something out of
reach for the user. Furthermore, options are provided
using a multi-line syntax, which cannot be entered
using the mini-buffer AFAIK.
2017-05-03 01:31:57 +02:00
Tommaso Cucinotta
3610cdf669
findadv: fix crash on wrong syntax/usage of word-findadv LFUN from mini-command.
2017-05-03 01:31:57 +02:00
Uwe Stöhr
1b016f5f67
GuiDocument.cpp: correct a name
...
No math numbering placement option means default. The default could be already the left side for special document classes.
2017-05-02 23:09:36 +02:00
Uwe Stöhr
8f9a08a4cb
TextLayoutUi.ui: remove trace of a moved feature
...
fixes bug #10647
2017-05-02 23:05:30 +02:00
Kornel Benko
ba0492faee
Cmake build: Try to figure out at configure time which qt version to use
...
Selecting -DLYX_USE_QT=AUTO (which is the default now) will try
to figure out which QT-version to use.
The qt4 version will be used if it is installed and the installed qt5-version is <= 5.6
Otherwise use qt5 if it is installed.
2017-05-02 14:12:41 +02:00
Kornel Benko
c4c989b9c8
Added testcase for crash with using function word-findadv
2017-05-02 12:22:09 +02:00
Kornel Benko
0935f94f0d
Cmake build: Correct suffixing on non-gcc-compilers
...
If the value LYX_PROGRAM_SUFFIX is not handled, we have to use
LYX_PACKAGE_SUFFIX.
The naming 'PACKAGE' in our sources is misleading, as it is used
for the name of the debian/rpm packages as well.
2017-05-02 08:16:00 +02:00
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