Bo Peng
e025b9fa98
Fix crash when a user removes the underlying figure of a graphic inset that has been copied and pasted (Bug 4108)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19611 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-16 18:29:53 +00:00
Enrico Forestieri
9475d1f290
Was forgetting this
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19601 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-16 08:39:55 +00:00
Enrico Forestieri
4b8b6d63b4
Cosmetics (alignment)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19600 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-16 08:36:43 +00:00
José Matox
6c4612855a
Add Susana to list of contributors
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19595 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-15 20:53:52 +00:00
Richard Heck
94476add67
Add LFUN_PARAGRAPH_PARAMS (= paragraph-params), used for changing a paragraph's alignment, spacing, etc. This is complementary to LFUN_PARAGRAPH_PARAMS_APPLY, which sets the parameters. The difference is that APPLY over-rides all existing parameters, setting any not given to the default, whereas this one simply changes those that are given. So
...
paragraph-params \align right
will align the paragraph right, leaving spacing, etc, as they were, whereas
paragraph-params-apply \align right
will align the paragraph right but also reset all other parameters to defaults. Note, by the way, that this means that
paragraph-params-apply
sets everything to default.
Some new arguments have also been introduced. These are:
\indent
\indent-toggle
\spacing default
Of course, none of these are found in valid LyX files, but they are useful in menu bindings, etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19583 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-15 04:47:30 +00:00
Uwe Stöhr
d715b0dccf
documentation: apply the last cleanups also to the other languages
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19578 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 23:09:40 +00:00
Uwe Stöhr
90aaa41fbb
installer: forgot changelog
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19577 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 22:55:49 +00:00
Uwe Stöhr
45df5ab1b8
DummyDocument1/2.lyx: fix author names, a relict of a bug in LyX 1.5.0beta times
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19572 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 22:51:31 +00:00
Uwe Stöhr
eb087dfd8e
EmbeddedObjects.lyx: fix version number
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19571 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 22:48:54 +00:00
Uwe Stöhr
ed3933dae4
installer: support for the new Portuguese translation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19569 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 22:31:45 +00:00
Martin Vermeer
67435c3b60
Finally FINALLY get the bug 580 fix right
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19558 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 14:17:35 +00:00
Martin Vermeer
8a5f90a96c
Partially revert bug 580 fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19550 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 08:42:22 +00:00
José Matox
460636b4b9
Update po directory, new Portuguese translation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19545 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 07:42:12 +00:00
Uwe Stöhr
3155673e1f
UserGuide.lyx: forgot this in changeset 19369
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19539 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 02:12:38 +00:00
Enrico Forestieri
e70cf8eec0
Add version information to the lyx executable on Windows.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19538 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 01:38:12 +00:00
Christian Ridderström
6084e59610
Porting fix for bug 4135 from trunk
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19534 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-14 00:31:04 +00:00
Richard Heck
f7756c3020
Fix bug 4121. The cause was the empty on_available_entered method. Not sure why
...
that caused the bug, but it does.
Also fix some other UI bugs, relating to resets of the selection models. These
look gratuitous and cause problems in the current code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19531 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-13 23:37:45 +00:00
Uwe Stöhr
e02c1e76fe
status.15x: fix typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19526 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-13 21:35:57 +00:00
Uwe Stöhr
264f442c7c
installer updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19525 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-13 21:34:54 +00:00
Richard Heck
bb46996f75
Fix update bug when leaving a wide inset with up or down arrow.
...
Override notifyCursorLeaves() in InsetText? to force update when
inset was wide. Should be removed if and when wide is.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19514 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-13 17:38:36 +00:00
Jean-Marc Lasgouttes
e7b3dd74b5
* inset/InsetTabular.cpp (doDispatch): LFUN_MOUSE_PRESS: let Text::dispatch
...
do the work, unless we really have a reason not to (fixes bug 4133)
* mathed/InsetMathNest.cpp (lfunMousePress): refactor the code to use
BufferView::mouseSetCursor.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19507 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-13 15:44:19 +00:00
Uwe Stöhr
5be5543d2c
buffer-update_ps.xpm: - fix color definition to be able to reference it in the docs
...
(with old definition it appeared gray in PDF-output)
- uniform it to the definition of the other images
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19487 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-12 23:06:07 +00:00
Uwe Stöhr
8f0c48c042
EmbeddedObjects.lyx: Add section about longtable alignment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19480 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-12 21:35:18 +00:00
Jean-Marc Lasgouttes
5490330431
small tweak of configure help messages (2)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19465 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-12 18:30:52 +00:00
Jean-Marc Lasgouttes
8da2e6464b
small tweak of configure help messages
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19464 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-12 18:30:22 +00:00
Jean-Marc Lasgouttes
dbbd415d8f
also install en.lproj file in the bundle on the mac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19462 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-12 17:48:57 +00:00
José Matox
24d2120dab
Second part of bug 580, avoid that lyx produces wrong files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19457 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-12 14:02:48 +00:00
Uwe Stöhr
eb0cea1356
correct my last commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19407 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-10 19:34:06 +00:00
Uwe Stöhr
222b66dd2c
status.15x: reordering entries to usual style
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19406 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-10 19:20:21 +00:00
Uwe Stöhr
b82fdd4e0c
EmbeddedObjects.lyx: move the \texorpdfstring command to the preamble to get rid of ERT-boxes.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19405 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-10 19:14:21 +00:00
Jean-Marc Lasgouttes
90b40c468f
* config/lyxinclude (LYX_VERSION_SUFFIX): make $with_version available
...
* development/MacOSX/lyxrc.dist.in: use it here instead of program_suffix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19393 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-10 08:35:58 +00:00
Martin Vermeer
d22e679d78
fix bug 580
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19391 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-10 08:21:26 +00:00
Uwe Stöhr
f9583da78e
German Extended.lyx: updates from Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19388 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 21:51:00 +00:00
Uwe Stöhr
89bfe6fbe5
UserGuide.lyx: fix the description of math-macro arguments
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19386 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 21:46:43 +00:00
Bo Peng
5d9a2cc241
Listings ui changes from Pavel
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19385 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 21:19:17 +00:00
Uwe Stöhr
c86e55d8a0
UserGuide.lyx: move the \texorpdfstring command to the preamble to get rid of the ERT-boxes.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19383 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 21:10:06 +00:00
Jean-Marc Lasgouttes
043258ff32
Generate automatically lyxrc.dist and Info.plist for LyX/Mac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19382 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 20:57:23 +00:00
Bo Peng
ca3ffc6c37
Enable File -> Revert when the file is externally modified, rename this menu item to File -> Revert to saved, and check if the .lyx file has been externally modified when a buffer is saved. (Bugs 3766 and 4114)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19379 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 20:44:44 +00:00
Enrico Forestieri
9498c9dae8
it.po update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19378 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 20:37:40 +00:00
Uwe Stöhr
1f3a491c03
UserGuide.lyx: small fix to my previous commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19371 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-08 23:43:09 +00:00
Uwe Stöhr
eb0d4e7214
installer: updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19370 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-08 23:30:41 +00:00
Uwe Stöhr
6508169acd
UserGuide.lyx: - make it printable
...
- correct the appearance of the word "LyX" in the PDF-bookmarks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19368 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-08 23:06:02 +00:00
Richard Heck
1b15f008a1
Minor update to previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19366 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-08 16:14:17 +00:00
Richard Heck
253654d6b9
Status for last commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19365 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-08 16:05:57 +00:00
Richard Heck
f4f99d4cd3
Fix bug 4112: Translate to roman numerals for numbers higher than 20.
...
We now go up to 999.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19364 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-08 16:02:59 +00:00
Bo Peng
5da64c69a1
fix scons for gettext upgrade
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19361 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-08 01:33:12 +00:00
Jean-Marc Lasgouttes
6be9d9a505
explained what happened with translations
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19359 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-07 22:23:47 +00:00
Jean-Marc Lasgouttes
0778d2d83a
[the "translation" patch series] Part 2: fixing document label translations
...
* src/gettext.cpp (locale_init): factor some code; call Messages::init().
* LyX.cpp (exec): call Messages::init() after initializing package().
* Messages.cpp (init): new method, factor some code from get().
(get): change the method used to set the locale. Should be much more robust
than it was (and simpler too).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19358 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-07 22:20:27 +00:00
Uwe Stöhr
56c4bd991b
installer: prepare for next releases
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19356 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-07 21:32:40 +00:00
Jean-Marc Lasgouttes
65c41eff63
remerge after translation patches 3&4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19353 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-07 21:08:04 +00:00