Commit Graph

19299 Commits

Author SHA1 Message Date
Uwe Stöhr
127dbc9787 doc files: remove unneeded labels, fix image paths, update fileformat - part 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26533 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 02:12:22 +00:00
Uwe Stöhr
1b201008f5 documentation files: remove unused labels
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26532 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 01:26:54 +00:00
Uwe Stöhr
bc6b4bf308 UserGuide.lyx: - add infos for BibTeX
- describe the shortcut dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26531 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 00:34:41 +00:00
Uwe Stöhr
828112f4df Customization.lyx: remove things that are already described in the UserGuide
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26530 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 23:13:58 +00:00
Uwe Stöhr
a914a8e1ca Extended.lyx: some more updates and fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26529 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 23:00:47 +00:00
Uwe Stöhr
372f7adde9 Extended.lyx: - update sections about BibTeX
- fix broken references

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26528 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 22:51:41 +00:00
André Pönitz
4c7fdddd74 streamlining setter syntax. using mutable references seems a bit
outlandish compared to the rest of LyX


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26527 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 21:27:41 +00:00
André Pönitz
7aa28f3efe char * for string literals is deprecated...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26526 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 19:51:46 +00:00
Uwe Stöhr
21c6e3305a ja.po: updates by Koji
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26525 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 19:51:46 +00:00
Uwe Stöhr
ee3e4bfd6e UserGuide.lyx: some polishing and info about CJK fonts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26524 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 18:19:38 +00:00
Pavel Sanda
83bd0508c2 * doxy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26523 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 17:35:37 +00:00
Richard Heck
577fbec1dd Revert unintentional commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26522 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 17:24:37 +00:00
Richard Heck
adbde70cf1 Sorry, again, Uwe! This just adds a short remark about custom-bib to the end of the third paragraph of section 6.5.2. Meant to do that before....
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26521 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 17:21:12 +00:00
Richard Heck
5e06545440 A couple typos left from before. Nothing substantive here, Uwe.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26520 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 17:14:54 +00:00
Richard Heck
34393dd9d2 Release notes for new LFUN.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26519 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 15:13:39 +00:00
Richard Heck
6576aed3d5 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
2008-09-24 15:08:46 +00:00
Richard Heck
b8cf8cbab2 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
2008-09-24 14:56:43 +00:00
Richard Heck
6cde86e1d7 Save a few bytes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26516 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 13:32:09 +00:00
Richard Heck
5a579070c4 Doxy fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26515 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 13:20:05 +00:00
Richard Heck
2d73a78a30 Update the bibliography documentation a bit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26514 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 12:50:18 +00:00
Uwe Stöhr
3b50e994c9 de.po: correct shortcut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26513 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 11:00:55 +00:00
Uwe Stöhr
075bee7911 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
2008-09-24 11:00:20 +00:00
Jean-Marc Lasgouttes
6e44305b68 update french l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26511 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 10:19:35 +00:00
Uwe Stöhr
4b6579e3b6 UserGuide.lyx: some fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26510 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 00:45:32 +00:00
Uwe Stöhr
dadad12e78 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
2008-09-24 00:16:13 +00:00
Jean-Marc Lasgouttes
efb2fb3e53 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
2008-09-23 21:57:23 +00:00
Uwe Stöhr
75b3ceb670 Math.lyx: fix a table layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26507 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-23 21:42:12 +00:00
Uwe Stöhr
f1556cf1d3 - 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
2008-09-23 19:34:31 +00:00
Richard Heck
6c5efdf25d 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
2008-09-23 17:04:25 +00:00
Pavel Sanda
cbb26a58aa Be at least consistent.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26504 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-23 14:18:59 +00:00
Richard Heck
ad0ecf86a7 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
2008-09-23 13:53:38 +00:00
Richard Heck
31e5a15695 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
2008-09-23 13:18:51 +00:00
Uwe Stöhr
4a74c5f965 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
2008-09-22 23:20:23 +00:00
Uwe Stöhr
64b6f7f3cf 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
2008-09-22 23:12:13 +00:00
Pavel Sanda
f7cf8c09d2 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
2008-09-22 15:41:05 +00:00
Pavel Sanda
29e02eff76 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
2008-09-22 15:30:26 +00:00
Jean-Marc Lasgouttes
76b64cded1 compilation fix from abdel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26496 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-22 11:00:17 +00:00
Abdelrazak Younes
36f619ed25 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
2008-09-22 09:59:46 +00:00
Abdelrazak Younes
c0aeb567ce add FileName::extension() method.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26494 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-22 09:44:44 +00:00
Abdelrazak Younes
8c4ffb42da 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
2008-09-22 07:42:57 +00:00
Abdelrazak Younes
da1de0055e Get rid of unused SessionInfoSection.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26492 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-22 07:30:48 +00:00
Abdelrazak Younes
38ecdfd5b7 Pref ui module: add a 'clear session'.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26491 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-22 07:14:30 +00:00
Abdelrazak Younes
475a48b78d GuiView::saveLayout(): Use QSettings::beginGroup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26490 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-22 06:50:35 +00:00
Abdelrazak Younes
305079fb23 X11 compil fix, sorry.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26489 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-22 06:48:08 +00:00
Enrico Forestieri
1cd01f0db4 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
2008-09-22 00:07:48 +00:00
Abdelrazak Younes
ed1122f86b Use QSettings::beginGroup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26487 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-21 22:34:19 +00:00
Abdelrazak Younes
fa36309412 compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26486 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-21 22:11:59 +00:00
Abdelrazak Younes
d6936b4c5d remove debug code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26485 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-21 21:47:47 +00:00
Abdelrazak Younes
8e4d2d66ce 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
2008-09-21 21:28:37 +00:00
Uwe Stöhr
8efc63752d - 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
2008-09-21 21:09:38 +00:00