Commit Graph

29303 Commits

Author SHA1 Message Date
Jean-Marc Lasgouttes
4d267e4f79 Fix bug #8627: Command line switches to change branch do not appear to work
Move the handling of branch-(de)activate(master) to Buffer. This code was moved to Bufferview in [3a03e71c/lyxgit] because a cursor was necessary to call Undo::recordUndoFullDocument(). However, it turns out that the undo code is already prepared to handle an empty cursor (and do nothing in this case).

Therefore we do that and move the branch code to Buffer where it belongs.

Note that there was a bug in the previous code that broke undo support: recordUndo should always be called _before_ doing any change.
2013-05-08 12:56:21 +02:00
Jean-Marc Lasgouttes
0d4bc37fe6 Fix bug #3199: change-next may leave empty lines behind
Using Cursor::setCursor or even BufferView::setCursor is often a bad
idea since it does not run DEPM. In this case (and other cases in
f&replace code) it is better to use BufferView::mouseSetCursor (which
should maybe be renamed...).
2013-05-08 12:28:56 +02:00
Jean-Marc Lasgouttes
0c1eb71448 Some potential bugs spotted by llvm/clang
src/TextClass.h
src/insets/InsetTabular.h

  Overloaded virtual method missing the 'const' qualifier

src/insets/InsetCommandParams.h

  Missing constructor (breaks compilation with llvm/clang)

src/frontends/qt4/GuiWorkArea.cpp

  Missing parenthesis: `+' has priority over `?:' (I do not know
  whether this has a visible effect).

src/mathed/InsetMathFont.cpp

  Use of == instead of = in mathmlize()
