Juergen Spitzmueller
78f7a7fb10
svmono.layout: correct TocDepth value
2013-09-05 12:27:59 +02:00
Juergen Spitzmueller
af8f7f808b
Fix installation of springer examples
2013-09-04 13:48:08 +02:00
Juergen Spitzmueller
62b45896a7
Unify string (part of #8826 )
2013-09-03 19:29:49 +02:00
Juergen Spitzmueller
4741cb99c7
Improve beamer collorary argument conversion ( #8828 )
2013-09-03 19:02:28 +02:00
Juergen Spitzmueller
8cd8f2d0c1
Reset arguments in theorem definition to avoid argument clash ( #8827 )
2013-09-03 17:44:35 +02:00
Scott Kostyshak
0f5589e2a1
Add outline-{up,down} to alt-{up,down} binding
...
Now when the cursor is in e.g. a Section layout, alt-<down>
will dispatch 'outline-down'. Before, it would dispatch a
'paragraph-down', which I think makes less sense.
2013-09-01 17:45:46 -04:00
Jean-Marc Lasgouttes
78780e7b38
Allow master view/update when current buffer is the master
2013-09-01 20:14:44 +02:00
Juergen Spitzmueller
d1a77eadc1
Load AMS packages before newtxmath ( #8824 )
2013-09-01 10:21:21 +02:00
Richard Heck
967e0db9e0
Fix obvious oversight.
2013-08-30 13:16:23 -04:00
Richard Heck
f1d1c06174
Comments only.
2013-08-30 13:03:53 -04:00
Kornel Benko
abe7eef13c
Replace the remaining bad urls with accsessible ones
...
Now all urls we use in our provided lyx-files
(doc, examples, templates)
use urls which really exist.
(If a url was meant merely as an example,
it was not touched, but added to file 'knownInvalidURLS'.)
2013-08-30 17:28:46 +02:00
Kornel Benko
9425f9ddd7
sk.po: Some shortcuts and capitalisation
2013-08-30 12:54:54 +02:00
Juergen Spitzmueller
99d60938f9
de.po: Fix shortcut clash
2013-08-30 12:08:49 +02:00
Juergen Spitzmueller
054e3334b3
Restore translations after rev c25f339f3f
2013-08-30 11:56:55 +02:00
Juergen Spitzmueller
c25f339f3f
Fix shortcut clash ( #8813 )
2013-08-30 11:37:48 +02:00
Juergen Spitzmueller
f9411f1f26
Catch uncodable character problem
2013-08-30 11:28:15 +02:00
Scott Kostyshak
cc0e0b1388
Remerge and update of ja.po (from Koji)
2013-08-29 17:57:39 -04:00
Kornel Benko
4f043fba4d
Cmake build tests: href entries checked
...
Our lyx-files are referencing urls also with
a href inset. We check now also these.
search_url.pl: Added check for href
*.lyx: Corrected href
2013-08-28 19:51:19 +02:00
Kornel Benko
73e03bb7d8
Replaced some more invalid urls
2013-08-28 18:07:28 +02:00
Kornel Benko
b94d0e35d3
Replaced some invalid urls
2013-08-28 16:50:23 +02:00
Kornel Benko
bc59cf6a93
Update source list
2013-08-28 14:20:59 +02:00
Kornel Benko
8286411c81
ctests for broken URLs in URL insets of LyX docs
...
These tests check for broken URLs in the URL insets of
the manuals, examples, and templates.
The tests are disabled by default because the Perl interpreter
is needed.
Later on they can be activated with a flag, as follows:
cmake ... -DLYX_ENABLE_URLTESTS=ON
but for now the connection from the TOP-CMakeLists.txt is left out.
Missing part:
1.) Declaring an setting the option
LYX_OPTION(ENABLE_URLTESTS "Enable for URL tests" OFF ALL)
2.) make the connection
if(LYX_ENABLE_URLTESTS)
add_subdirectory(development/checkurls "${TOP_BINARY_DIR}/checkurls")
endif()
2013-08-28 12:17:40 +02:00
Scott Kostyshak
ab891a653c
ja.po from Koji
2013-08-27 14:34:05 -04:00
Scott Kostyshak
4d2dfe046f
Japanse docs: Remove non-arg 'MenuString'
...
'MenuString' is currently implemented only for arguments.
2013-08-27 04:54:28 -04:00
Kornel Benko
29381d2b52
Copyright
2013-08-26 22:06:01 +02:00
Kornel Benko
1a1ee97758
Cmake build tests: Create directory neede for testing
...
While testing exports, we need a directory for created mess,
which we use then as working directory.
2013-08-26 22:02:20 +02:00
Tommaso Cucinotta
cd84a3024d
Now an attempt to export into a folder without write permission causes LyX to automatically pop-up the "Export As" dialog (addressing #3402 ).
2013-08-26 11:28:07 +01:00
Pavel Sanda
778cff1cff
Comment from bug #8783 .
2013-08-25 21:30:04 -07:00
Kornel Benko
acdfceac71
Cmake build tests: update comments
...
ignoredTests: add comment
expectedTestFailures: update the set of bad tests
2013-08-25 18:18:19 +02:00
Kornel Benko
e6f2598323
Cmake build tests: Unify use of userdir
...
Forgotten in commit 788e2b1ac8
2013-08-25 11:45:26 +02:00
Kornel Benko
788e2b1ac8
Cmake build tests: Unify use of userdir
...
While some test runns lyx-exe, we need userdir be
different from default. All relevant tests should use the same directory.
2013-08-25 11:41:10 +02:00
Tommaso Cucinotta
0b6edb0b2f
Revert "Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario)."
...
This reverts commit 6a3792bdbb
.
2013-08-24 17:42:14 +01:00
Tommaso Cucinotta
203dab97c3
Now the regexp insets entered in Advanced F&R search/replace boxes do not preview anymore independently, unless embedded/nested within other math elements.
...
Fixing crash as described in #7805 .
2013-08-24 13:06:05 +01:00
Scott Kostyshak
ec058c3872
Fix ja/EmbeddedObjects.lyx index issues
...
See #8786 for details.
2013-08-23 23:35:41 -04:00
Scott Kostyshak
57a4018c4e
Fix Basque Intro ('Chapter' layout does not exist)
...
The 'Chapter' layout does not exist in standard article class.
I demoted all section-type layouts. Thus, "Chapter" became "Section",
"Section" became "Subsection" and "Subsection" became "Subsubsection".
2013-08-23 23:03:26 -04:00
Scott Kostyshak
cde87070e5
AGUTeX template/layout: support the new cls name
...
'agutex.cls' was renamed to 'AGUTeX.cls'.
Further, the new .cls now contains bug fixes and is required for
submission to the AGU journals.
2013-08-23 15:34:56 -04:00
Scott Kostyshak
defc1953be
Revert "Automake fix after 66dfbab8bb65"
...
This reverts commit 78b4c3f80f
.
JMarc's fix of my poor commit is no longer needed.
2013-08-23 15:34:56 -04:00
Scott Kostyshak
75f004a7f4
Revert "AGUTeX template/layout: support the new cls name"
...
This reverts commit 66dfbab8bb
.
This was a poor commit for more than one reason.
Thank you to Juergen for help on this.
See the following for more details:
http://comments.gmane.org/gmane.editors.lyx.devel/148425
2013-08-23 15:34:56 -04:00
Scott Kostyshak
889182eb1a
ctests: ignore check_load/templates/attic/latex8
...
latex8.sty is obsolete and replaced by IEEEconf.
2013-08-23 15:34:31 -04:00
Scott Kostyshak
a0f6b09a82
ctests: macro now deals with reverted and ignored
...
A single macro determines if a test should be ignored
(by returning an empty test name), and if not,
whether to revert it.
This was Kornel's idea.
2013-08-23 14:45:54 -04:00
Kornel Benko
036a78e990
Cmake tests: Allow for comments in control files
...
Files, which contain names of ctest-tests controling
whether they should be inverted, or ignored.
We have two such files ATM: revertedTests + ignoredTests
2013-08-23 20:25:24 +02:00
Kornel Benko
79f2426386
sk.po update
2013-08-23 12:01:59 +02:00
Juergen Spitzmueller
a24db63edb
de.po: update
2013-08-23 11:56:31 +02:00
Juergen Spitzmueller
fb225b26f1
Add shortcuts to some Theorem argumentsnts (as requested in #8809 )
2013-08-23 11:29:08 +02:00
Kornel Benko
c5d0e818e6
Cmake tests renaming. tex2lyx2lyx/roundtrip/ => tex2lyx/cmplyx/
...
This one was forgotten
2013-08-23 02:19:09 +02:00
Scott Kostyshak
7affdd5764
New ctests to check for parsing and other errors
...
These tests load the .lyx files to see if there are
any parsing errors or other LyX errors/warnings. The
tests fail if LyX writes a line to STDERR that does not
match any of the regexes stored in filterCheckWarnings.
Thanks to Kornel for the CMake expertise and corrections.
This patch was written jointly with him.
2013-08-22 19:01:23 -04:00
Kornel Benko
48e8f93d9a
Cmake build tests: be more verbose in displaying running commands
2013-08-23 00:50:42 +02:00
Kornel Benko
f416d9156e
Cmake build tests: make lyx2lyx tests threadsafe
2013-08-23 00:48:58 +02:00
Kornel Benko
f697e50fd3
Cmake build: remove warnings with newer cmake
...
Omit using empty defines in find_path() and find_library()
2013-08-23 00:02:56 +02:00
Scott Kostyshak
3ebdbe65d3
Update RJournal.layout to v0.12 of RJournal.sty
...
Without this, the template gives a BibTeX error because
there are two \bibstyle commands in the .aux.
This would have broken backwards compatibility but RJournal.layout
has not yet been in a LyX release. Further, the journal made a
significant change (moving to a single column instead of two)
so any submitter would need to update the .sty anyway.
2013-08-21 16:15:15 -04:00