]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoRelease notes for new LFUN.
Richard Heck [Wed, 24 Sep 2008 15:13:39 +0000 (15:13 +0000)]
Release notes for new LFUN.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26519 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoThis patch allows for multiple LFUNs to be bound to a single key, via a new command...
Richard Heck [Wed, 24 Sep 2008 15:08:46 +0000 (15:08 +0000)]
This patch allows for multiple LFUNs to be bound to a single key, via a new command-alternatives function, to be used like so:
\bind "Tab" "command-alternatives" "completion-accept;cell-forward"
The first of the metioned functions that is enabled with be called.

The code is pretty trivial and just stolen from command-sequence.

The binding mentioned is more or less the point of the patch, but we still need to decide exactly what the bindings should be. There have been various threads concerning this. You can use the above for testing. Add it to site.bind, replacing the existing binding.

Jose: Once the bindings have been sorted out, that will complete the work on this we said we wanted to do for rc3.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26518 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoThis patch prevents the shortcut dialog from silently over-writing existing bindings...
Richard Heck [Wed, 24 Sep 2008 14:56:43 +0000 (14:56 +0000)]
This patch prevents the shortcut dialog from silently over-writing existing bindings. (Indeed, both bindings will show up, prior to this patch, though only one will work.) A better solution would be to ask the user for permission to over-write, and then to take appropriate action. But this will do for now.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26517 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoSave a few bytes.
Richard Heck [Wed, 24 Sep 2008 13:32:09 +0000 (13:32 +0000)]
Save a few bytes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26516 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoDoxy fix.
Richard Heck [Wed, 24 Sep 2008 13:20:05 +0000 (13:20 +0000)]
Doxy fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26515 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUpdate the bibliography documentation a bit.
Richard Heck [Wed, 24 Sep 2008 12:50:18 +0000 (12:50 +0000)]
Update the bibliography documentation a bit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26514 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agode.po: correct shortcut
Uwe Stöhr [Wed, 24 Sep 2008 11:00:55 +0000 (11:00 +0000)]
de.po: correct shortcut

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26513 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoGerman EmbeddedObjects.lyx: correct a dialog entry name
Uwe Stöhr [Wed, 24 Sep 2008 11:00:20 +0000 (11:00 +0000)]
German EmbeddedObjects.lyx: correct a dialog entry name

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26512 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoupdate french l10n
Jean-Marc Lasgouttes [Wed, 24 Sep 2008 10:19:35 +0000 (10:19 +0000)]
update french l10n

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26511 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUserGuide.lyx: some fixes
Uwe Stöhr [Wed, 24 Sep 2008 00:45:32 +0000 (00:45 +0000)]
UserGuide.lyx: some fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26510 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUserGuide.lyx: update Appendix B (more to come the next days)
Uwe Stöhr [Wed, 24 Sep 2008 00:16:13 +0000 (00:16 +0000)]
UserGuide.lyx: update Appendix B (more to come the next days)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26509 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocreate a proper undo group before unifying graphics group (crystal clear, isn t it?)
Jean-Marc Lasgouttes [Tue, 23 Sep 2008 21:57:23 +0000 (21:57 +0000)]
create a proper undo group before unifying graphics group (crystal clear, isn t it?)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26508 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoMath.lyx: fix a table layout
Uwe Stöhr [Tue, 23 Sep 2008 21:42:12 +0000 (21:42 +0000)]
Math.lyx: fix a table layout

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26507 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago- fr.po_ updates by Jean-Pierre
Uwe Stöhr [Tue, 23 Sep 2008 19:34:31 +0000 (19:34 +0000)]
- fr.po_ updates by Jean-Pierre
- de.po some translations
- po-file remerge

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26506 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoRead site.bind as well as the user's bind file.
Richard Heck [Tue, 23 Sep 2008 17:04:25 +0000 (17:04 +0000)]
Read site.bind as well as the user's bind file.

