]> git.lyx.org Git - lyx.git/log
lyx.git
17 years agomove character styles from "insert" to "edit";
Michael Schmitt [Wed, 13 Sep 2006 15:33:26 +0000 (15:33 +0000)]
move character styles from "insert" to "edit";
move word-capitalize/upcase/locase to "Text Styles" submenu

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

17 years agoCompile fix for the case when USE_BOOST_FORMAT is 0
Georg Baum [Wed, 13 Sep 2006 11:18:13 +0000 (11:18 +0000)]
Compile fix for the case when USE_BOOST_FORMAT is 0
* src/support/lstrings.C
(bformat): Add missing lyx::from_ascii()

* src/support/convert.C
(docstring convert<docstring>(unsigned int)): Add specialization
(docstring convert<docstring>(long)): ditto

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

17 years agoAvoid a name clash with boost 1.34
Enrico Forestieri [Tue, 12 Sep 2006 17:41:50 +0000 (17:41 +0000)]
Avoid a name clash with boost 1.34

* src/lyx_cb.C (reconfigure):
* src/buffer.C (runChktex):
* src/lyxfunc.C (dispatch):
* src/vc-backend.C (doVCCommand):
* src/lyx_main.C (reconfigureUserLyXDir):
Explicitly specify lyx::support::Path.

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

17 years agoFix combo box items in the delimiter GUI
Enrico Forestieri [Tue, 12 Sep 2006 01:17:03 +0000 (01:17 +0000)]
Fix combo box items in the delimiter GUI

* src/frontends/qt4/QDelimiterDialog.C
(QDelimiterDialog::QDelimiterDialog): add missing "Variable size" item.

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

17 years agoAdd defines needed on cygwin
Enrico Forestieri [Tue, 12 Sep 2006 00:54:07 +0000 (00:54 +0000)]
Add defines needed on cygwin

* configure.ac: define BOOST_POSIX_API and BOOST_POSIX_PATH
on cygwin (needed by boost 1.34).

* development/scons/SConstruct: ditto.

* development/cmake/config.h.cmake: ditto.

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

17 years agoFix converters in our scripts directory
Georg Baum [Mon, 11 Sep 2006 16:07:49 +0000 (16:07 +0000)]
Fix converters in our scripts directory
* src/graphics/GraphicsConverter.C
(build_script): quote filenames in the python script properly
(build_script):
(build_script):

* src/support/filetools.[Ch]
(quoteName): Add quote_style argument and quoting of python filenames
(libScriptSearch): Add quote_style argument

* src/support/filetools.C
(quote_style): New enum to specify the quoting style

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

17 years agoanother compile fix I forgot
Georg Baum [Mon, 11 Sep 2006 13:18:41 +0000 (13:18 +0000)]
another compile fix I forgot

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

17 years agoFix from George to deal with the --disable-nls case
José Matox [Mon, 11 Sep 2006 11:58:47 +0000 (11:58 +0000)]
Fix from George to deal with the --disable-nls case

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

17 years agocompile fix
Georg Baum [Mon, 11 Sep 2006 11:02:36 +0000 (11:02 +0000)]
compile fix

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

17 years ago * src/client/debug.C (showLevel):
Jean-Marc Lasgouttes [Mon, 11 Sep 2006 10:27:48 +0000 (10:27 +0000)]
    * src/client/debug.C (showLevel):
        * src/ispell.C (ISpell,check): compilation fix

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

17 years agomake it compile again
Georg Baum [Mon, 11 Sep 2006 10:07:39 +0000 (10:07 +0000)]
make it compile again

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

17 years agoA bunch of conversion to docstring.
Abdelrazak Younes [Mon, 11 Sep 2006 08:54:10 +0000 (08:54 +0000)]
A bunch of conversion to docstring.

- bformat(): contributed by Georg Beaum
- Alert::XXX
- error(): in SpellBase, ispell, psell, aspell, buffer, etc.
- message(), message signal
- displayMessage(), setMessage,
- ErrorItems
- prettyName()
- makeDisplayPath()

