]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoWe have locale debug level, so put it there.
Pavel Sanda [Mon, 14 Jul 2008 23:54:26 +0000 (23:54 +0000)]
We have locale debug level, so put it there.

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

15 years agoIntroduce Debug::SELECTION mainly for copy/paste primary-selection debugging.
Pavel Sanda [Mon, 14 Jul 2008 23:47:54 +0000 (23:47 +0000)]
Introduce Debug::SELECTION mainly for copy/paste primary-selection debugging.

Up to now it was hell to debug it, since the selection messages was under different
debug classes and the messages also get completely lost from mouse action events.

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

15 years agopasting is more tricky
Pavel Sanda [Mon, 14 Jul 2008 21:00:11 +0000 (21:00 +0000)]
pasting is more tricky

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

15 years ago* doxy bits
Pavel Sanda [Mon, 14 Jul 2008 20:40:22 +0000 (20:40 +0000)]
* doxy bits

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

15 years agoFix bugs 4977 and 2018:
Jean-Marc Lasgouttes [Mon, 14 Jul 2008 19:47:43 +0000 (19:47 +0000)]
Fix bugs 4977 and 2018:
http://bugzilla.lyx.org/show_bug.cgi?id=4977
http://bugzilla.lyx.org/show_bug.cgi?id=2018

* Text3.cpp (doInsertInset): do not copy selection to clipboard if we
do not intend to paste it later (bug 4977); do not remove space at
start of paragraph (bug 2018); make sure the cursor is at the right
place after pasting inside inset.

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

15 years agotypo
Pavel Sanda [Mon, 14 Jul 2008 18:32:49 +0000 (18:32 +0000)]
typo

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

15 years ago* Doxy.
Pavel Sanda [Mon, 14 Jul 2008 18:30:49 +0000 (18:30 +0000)]
* Doxy.

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

15 years agoRedo 25580 the right way, again :-)
Abdelrazak Younes [Mon, 14 Jul 2008 17:11:19 +0000 (17:11 +0000)]
Redo 25580 the right way, again :-)

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