Why is site.bind given special treatment?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26505 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoBe at least consistent.
Pavel Sanda [Tue, 23 Sep 2008 14:18:59 +0000 (14:18 +0000)]
Be at least consistent.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26504 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoMove the ItemType enum out of GuiPref and into KeyMap, where it belongs.
Richard Heck [Tue, 23 Sep 2008 13:53:38 +0000 (13:53 +0000)]
Move the ItemType enum out of GuiPref and into KeyMap, where it belongs.

This is preparation for multi-LFUN bindings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26503 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoGet some good debug output for function codes.
Richard Heck [Tue, 23 Sep 2008 13:18:51 +0000 (13:18 +0000)]
Get some good debug output for function codes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26502 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUserGuide.lyx: fix the layout and a typo
Uwe Stöhr [Mon, 22 Sep 2008 23:20:23 +0000 (23:20 +0000)]
UserGuide.lyx: fix the layout and a typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26501 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUserGuide.lyx: one of the last updates for LyX 1.6
Uwe Stöhr [Mon, 22 Sep 2008 23:12:13 +0000 (23:12 +0000)]
UserGuide.lyx: one of the last updates for LyX 1.6

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26500 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agogit is shouting at me because of whitespaces, so what can i do...
Pavel Sanda [Mon, 22 Sep 2008 15:41:05 +0000 (15:41 +0000)]
git is shouting at me because of whitespaces, so what can i do...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26498 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoColors for multi-author track changes.
Pavel Sanda [Mon, 22 Sep 2008 15:30:26 +0000 (15:30 +0000)]
Colors for multi-author track changes.
Patch by Vincent.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg143215.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26497 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocompilation fix from abdel
Jean-Marc Lasgouttes [Mon, 22 Sep 2008 11:00:17 +0000 (11:00 +0000)]
compilation fix from abdel

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26496 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoBufferList::next() and previous(): don't cycle through 'internal' buffers.
Abdelrazak Younes [Mon, 22 Sep 2008 09:59:46 +0000 (09:59 +0000)]
BufferList::next() and previous(): don't cycle through 'internal' buffers.

This should fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5259

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26495 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoadd FileName::extension() method.
Abdelrazak Younes [Mon, 22 Sep 2008 09:44:44 +0000 (09:44 +0000)]
add FileName::extension() method.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26494 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoMove maxlastfiles from Session.h to LyXRC.h
Abdelrazak Younes [Mon, 22 Sep 2008 07:42:57 +0000 (07:42 +0000)]
Move maxlastfiles from Session.h to LyXRC.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26493 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoGet rid of unused SessionInfoSection.
Abdelrazak Younes [Mon, 22 Sep 2008 07:30:48 +0000 (07:30 +0000)]
Get rid of unused SessionInfoSection.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26492 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoPref ui module: add a 'clear session'.
Abdelrazak Younes [Mon, 22 Sep 2008 07:14:30 +0000 (07:14 +0000)]
Pref ui module: add a 'clear session'.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26491 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoGuiView::saveLayout(): Use QSettings::beginGroup.
Abdelrazak Younes [Mon, 22 Sep 2008 06:50:35 +0000 (06:50 +0000)]
GuiView::saveLayout(): Use QSettings::beginGroup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26490 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoX11 compil fix, sorry.
Abdelrazak Younes [Mon, 22 Sep 2008 06:48:08 +0000 (06:48 +0000)]
X11 compil fix, sorry.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26489 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoOn Vista, if a file type is not registered, AssocQueryString() returns
Enrico Forestieri [Mon, 22 Sep 2008 00:07:48 +0000 (00:07 +0000)]
On Vista, if a file type is not registered, AssocQueryString() returns
information about the "Unknown" application instead of admitting that
nothing is registered. The solution is to add ASSOCF_INIT_IGNOREUNKNOWN
to the flags parameter. Also update dead URLs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26488 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUse QSettings::beginGroup.
Abdelrazak Younes [Sun, 21 Sep 2008 22:34:19 +0000 (22:34 +0000)]
Use QSettings::beginGroup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26487 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocompile fix.
Abdelrazak Younes [Sun, 21 Sep 2008 22:11:59 +0000 (22:11 +0000)]
compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26486 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoremove debug code.
Abdelrazak Younes [Sun, 21 Sep 2008 21:47:47 +0000 (21:47 +0000)]
remove debug code.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26485 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoReset the geometry and ui settings whenever a change in the ui files is selected...
Abdelrazak Younes [Sun, 21 Sep 2008 21:28:37 +0000 (21:28 +0000)]
Reset the geometry and ui settings whenever a change in the ui files is selected. This commit will destroy any current geometry session. The "view-id/" nodes are converted into "view/id/" nodes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26484 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago- Math.lyx: - update math bold description to the new shortcuts
Uwe Stöhr [Sun, 21 Sep 2008 21:09:38 +0000 (21:09 +0000)]
- Math.lyx: - update math bold description to the new shortcuts
            - new section about colored formulas