and maybe some more...

- etc...

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

17 years agoAdd operator+ for ASCII characters and ASCII C strings
Georg Baum [Mon, 11 Sep 2006 07:13:56 +0000 (07:13 +0000)]
Add operator+ for ASCII characters and ASCII C strings

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

17 years agoMore unicode work. Fixup some usages.
Lars Gullik Bjønnes [Sun, 10 Sep 2006 18:34:24 +0000 (18:34 +0000)]
More unicode work. Fixup some usages.

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

17 years agoSome further work and simplification. Now the conversion engine is only restarted...
Lars Gullik Bjønnes [Sun, 10 Sep 2006 16:59:36 +0000 (16:59 +0000)]
Some further work and simplification. Now the conversion engine is only restarted on error.

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

17 years agoCleanup and speedup some of the conversion functions a bit.
Lars Gullik Bjønnes [Sun, 10 Sep 2006 11:39:57 +0000 (11:39 +0000)]
Cleanup and speedup some of the conversion functions a bit.

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

17 years agoRevision 14964: forgot this...
Abdelrazak Younes [Sun, 10 Sep 2006 11:09:25 +0000 (11:09 +0000)]
Revision 14964: forgot this...

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

17 years ago* LyXView.h:
Abdelrazak Younes [Sun, 10 Sep 2006 11:03:21 +0000 (11:03 +0000)]
* LyXView.h:
  - makeToolbar(): new pure virtual method

* qt4/GuiView.h:
  - makeToolbar(): new method transferred from QLToolbar

* qt4/QLToolbar: derive from QToolBar instead of owning a QToolBar member.

* Toolbars.h: remove make_toolbar() prototype (use LyXView::makeToolbar instead).

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

17 years agowinwin32 compilation fix
Abdelrazak Younes [Sun, 10 Sep 2006 10:53:23 +0000 (10:53 +0000)]
winwin32 compilation fix

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

17 years agowin32 compilation fix
Abdelrazak Younes [Sun, 10 Sep 2006 10:32:41 +0000 (10:32 +0000)]
win32 compilation fix

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

17 years agoupgrade to latest package.C.in
Abdelrazak Younes [Sun, 10 Sep 2006 10:28:41 +0000 (10:28 +0000)]
upgrade to latest package.C.in

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

17 years agoremove unused "using" directives
Georg Baum [Sun, 10 Sep 2006 09:54:51 +0000 (09:54 +0000)]
remove unused "using" directives

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

17 years agoDon't lie in debug messages: s/GuiClipboard/GuiSelection/
Georg Baum [Sun, 10 Sep 2006 09:42:02 +0000 (09:42 +0000)]
Don't lie in debug messages: s/GuiClipboard/GuiSelection/

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

17 years agoFix return value of InsetInclude::plaintext
Georg Baum [Sun, 10 Sep 2006 09:28:00 +0000 (09:28 +0000)]
Fix return value of InsetInclude::plaintext
* src/insets/insetinclude.C
(InsetInclude::plaintext): Add line counting code

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

17 years agoFix return value of InsetText::plaintext
Georg Baum [Sun, 10 Sep 2006 08:41:39 +0000 (08:41 +0000)]
Fix return value of InsetText::plaintext
* src/insets/insetnote.C
(InsetNote::plaintext): Move line counting code from here ...

* src/insets/insettext.C
(InsetText::plaintext): ... here.

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

17 years agocompile fix: add missing lyx::to_utf8() around _()
Georg Baum [Sun, 10 Sep 2006 08:14:30 +0000 (08:14 +0000)]
compile fix: add missing lyx::to_utf8() around _()

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

17 years agoChange MenuBackend and the other menuclasses to store a docstring. Do the required...
Lars Gullik Bjønnes [Sat, 9 Sep 2006 22:27:22 +0000 (22:27 +0000)]
Change MenuBackend and the other menuclasses to store a docstring. Do the required updates to lstrings/convert.

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