15 years agoI've had to revert r25548 because of:
Richard Heck [Mon, 14 Jul 2008 16:12:12 +0000 (16:12 +0000)]
I've had to revert r25548 because of:
gdb /home/rgheck/cvs/lyx-devel/trunk/src/lyx --interpreter=mi2 -quiet
Using host libthread_db library "/lib64/libthread_db.so.1".
(gdb) bt
bt
#0  0x000000369a230ec5 in raise () from /lib64/libc.so.6
#1  0x000000369a232970 in abort () from /lib64/libc.so.6
#2  0x000000369a26b0db in __libc_message () from /lib64/libc.so.6
#3  0x000000369a272832 in _int_free () from /lib64/libc.so.6
#4  0x000000369a275f2c in free () from /lib64/libc.so.6
#5  0x00000000004ebbdc in std::_Rb_tree<int, std::pair<int const, lyx::Author>, std::_Select1st<std::pair<int const, lyx::Author> >, std::less<int>, std::allocator<std::pair<int const, lyx::Author> > >::_M_erase (this=0x32c7f68, __x=0x30ece10) at /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/ext/new_allocator.h:94
#6  0x00000000004ebe99 in ~map (this=0x32c7f68) at /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_tree.h:578
#7  0x00000000004df21f in lyx::BufferParams::MemoryTraits::destroy (ptr=0x32c7f60) at Author.h:50
#8  0x00000000004855e4 in ~copied_ptr (this=<value optimized out>) at ../../../src/support/copied_ptr.h:69
#9  0x0000000000488f93 in ~BufferParams (this=0x32c7b30) at ../../../src/BufferParams.h:52
#10 0x0000000000748585 in ~UndoElement (this=0x7fffc1aeebd0) at Undo.cpp:82
#11 0x0000000000745be8 in lyx::Undo::Private::doRecordUndo (this=0x2ef9630, kind=lyx::ATOMIC_UNDO, cell=<value optimized out>, first_pit=<value optimized out>, last_pit=<value optimized out>, cur=<value optimized out>, isFullBuffer=true, isUndoOperation=true) at Undo.cpp:278
#12 0x0000000000745ce7 in lyx::Undo::recordUndoFullDocument (this=0x2ea5620, cur=@0x2f04238) at Undo.cpp:443
#13 0x00000000007a73cc in lyx::Cursor::recordUndoFullDocument (this=0x2f04238) at Cursor.cpp:2139
#14 0x00000000006374e8 in lyx::LyXFunc::dispatch (this=0x2a431a0, cmd=@0x7fffc1af0e20) at LyXFunc.cpp:1426
#15 0x000000000060630c in lyx::dispatch (action=@0x7fffc1af0e20) at LyX.cpp:1131
#16 0x0000000000b1740a in lyx::frontend::Dialog::dispatch (this=<value optimized out>, fr=@0x7fffc1af0e20) at Dialog.cpp:62
#17 0x0000000000b6787b in dispatch_bufferparams (dialog=@0x30e1288, bp=@0x30e1470, lfun=lyx::LFUN_BUFFER_PARAMS_APPLY) at GuiDocument.cpp:2244
#18 0x0000000000b7825b in lyx::frontend::GuiDocument::dispatchParams (this=0x30e1260) at GuiDocument.cpp:2255
#19 0x0000000000b1766e in lyx::frontend::Dialog::apply (this=0x30e1288) at Dialog.cpp:159
#20 0x0000000000b647d8 in lyx::frontend::GuiDialog::slotOK (this=0x30e1260) at GuiDialog.cpp:56
#21 0x0000000000b64871 in lyx::frontend::GuiDialog::qt_metacall (this=0x30e1260, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffc1af2290) at GuiDialog_moc.cpp:73
#22 0x0000000000b83fed in lyx::frontend::GuiDocument::qt_metacall (this=0x4f17, _c=20247, _id=6, _a=0xffffffffffffffff) at GuiDocument_moc.cpp:90
#23 0x00000034e9cf3d71 in QMetaObject::activate () from /usr/lib64/libQtCore.so.4
#24 0x00000034ea5f3007 in QAbstractButton::clicked () from /usr/lib64/libQtGui.so.4
#25 0x00000034ea416c3b in QAbstractItemModel::sort () from /usr/lib64/libQtGui.so.4
#26 0x00000034ea4182c5 in QAbstractItemModel::sort () from /usr/lib64/libQtGui.so.4
#27 0x00000034ea4184cd in QAbstractButton::mouseReleaseEvent () from /usr/lib64/libQtGui.so.4
#28 0x00000034ea1cf35a in QWidget::event () from /usr/lib64/libQtGui.so.4
#29 0x00000034ea4177df in QAbstractButton::event () from /usr/lib64/libQtGui.so.4
#30 0x00000034ea491778 in QPushButton::event () from /usr/lib64/libQtGui.so.4
#31 0x00000034ea19274c in QApplicationPrivate::notify_helper () from /usr/lib64/libQtGui.so.4
#32 0x00000034ea198c1b in QApplication::notify () from /usr/lib64/libQtGui.so.4
#33 0x0000000000a8084a in lyx::frontend::GuiApplication::notify (this=0x4f17, receiver=0x4f17, event=0x6) at GuiApplication.cpp:1163
#34 0x00000034e9ce3700 in QCoreApplication::notifyInternal () from /usr/lib64/libQtCore.so.4
#35 0x00000034ea1df95d in QAbstractItemModel::sort () from /usr/lib64/libQtGui.so.4
#36 0x00000034ea1de900 in QApplication::x11ProcessEvent () from /usr/lib64/libQtGui.so.4
#37 0x00000034ea200778 in QAbstractItemModel::sort () from /usr/lib64/libQtGui.so.4
#38 0x000000369f62ef53 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#39 0x000000369f63224d in QAbstractItemModel::sort () from /lib64/libglib-2.0.so.0
#40 0x000000369f63277e in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#41 0x00000034e9d01930 in QEventDispatcherGlib::processEvents () from /usr/lib64/libQtCore.so.4
#42 0x00000034ea20057f in QAbstractItemModel::sort () from /usr/lib64/libQtGui.so.4
#43 0x00000034e9ce2da8 in QEventLoop::processEvents () from /usr/lib64/libQtCore.so.4
#44 0x00000034e9ce2ebd in QEventLoop::exec () from /usr/lib64/libQtCore.so.4
#45 0x00000034e9ce4e71 in QCoreApplication::exec () from /usr/lib64/libQtCore.so.4
#46 0x0000000000a7fb83 in lyx::frontend::GuiApplication::exec (this=<value optimized out>) at GuiApplication.cpp:1032
#47 0x00000000006101e4 in lyx::LyX::exec (this=0x7fffc1af4cf0, argc=@0x7fffc1af4cec, argv=<value optimized out>) at LyX.cpp:342
#48 0x0000000000433aa8 in main (argc=1, argv=0x7fffc1af4df8) at main.cpp:46
^done
I don't know at all what's up here with copied_ptr. Hadn't even heard of it until five minutes ago. ;-) You can cause this crash by opening a new document, opening Document>Settings and changing (say) the Bibliography settings, and then hitting "OK".

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