- menus.bind: update shortcut Alt-c b according to the discussed new handling

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26482 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocosmetics
André Pönitz [Sun, 21 Sep 2008 19:27:20 +0000 (19:27 +0000)]
cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26481 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix the tab stops in the paragraph dialog, and improve
Richard Heck [Sun, 21 Sep 2008 15:25:04 +0000 (15:25 +0000)]
Fix the tab stops in the paragraph dialog, and improve
the fix last committed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26480 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix autodefault setting.
Richard Heck [Sun, 21 Sep 2008 14:49:27 +0000 (14:49 +0000)]
Fix autodefault setting.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26479 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocosmetics
André Pönitz [Sun, 21 Sep 2008 09:11:21 +0000 (09:11 +0000)]
cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26473 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoAbdel can't seee anythin wrong with that
André Pönitz [Sun, 21 Sep 2008 01:39:00 +0000 (01:39 +0000)]
Abdel can't seee anythin wrong with that

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26472 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agosave a few cycles.
André Pönitz [Sun, 21 Sep 2008 01:35:43 +0000 (01:35 +0000)]
save a few cycles.
[in QObejct::connect() the passed signatures get 'normalized', and
'Foo const &' is turned into 'Foo' anyway]

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26471 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoMath.lyx: fix index entries, now that bug 5022 is fixed
Uwe Stöhr [Sat, 20 Sep 2008 23:51:05 +0000 (23:51 +0000)]
Math.lyx: fix index entries, now that bug 5022 is fixed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26470 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocmake: add endian check, thx to Jose and pdv
Peter Kümmel [Sat, 20 Sep 2008 19:43:52 +0000 (19:43 +0000)]
cmake: add endian check, thx to Jose and pdv

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26469 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agofix slip
André Pönitz [Sat, 20 Sep 2008 13:55:37 +0000 (13:55 +0000)]
fix slip

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26468 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocosmetics. remoe strange dependency of GuiDocument.h
André Pönitz [Sat, 20 Sep 2008 13:44:51 +0000 (13:44 +0000)]
cosmetics. remoe strange dependency of GuiDocument.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26467 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agosave a few cycles
André Pönitz [Sat, 20 Sep 2008 12:57:12 +0000 (12:57 +0000)]
save a few cycles

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26466 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocosmetics
André Pönitz [Sat, 20 Sep 2008 12:17:15 +0000 (12:17 +0000)]
cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26465 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocosmetics
André Pönitz [Sat, 20 Sep 2008 12:07:18 +0000 (12:07 +0000)]
cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26464 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocosmetics;
André Pönitz [Sat, 20 Sep 2008 11:47:38 +0000 (11:47 +0000)]
cosmetics;
also use QT_NO_CAST_TO_ASCII and QT_NO_STL for better checks on type
conversions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26463 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agocompile fix, sorry.
Abdelrazak Younes [Sat, 20 Sep 2008 07:38:28 +0000 (07:38 +0000)]
compile fix, sorry.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26462 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoSmall deboostification
Abdelrazak Younes [Fri, 19 Sep 2008 21:18:18 +0000 (21:18 +0000)]
Small deboostification

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26461 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* GuiImage::scale(): simplify.
Abdelrazak Younes [Fri, 19 Sep 2008 14:36:45 +0000 (14:36 +0000)]
* GuiImage::scale(): simplify.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26459 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoSimplify image creation with a new factory function: newImage().
Abdelrazak Younes [Fri, 19 Sep 2008 12:01:01 +0000 (12:01 +0000)]
Simplify image creation with a new factory function: newImage().