17 years agoAdd a virtual in the child as well.
Lars Gullik Bjønnes [Sat, 9 Sep 2006 22:18:05 +0000 (22:18 +0000)]
Add a virtual in the child as well.

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

17 years agoChange editMessage to return a docstring, change functions to not use to_utf8.
Lars Gullik Bjønnes [Sat, 9 Sep 2006 18:52:00 +0000 (18:52 +0000)]
Change editMessage to return a docstring, change functions to not use to_utf8.

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

17 years agoChange _() to return a docstring. Fixup callers with the help of lyx::to_utf8.
Lars Gullik Bjønnes [Sat, 9 Sep 2006 15:27:44 +0000 (15:27 +0000)]
Change _() to return a docstring. Fixup callers with the help of lyx::to_utf8.

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

17 years agoMake the l10n machinery work with ucs4. Update (as wip) callers to do manual conversi...
Lars Gullik Bjønnes [Sat, 9 Sep 2006 11:16:28 +0000 (11:16 +0000)]
Make the l10n machinery work with ucs4. Update (as wip) callers to do manual conversion and a FIXME comment. Lots of work to do.

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

17 years agoRemerge. Update nb.po a bit.
Lars Gullik Bjønnes [Sat, 9 Sep 2006 11:10:26 +0000 (11:10 +0000)]
Remerge. Update nb.po a bit.

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

17 years agoRemove deleted files
Lars Gullik Bjønnes [Sat, 9 Sep 2006 11:08:19 +0000 (11:08 +0000)]
Remove deleted files

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

17 years agoactivate table/math toolbar in table/math mode
Michael Schmitt [Sat, 9 Sep 2006 06:52:55 +0000 (06:52 +0000)]
activate table/math toolbar in table/math mode

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

17 years agoremove unused 'using lyx::support::quoteName;'
Georg Baum [Fri, 8 Sep 2006 15:32:20 +0000 (15:32 +0000)]
remove unused 'using lyx::support::quoteName;'

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

17 years agoMinor os_cygwin.C change, from Enrico
Bo Peng [Fri, 8 Sep 2006 15:07:22 +0000 (15:07 +0000)]
Minor os_cygwin.C change, from Enrico

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

17 years agoScons: handle LYX_DATE in src/version.C
Bo Peng [Fri, 8 Sep 2006 15:02:26 +0000 (15:02 +0000)]
Scons: handle LYX_DATE in src/version.C

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

17 years agoDo not print locale warning under cygwin, from Enrico
Bo Peng [Fri, 8 Sep 2006 14:43:50 +0000 (14:43 +0000)]
Do not print locale warning under cygwin, from Enrico

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

17 years agoImprove Inset dissolve capability (bug 2201).
Jean-Marc Lasgouttes [Fri, 8 Sep 2006 14:08:26 +0000 (14:08 +0000)]
Improve Inset dissolve capability (bug 2201).

* src/insets/insettabular.C (getStatus):
* src/insets/insettext.C (doDispatch,getStatus): remove special code
for LFUN_INSET_DISSOLVE.

* src/text.C (dissolveInset): new method.
(erase, backspace): use dissolveInset.

* src/text3.C (dispatch): use dissolveInset for LFUN_INSET_DISSOLVE.
(getStatus): disable LFUN_INSET_DISSOLVE if the inset has more than one  cell.

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

17 years agoFix bug 2251 (from G Baum)
Jean-Marc Lasgouttes [Fri, 8 Sep 2006 13:52:41 +0000 (13:52 +0000)]
Fix bug 2251 (from G Baum)

* src/mathed/math_hullinset.h (displayMargin): new static method.
* src/mathed/math_hullinset.C (metrics): use displayMargin().

* src/text2.C (cursorUp, cursorDown): use MathHullInset::displayMargin.

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