15 years agoFix bug 5040:
Jürgen Spitzmüller [Mon, 14 Jul 2008 16:09:59 +0000 (16:09 +0000)]
Fix bug 5040:

* src/support/lstrings.{cpp,h}:
- new optional param "bool keepemtpy" in getVectorFromString.
  By default, empty content between two delimiters was/is not added to the vector.
  This can be changed with this bool.

* src/insets/InsetIndex.cpp:
- care for the case when plaintext returns nothing (e.g when ERT is used)

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

15 years agoForgot this.
Pavel Sanda [Mon, 14 Jul 2008 13:33:26 +0000 (13:33 +0000)]
Forgot this.

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

15 years ago* src/insets/InsetBibItem.cpp:
Jürgen Spitzmüller [Mon, 14 Jul 2008 12:49:39 +0000 (12:49 +0000)]
* src/insets/InsetBibItem.cpp:
- fix duplicate vheck (bug 5035).

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

15 years agofix compiler warning
Jean-Marc Lasgouttes [Mon, 14 Jul 2008 12:41:36 +0000 (12:41 +0000)]
fix compiler warning

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

15 years agocompile fix.
Jürgen Spitzmüller [Mon, 14 Jul 2008 12:38:43 +0000 (12:38 +0000)]
compile fix.

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

15 years agor25604: better fix.
Abdelrazak Younes [Mon, 14 Jul 2008 11:49:08 +0000 (11:49 +0000)]
r25604: better fix.

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

15 years agoFix Mac gcc warning.
Abdelrazak Younes [Mon, 14 Jul 2008 11:46:53 +0000 (11:46 +0000)]
Fix Mac gcc warning.

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

15 years agoMac gcc compile fix.
Abdelrazak Younes [Mon, 14 Jul 2008 11:40:29 +0000 (11:40 +0000)]
Mac gcc compile fix.

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

15 years agoMSVC compile fix :-)
Abdelrazak Younes [Mon, 14 Jul 2008 11:33:04 +0000 (11:33 +0000)]
MSVC compile fix :-)

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

15 years agogcc compile fixes.
Abdelrazak Younes [Mon, 14 Jul 2008 11:30:51 +0000 (11:30 +0000)]
gcc compile fixes.

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

15 years ago* de.po: some updates.
Jürgen Spitzmüller [Mon, 14 Jul 2008 10:22:27 +0000 (10:22 +0000)]
* de.po: some updates.

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

15 years agoFix potential crash.
Abdelrazak Younes [Mon, 14 Jul 2008 10:14:59 +0000 (10:14 +0000)]
Fix potential crash.

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

