José Matox
5eac90cdd3
make configure.py compatible with python 2.2
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15097 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-21 10:12:08 +00:00
Peter Kümmel
a989be6e85
add scons and cmake to the lyx-1.4.3 distribution
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15095 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-21 09:43:46 +00:00
Jean-Marc Lasgouttes
24e0a84407
* lyxfunc.C (getStatus): fix handling of LFUN_RUNCHKTEX (bug 2831)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15094 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-21 09:29:54 +00:00
Georg Baum
94d391b183
Fix a crash when lyx2lyx failed to convert LyX file.
...
* src/buffer.C
(Buffer::readFile): Only call updateDocLang if reading the file
succeeded
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15093 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-21 07:57:45 +00:00
Joost Verburg
997a774c9f
another bugfix for modern DVI drivers
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15092 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-21 05:55:41 +00:00
Joost Verburg
1550cbc155
set standard fonts for screen
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15091 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-20 23:01:44 +00:00
Peter Kümmel
c85fc27ba3
add cmake support for 1.4.x with Qt3
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15089 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-20 17:58:50 +00:00
Jean-Marc Lasgouttes
a84c402884
* insettabular.C (cutSelection): reset cursor when it is invalid.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15087 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-20 12:13:38 +00:00
Joost Verburg
3d3911d32d
fixed name of dependency package
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15086 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-20 07:00:15 +00:00
Jürgen Spitzmüller
20e3105ec5
* src/CutAndPaste.C (pasteSelectionHelper):
...
remove accidentally committed, obsolete FIXME comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15084 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-20 06:44:39 +00:00
Joost Verburg
345e85dd06
Updated set of patches for external components
...
* Compatible with both MSVC and MinGW
* dtl bugfix for recent DVI drivers
* dvipost works for restricted users
* new Aspell Windows port
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15083 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 23:10:58 +00:00
Joost Verburg
e161bf59cf
Updated LyX/Windows installer
...
* MSVC 2005 compiler support
* Compatible with MiKTeX 2.5
* Updated for latest ImageMagick and Python
* Removed MSYS installation
* Improved multi-user installations
* Added separate user settings file
* Added German and French translation
* Fixed Norwegian LyX language support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15082 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 23:07:00 +00:00
Jean-Marc Lasgouttes
1bc5b6a567
forgotten entry
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15067 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 12:38:48 +00:00
Jean-Marc Lasgouttes
abb6dab873
more tweaks
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15066 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 10:37:41 +00:00
Jean-Marc Lasgouttes
e2d15fa266
Revert fix to bug 2423 and replace it by a temporary workaround (that unfixes
...
bug 1720)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15065 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 10:27:11 +00:00
Jean-Marc Lasgouttes
5bdbf213a7
small french update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15063 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 09:59:37 +00:00
Jürgen Spitzmüller
18dc22d2dc
Fix bug 2382:
...
* src/CutAndPaste.C (pasteSelectionHelper): pass Cursor
as argument, remove cursor-dependent arguments,
implement method to reset layout in insets which
forceParagraphsToDefault.
* CutAndPaste.C (pasteParagraphList): adapt call of
pasteSelectionHelper.
* insetert.C (doDispatch):
* insetcharstyle.C (doDispatch): remove ad-hoc-Code to
reset paragraph layout.
This is now done generally in CutAndPaste.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15061 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 09:34:42 +00:00
Jean-Marc Lasgouttes
4b4d394fbf
some updates for 1.4.3
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15059 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 09:00:51 +00:00
Jean-Marc Lasgouttes
8ea6fb9b4a
update Nynorsk l10n
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15057 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 08:10:56 +00:00
Jean-Marc Lasgouttes
f767f53e33
italian l10n update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15041 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 14:19:01 +00:00
Jean-Marc Lasgouttes
10a49d10d8
new Hungarian translation of the Tuturial
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15039 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 12:10:29 +00:00
Jean-Marc Lasgouttes
e2f1ea229d
l10n updates before release
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15037 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 10:33:03 +00:00
Jürgen Spitzmüller
66c283e13b
* lib/doc/UserGuide.lyx:
...
* lib/doc/Tutorial.lyx:
* lib/doc/de_UderGuide.lyx:
* lib/doc/de_Tutorial.lyx:
document inset-dissolve.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15035 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 09:11:01 +00:00
Michael Schmitt
0247edfda6
de.po: yet another update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15021 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-16 14:44:26 +00:00
Michael Schmitt
a2117d4e6c
po/*.po: remerge po files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15016 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-16 13:27:29 +00:00
Michael Schmitt
8089eb77a2
add menu entries for phonetic symbols and accepting/rejecting
...
a single change in CT mode
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15015 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-16 13:09:46 +00:00
Michael Schmitt
99d63e231d
* de.po: small update (2 fuzzy messages)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15014 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-16 10:15:31 +00:00
Enrico Forestieri
8b485bbd97
Let LyX compile again against Qt 3.0
...
* src/frontends/qt2/qt_helpers.C (toqstr): use fromAscii only
with Qt 3.1 and higher.
* src/frontends/qt2/QLyXKeySym.C (initEncodings): use
setCodecForCStrings only with Qt 3.1 and higher.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15011 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-15 15:22:55 +00:00
Georg Baum
73da83f89e
Add phantom icons from Uwe and me (last part of bug 1473)
...
* src/frontends/controllers/ControlMath.C
(latex_misc): Add phnatom, vphantom and hphantom
* lib/images/math/hphantom.xpm: new
* lib/images/math/phantom.xpm: new
* lib/images/math/vphantom.xpm: new
* lib/Makefile.am: add new files
* development/scons/scons_manifest.py: ditto
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15008 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-15 10:53:42 +00:00
Jean-Marc Lasgouttes
b010795913
small tweaks
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15006 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-15 10:19:16 +00:00
Jean-Marc Lasgouttes
29396209ad
* text.C (setCursorFromCoordinates):
...
* text2.C (setCursorIntern): add an assertion.
* BufferView_pimpl.C (scrollDocView): reset cursor before setting
it from coordinates (bug 2830).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15005 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-15 09:53:33 +00:00
Jean-Marc Lasgouttes
c50a5e9897
* paragraph_funcs.C (breakParagraph): make sure to respect nesting
...
when depth > 0 (bug 2445)/
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15001 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-15 09:37:33 +00:00
Jean-Marc Lasgouttes
6aa2f26bdb
update french l10n
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14999 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-15 07:59:25 +00:00
Bo Peng
ae32dc9b35
Scons: add support for system iconv function (from glibc)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14996 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-14 14:29:11 +00:00
Jürgen Spitzmüller
e6bb6625ea
* src/text3.C (doInsertInset): reset first paragraph to default after selected content has been pasted (bug 2802)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14994 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-14 13:50:37 +00:00
Jean-Marc Lasgouttes
309e1990fd
Update Nynorsk; remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14984 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-13 13:21:51 +00:00
Georg Baum
bf437d7051
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/branches/BRANCH_1_4_X@14979 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-11 17:14:07 +00:00
Jean-Marc Lasgouttes
e983b7c499
forgot this
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14972 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-11 09:54:44 +00:00
Jean-Marc Lasgouttes
c71e00090d
Implement inset-dissolve (bug 2201)
...
* lfuns.h:
* LyXAction.C: new LFUN inset-dissolve (bug 2201).
* text.C (dissolveInset): new method.
(erase, backspace): use dissolveInset.
* text3.C (dispatch): implement LFUN_INSET_DISSOLVE using
dissolveInset.
(getStatus): disable LFUN_INSET_DISSOLVE if the inset has more
than one cell.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14971 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-11 09:51:00 +00:00
Bo Peng
279a60d8f3
Scons: handle LYX_DATE in src/version.C
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14944 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-08 15:03:07 +00:00
Bo Peng
234256889b
Some cygwin-related changes, from Enrico
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14941 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-08 14:39:26 +00:00
Georg Baum
cac74dce2f
forgot this
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14938 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-08 12:35:11 +00:00
Georg Baum
b72a14c7c3
Implement \phantom, \hphantom and \vphantom in math (bug 1473):
...
* src/mathed/math_factory.C
(createMathInset): handle \phantom, \hphantom and \vphantom
* src/mathed/Makefile.am: add math_phantominset.[Ch]
* src/mathed/math_phantominset.[Ch]: new phantom inset
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14937 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-08 12:33:31 +00:00
Jean-Marc Lasgouttes
817d7c5fb3
* 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/branches/BRANCH_1_4_X@14935 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-08 12:16:35 +00:00
Bo Peng
9c4a1c3756
Scons: produce cygwin-compatible binary package
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14933 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-08 01:51:57 +00:00
Georg Baum
361902d2f1
Fix bug 2660
...
* lib/doc/de_UserGuide.lyx: fix image paths
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14929 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-07 12:46:02 +00:00
Georg Baum
741d9831c6
forgot this
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14928 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-07 12:44:31 +00:00
Georg Baum
f7ce3ed166
Remove the images directory
...
* Makefile.am: remove image files
* images/ChangeLog: delete
* images/smallcaps.xpm: move to lib/images/font-smallcaps.xpm
* lib/Makefile.am: add images to noinst files
Move the following files to lib/images/math:
* images/README
* images/delim.xbm
* images/ams_misc.xbm
* images/equation.xpm
* images/delim.xpm
* images/arrows.xbm
* images/bop.xbm
* images/matrix.xpm
* images/delim0.xpm
* images/delim1.xpm
* images/misc.xbm
* images/greek.xbm
* images/ams_nrel.xbm
* images/style.xbm
* images/ams_ops.xbm
* images/varsz.xbm
* images/font.xbm
* images/sub.xpm
* images/sqrt.xpm
* images/dots.xbm
* images/space.xpm
* images/deco.xbm
* images/super.xpm
* images/ams_arrows.xbm
* images/style.xpm
* images/ams_rel.xbm
* images/brel.xbm
* images/font.xpm
* images/deco.xpm
* images/frac.xpm
Adjust the following files to the moved images:
* src/frontends/gtk/GMathPanel.C
* src/frontends/gtk/Makefile.am
* src/frontends/qt4/ui/QMathUi.ui
* src/frontends/xforms/Makefile.am
* src/frontends/xforms/FormMathsPanel.C
------------------------------------------------------------------------
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14927 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-07 12:39:01 +00:00
Georg Baum
aa39bc2e8d
forgot this
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14925 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-07 09:57:47 +00:00
Georg Baum
ca0a6d9f4a
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/branches/BRANCH_1_4_X@14923 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-07 09:46:11 +00:00