17 years ago * BufferView_pimpl.C (getCurrentChange): do not assume that
Jean-Marc Lasgouttes [Fri, 8 Sep 2006 12:17:45 +0000 (12:17 +0000)]
* BufferView_pimpl.C (getCurrentChange): do not assume that
LyXText at cursor position is the same as LyXText at
cursor.selBegin() position. Fixes a crash (bug 2600).

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

17 years agoScons: produce cygwin-compatible binary package
Bo Peng [Fri, 8 Sep 2006 02:01:45 +0000 (02:01 +0000)]
Scons: produce cygwin-compatible binary package

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

17 years agos/errno.h/cerrno/
Georg Baum [Thu, 7 Sep 2006 15:23:16 +0000 (15:23 +0000)]
s/errno.h/cerrno/

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

17 years agoFix compile error
Georg Baum [Thu, 7 Sep 2006 13:08:33 +0000 (13:08 +0000)]
Fix compile error
* src/support/fs_extras.C: include errno.h

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

17 years agoFix bug 2660
Georg Baum [Thu, 7 Sep 2006 12:47:13 +0000 (12:47 +0000)]
Fix bug 2660
* lib/doc/de_UserGuide.lyx: fix image paths

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

17 years agoforgot this
Georg Baum [Thu, 7 Sep 2006 09:58:47 +0000 (09:58 +0000)]
forgot this

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

17 years agoFix bug 2698 (new images from Uwe Stöhr)
Georg Baum [Thu, 7 Sep 2006 09:51:50 +0000 (09:51 +0000)]
Fix bug 2698 (new images from Uwe Stöhr)

* src/frontends/controllers/ControlMath.C
(latex_misc): Add intop and ointop

* lib/images/math/intop.xpm: New
* lib/images/math/ointop.xpm: Ditto

* lib/images/math/int.xpm: Add box to make the difference to intop clear
* lib/images/math/oint.xpm: ditto

* lib/Makefile.am: add new files

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

17 years ago- remove static_filters: fix crash of the aspell executable by using only cygwin...
Peter Kümmel [Thu, 7 Sep 2006 09:06:07 +0000 (09:06 +0000)]
- remove static_filters: fix crash of the aspell executable by using only cygwin generated files
- CMakelists.txt: add shared lib option (mingw only)

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

17 years agoadd comments on the purpose and status of some LFUNs
Michael Schmitt [Wed, 6 Sep 2006 18:34:57 +0000 (18:34 +0000)]
add comments on the purpose and status of some LFUNs

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

17 years agoremove LFUN_INSET_SCROLL and LFUN_DIALOG_SHOW_NEXT_INSET
Michael Schmitt [Wed, 6 Sep 2006 18:20:35 +0000 (18:20 +0000)]
remove LFUN_INSET_SCROLL and LFUN_DIALOG_SHOW_NEXT_INSET

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

17 years agoupdate POTFILES.in
Jean-Marc Lasgouttes [Wed, 6 Sep 2006 12:57:17 +0000 (12:57 +0000)]
update POTFILES.in

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

17 years agoadd/fix menu prefix for submenus;
Michael Schmitt [Wed, 6 Sep 2006 11:33:06 +0000 (11:33 +0000)]
add/fix menu prefix for submenus;
remove "Document/Read-Only" entry

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

17 years agofix file list for the updated boost library
Michael Schmitt [Wed, 6 Sep 2006 11:18:57 +0000 (11:18 +0000)]
fix file list for the updated boost library

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

17 years agoupdate to boost 1.34 cvs
Peter Kümmel [Wed, 6 Sep 2006 09:47:45 +0000 (09:47 +0000)]
update to boost 1.34 cvs

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

17 years agocheck PATH for iconv.dll
Peter Kümmel [Wed, 6 Sep 2006 08:43:48 +0000 (08:43 +0000)]
check PATH for iconv.dll

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

17 years agoupdate to boost 1.34 cvs
Peter Kümmel [Wed, 6 Sep 2006 08:43:10 +0000 (08:43 +0000)]
update to boost 1.34 cvs

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

