]> git.lyx.org Git - lyx.git/log
lyx.git
17 years agoAdded check for valid size to show().
Richard Heck [Tue, 3 Apr 2007 20:45:46 +0000 (20:45 +0000)]
Added check for valid size to show().

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

17 years agoStill trying to solve the Toc panel crash with stdlib-debug enabled gcc.
Abdelrazak Younes [Tue, 3 Apr 2007 13:07:38 +0000 (13:07 +0000)]
Still trying to solve the Toc panel crash with stdlib-debug enabled gcc.

* ControlToc::update(): get rid of the pure virutal method.
* QToc::initialiseParams(): overload ControlToc method.

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

17 years agoFollowing r17706:
Abdelrazak Younes [Tue, 3 Apr 2007 10:50:38 +0000 (10:50 +0000)]
Following r17706:

* Buffer::Impl::messages: deleted

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

17 years agoSmall cleanup. updateDocLang() was basically a void function since my paragraph langu...
Abdelrazak Younes [Tue, 3 Apr 2007 10:45:22 +0000 (10:45 +0000)]
Small cleanup. updateDocLang() was basically a void function since my paragraph language cleanup.

* Buffer:
  - updateDocLang(): deleted.
  - B_(): use getLanguage() directly.

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

17 years agoexplain why ownsClipbiard() does not work on Windows and OS X
Georg Baum [Tue, 3 Apr 2007 08:27:23 +0000 (08:27 +0000)]
explain why ownsClipbiard() does not work on Windows and OS X

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

17 years agoSync with src/debug.C
Abdelrazak Younes [Tue, 3 Apr 2007 08:17:45 +0000 (08:17 +0000)]
Sync with src/debug.C

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