2013-05-08 12:08:56 +02:00
Pavel Sanda
699e334671 * cs/Tutorial.lyx 2013-05-07 19:05:41 -07:00
Uwe Stöhr
d44f22688b nn.po: updates from Ingar 2013-05-08 03:04:26 +02:00
Uwe Stöhr
cd84034b14 UserGuide.lyx: backport recent changes from master 2013-05-08 03:00:11 +02:00
Uwe Stöhr
ea1e3cd9ec R-S-statements.lyx: remove file
this file in only for master, somebody accidentally committed this to branch for Japanese
2013-05-08 02:59:30 +02:00
Uwe Stöhr
01a5c9533d ia.po: updates from Giovanni 2013-05-08 02:57:10 +02:00
Richard Heck
594dcd885a Default font for an InsetLayout should be to inherit everything.
Fixes bug #8610.
(cherry picked from commit 6e25ae3272)
2013-05-07 11:49:56 -04:00
Richard Heck
f599c9bc43 Remerge strings. 2013-05-07 11:33:52 -04:00
Richard Heck
e3875398c7 Don't try to show the status message if we are busy.
Intended to fix #8523.
(cherry picked from commit 6dac777dbc)
2013-05-07 11:32:04 -04:00
Richard Heck
da52958a3e Restore ANNOUNCE and status.20x. 2013-05-07 11:29:57 -04:00
Richard Heck
0499cde6ff Start development for 2.0.7. 2013-05-07 11:19:02 -04:00
Richard Heck
380f67e58e Remerge strings. 2013-04-29 11:57:36 -04:00
Richard Heck
17ace2cad3 Update ANNOUCE and NEWS for 2.0.6. 2013-04-29 11:56:01 -04:00
Richard Heck
c3d9775b54 Date etc for 2.0.6. 2013-04-29 11:50:50 -04:00
Richard Heck
8d6573d130 Properly quote command line arguments. Patch from JMarc. Fixes
bug #8648.
2013-04-29 10:00:27 -04:00
Uwe Stöhr
f7e0d2e566 UserGuide.lyx: fix an issue reported on the docs list 2013-04-29 00:53:05 +02:00
Uwe Stöhr
3bcb9186be UserGuide.lyx: fix 2 issues introduced with last commit 2013-04-29 00:40:44 +02:00
Uwe Stöhr
d37f64962b Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x 2013-04-29 00:20:49 +02:00
Uwe Stöhr
5116293e13 UserGuide.lyx: next revision step (chap. C) 2013-04-29 00:20:09 +02:00
Jean-Marc Lasgouttes
36e4d210d1 Fix bug #8633: change tracking: paragraph break is restored by undo
A recordUndo call was missing in this case.
2013-04-28 20:57:18 +02:00
Uwe Stöhr
72f32fe143 UserGuide.lyx: fix some mistakes introduced by the last commit 2013-04-28 05:39:07 +02:00
Uwe Stöhr
2e0bf3bbe0 UserGuide.lyx: next revision step (chap. 4, 5 and bibliography) 2013-04-28 04:56:13 +02:00
Uwe Stöhr
0c5a821e63 UserGuide.lyx: next revision step (sec. 3.8 and 3.9) 2013-04-27 21:23:42 +02:00
Uwe Stöhr
7d01a76368 French UserGuide.lyx: translations by Jean-Pierre 2013-04-27 19:35:39 +02:00
Uwe Stöhr
dc5314a5f6 fr.po: update for 2.0.6 from Jean-Pierre 2013-04-27 19:00:36 +02:00
Scott Kostyshak
81ac867c5d de and es tufte examples: change default to pdf2
Consistent with 1b7e9178
(cherry picked from commit 45ae6a8aee)
2013-04-25 05:52:46 -04:00
Scott Kostyshak
359c944864 tufte-{book,handout}: set default output to pdf2
If the 'nols' option were set, the files could be output with plain
LaTeX as well; but because letterspacing is an important part of the
Tufte design, letterspacing is preserved and pdf2 is set as the
default output format. This is now explained in a note.
(cherry picked from commit 1b7e9178f0)
2013-04-25 05:52:34 -04:00
Scott Kostyshak
9c1b502ff7 exemple-powerdot.lyx: set default format to ps2pdf
This way compilation works out of the box.
(cherry picked from commit 4367d81b01)
2013-04-25 05:33:15 -04:00
Scott Kostyshak
df20af7601 powerdot-example.lyx: set default format to ps2pdf
This way compilation works out of the box.
(cherry picked from commit 5f1ae5fb56)
2013-04-25 05:32:57 -04:00
Scott Kostyshak
edd91d5e47 instant_preview.lyx: set default format to ps2pdf
This way compilation works out of the box.
(cherry picked from commit cf4917a220)
2013-04-25 05:32:37 -04:00
Kornel Benko
707f47658a * sk.po 2013-04-24 10:14:59 +02:00
Pavel Sanda
bc432fc565 * cs.po, update strings again 2013-04-24 00:14:40 -07:00
Pavel Sanda
16928609b4 remerge cs.po 2013-04-24 00:03:15 -07:00
Tommaso Cucinotta
1129eb0342 Fixed issue #8543 also for advanced search (cursor moved at proper end of selection before starting Find Advanced operation). 2013-04-21 22:39:28 +01:00
Uwe Stöhr
be96eec1c8 UserGuide.lyx: fix an expression as discussed in the list 2013-04-21 22:19:29 +02:00
Uwe Stöhr
5d494080e2 Spanish Math and Tutorial update for LyX 2.0.6 by Ignacio 2013-04-21 22:16:13 +02:00
Uwe Stöhr
6f1434cc67 Spanish UserGuide.lyx: updates by Ignacio
- also some changes to the other languages proposed by Ignacio
2013-04-21 22:02:31 +02:00
Uwe Stöhr
2eb8717314 German Tutorial.lyx: fix a typo spotted by a user 2013-04-21 21:38:56 +02:00
Uwe Stöhr
884e0171b1 sv.po: updates for LyX 2.0.6 from Jim 2013-04-21 21:22:25 +02:00
Uwe Stöhr
fdfd0b7bc6 French UserGuide.lyx: translations by Jean-Pierre 2013-04-21 21:17:32 +02:00
Uwe Stöhr
4470d32193 fr.po: updates for LyX 2.0.6 from Jean-Pierre 2013-04-21 20:59:28 +02:00
Uwe Stöhr
9043932ce2 es.po: updates for LyX 2.0.6 from Ignacio 2013-04-21 20:57:16 +02:00
Uwe Stöhr
a3c796a875 UserGuide.lyx: next revision step (sec. 3.5 - 3.7 and 6.18) 2013-04-21 20:47:09 +02:00
Uwe Stöhr
0c7e7db9bf UserGuide.lyx: next revision step 2013-04-21 03:56:00 +02:00
Scott Kostyshak
602fd0bb72 hu/Tutorial.lyx: change default output to pdf2
(cherry picked from commit 18f5500af0)
2013-04-20 01:45:10 -04:00
Uwe Stöhr
51e5400916 ia.po: updates from Giovanni 2013-04-19 08:50:57 +02:00
Uwe Stöhr
6fc35be6dd fix some typos spotted by Yuri 2013-04-19 08:49:23 +02:00
Uwe Stöhr
aa6607fa24 UserGuide.lyx: next revision step 2013-04-18 01:27:11 +02:00