17 years agopatch and build system for cvs version of aspell
Peter Kümmel [Tue, 5 Sep 2006 07:30:27 +0000 (07:30 +0000)]
patch and build system for cvs version of aspell

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

17 years agoUpdate in-tree boost to latest from boost 1.34 cvs.
Lars Gullik Bjønnes [Tue, 5 Sep 2006 07:18:36 +0000 (07:18 +0000)]
Update in-tree boost to latest from boost 1.34 cvs.

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

17 years agoadd forgotten comma
Georg Baum [Mon, 4 Sep 2006 15:54:57 +0000 (15:54 +0000)]
add forgotten comma

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

17 years agoFix byte order problems
Georg Baum [Mon, 4 Sep 2006 14:43:25 +0000 (14:43 +0000)]
Fix byte order problems
* src/support/unicode.C
(bytes_to_ucs4): make it work on big endian machines
(bytes_to_ucs2): make it work on little endian machines
(ucs2_to_ucs4): ditto
(utf8_to_ucs4): Invoke iconv with explicit BE suffix
(ucs2_to_ucs4): ditto
(ucs4_to_ucs2): ditto
(ucs4_to_utf8): ditto

* configure.ac: Check for byte order

* development/scons/SConstruct: Ditto

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

17 years agoFixes a MSVC/Qt4 crash when closing the Document Settings dialog.
Abdelrazak Younes [Mon, 4 Sep 2006 09:48:51 +0000 (09:48 +0000)]
Fixes a MSVC/Qt4 crash when closing the Document Settings dialog.

* Dialogs::disconnect(string const & name): check if the dialog is an inset before resetting open_insets_

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

17 years agomove project_source_group macro into an extra file: ProjectSourceGroup.cmake
Peter Kümmel [Sun, 3 Sep 2006 23:52:51 +0000 (23:52 +0000)]
move project_source_group macro into an extra file: ProjectSourceGroup.cmake

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

17 years agomore flexible msvc project folder generation, flat is default
Peter Kümmel [Sun, 3 Sep 2006 23:50:16 +0000 (23:50 +0000)]
more flexible msvc project folder generation, flat is default

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

17 years agodon't overwrite the command line value
Peter Kümmel [Sun, 3 Sep 2006 18:04:23 +0000 (18:04 +0000)]
don't overwrite the command line value

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

17 years agoHeaders and .C files are now in The Golden Code folder
Peter Kümmel [Sun, 3 Sep 2006 17:51:53 +0000 (17:51 +0000)]
Headers and .C files are now in The Golden Code folder

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

17 years agouse enums instead of strings to distinguish different types of math hull
André Pönitz [Sun, 3 Sep 2006 16:14:51 +0000 (16:14 +0000)]
use enums instead of strings to distinguish different types of math hull

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

17 years ago* MSVC compilation fix: replace subst template with subst_char and sub_string
Abdelrazak Younes [Sun, 3 Sep 2006 14:09:24 +0000 (14:09 +0000)]
* MSVC compilation fix: replace subst template with subst_char and sub_string
* add lowercase() and uppercase() functions for unicode char_type.

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

17 years agosearch also for other names of iconv.dll
Peter Kümmel [Sun, 3 Sep 2006 13:46:47 +0000 (13:46 +0000)]
search also for other names of iconv.dll

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

17 years agofix getStatus of LFUN_DISSOLVE_INSET:
Jürgen Spitzmüller [Sun, 3 Sep 2006 13:39:54 +0000 (13:39 +0000)]
fix getStatus of LFUN_DISSOLVE_INSET:
* src/text3.C (getStatus):
disable the lfun in MainText.
* src/insets/insettabular.C (getStatus):
disable inset-dissolve completely.

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

17 years agoalso work with MSYS
Peter Kümmel [Sun, 3 Sep 2006 13:20:38 +0000 (13:20 +0000)]
also work with MSYS

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

