Commit Graph

19226 Commits

Author SHA1 Message Date
Jürgen Spitzmüller
cd42bffb52 whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26205 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-19 07:06:51 +00:00
Jürgen Spitzmüller
2adb15b7b3 * lib/encodings: revert accidental string change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26204 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-19 07:05:09 +00:00
Jürgen Spitzmüller
e950d38fab * add Tetsuya Makimura to the credits.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26202 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-19 06:53:18 +00:00
Jürgen Spitzmüller
ba62012f0e forgot this in rev. 26200.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26201 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-19 06:43:01 +00:00
Jürgen Spitzmüller
a2906cb877 ** proper implementation of pLaTeX by Tetsuya Makimura and me, fixes many remaining problems and bugs with language "japanese" (bugs 4863, 4290, 4700 and partially 4697) **
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26200 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-18 17:26:09 +00:00
Jürgen Spitzmüller
0a926bebf6 * po/*.po: remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26199 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-18 08:10:35 +00:00
Jürgen Spitzmüller
bd4cefb714 * external_templates:
- remove formatting and chars from help text that makes translation fail.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26198 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-18 08:09:48 +00:00
Jürgen Spitzmüller
79d99f2bf0 * de.po: some new translations from Hartmut and me.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26197 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-18 07:49:34 +00:00
Uwe Stöhr
8cc977d63c layout for the svjour3 class, it is adoption of the existing svjour layout by John Perry, fixes http://bugzilla.lyx.org/show_bug.cgi?id=5154
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26194 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-16 22:37:49 +00:00
Uwe Stöhr
c2ba728c71 CREDITS: correct credits
- Sponsoring is not under the GPL and no contribution in the sense of a license. When we want to list the sponsors, we should do this in a separate list.
- The same applies for the Wiki. There is no license for Wiki edits people have to agree to. Otherwise (and to be fair) we must list everybody who has contributed to the Wiki in the Credits, which is not possible.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26193 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-16 12:36:53 +00:00
Jürgen Spitzmüller
06691cac31 * lib/external_templates:
- reenable preview for pdfpages (bug 5102).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26191 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-16 10:24:45 +00:00
Jean-Marc Lasgouttes
8d110547bb remove last traces of the --with-qmake option
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26186 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 21:48:32 +00:00
Christian Ridderström
f015d2f575 Oops... I don't know the alphabet, Liviu Andronic now in the right place. Also fixed help text in the script
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26184 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 21:30:18 +00:00
Jean-Marc Lasgouttes
4adb471713 cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26183 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 21:29:33 +00:00
Christian Ridderström
53ea0cdd2d Added Liviu Andronic, and modified generate_contributions.py to match what was in CREDITS for Richard
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26181 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 21:17:37 +00:00
Uwe Stöhr
d418c61c05 new Ukrainian Intro manual by Yuri
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26179 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 19:57:30 +00:00
Jean-Marc Lasgouttes
17dd645862 Bug 5173: Undo Grouping
http://bugzilla.lyx.org/show_bug.cgi?id=5173

	* Undo.cpp (beginUndoGroup, endUndoGroup): new methods.
	(UndoElement): add group_id member
	(UndoElementStack): when removing old undo entries, make sure to
	remove whole groups.
	(Undo::Private): add group_id and group_level (for nesting) members.
	(doTextUndoOrRedo): new method. Apply _one_ UndoElement.
	(textUndoOrRedo): call doTextUndoOrRedo on each element of the current
	group.
	(recordUndoFullDocument): put inside an undo group

	* Cursor.cpp (beginUndoGroup, endUndoGroup): new methods.

	* LyXFunc.cpp (dispatch): add calls to (begin|end)UndoGroup.

	* lyxfind.cpp (replaceAll): use several recordUndo instead
	of one recordUndoFullDocument.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26178 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 19:24:56 +00:00
Jean-Marc Lasgouttes
608c46b080 Add a new debug channel UNDO (in place of the unused ROFF)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26177 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 19:09:42 +00:00
Jean-Marc Lasgouttes
d0827e017e Fix crash when the Gui Name of a toolbar is not plain ascii. This
happens for example with fr.po. 


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26176 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 18:43:46 +00:00
Jean-Marc Lasgouttes
7706b59c00 typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26175 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 17:32:13 +00:00
Jean-Marc Lasgouttes
e22b5d0718 Fix bug 2449: Insertion of math delimiter cannot completely be undone
http://bugzilla.lyx.org/show_bug.cgi?id=2449

	* Text3.cpp (dispatch): handle undo for LFUN_MATH_INSERT, 
	LFUN_MATH_MATRIX, LFUN_MATH_DELIM and LFUN_MATH_BIGDELIM.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26174 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 16:15:20 +00:00
Jean-Marc Lasgouttes
97e6476feb Fix bug 3407: Undo with text-in-mathmode
http://bugzilla.lyx.org/show_bug.cgi?id=3407

	* InsetMathNest.cpp (doDispatch/LFUN_MATH_MODE): handle undo


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26173 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 15:50:42 +00:00
Jean-Marc Lasgouttes
416df64b5b fix installation of toc files with automake 10.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26172 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 12:32:47 +00:00
Enrico Forestieri
2566c9496d Fix bug 5172: Toolbar names are not translated
http://bugzilla.lyx.org/show_bug.cgi?id=5172


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26171 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 10:56:53 +00:00
Richard Heck
10585e780c One more.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26170 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 01:03:51 +00:00
Richard Heck
a40183c0a9 Add a comment about how to clean this up. This looks like post-1.6 stuff,
since it doesn't actually affect current function.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26169 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 01:03:32 +00:00
Enrico Forestieri
30efb132b3 Update it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26167 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 20:27:04 +00:00
Richard Heck
b899cf8f3d A FIXME for later.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26164 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 15:53:32 +00:00
Richard Heck
42c5781bce Do the last commit the right way. The previous one led to a crash because I wasn't
returning a fully realized font.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26163 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 15:44:36 +00:00
Richard Heck
004b672399 Fix bug discussed in this thread: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg142814.html. The problem was that the font information in InsetLayout was not being properly integrated into the routines that set the active font.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26162 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 15:24:12 +00:00
Jean-Marc Lasgouttes
771673ccbb Fix bug 5149: Pasting outside math when cursor is inside
http://bugzilla.lyx.org/show_bug.cgi?id=5149

Make sure that the cursor is set to the right place before doing a middle-
button paste.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26161 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 11:03:51 +00:00
Jean-Marc Lasgouttes
2860cdaee2 missing autoconf stubs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26160 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 10:38:31 +00:00
Jean-Marc Lasgouttes
5ca204ea10 Fix bug 5156 http://bugzilla.lyx.org/show_bug.cgi?id=5156
Be more strict when evaluating whether the cursor is inside the selection


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26159 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 10:28:20 +00:00
Jean-Marc Lasgouttes
aa67d5eb64 Fix bug 5065: DEPM fails with "cursor follows scrollbar"
http://bugzilla.lyx.org/show_bug.cgi?id=5065

	* BufferView.cpp (setCursorFromScrollbar): makes sure that the mouse is 	set using mouseSetCursor (so that dEPM can trigger). 



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26158 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 09:59:04 +00:00
Jean-Marc Lasgouttes
1b2c73c555 * BufferView.cpp (contextMenu): If there is a selection, return the
containing inset menu


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26157 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 09:45:42 +00:00
Richard Heck
98c7c96ca4 Remove some unused code, and replace with a comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26156 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 07:03:46 +00:00
Bo Peng
ef9a89d061 Shortcuts.lyx: make single-sided delimiters appear to the left
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26155 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-14 01:31:18 +00:00
Uwe Stöhr
036e7e2373 - Spanish documentation updates by Ignacio
- Math.lyx: fixed an index entry spotted by Ignacio

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26154 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 22:08:39 +00:00
Peter Kümmel
9f13a87da5 we should update boost
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26153 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 21:41:32 +00:00
Peter Kümmel
1da756723a fix merged build
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26152 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 21:39:59 +00:00
Uwe Stöhr
e8407f7078 German Tutorial.lyx: delete an obsolete footnote
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26151 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 21:22:39 +00:00
Uwe Stöhr
6d38c7a041 French documentation updates by Siegfried
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26149 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 21:13:15 +00:00
Richard Heck
6f7136fc7b whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26148 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 19:58:00 +00:00
Richard Heck
cf33f88943 We should at least also check the index. But probably more is needed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26147 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 17:05:34 +00:00
Jean-Marc Lasgouttes
1bad3e5232 avoid empty selections (patch from Vincent van Ravesteijn)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26146 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 15:22:41 +00:00
Jean-Marc Lasgouttes
3589a75a11 clearSelection invokes resetAnchor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26145 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 15:13:37 +00:00
Jean-Marc Lasgouttes
3d9f151e00 set cursor correctly when right clicking on inset button
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26144 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 15:01:12 +00:00
Richard Heck
419642ad9e Fix citation bug: In certain circumstances, attempts to insert a new citation
would instead change an old one. The problem was that we were hiding the dialog
with hide(), which does not trigger closeEvent(). So we have to implement
hideEvent().

http://marc.info/?l=lyx-devel&m=121278861019829&w=2



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26143 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 14:32:30 +00:00
Richard Heck
1c5003c4ef Make sure that in_show_ is reset to false, even if an exception is thrown
when we're trying to show a dialog.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26142 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 14:25:56 +00:00
Jean-Marc Lasgouttes
4d63bd347b constification without any code change. This is part of and effort to see whether BufferView::cursor() could be made const
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26141 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-13 13:46:19 +00:00