Kornel Benko
ce649ca9fd
Added check for support tests in cmake build.
...
New target: checkregfiles
This will create the regfiles and compare with the data in source.
2012-10-05 16:56:29 +02:00
Juergen Spitzmueller
6a8231401b
Rescan TeX Files on reconfigure
2012-10-05 15:05:01 +02:00
Kornel Benko
e6907006ae
* sk.po
2012-10-05 14:58:10 +02:00
Juergen Spitzmueller
b6ecb3213b
Add master's perspective in children's source preview
2012-10-05 14:30:20 +02:00
Kornel Benko
0c76f9c430
Cmake build: No header files in po-dir, so no need to include in cc commands
2012-10-05 12:27:15 +02:00
Juergen Spitzmueller
08157b5050
Merge branch 'master' of git.lyx.org:lyx
2012-10-05 10:00:13 +02:00
Jean-Marc Lasgouttes
4729b1c35d
Fix make check target
...
A dummy getGuiMessages function was missing. Instead of adding it everywhere, a new file is created that contains all the dummy functions needed by the tests.
2012-10-05 11:55:23 +02:00
Juergen Spitzmueller
2fa840b771
Do not let the children's buffer params leak into the master ( #5941 )
2012-10-05 09:59:44 +02:00
Georg Baum
2f7f0c7631
Really fix bug #4468 .
...
The old fix was incomplete (\verb~\~ was translated to \verb~~ in roundtrip).
The real cause for this bug (and also the mistranslation of \href{...}{\}})
was the misbehaviour of Token::character() (see comment in Parser.h): This
method even returns a character if the category is catEscape, and this is not
wanted in most (all?) cases.
2012-10-05 00:12:18 +02:00
Georg Baum
5afe35cc59
Compile tex2lyx before running tests
2012-10-04 22:29:43 +02:00
Kornel Benko
66cb259a96
tex2lyx tests adapted to cmake build
2012-10-03 17:04:00 +02:00
Georg Baum
d56295bcdf
Add make target to update tex2lyx test references
...
Now "make check" does not overwrite the test references anymore, use the
updatetests target instead. "make check" now also recognizes test failures.
2012-10-03 15:23:09 +02:00
Georg Baum
adcd2281af
Add evaluation for tex2lyx regression tests
2012-10-03 15:01:54 +02:00
Georg Baum
133ceaf0d4
Support out of source tests in tex2lyx test runner
2012-10-03 13:59:20 +02:00
Georg Baum
24181cf28e
Add -copyfiles command line option to tex2lyx
...
If this option is given, included files will be copied to the output directory.
Also -roundtrip is now allowed with given output file.
-copyfiles is useful if you want to ensure that no file (not even an included
one) is overwritten by a subsequent export from LyX. Both changes are needed
for unit tests that do not write to the source directory.
2012-10-03 13:23:27 +02:00
Juergen Spitzmueller
02c73cd721
Do not let the parent interfere when I child document is exported/view standalone ( #8100 , #8101 )
2012-10-03 10:41:07 +02:00
Juergen Spitzmueller
e3e6befc54
Ronen's patch for lfun language set
...
This adds an optional 'set' argument to the language lfun and reintroduces toggling.
Additions by me reintroduce the possibility to reset to the document language via 'language reset' or just 'language'
2012-10-03 07:27:36 +02:00
Scott Kostyshak
3b9c75ce27
Make text selectable in Help > About LyX > Version
...
This might encourage users to post this information when reporting bugs
and sometimes it's useful to be able to copy the paths of the Library
and User directories.
2012-10-02 05:39:57 -04:00
Tommaso Cucinotta
ad827243fc
Adding preferences format update as due to commit 4985015
(new close_buffer_with_last_view option).
2012-10-01 22:30:13 +01:00
Pavel Sanda
4180dc9489
Update manuals for literate programming (esp. noweb).
...
Patch from Kayvan Sylvan.
2012-10-01 17:31:08 +02:00
Pavel Sanda
536a0b44b7
Move layout editor zombie to attic.
2012-10-01 17:14:34 +02:00
Pavel Sanda
bc259fbf25
Move qmake to attic, long time unmaintained.
2012-10-01 17:11:40 +02:00
Kornel Benko
a91ddc84b1
* sk.po
2012-10-01 13:50:05 +02:00
Juergen Spitzmueller
dbb1ac30e9
Merge branch 'master' of git.lyx.org:lyx
2012-10-01 12:37:33 +02:00
Juergen Spitzmueller
f881835da2
Ask for saving changes when branch state in child was altered
2012-10-01 12:37:16 +02:00
Pavel Sanda
7da8d9904d
Leftover from the famous bundle flame.
2012-10-01 12:35:32 +02:00
Uwe Stöhr
de45075def
Merge branch 'master' of git.lyx.org:lyx
2012-10-01 01:43:06 +02:00
Uwe Stöhr
4ed535df52
UserGuide.lyx: mention new feature "spell check of current selection"
...
the new feature: re35d7a0f
2012-10-01 01:42:56 +02:00
Juergen Spitzmueller
31c7ccd4b3
Trigger preview when inserting preview inset on selection
2012-09-30 18:36:22 +02:00
Juergen Spitzmueller
3588f2f696
Context menu item to add unknown branch (rest of #7643 )
2012-09-30 17:32:00 +02:00
Juergen Spitzmueller
fab7d42608
Whitespace
2012-09-30 16:27:11 +02:00
Juergen Spitzmueller
6f4b2dd4b0
Whitespace
2012-09-30 16:12:52 +02:00
Kornel Benko
484844e663
* sk.po
2012-09-30 15:24:52 +02:00
Georg Baum
ccd3ecf1e9
Fix tex2lyx path handling for relative file names
...
The input and output file names of tex2lyx may be relative. In this case,
getMasterFilePath() and getParentFilePath() return relative paths as well.
Now the file name translation logic for all kinds of included files can
cope with that.
2012-09-30 15:06:18 +02:00
Juergen Spitzmueller
e26635bfb9
UI for separate control of master/child branch state ( #7642 , part of #7643 )
2012-09-30 14:59:24 +02:00
Juergen Spitzmueller
066e35fc9d
de.po: missing \n
2012-09-30 10:55:41 +02:00
Juergen Spitzmueller
63c6466269
de.po: update
2012-09-30 10:53:45 +02:00
Enrico Forestieri
8134a711a4
Update it.po
2012-09-30 00:46:41 +02:00
Enrico Forestieri
bb67e670ef
Make some strings translatable again.
...
These strings were inadvertently broken in [4985015e/lyxgit].
2012-09-30 00:42:55 +02:00
Pavel Sanda
86473d5556
Bump LFUN format for LyX 2.1
2012-09-29 20:06:39 +02:00
Pavel Sanda
a982bdc5fa
Attempt to bump prefs2prefs_lfuns.py.
2012-09-29 20:04:56 +02:00
Pavel Sanda
b00766db51
* RELEASE-NOTES
2012-09-29 19:20:58 +02:00
Pavel Sanda
4fceb18ecd
Recreate LFUNs.lyx once upon a time.
2012-09-29 18:57:26 +02:00
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