17 years agoAll methods: use char_type as argument instead of char.
Abdelrazak Younes [Sun, 3 Sep 2006 12:12:53 +0000 (12:12 +0000)]
All methods: use char_type as argument instead of char.
isLetterChar(): verify also that this is a one-byte char (<256).

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

17 years agoThis fixes the crash when PageDown scrolling UserGuide.lyx
Abdelrazak Younes [Sun, 3 Sep 2006 11:54:17 +0000 (11:54 +0000)]
This fixes the crash when PageDown scrolling UserGuide.lyx

* MathMacroTemplate::prefix(): now return docstring.

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

17 years agoadd \n
Peter Kümmel [Sun, 3 Sep 2006 10:51:46 +0000 (10:51 +0000)]
add \n

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

17 years agoalso check vor env. variable GNUWIN32_DIR
Peter Kümmel [Sun, 3 Sep 2006 10:51:20 +0000 (10:51 +0000)]
also check vor env. variable GNUWIN32_DIR

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

17 years agoalso work with spaces in the path
Peter Kümmel [Sun, 3 Sep 2006 09:10:18 +0000 (09:10 +0000)]
also work with spaces in the path

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

17 years agoadd -DGNUWI32_DIR=my/path/to/gnuwin32 option
Peter Kümmel [Sun, 3 Sep 2006 08:48:58 +0000 (08:48 +0000)]
add -DGNUWI32_DIR=my/path/to/gnuwin32 option

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

17 years agoFix clipboard/selection encoding
Georg Baum [Sun, 3 Sep 2006 07:02:38 +0000 (07:02 +0000)]
Fix clipboard/selection encoding

* src/frontends/qt[34]/qt_helpers.[Ch]
(toqstr): add variant for docstring
(qstring_to_ucs4): Use docstring and port from qt4 to qt3

* Many other files: Many std::string -> lyx::docstring conversions

* src/support/lstrings.[Ch]
(subst): Add variant for docstring and char_type
(externalLineEnding): std::string -> lyx::docstring
(internalLineEnding): std::string -> lyx::docstring

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

17 years agoScons: add /MD as default option under msvc
Bo Peng [Sat, 2 Sep 2006 13:09:10 +0000 (13:09 +0000)]
Scons: add /MD as default option under msvc

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

17 years agoforgot this
Georg Baum [Sat, 2 Sep 2006 10:27:28 +0000 (10:27 +0000)]
forgot this

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

17 years agoFix some conversion problems spotted by MSVC warnings
Georg Baum [Sat, 2 Sep 2006 10:18:20 +0000 (10:18 +0000)]
Fix some conversion problems spotted by MSVC warnings
* src/insets/insetquotes.[Ch]
(InsetQuotes::InsetQuotes): char -> lyx::char_type

* src/support/lstrings.h
(contains): new variant for docstrings

* src/frontends/controllers/ControlSpellchecker.C
(isLetter): Add missing conversion to utf8
(nextWord): ditto

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

17 years agoiconv_convert(): return empty vector in case of empty input
Abdelrazak Younes [Sat, 2 Sep 2006 08:01:50 +0000 (08:01 +0000)]
iconv_convert(): return empty vector in case of empty input

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

17 years agoImprove Computer Algebra System, from Enrico Forestieri <forenr@tlc.unipr.it>
Bo Peng [Sat, 2 Sep 2006 01:57:36 +0000 (01:57 +0000)]
Improve Computer Algebra System, from Enrico Forestieri <forenr@tlc.unipr.it>

* src/mathed/math_symbolinset.C
(void MathSymbolInset::maxima):
       - newer maxima versions use inf instead of INF
       - add support for greek pi

(void MathSymbolInset::mathematica):
       - add support for \cdot

* src/mathed/math_stringinset.h
       - account for the const version of asStringInset()

* src/mathed/math_extern.C
(bool extractScript):
       - added bool superscript to formal parameters in order
         to only extract superscripts

(MathArray::iterator extractArgument):
       - leave out delimiters and a possible superscript
         for function arguments

(bool isKnownFunction):
(bool extractFunctionName):
       - recognize standard and user defined function names