15 years ago* po/*.po: remerge.
Jürgen Spitzmüller [Mon, 14 Jul 2008 10:07:23 +0000 (10:07 +0000)]
* po/*.po: remerge.

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

15 years agopotentially fix lyxrc.dist isssue with \gui_language
Abdelrazak Younes [Mon, 14 Jul 2008 09:57:37 +0000 (09:57 +0000)]
potentially fix lyxrc.dist isssue with \gui_language

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

15 years ago* po/ja.po:
Jürgen Spitzmüller [Mon, 14 Jul 2008 09:48:36 +0000 (09:48 +0000)]
* po/ja.po:
- update from Koji Yokota.

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

15 years agoStay on the safe side: prevent filename clashing.
Abdelrazak Younes [Mon, 14 Jul 2008 09:00:11 +0000 (09:00 +0000)]
Stay on the safe side: prevent filename clashing.

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

15 years agoFix again http://bugzilla.lyx.org/show_bug.cgi?id=5010
Abdelrazak Younes [Mon, 14 Jul 2008 08:48:25 +0000 (08:48 +0000)]
Fix again http://bugzilla.lyx.org/show_bug.cgi?id=5010

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

15 years agoSanitize LyX singleton access by getting rid of ref() and cref() methods.
Abdelrazak Younes [Mon, 14 Jul 2008 08:35:00 +0000 (08:35 +0000)]
Sanitize LyX singleton access by getting rid of ref() and cref() methods.

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

15 years ago* src/insets/InsetIndex.cpp (output_latex):
Jürgen Spitzmüller [Mon, 14 Jul 2008 08:20:24 +0000 (08:20 +0000)]
* src/insets/InsetIndex.cpp (output_latex):
- sanitize the handling of index levels (most of bug 5014).

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

15 years ago* stdmenus.inc:
Jürgen Spitzmüller [Mon, 14 Jul 2008 07:22:20 +0000 (07:22 +0000)]
* stdmenus.inc:
- disambiguate menu entry (bug 4757).

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

15 years agosafeguards:
Abdelrazak Younes [Mon, 14 Jul 2008 07:16:00 +0000 (07:16 +0000)]
safeguards:
- move Previews singleton to LyX
- LyX.cpp: set singleton to zero at destruction.

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

15 years agotemporarily fix http://bugzilla.lyx.org/show_bug.cgi?id=5026
Abdelrazak Younes [Mon, 14 Jul 2008 06:29:04 +0000 (06:29 +0000)]
temporarily fix http://bugzilla.lyx.org/show_bug.cgi?id=5026
This will reopen bug 5010 temporarily. Please don't touch this until I am finished.

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

15 years agoreverting the safeguard in 25591. There is an awful lot of things to clean up before...
Abdelrazak Younes [Mon, 14 Jul 2008 06:22:41 +0000 (06:22 +0000)]
reverting the safeguard in 25591. There is an awful lot of things to clean up before we can add this safeguard!!!

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

15 years agoAdd safeguard
Abdelrazak Younes [Mon, 14 Jul 2008 06:17:52 +0000 (06:17 +0000)]
Add safeguard

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

15 years agoadd const
Abdelrazak Younes [Mon, 14 Jul 2008 05:33:14 +0000 (05:33 +0000)]
add const

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

15 years agoFix MSVC warning
Abdelrazak Younes [Mon, 14 Jul 2008 05:19:39 +0000 (05:19 +0000)]
Fix MSVC warning

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

15 years agoRemove LFUN_BIBITEM_INSERT.
Pavel Sanda [Mon, 14 Jul 2008 01:28:06 +0000 (01:28 +0000)]
Remove LFUN_BIBITEM_INSERT.
The last GUI trace for using this lfuns is here: http://www.lyx.org/trac/changeset/9966 .

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

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

15 years agoinstaller for beta4
Uwe Stöhr [Sun, 13 Jul 2008 21:59:57 +0000 (21:59 +0000)]
installer for beta4

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

15 years ago* Doxy.
Pavel Sanda [Sun, 13 Jul 2008 21:51:46 +0000 (21:51 +0000)]
* Doxy.

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

15 years agofix translation of manus on the mac
Jean-Marc Lasgouttes [Sun, 13 Jul 2008 20:44:10 +0000 (20:44 +0000)]
fix translation of manus on the mac

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

16 years agoRedo 25580 the right way. (Failure to initialize bparams had caused constant crashes.)
Richard Heck [Sun, 13 Jul 2008 19:34:56 +0000 (19:34 +0000)]
Redo 25580 the right way. (Failure to initialize bparams had caused constant crashes.)

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

16 years agoRevert 25580.
Richard Heck [Sun, 13 Jul 2008 19:33:05 +0000 (19:33 +0000)]
Revert 25580.

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

16 years agomake sure that installation can be made with parallel make; remove unused directory
Jean-Marc Lasgouttes [Sun, 13 Jul 2008 19:32:46 +0000 (19:32 +0000)]
make sure that installation can be made with parallel make; remove unused directory

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

16 years agoFix bug 4927 again. The latex2ert routine was geared too much toward IndexInset,...
Richard Heck [Sun, 13 Jul 2008 19:24:09 +0000 (19:24 +0000)]
Fix bug 4927 again. The latex2ert routine was geared too much toward IndexInset, where
the initial backslash in a LaTeX command is escaped, which it is not in a subfigure.

Note that we are NOT converting labels here into InsetLabel objects. That would not be
all that hard to do. I've put a comment in about how we could do that. It would be fairly
easy to do.

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

16 years agoAnother small optimization: Don't bother copying the BufferParams unless we need it.
Richard Heck [Sun, 13 Jul 2008 19:04:44 +0000 (19:04 +0000)]
Another small optimization: Don't bother copying the BufferParams unless we need it.

This may speed up repeated undos a bit.

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

16 years agoExtended.lyx: fix the web resource of checktex and clarify when it is available
Uwe Stöhr [Sun, 13 Jul 2008 19:04:37 +0000 (19:04 +0000)]
Extended.lyx: fix the web resource of checktex and clarify when it is available

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

16 years agoA small optimization: Don't do a copy here.
Richard Heck [Sun, 13 Jul 2008 19:00:55 +0000 (19:00 +0000)]
A small optimization: Don't do a copy here.

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

16 years agoGerman UserGuide.lyx: fix a reference
Uwe Stöhr [Sun, 13 Jul 2008 18:51:45 +0000 (18:51 +0000)]
German UserGuide.lyx: fix a reference

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

16 years agoCustomization.lyx: actualize how to start a new .po file
Uwe Stöhr [Sun, 13 Jul 2008 16:45:49 +0000 (16:45 +0000)]
Customization.lyx: actualize how to start a new .po file

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

16 years ago- po-remerge
Uwe Stöhr [Sun, 13 Jul 2008 14:53:48 +0000 (14:53 +0000)]
- po-remerge
- some German translations

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

16 years agominimalistic.module: correct string as the translators misunderstood this.
Uwe Stöhr [Sun, 13 Jul 2008 11:53:42 +0000 (11:53 +0000)]
minimalistic.module: correct string as the translators misunderstood this.

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

16 years ago* Doxy.
Pavel Sanda [Sun, 13 Jul 2008 10:45:46 +0000 (10:45 +0000)]
* Doxy.

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

16 years agoBack to svn and in route to rc1 :-)
José Matox [Sun, 13 Jul 2008 10:03:14 +0000 (10:03 +0000)]
Back to svn and in route to rc1 :-)

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

16 years agolast commit before 1.6.0beta4 is tagged 1.6.0beta4
José Matox [Sun, 13 Jul 2008 09:44:19 +0000 (09:44 +0000)]
last commit before 1.6.0beta4 is tagged

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

16 years agoGerman documentation updates by Hartmut
Uwe Stöhr [Sat, 12 Jul 2008 23:59:08 +0000 (23:59 +0000)]
German documentation updates by Hartmut

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

16 years agofr.po update by Jean-Pierre
Uwe Stöhr [Sat, 12 Jul 2008 10:19:56 +0000 (10:19 +0000)]
fr.po update by Jean-Pierre

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

16 years agocleanup makefiles after config.h.in has been moved to top_srcdir
Jean-Marc Lasgouttes [Fri, 11 Jul 2008 14:06:04 +0000 (14:06 +0000)]
cleanup makefiles after config.h.in has been moved to top_srcdir

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

16 years agoUpdate ANNOUNCE and NEWS for beta 4
José Matox [Fri, 11 Jul 2008 12:25:12 +0000 (12:25 +0000)]
Update ANNOUNCE and NEWS for beta 4

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

16 years agoRevert http://www.lyx.org/trac/changeset/25471 /2
Pavel Sanda [Fri, 11 Jul 2008 11:40:47 +0000 (11:40 +0000)]
Revert http://www.lyx.org/trac/changeset/25471 /2

This commit hasn't announced in http://bugzilla.lyx.org/show_bug.cgi?id=4749
and bring this bug in a different flavour, see comment 28.

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

16 years agoUpdate translations for beta 4
José Matox [Fri, 11 Jul 2008 11:39:56 +0000 (11:39 +0000)]
Update translations for beta 4

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=5011
Abdelrazak Younes [Fri, 11 Jul 2008 09:35:05 +0000 (09:35 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=5011

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

16 years ago* po/fr.po:
Jürgen Spitzmüller [Fri, 11 Jul 2008 09:05:53 +0000 (09:05 +0000)]
* po/fr.po:
- updates from Jean-Pierre.

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=5023
Abdelrazak Younes [Fri, 11 Jul 2008 09:03:09 +0000 (09:03 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=5023

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

16 years ago* po/*.po:
Jürgen Spitzmüller [Fri, 11 Jul 2008 08:58:21 +0000 (08:58 +0000)]
* po/*.po:
- remerge and some new German translations.

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

16 years ago*** Implement GUI names for encodings (part of bug 4971) ***
Jürgen Spitzmüller [Fri, 11 Jul 2008 08:56:17 +0000 (08:56 +0000)]
*** Implement GUI names for encodings (part of bug 4971) ***

* lib/encodings:
- add new column "GUI names"

* src/Encoding.{cpp,h}:
- read in and handle GUI names

* src/frontends/qt4/GuiDocument.cpp:
- display GUI names instead of LaTeX names

* po/lyx_pot.py:
* po/Rules-lyx:
* development/scons/SConstruct:
- add encoding GUI names to the po files.

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

16 years ago* src/insets/InsetSpace.cpp:
Jürgen Spitzmüller [Fri, 11 Jul 2008 08:46:05 +0000 (08:46 +0000)]
* src/insets/InsetSpace.cpp:
- proper visualization for negative hspaces, in analogy to negative vspaces.

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

16 years ago'Default'-->'Empty' in Bo's recent commit. Default means something else in the code.
Richard Heck [Fri, 11 Jul 2008 03:41:56 +0000 (03:41 +0000)]
'Default'-->'Empty' in Bo's recent commit. Default means something else in the code.

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

16 years agoImprove the local layout feature by better handling of unknown textclass, unknown...
Bo Peng [Fri, 11 Jul 2008 02:43:02 +0000 (02:43 +0000)]
Improve the local layout feature by better handling of unknown textclass, unknown layouts, and switch between textclasses.
* src/TextClass.h[.cpp]: add addLayoutIfNeeded() and createDefaultLayout()
* src/Layout.h[.cpp]: add unknown_ to mark if a layout is a default layout for an unknown one.
* src/LayoutFile.cpp: add addDefaultClass and change addLayoutFile to addLocalLayout.
* src/Text.cpp: add unknown layouts that are not recognizable by a new textclass.
* src/frontends/qt4/GuiToolbar.cpp: display (unknown) for unknown layouts.
* src/frontends/qt4/GuiDocument.cpp: restore 'browse layout' button.
* src/frontends/qt4/ui/LaTeXUi.ui: restore 'browse layout' button.
* src/CutAndPaste.cpp: do not convert unknown layouts from pasted text
* src/BufferParams.cpp: add a default textclass when a document with unknown textclass is loaded.

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

16 years ago* Doxy.
Pavel Sanda [Fri, 11 Jul 2008 00:31:41 +0000 (00:31 +0000)]
* Doxy.

I myself don't understand the Notion line taken from the source code.
LFUN_ALL_CHANGES_REJECT is currently broken, so I can't test.

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

16 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5008 .
Pavel Sanda [Thu, 10 Jul 2008 23:35:12 +0000 (23:35 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5008 .

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

16 years ago- Math.lyx: fix an index entry, side effect of bug 5006
Uwe Stöhr [Thu, 10 Jul 2008 23:12:09 +0000 (23:12 +0000)]
- Math.lyx: fix an index entry, side effect of bug 5006
- EmbeddedObjects.lyx: fix an expression, spotted by Siegfried

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

16 years agoFrench Math.lyx, EmbeddedObjects.lyx: updates by Siegfried
Uwe Stöhr [Thu, 10 Jul 2008 23:08:38 +0000 (23:08 +0000)]
French Math.lyx, EmbeddedObjects.lyx: updates by Siegfried

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

16 years ago* cs.po
Pavel Sanda [Thu, 10 Jul 2008 22:55:42 +0000 (22:55 +0000)]
* cs.po

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

16 years agoAdjust tooltips.
Pavel Sanda [Thu, 10 Jul 2008 22:43:02 +0000 (22:43 +0000)]
Adjust tooltips.

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

16 years ago* Doxy.
Pavel Sanda [Thu, 10 Jul 2008 22:39:29 +0000 (22:39 +0000)]
* Doxy.

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

16 years agoI suppose a line could begin: status openly. So we'll try harder.
Richard Heck [Thu, 10 Jul 2008 22:18:14 +0000 (22:18 +0000)]
I suppose a line could begin: status openly. So we'll try harder.

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

16 years agoGerman UserGuide.lyx: updates by Hartmut
Uwe Stöhr [Thu, 10 Jul 2008 22:16:31 +0000 (22:16 +0000)]
German UserGuide.lyx: updates by Hartmut

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

16 years agoAdd comment to avoid future clashes.
Pavel Sanda [Thu, 10 Jul 2008 22:14:29 +0000 (22:14 +0000)]
Add comment to avoid future clashes.

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

16 years agoInsetSpace.cpp:
Uwe Stöhr [Thu, 10 Jul 2008 22:01:57 +0000 (22:01 +0000)]
InsetSpace.cpp:
 - use another color for negative spaces to be able to distinguish it from "normal" positive one
 - don't swap the inset drawing as this inconsistent to the other negative spaces and the ones in math mode

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

16 years agoMove the lyx2latex conversion into a separate routine, so that it could be used elsew...
Richard Heck [Thu, 10 Jul 2008 22:01:57 +0000 (22:01 +0000)]
Move the lyx2latex conversion into a separate routine, so that it could be used elsewhere, too.

People should welcome to add more conversions, if they seem necessary.

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

16 years agoRevert IndexQuotes for Index entries. Note that this is totally basic. Someone
Richard Heck [Thu, 10 Jul 2008 21:55:06 +0000 (21:55 +0000)]
Revert IndexQuotes for Index entries. Note that this is totally basic. Someone
who understands quotes is welcome to fix it up.

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

16 years agoRename empty layout stuff to plain layout stuff.
Richard Heck [Thu, 10 Jul 2008 17:41:52 +0000 (17:41 +0000)]
Rename empty layout stuff to plain layout stuff.

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

16 years agoRevert r25538.
Richard Heck [Thu, 10 Jul 2008 16:38:01 +0000 (16:38 +0000)]
Revert r25538.

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

16 years agoMore work on 5006.
Richard Heck [Thu, 10 Jul 2008 16:24:19 +0000 (16:24 +0000)]
More work on 5006.

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

16 years agoSaves some more memory.
Abdelrazak Younes [Thu, 10 Jul 2008 16:13:43 +0000 (16:13 +0000)]
Saves some more memory.

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

16 years agoFix crash when tab group is closed while Outline is opened.
Abdelrazak Younes [Thu, 10 Jul 2008 12:44:50 +0000 (12:44 +0000)]
Fix crash when tab group is closed while Outline is opened.

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

16 years ago* cs.po
Pavel Sanda [Thu, 10 Jul 2008 12:23:39 +0000 (12:23 +0000)]
* cs.po

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

16 years ago* Doxy.
Pavel Sanda [Thu, 10 Jul 2008 12:21:51 +0000 (12:21 +0000)]
* Doxy.

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

16 years agoreverting 25454 and fix http://bugzilla.lyx.org/show_bug.cgi?id=4758; again!
Abdelrazak Younes [Thu, 10 Jul 2008 11:53:57 +0000 (11:53 +0000)]
reverting 25454 and fix http://bugzilla.lyx.org/show_bug.cgi?id=4758; again!

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

16 years agostupid me...
Abdelrazak Younes [Thu, 10 Jul 2008 11:45:16 +0000 (11:45 +0000)]
stupid me...

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=5016
Abdelrazak Younes [Thu, 10 Jul 2008 11:43:12 +0000 (11:43 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=5016

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

16 years ago* src/insets/InsetSpace.cpp:
Jürgen Spitzmüller [Thu, 10 Jul 2008 07:45:33 +0000 (07:45 +0000)]
* src/insets/InsetSpace.cpp:
- comment

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

16 years ago* src/insets/InsetSpace.cpp:
Jürgen Spitzmüller [Thu, 10 Jul 2008 07:43:21 +0000 (07:43 +0000)]
* src/insets/InsetSpace.cpp:
- (simple) visual indication for negative hspaces.
- minimal metrics width for hspaces.

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

16 years agoUserGuide.lyx: a correction
Uwe Stöhr [Wed, 9 Jul 2008 23:39:18 +0000 (23:39 +0000)]
UserGuide.lyx: a correction

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

16 years agotypo
Pavel Sanda [Wed, 9 Jul 2008 23:20:06 +0000 (23:20 +0000)]
typo

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

16 years ago* Doxy.
Pavel Sanda [Wed, 9 Jul 2008 23:17:28 +0000 (23:17 +0000)]
* Doxy.

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

16 years ago- French UserGuide.lyx: updates for LyX 1.6 from Siegfried
Uwe Stöhr [Wed, 9 Jul 2008 23:02:48 +0000 (23:02 +0000)]
- French UserGuide.lyx: updates for LyX 1.6 from Siegfried
- English UserGuide.lyx: some corrections of issues spotted by Siegfried

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

16 years agoDo this check before we start creating things.
Richard Heck [Wed, 9 Jul 2008 22:59:16 +0000 (22:59 +0000)]
Do this check before we start creating things.

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

16 years agoThanks, Abdel.
Richard Heck [Wed, 9 Jul 2008 21:58:13 +0000 (21:58 +0000)]
Thanks, Abdel.

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

16 years agoFix the rest of bug 5010.
Richard Heck [Wed, 9 Jul 2008 21:27:15 +0000 (21:27 +0000)]
Fix the rest of bug 5010.

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

16 years agoFix bug 5010, for the most part. There's no need to construct a default UndoElement,
Richard Heck [Wed, 9 Jul 2008 18:42:41 +0000 (18:42 +0000)]
Fix bug 5010, for the most part. There's no need to construct a default UndoElement,
which involves constructing a default BufferParams (this is expensive), only then to
over-write everything.

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