GraphicsImage: now a pure virtual interface.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26457 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoGuiImage: detaching the QImage does not have any good side effect apparently. It...
Abdelrazak Younes [Fri, 19 Sep 2008 11:42:53 +0000 (11:42 +0000)]
GuiImage: detaching the QImage does not have any good side effect apparently. It just results in some jumps of memory because the QImage data is referenced somewhere else (I don't know where as only the transformed image should be on screen).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26456 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* GuiImage:
Abdelrazak Younes [Fri, 19 Sep 2008 11:27:24 +0000 (11:27 +0000)]
* GuiImage:
- switch to QImage backend instead of QPixmap. In any case this was done internally by Qt for any image loading or transformation. This should relieve the X11 server a bit for big images.
- try to clear out the memory after a transformation by calling QImage::detach(). Unfortunately there seems to be a bug somewhere in Qt... see (http://bugzilla.lyx.org/show_bug.cgi?id=5002).

* GraphicsImage: get rid of scaledDimension()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26455 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* attempt to fix bug 5189.
Jürgen Spitzmüller [Fri, 19 Sep 2008 10:04:06 +0000 (10:04 +0000)]
* attempt to fix bug 5189.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26453 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* Validator.cpp:
Jürgen Spitzmüller [Fri, 19 Sep 2008 09:40:14 +0000 (09:40 +0000)]
* Validator.cpp:
- get rid of unnecessary conversion.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26451 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoReplace condition with an exception (code more robust) and add comment the reason
José Matox [Thu, 18 Sep 2008 18:21:41 +0000 (18:21 +0000)]
Replace condition with an exception (code more robust) and add comment the reason

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26450 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoAnother fix for csv2lyx. This one looks like a generic bug, though
Richard Heck [Thu, 18 Sep 2008 17:37:06 +0000 (17:37 +0000)]
Another fix for csv2lyx. This one looks like a generic bug, though
one that may have been triggered by an older version of python. The
problem is that the sniffer call could fail, and then dialect is
undefined.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26447 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoCosmetics.
Richard Heck [Thu, 18 Sep 2008 17:03:06 +0000 (17:03 +0000)]
Cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26446 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoThe line_num member was only introduced with python 2.5, so we'll
Richard Heck [Thu, 18 Sep 2008 16:57:56 +0000 (16:57 +0000)]
The line_num member was only introduced with python 2.5, so we'll
do this a different way.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26445 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoget rid of two compiler warnings.
Jürgen Spitzmüller [Thu, 18 Sep 2008 16:29:27 +0000 (16:29 +0000)]
get rid of two compiler warnings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26444 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix bug 448:
Jürgen Spitzmüller [Thu, 18 Sep 2008 14:51:16 +0000 (14:51 +0000)]
Fix bug 448:

* src/OutputParams.{cpp,h}:
- new param isLastPar, indicating if the current paragraph is the last in a given inset/buffer
* src/output_latex.cpp:
- set isLastPar
* src/Paragraph.cpp:
- noTrivlistCentering also in tabular cells
- in the last par, use alignment switch instead of environment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26443 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoLyXFunc::dispatch: do no close the undo group too early
Jean-Marc Lasgouttes [Thu, 18 Sep 2008 14:34:33 +0000 (14:34 +0000)]
LyXFunc::dispatch: do no close the undo group too early

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26442 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agouse Length::inPixel and not Length::inBP to get screen lengths
Jean-Marc Lasgouttes [Thu, 18 Sep 2008 13:59:35 +0000 (13:59 +0000)]
use Length::inPixel and not Length::inBP to get screen lengths

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26441 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoBufferView::mouseDispatch: make sure to create an undo group
Jean-Marc Lasgouttes [Thu, 18 Sep 2008 13:44:54 +0000 (13:44 +0000)]
BufferView::mouseDispatch: make sure to create an undo group

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26440 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoanother recordUndoFullDocument bits the dust
Jean-Marc Lasgouttes [Thu, 18 Sep 2008 10:47:28 +0000 (10:47 +0000)]
another recordUndoFullDocument bits the dust

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26439 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoimprove debug info
Jean-Marc Lasgouttes [Thu, 18 Sep 2008 10:46:31 +0000 (10:46 +0000)]
improve debug info

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26438 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agono need to record full document here
Jean-Marc Lasgouttes [Thu, 18 Sep 2008 10:40:53 +0000 (10:40 +0000)]
no need to record full document here

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26437 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUpdate it.po
Enrico Forestieri [Wed, 17 Sep 2008 22:28:31 +0000 (22:28 +0000)]
Update it.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26435 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoPatch from Bennett.
Pavel Sanda [Wed, 17 Sep 2008 21:28:57 +0000 (21:28 +0000)]
Patch from Bennett.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26434 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoOne more comment from JMarc.
Pavel Sanda [Wed, 17 Sep 2008 21:26:54 +0000 (21:26 +0000)]
One more comment from JMarc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26433 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix bug 2746: http://bugzilla.lyx.org/show_bug.cgi?id=2746
Jean-Marc Lasgouttes [Wed, 17 Sep 2008 16:28:33 +0000 (16:28 +0000)]
Fix bug 2746: http://bugzilla.lyx.org/show_bug.cgi?id=2746
References autoupdate is not undone during UNDO operation

* InsetLabel.cpp (updateCommand): record undo for each of the label
changes (and put everything in a group to make sure it will be undone
in one step).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26432 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agobad behaviour of recordUndoInset has been fixed in http://www.lyx.org/trac/changeset...
Jean-Marc Lasgouttes [Wed, 17 Sep 2008 15:45:47 +0000 (15:45 +0000)]
bad behaviour of recordUndoInset has been fixed in http://www.lyx.org/trac/changeset/14791

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26431 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotry to clarify documentation
Jean-Marc Lasgouttes [Wed, 17 Sep 2008 15:15:12 +0000 (15:15 +0000)]
try to clarify documentation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26430 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agore-implement correctly undo for graphics groups unification
Jean-Marc Lasgouttes [Wed, 17 Sep 2008 14:54:37 +0000 (14:54 +0000)]
re-implement correctly undo for graphics groups unification

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26429 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agofix properly http://bugzilla.lyx.org/show_bug.cgi?id=2040
Jean-Marc Lasgouttes [Wed, 17 Sep 2008 14:51:27 +0000 (14:51 +0000)]
fix properly http://bugzilla.lyx.org/show_bug.cgi?id=2040

* BufferView.cpp (setCursorFromInset): new method, useful to find
an inset that is known to be in the document.

* frontends/qt4/GuiView.cpp (dispatch): do a proper recordUndo
befire appplying changes to an inset. The insets are responsible
for recording additional undo steps that could be needed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26428 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoactually this constructor is not used
Jean-Marc Lasgouttes [Tue, 16 Sep 2008 13:21:30 +0000 (13:21 +0000)]
actually this constructor is not used

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26427 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* po/*.po: remerge
Jürgen Spitzmüller [Tue, 16 Sep 2008 12:52:10 +0000 (12:52 +0000)]
* po/*.po: remerge

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26426 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agofix a bunch of harmless warnings
Jean-Marc Lasgouttes [Tue, 16 Sep 2008 11:33:07 +0000 (11:33 +0000)]
fix a bunch of harmless warnings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26425 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agofix compiler warning introduced in r26399; note that paramater pos was not used in...
Jean-Marc Lasgouttes [Tue, 16 Sep 2008 11:32:38 +0000 (11:32 +0000)]
fix compiler warning introduced in r26399; note that paramater pos was not used in the Row(pos) form of the constructor

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26424 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* unicodesymbols:
Jürgen Spitzmüller [Tue, 16 Sep 2008 07:48:36 +0000 (07:48 +0000)]
* unicodesymbols:
- some more Greek glyphs. Patch by Günther Milde.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26422 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUpdate it.po
Enrico Forestieri [Mon, 15 Sep 2008 18:06:23 +0000 (18:06 +0000)]
Update it.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26421 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix copy & paste of inset inside table cell.
Abdelrazak Younes [Mon, 15 Sep 2008 17:03:15 +0000 (17:03 +0000)]
Fix copy & paste of inset inside table cell.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26420 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoWas forgetting this.
Enrico Forestieri [Mon, 15 Sep 2008 16:54:29 +0000 (16:54 +0000)]
Was forgetting this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26419 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoIntroduce LFUN_FONT_BOLDSYMBOL, performing the same as LFUN_FONT_BOLD
Enrico Forestieri [Mon, 15 Sep 2008 16:49:11 +0000 (16:49 +0000)]
Introduce LFUN_FONT_BOLDSYMBOL, performing the same as LFUN_FONT_BOLD
except when in math mode, where \boldsymbol is used instead of \mathbf.
Restore the previous binding of Ctrl-B and make sure that LFUN_FONT_BOLDSYMBOL,
now bound to Ctrl-Alt-B, can be toggled.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26418 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agofix warning
Abdelrazak Younes [Mon, 15 Sep 2008 16:20:12 +0000 (16:20 +0000)]
fix warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26416 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoHeader cleanup.
Abdelrazak Younes [Mon, 15 Sep 2008 16:09:08 +0000 (16:09 +0000)]
Header cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26415 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoGraceful assertion in release mode.
Abdelrazak Younes [Mon, 15 Sep 2008 16:07:53 +0000 (16:07 +0000)]
Graceful assertion in release mode.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26414 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago * LyXFunc.cpp (dispatch): make sure that a group os created before calling LyXView...
Jean-Marc Lasgouttes [Mon, 15 Sep 2008 15:44:49 +0000 (15:44 +0000)]
  * LyXFunc.cpp (dispatch): make sure that a group os created before calling LyXView::dispatch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26413 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* src/InsetIndex.cpp:
Jürgen Spitzmüller [Mon, 15 Sep 2008 14:19:00 +0000 (14:19 +0000)]
* src/InsetIndex.cpp:
- fix LaTeX output with unrepresentable characters in current encoding (bug 5022).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26412 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix GuiInfo dialog.
Abdelrazak Younes [Mon, 15 Sep 2008 14:11:57 +0000 (14:11 +0000)]
Fix GuiInfo dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26411 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUpdate layout specification.
Richard Heck [Mon, 15 Sep 2008 13:25:42 +0000 (13:25 +0000)]
Update layout specification.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26410 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* unicodesymbols: fixe some entries.
Jürgen Spitzmüller [Mon, 15 Sep 2008 09:45:20 +0000 (09:45 +0000)]
* unicodesymbols: fixe some entries.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26408 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* InsetTabular.cpp:
Jürgen Spitzmüller [Mon, 15 Sep 2008 08:43:42 +0000 (08:43 +0000)]
* InsetTabular.cpp:
- comment out non-working code that can trigger an assertion (probably bug 5225).
  (this code also does not work as expected in branch, but it doesn't act as badly there)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26407 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* src/insets/InsetTabular.{cpp,h}:
Jürgen Spitzmüller [Mon, 15 Sep 2008 08:09:52 +0000 (08:09 +0000)]
* src/insets/InsetTabular.{cpp,h}:
- improve updating of on-screen alignment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26406 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoAdd note about ui-toggle
Pavel Sanda [Mon, 15 Sep 2008 00:58:00 +0000 (00:58 +0000)]
Add note about ui-toggle

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26405 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoCosmetics (Vincent)
Pavel Sanda [Sun, 14 Sep 2008 22:09:10 +0000 (22:09 +0000)]
Cosmetics (Vincent)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26404 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix bug 5246
Enrico Forestieri [Sun, 14 Sep 2008 17:51:46 +0000 (17:51 +0000)]
Fix bug 5246
http://bugzilla.lyx.org/show_bug.cgi?id=5246

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26403 a592a061-630c-0410-9148-cb99ea01b6c8