(void splitScripts):
       - correctly split scripts as expected by other functions

(MathAtom replaceDelims):
       - ranamed as replaceParenDelims

(bool testOpenBracket):
(bool testCloseBracket):
       - test for "[" and "]", respectively

(MathAtom replaceBracketDelims):
       - replace something delimited by "[" and "]" with a
         proper DelimInset

(void extractDelims):
       - create a DelimInset for "[" and "]" delimiters, too

(void extractFunctions):
       - improved recognition of function names

(bool testTermDelimiter):
       - test for '+' or '-' as term delimiters

(MathArray::iterator extractTerm):
       - extract a "term", i.e., something delimited by '+' or '-'

(bool testDiffItem):
       - improved recognition of a "differential fraction"

(void extractDiff):
       - call splitScripts() on numerator and denominator of a
         differential fraction before analyzing them

(void extractLims):
       - improved recognition of a limit function

(void extractStructure):
       - reorganized order of searches

(MathArray pipeThroughMaxima):
       - newer versions of maxima use simpsum instead of SIMPSUM

(string fromMathematicaName):
       - translates from mathematica names

(MathArray pipeThroughMathematica):
       - calls mathematica and collects its output

(MathArray pipeThroughExtern):
       - add support for mathematica

* src/mathed/math_numberinset.C
* src/mathed/math_numberinset.h
(void MathNumberInset::mathematica):
       - add support for mathematica

* src/mathed/math_matrixinset.C
* src/mathed/math_matrixinset.h
(void MathMatrixInset::mathematica):
       - add support for mathematica

* src/mathed/math_diffinset.C
* src/mathed/math_diffinset.h
(void MathDiffInset::maxima):
       - add support for maxima

(void MathDiffInset::mathematica):
       - mathematica uses "D" and not "Dt" for normal derivatives

* src/mathed/math_liminset.C
* src/mathed/math_liminset.h
(void MathLimInset::maxima):
       - add support for maxima

(void MathLimInset::mathematica):
       - mathematica uses "Limit" and not "Lim" for limits

* src/mathed/math_exfuncinset.C
(string asMathematicaName):
       - added some more function names

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

17 years agoScons: link to ole32 for (msvc/aspell), add suffix to mo files
Bo Peng [Sat, 2 Sep 2006 01:30:40 +0000 (01:30 +0000)]
Scons: link to ole32 for (msvc/aspell), add suffix to mo files

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

17 years agoadd some missing LFUNs to the menu
Michael Schmitt [Fri, 1 Sep 2006 16:39:35 +0000 (16:39 +0000)]
add some missing LFUNs to the menu

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

17 years agoconvert lfun arguments to docstring
Georg Baum [Fri, 1 Sep 2006 15:41:38 +0000 (15:41 +0000)]
convert lfun arguments to docstring
* src/support/docstring.[Ch]
(from_ascii): new conversion function
(from_utf8): new conversion function
(to_utf8): new conversion function
(operator==) new, compare docstring and ASCII C string
(operator!=) new, compare docstring and ASCII C string

* src/support/Makefile.am: add new file docstring.C

* development/scons/scons_manifest.py: ditto

* src/funcrequest.[Ch]
(argument): change name to argument_ and type to docstring,
add an accessor
(FuncRequest): Add two new constructors taking a docstring argument

* all other files: adjust to the FuncRequest changes above

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

17 years agoPatch from Enrico:
Abdelrazak Younes [Fri, 1 Sep 2006 13:49:03 +0000 (13:49 +0000)]
Patch from Enrico:

Avoids the crash when quitting LyX on Cygwin/qt4

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

17 years agoPatch from Enrico:
Abdelrazak Younes [Fri, 1 Sep 2006 13:37:52 +0000 (13:37 +0000)]
Patch from Enrico:

In src/support/os_cygwin.C path styles are converted (when needed) from
one style to another. I discovered a couple of cases in which an
unnecessary conversion takes place.