17 years agoNormalize everything that comes from 'outside' (plain text import,
Georg Baum [Tue, 3 Apr 2007 08:15:39 +0000 (08:15 +0000)]
Normalize  everything that comes from 'outside' (plain text import,
keyboard input via kmap, clipboard and selection) to normalized form KC
(precomposed characters) since we don't support the decomposed form very
well.

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

17 years agoQGraphicsDialog.C: fix bug that there is no image scale value when keepaspectratio...
Uwe Stöhr [Tue, 3 Apr 2007 02:07:35 +0000 (02:07 +0000)]
QGraphicsDialog.C: fix bug that there is no image scale value when keepaspectratio was previously checked
QGraphics.C: remove double entry

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

17 years agosupport for moderncv: Layout file and template as we currently have no CV template...
Uwe Stöhr [Tue, 3 Apr 2007 01:52:34 +0000 (01:52 +0000)]
support for moderncv: Layout file and template as we currently have no CV template but as discusses some times ago on the users list we need one for the beginners.
(The next days I'll also prepare support for europecv, the second nicht CV class that is also required to use in some fields.)

I hope I'm not too rash here.

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

17 years ago- g-brief2 cleanups: Make Standard style the default as Letter style as default cause...
Uwe Stöhr [Tue, 3 Apr 2007 01:37:39 +0000 (01:37 +0000)]
- g-brief2 cleanups: Make Standard style the default as Letter style as default causes LaTeX errors when you accidentally have two of them
(since years now used by me successfully)
- new template for g-brief2

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

17 years agoUse new isAlphaASCII and isDigitASCII functions instead of isalpha and
Georg Baum [Mon, 2 Apr 2007 15:21:36 +0000 (15:21 +0000)]
Use new isAlphaASCII and isDigitASCII functions instead of isalpha and
isdigit from ctype.h, because the latter are locale dependant and do not
work with char_type.

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

17 years agoremove unused stuff
Georg Baum [Mon, 2 Apr 2007 12:42:02 +0000 (12:42 +0000)]
remove unused stuff

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

17 years agoImplement Angus suggestion.
Abdelrazak Younes [Mon, 2 Apr 2007 10:18:12 +0000 (10:18 +0000)]
Implement Angus suggestion.

* GuiApplication::notify(): try to catch 'normal' exception first.

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

17 years agoLYXERR compilation fix.
Angus Leeming [Mon, 2 Apr 2007 01:12:29 +0000 (01:12 +0000)]
LYXERR compilation fix.

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

17 years ago * src/frontends/qt4/ui/QTabularUi.ui:
Michael Schmitt [Sun, 1 Apr 2007 21:51:17 +0000 (21:51 +0000)]
* src/frontends/qt4/ui/QTabularUi.ui:
* src/frontends/qt4/QTabular.C: change "Block" to "Justified"
to avoid translation clash and to align with paragraph settings

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

17 years ago po/de.po: translate "Exercise" consistently
Michael Schmitt [Sun, 1 Apr 2007 21:41:52 +0000 (21:41 +0000)]
po/de.po: translate "Exercise" consistently

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

17 years ago po/de.po: consistent translation of "Fact"; translate "Offprints"
Michael Schmitt [Sun, 1 Apr 2007 21:35:18 +0000 (21:35 +0000)]
po/de.po: consistent translation of "Fact"; translate "Offprints"

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

17 years ago * po/de.po: update (especially for the revised citation dialog)
Michael Schmitt [Sun, 1 Apr 2007 21:15:12 +0000 (21:15 +0000)]
* po/de.po: update (especially for the revised citation dialog)

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

17 years agorestore the old LyX banner in preparation of the next release;
Michael Schmitt [Sun, 1 Apr 2007 20:33:40 +0000 (20:33 +0000)]
restore the old LyX banner in preparation of the next release;
replace banner.ppm by banner.png

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

17 years agoThe error message doesn't need to be translated.
Abdelrazak Younes [Sun, 1 Apr 2007 16:10:12 +0000 (16:10 +0000)]
The error message doesn't need to be translated.

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

17 years agoFix bug 3288:
Abdelrazak Younes [Sun, 1 Apr 2007 16:06:43 +0000 (16:06 +0000)]
Fix bug 3288:
http://bugzilla.lyx.org/show_bug.cgi?id=3288

This is recommended by Qt:

Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

* GuiApplication::notify(): reimplemented from QApplication::notify().

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

17 years agofix typo
Uwe Stöhr [Sun, 1 Apr 2007 15:37:05 +0000 (15:37 +0000)]
fix typo

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

17 years agoAdd Masanori Iwami to the contributers list.
Uwe Stöhr [Sun, 1 Apr 2007 15:26:11 +0000 (15:26 +0000)]
Add Masanori Iwami to the contributers list.

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

17 years agoWS changes
Michael Schmitt [Sun, 1 Apr 2007 15:12:19 +0000 (15:12 +0000)]
WS changes

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

17 years agoremove redundant lyxerr.debugging checks; macro LYXERR already checks whether the...
Michael Schmitt [Sun, 1 Apr 2007 15:09:08 +0000 (15:09 +0000)]
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether the output is actually needed

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

17 years agoSome more cleanup and comments from Iwami and myself.
Abdelrazak Younes [Sun, 1 Apr 2007 14:56:55 +0000 (14:56 +0000)]
Some more cleanup and comments from Iwami and myself.

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

17 years agoremove redundant lyxerr.debugging checks; macro LYXERR already checks whether the...
Michael Schmitt [Sun, 1 Apr 2007 14:51:13 +0000 (14:51 +0000)]
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether the output is actually needed

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

17 years agoremove redundant lyxerr.debugging checks; macro LYXERR already checks whether the...
Michael Schmitt [Sun, 1 Apr 2007 14:44:10 +0000 (14:44 +0000)]
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether the output is actually needed

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

17 years agoremove redundant lyxerr.debugging checks; macro LYXERR already checks whether the...
Michael Schmitt [Sun, 1 Apr 2007 14:35:42 +0000 (14:35 +0000)]
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether the output is actually needed

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

17 years agoAdd Stefan Schimanski to the contributers list.
Uwe Stöhr [Sun, 1 Apr 2007 13:58:35 +0000 (13:58 +0000)]
Add Stefan Schimanski to the contributers list.

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

17 years agobetter fix for bug #17652
André Pönitz [Sun, 1 Apr 2007 13:06:41 +0000 (13:06 +0000)]
better fix for bug #17652

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

17 years agoavoid evalutation of lyxerr arguments unless really needed
André Pönitz [Sun, 1 Apr 2007 10:09:49 +0000 (10:09 +0000)]
avoid evalutation of lyxerr arguments unless really needed

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

17 years agofix WS
Michael Schmitt [Sun, 1 Apr 2007 09:39:01 +0000 (09:39 +0000)]
fix WS

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

17 years agoMake encoding conversion more robust (workaround for bug 3404)
Georg Baum [Sun, 1 Apr 2007 09:33:39 +0000 (09:33 +0000)]
Make encoding conversion more robust (workaround for bug 3404)

* lib/lyx2lyx/lyx_1_5.py
(convert_multiencoding): Don't get confused by too many \end_layout
tokens.

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

17 years agocleanup headers.
Abdelrazak Younes [Sun, 1 Apr 2007 09:24:54 +0000 (09:24 +0000)]
cleanup headers.

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

17 years agoImproved input method support by M. Iwami. I fixed some typo, and simplified the...
Abdelrazak Younes [Sun, 1 Apr 2007 09:14:08 +0000 (09:14 +0000)]
Improved input method support by M. Iwami. I fixed some typo, and simplified the code a bit.

* Painter:
  - preeditText(), dashedUnderline(): new methods for CJK support.

* GuiWorkArea:
  - inputMethodQuery(): new Qt inherited method for proper CJK support.
  - inputMethodEvent(): now properly take care of input methods.

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

17 years agofix bug 912
Uwe Stöhr [Sun, 1 Apr 2007 02:02:28 +0000 (02:02 +0000)]
fix bug 912

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

17 years agoDon't convert keystrokes to LaTeX accents, but insert unicode combining
Georg Baum [Sat, 31 Mar 2007 18:28:36 +0000 (18:28 +0000)]
Don't convert keystrokes to LaTeX accents, but insert unicode combining
characters (forgot this with the last commit)

* src/lyxfunc.C: remove function declaration

* src/tex-accent.C
(lyx_accent_table): Remove obsolete stuff and add UCS4 codes
(DoAccent): Create UCS4 combining sequences instead of LaTeX accents

* src/tex-accent.h
(tex_accent_struct): Remove cms member, add ucs4 member

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

17 years agoFix bug 3400
Enrico Forestieri [Sat, 31 Mar 2007 18:21:54 +0000 (18:21 +0000)]
Fix bug 3400

* lib/scripts/convertDefault.py: Use the cropbox option when the
source format is pdf and convert supports it.

* lib/configure.py: Don't define a PDF->PNG converter in order to
avoid the EPS->PDF->PNG route when converting EPS to a loadable
format.

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

17 years agode_Userguide: updates from Hartmut
Uwe Stöhr [Sat, 31 Mar 2007 17:35:49 +0000 (17:35 +0000)]
de_Userguide: updates from Hartmut

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

17 years agofix recursive repaint, detected by Qt 4.3
Peter Kümmel [Sat, 31 Mar 2007 17:06:36 +0000 (17:06 +0000)]
fix recursive repaint, detected by Qt 4.3

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

17 years agoFinish the transition to unicode of the kmap machinery and enable kmap files
Georg Baum [Sat, 31 Mar 2007 16:41:02 +0000 (16:41 +0000)]
Finish the transition to unicode of the kmap machinery and enable kmap files
again (bug 3304)

* src/intl.C
(Intl::initKeyMapper): Don't set the char set of trans anymore

* src/chset.[Ch]: delete, no longer needed

* lib/kbd/*.cdef: ditto

* src/lyxrc.[Ch]: remove RC_SCREEN_FONT_ENCODING and font_norm,
these are no longer needed

* src/lyxfunc.C: adapt to lyxrc changes

* src/Makefile.am: remove deleted files

* lib/Makefile.am: ditto

* development/scons/scons_manifest.py: ditto

* src/text3.C
(LyXText::dispatch): reenable the kmap mechanism

* src/trans_mgr.[Ch]
(TransManager::setCharset): remove, no longer needed
(TransManager::insert): remove, since it would be identical to
insertVerbatim now
(TransManager::insertVerbatim): rename to insert

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

17 years agoManually fix kmap files after automatic conversion
Georg Baum [Sat, 31 Mar 2007 16:29:41 +0000 (16:29 +0000)]
Manually fix kmap files after automatic conversion

* lib/kbd/french.kmap: Replace \b{} (nonstandard degree symbol from
iso8859-8.cdef) with U+00B0
Fix broken comment sign

* lib/kbd/sg.kmap: Replace \b{} with U+00B0
Comment out obscure entries with \it\${}

* lib/kbd/sf.kmap: ditto

* lib/kbd/european.kmap: Replace \b{} with U+00B0
Remove obsolete comments

* lib/kbd/espanol.kmap: Fix inverted question and exclamation marks

* lib/kbd/american-2.kmap: Remove obsolete comments

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

17 years agoConvert kmap files from LaTeX commands to unicode as discussed last week
Georg Baum [Sat, 31 Mar 2007 16:07:05 +0000 (16:07 +0000)]
Convert kmap files from LaTeX commands to unicode as discussed last week

* development/tools/convert_kmap.py: New conversion script

* lib/kbd/*.kmap: Convert with convert_kmap.py

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

17 years ago * po/*.po: remerge
Michael Schmitt [Sat, 31 Mar 2007 14:22:56 +0000 (14:22 +0000)]
* po/*.po: remerge

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

17 years agofix obvious typo
Michael Schmitt [Sat, 31 Mar 2007 13:57:04 +0000 (13:57 +0000)]
fix obvious typo

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

17 years agoes_EmbeddedObjects: some more updates from Ignacio
Uwe Stöhr [Sat, 31 Mar 2007 13:15:58 +0000 (13:15 +0000)]
es_EmbeddedObjects: some more updates from Ignacio

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

17 years agoPrepare lib/kbd for the unicode transition (part 2):
Georg Baum [Sat, 31 Mar 2007 10:47:17 +0000 (10:47 +0000)]
Prepare lib/kbd for the unicode transition (part 2):
Convert all .kmap files to utf8

* lib/kbd/thai-kedmanee.kmap convert from tis620-0
* lib/kbd/greek.kmap         convert from iso8859-7
* lib/kbd/polski.kmap        convert from iso8859-2
* lib/kbd/german-3.kmap      convert from iso8859-1
* lib/kbd/german.kmap        convert from iso8859-1
* lib/kbd/koi8-r.kmap        convert from koi8-r
* lib/kbd/hebrew.kmap        convert from cp1255
* lib/kbd/european.kmap      convert from iso8859-1
* lib/kbd/magyar-3.kmap      convert from iso8859-2
* lib/kbd/arabic.kmap        convert from iso8859-6
* lib/kbd/bg-bds-1251.kmap   convert from cp1251
* lib/kbd/francais.kmap      convert from iso8859-1
* lib/kbd/latvian.kmap       convert from iso8859-13
* lib/kbd/german-2.kmap      convert from iso8859-1
* lib/kbd/portuges.kmap      convert from iso8859-1
* lib/kbd/koi8-u.kmap        convert from koi8-u
* lib/kbd/american-2.kmap    convert from iso8859-1
* lib/kbd/magyar-2.kmap      convert from iso8859-2
* lib/kbd/serbian.kmap       convert from iso8859-5

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

17 years agoPrepare lib/kbd for the unicode transition (part 1, more expected)
Georg Baum [Sat, 31 Mar 2007 10:21:56 +0000 (10:21 +0000)]
Prepare lib/kbd for the unicode transition (part 1, more expected)

* lib/kbd/serbocroatian.kmap: Remove hack that replaced d-Stroke and
D-Stroke with d-Caron and D-Caron, respectively.
This is no longer needed.

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

17 years agoConvert the part of the keymap code that will not be removed to docstring.
Georg Baum [Sat, 31 Mar 2007 08:12:08 +0000 (08:12 +0000)]
Convert the part of the keymap code that will not be removed to docstring.
This is purely mechanical, and touches only code that is currently not active.

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

17 years agomore encoding fixes for German docs
Uwe Stöhr [Sat, 31 Mar 2007 01:50:40 +0000 (01:50 +0000)]
more encoding fixes for German docs

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

17 years agode_Userguide: encoding fix
Uwe Stöhr [Sat, 31 Mar 2007 01:44:20 +0000 (01:44 +0000)]
de_Userguide: encoding fix

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

17 years ago * src/text3.C (dispatch): revert previous fix to 3143
Jean-Marc Lasgouttes [Fri, 30 Mar 2007 20:41:38 +0000 (20:41 +0000)]
* src/text3.C (dispatch): revert previous fix to 3143

* src/text.C (breakParagraph): setCursor does not set current_font when
applied to a CursorSlice (fixes bug 3143)

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

17 years agocmake: some cleanup only
Peter Kümmel [Fri, 30 Mar 2007 20:29:23 +0000 (20:29 +0000)]
cmake: some cleanup only

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

17 years agofix #3130
André Pönitz [Fri, 30 Mar 2007 19:28:03 +0000 (19:28 +0000)]
fix #3130

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

17 years agorevert 17649. This code was only a temporary mean to help fixing #3396. Apart from...
André Pönitz [Fri, 30 Mar 2007 17:20:27 +0000 (17:20 +0000)]
revert 17649. This code was only a temporary mean to help fixing #3396. Apart from that it is not needed to get a proper stack trace and clutters the source

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

17 years agofix 3396
André Pönitz [Fri, 30 Mar 2007 17:16:26 +0000 (17:16 +0000)]
fix 3396

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

17 years agoavoid recursive dump() in case of math parsing problem.
Abdelrazak Younes [Fri, 30 Mar 2007 16:29:35 +0000 (16:29 +0000)]
avoid recursive dump() in case of math parsing problem.

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

17 years agoFix for bug 3381, itself due to a bug in QT 4.2.3.
Richard Heck [Fri, 30 Mar 2007 15:15:44 +0000 (15:15 +0000)]
Fix for bug 3381, itself due to a bug in QT 4.2.3.

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

17 years agoenable LFUN_MATH_INSERT in text
André Pönitz [Fri, 30 Mar 2007 13:29:09 +0000 (13:29 +0000)]
enable LFUN_MATH_INSERT in text

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

17 years agoWhitespace correction after rev 17639
André Pönitz [Fri, 30 Mar 2007 05:30:23 +0000 (05:30 +0000)]
Whitespace correction after rev 17639

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

17 years agoFix for bug 3109: http://bugzilla.lyx.org/show_bug.cgi?id=3109. Added comments regard...
Richard Heck [Fri, 30 Mar 2007 04:24:54 +0000 (04:24 +0000)]
Fix for bug 3109: http://bugzilla.lyx.org/show_bug.cgi?id=3109. Added comments regarding longer-term issues with this code.

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

17 years agoCompleted table on naming conventions for widgets
Richard Heck [Fri, 30 Mar 2007 04:06:16 +0000 (04:06 +0000)]
Completed table on naming conventions for widgets

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

17 years agoLyXWinInstaller: minor update again
Uwe Stöhr [Fri, 30 Mar 2007 01:22:25 +0000 (01:22 +0000)]
LyXWinInstaller: minor update again

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

17 years agoLyXWinInstaller: reflect GS update
Uwe Stöhr [Fri, 30 Mar 2007 01:03:18 +0000 (01:03 +0000)]
LyXWinInstaller: reflect GS update

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

17 years agotiny encoding fix for LyXWinInstaller
Uwe Stöhr [Thu, 29 Mar 2007 23:57:32 +0000 (23:57 +0000)]
tiny encoding fix for LyXWinInstaller

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

17 years agosmall LyXWinInstaller updates
Uwe Stöhr [Thu, 29 Mar 2007 23:54:40 +0000 (23:54 +0000)]
small LyXWinInstaller updates

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

17 years agoantialiasing for fonts by Stefan
Uwe Stöhr [Thu, 29 Mar 2007 23:08:29 +0000 (23:08 +0000)]
antialiasing for fonts by Stefan

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

17 years agobetter UI fix for bug 3364 from Richard
Uwe Stöhr [Thu, 29 Mar 2007 22:27:40 +0000 (22:27 +0000)]
better UI fix for bug 3364 from Richard

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

17 years agomake up/down vuttons in command bar narrower
André Pönitz [Thu, 29 Mar 2007 22:12:34 +0000 (22:12 +0000)]
make up/down vuttons in command bar narrower

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

17 years agoEmbeddedObjects: dcolum fixes
Uwe Stöhr [Thu, 29 Mar 2007 22:10:45 +0000 (22:10 +0000)]
EmbeddedObjects: dcolum fixes

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

17 years agoremove a space
André Pönitz [Thu, 29 Mar 2007 22:01:21 +0000 (22:01 +0000)]
remove a space

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

17 years agofix mathed regression (pullArg was gone)
André Pönitz [Thu, 29 Mar 2007 21:58:15 +0000 (21:58 +0000)]
fix mathed regression (pullArg was gone)

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

17 years agoCustomization.lyx: add again a hint about bindings to avoid confusions
Uwe Stöhr [Thu, 29 Mar 2007 20:31:01 +0000 (20:31 +0000)]
Customization.lyx: add again a hint about bindings to avoid confusions
de_Userguide.lyx: small correction

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

17 years agocmake: remove obsolete file generation
Peter Kümmel [Thu, 29 Mar 2007 19:25:35 +0000 (19:25 +0000)]
cmake: remove obsolete file generation

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

17 years agoremove unneeded declarations.
Abdelrazak Younes [Thu, 29 Mar 2007 15:00:00 +0000 (15:00 +0000)]
remove unneeded declarations.

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

17 years agoRestore old bookmark behaviors (stop using bookmark queue)
Bo Peng [Thu, 29 Mar 2007 03:41:55 +0000 (03:41 +0000)]
Restore old bookmark behaviors (stop using bookmark queue)

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

17 years agoFix bug 3364:
Uwe Stöhr [Wed, 28 Mar 2007 23:57:48 +0000 (23:57 +0000)]
Fix bug 3364:
http://bugzilla.lyx.org/show_bug.cgi?id=3364

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

17 years agofix rev 17625
Uwe Stöhr [Wed, 28 Mar 2007 23:43:29 +0000 (23:43 +0000)]
fix rev 17625

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

17 years agosmall adjustment to have the same button size for Browse and Edit button.
Uwe Stöhr [Wed, 28 Mar 2007 23:35:25 +0000 (23:35 +0000)]
small adjustment to have the same button size for Browse and Edit button.

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

17 years agoCoustomization.lyx: add a hint about bindings to avoid confusions, see bug 3378
Uwe Stöhr [Wed, 28 Mar 2007 23:00:52 +0000 (23:00 +0000)]
Coustomization.lyx: add a hint about bindings to avoid confusions, see bug 3378
http://bugzilla.lyx.org/show_bug.cgi?id=3378

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

17 years agoFix a bunch of focus proxy.
Abdelrazak Younes [Wed, 28 Mar 2007 21:17:47 +0000 (21:17 +0000)]
Fix a bunch of focus proxy.

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

17 years agodon't allow negative window positions on non-virtual desktops
Peter Kümmel [Wed, 28 Mar 2007 21:12:50 +0000 (21:12 +0000)]
don't allow negative window positions on non-virtual desktops

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

17 years agocmake: fix C&P error
Peter Kümmel [Wed, 28 Mar 2007 20:54:37 +0000 (20:54 +0000)]
cmake: fix C&P error

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

17 years agoFix focus proxy.
Abdelrazak Younes [Wed, 28 Mar 2007 20:20:42 +0000 (20:20 +0000)]
Fix focus proxy.

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

17 years agoFix focus proxy.
Abdelrazak Younes [Wed, 28 Mar 2007 20:14:50 +0000 (20:14 +0000)]
Fix focus proxy.

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

17 years ago * ui/stdmenues.inc: add missing ellipsis for "glossary entry" menu entry
Michael Schmitt [Wed, 28 Mar 2007 19:53:05 +0000 (19:53 +0000)]
* ui/stdmenues.inc: add missing ellipsis for "glossary entry" menu entry

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

17 years agocmake: force to new build type when reconfiguring
Peter Kümmel [Wed, 28 Mar 2007 19:23:57 +0000 (19:23 +0000)]
cmake: force to new build type when reconfiguring

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

17 years agoFix bug 3246 by Richard Heck:
Abdelrazak Younes [Wed, 28 Mar 2007 17:02:20 +0000 (17:02 +0000)]
Fix bug 3246 by Richard Heck:
Problem was that SIGNAL itemSelectionChanged was not connected to anything.

* QRefDialog::selectionChanged(): new slot for itemSelectionChanged signal.

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

17 years agoFix unreported bug related to 3246 by Richard Heck:
Abdelrazak Younes [Wed, 28 Mar 2007 16:58:08 +0000 (16:58 +0000)]
Fix unreported bug related to 3246 by Richard Heck:
"View" button in TeX information dialog not enabled when file is selected with the keyboard. Problem was that SIGNAL itemSelectionChanged was not connected to anything. Also made some minor stylistic changes to the code.

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

17 years agoFix bug 3356 by Bernhard Roider:
Abdelrazak Younes [Wed, 28 Mar 2007 16:01:32 +0000 (16:01 +0000)]
Fix bug 3356  by Bernhard Roider:

The crash happens on alt+up and alt+down if the position of the cursor
in the moved paragraph is beyond the length of the target paragraph.

To avoid it the Position of the iterators for the target paragraph must
be corrected. I set it to 0 as i assume it is not really used.

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

17 years agoFix bug 3143 by Richard Heck. Background information from Richard:
Abdelrazak Younes [Wed, 28 Mar 2007 15:22:39 +0000 (15:22 +0000)]
Fix bug 3143 by Richard Heck. Background information from Richard:

breakParagraph seems to be called five times: in buffer.C, by
insertStringAsLines; and in text3.C, for LFUN_BREAK_PARAGRAPH,
LFUN_BREAK_PARAGRAPH_KEEP_LAYOUT, LFUN_BREAK_PARAGRAPH_SKIP (which
itself calls LFUN_BREAK_PARAGRAPH if a paragraph will be broken), and
for LFUN_FLOAT_LIST. My sense was that the KEEP_LAYOUT version maybe
shouldn't reset the text style.  That's why I put it where I did. But I
doubt it matters very much, and I had it in breakParagraph myself at one
point.

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

17 years ago* lyxtext.h: add comments to checkInsetHit() and editXY()
Abdelrazak Younes [Wed, 28 Mar 2007 15:00:34 +0000 (15:00 +0000)]
* lyxtext.h: add comments to checkInsetHit() and editXY()

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

17 years agoRe-enable mouse hover detection over insets. This was disable at rev 17589 to fix...
Abdelrazak Younes [Wed, 28 Mar 2007 14:47:52 +0000 (14:47 +0000)]
Re-enable mouse hover detection over insets. This was disable at rev 17589 to fix bug 3144 which has been re-opened for this.
There is a user visible change with this commit: For text insets, the button stays "highlighted" as long as the mouse cursor is within the inset but not within a nested inset. Formerly the button was highlighted only when hovered. This new behaviour is better because we can now imagine funkier behaviour like inset color background change when hovered. Also the small math pink corners can be adapted to react to mouse hover in the future. Ideally we should also "highlight" the button when entering the inset via the keyboard or when the keyboard cursor is just before the inset (because we can then use Ctrl-i).

* BufferView:
  - getCoveringInset(): new method.
  - workAreaDispatch(): use getCoveringInset() instead of LyXText::checkInsetHit()

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

17 years ago * src/encoding.C (latexChar,read):
Jean-Marc Lasgouttes [Wed, 28 Mar 2007 13:57:22 +0000 (13:57 +0000)]
    * src/encoding.C (latexChar,read):
        * src/support/unicode.C (convert): do not forget to reset lyxerr to
        std::dec type of output.

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

17 years agoremove useless provide tags
Jean-Marc Lasgouttes [Wed, 28 Mar 2007 12:41:11 +0000 (12:41 +0000)]
remove useless provide tags

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

17 years ago* LyXText::getPitNearY(): Make it const.
Abdelrazak Younes [Wed, 28 Mar 2007 09:20:38 +0000 (09:20 +0000)]
* LyXText::getPitNearY(): Make it const.

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

17 years agoEmbeddedObjects: Small update
Uwe Stöhr [Wed, 28 Mar 2007 00:45:39 +0000 (00:45 +0000)]
EmbeddedObjects: Small update

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

17 years agoes_EmbeddedObjects: Updates from Ignacio
Uwe Stöhr [Wed, 28 Mar 2007 00:34:33 +0000 (00:34 +0000)]
es_EmbeddedObjects: Updates from Ignacio

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

17 years agoPresent to the eyes.
Enrico Forestieri [Wed, 28 Mar 2007 00:26:04 +0000 (00:26 +0000)]
Present to the eyes.

* src/frontends/qt4/QLog.C
(logHighlighter::logHighlighter): Use a darker gray.

* src/frontends/qt4/QViewSource.C
(latexHighlighter::latexHighlighter): Ditto.

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