The default output path style in external_path is windows because this
function is also used when adding fonts though a native Windows API call.
However, this call is not made in an X11 build, so it is not necessary
that the output path style is windows.

Log:
Small fixes for cygwin.

* os_cygwin.C (is_windows_path): avoid unnecessary conversion
when path is relative
(convert_path_list): avoid unnecessary conversion when path
list is empty
(external_path): for an X11 build it is not necessary that
the output path style is windows

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

17 years agoUse correct types for qstring, also to avoid 64<->32 bit issues.
Lars Gullik Bjønnes [Thu, 31 Aug 2006 20:36:07 +0000 (20:36 +0000)]
Use correct types for qstring, also to avoid 64<->32 bit issues.

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

17 years agoUse exceptions to avoid more than one call to the filesystem.
Lars Gullik Bjønnes [Thu, 31 Aug 2006 19:32:12 +0000 (19:32 +0000)]
Use exceptions to avoid more than one call to the filesystem.

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

17 years agofurther ui cleanup: correct tab order
Edwin Leuven [Thu, 31 Aug 2006 13:46:28 +0000 (13:46 +0000)]
further ui cleanup: correct tab order

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

17 years agocorrect tab order + layout cleanup
Edwin Leuven [Thu, 31 Aug 2006 13:07:05 +0000 (13:07 +0000)]
correct tab order + layout cleanup

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

17 years agosimple one line optimisation in iconv_convert().
Abdelrazak Younes [Thu, 31 Aug 2006 08:49:12 +0000 (08:49 +0000)]
simple one line optimisation in iconv_convert().

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

17 years agoadd some missing LFUNs to the menu
Michael Schmitt [Wed, 30 Aug 2006 19:06:12 +0000 (19:06 +0000)]
add some missing LFUNs to the menu

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

17 years ago* qt_helpers.[Ch]: new conversion from/to ucs4 strings and chars to/from QChar and...
Abdelrazak Younes [Wed, 30 Aug 2006 14:59:07 +0000 (14:59 +0000)]
* qt_helpers.[Ch]: new conversion from/to ucs4 strings and chars to/from QChar and QString.

* qfont_metrics.C: make use of above methods instead of those in unicode.[Ch]

* QLPainter.C: ditto

* QLyXKeySym.C: ditto + simplification and a BOOST_ASSERT that verifies that the event is one char only.

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

17 years agoAll lyx files are encoded in utf-8 now. :-)
José Matox [Tue, 29 Aug 2006 11:11:12 +0000 (11:11 +0000)]
All lyx files are encoded in utf-8 now. :-)

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

17 years agosmall cleanup: delete two unneeded lines of code.
Abdelrazak Younes [Tue, 29 Aug 2006 09:08:51 +0000 (09:08 +0000)]
small cleanup: delete two unneeded lines of code.

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

17 years ago* src/buffer.C (save):
Jürgen Spitzmüller [Tue, 29 Aug 2006 08:38:00 +0000 (08:38 +0000)]
* src/buffer.C (save):
catch exception thrown by boost::filesystem if copying to the
backup directory fails (fixes bug 2740: crash and dataloss if
the backup dir was invalid or not writeable).

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

17 years agoalso remove BOOST_NO_WREGEX
Peter Kümmel [Mon, 28 Aug 2006 17:59:14 +0000 (17:59 +0000)]
also remove BOOST_NO_WREGEX

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

17 years agoqt should not pollute the namespace
Peter Kümmel [Mon, 28 Aug 2006 16:41:48 +0000 (16:41 +0000)]
qt should not pollute the namespace

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

17 years agofix dropping of UNC filenames on windows (from Enrico)
Georg Baum [Sun, 27 Aug 2006 16:10:41 +0000 (16:10 +0000)]
fix dropping of UNC filenames on windows (from Enrico)
* src/frontends/qt4/GuiWorkArea.C
(GuiWorkArea::dropEvent): Use toLocalFile instead of toString,
because toString omits the first backslash of UNC paths.

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