Commit Graph

535 Commits

Author SHA1 Message Date
Bo Peng
00e305c9d9 Rename .C ==> .cpp for files in src, part one
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18018 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 04:41:58 +00:00
Jean-Marc Lasgouttes
00cd32985a stupid typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17989 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 14:56:41 +00:00
Jean-Marc Lasgouttes
8d0e191aa3 * config/lyxinclude.m4 (LYX_USE_PACKAGING): define automake conditional
INSTALL_MACOSX when packaging is macosx.

	* development/Makefile.am: only install MacOSX when needed.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17988 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 14:33:54 +00:00
Jean-Marc Lasgouttes
5971c1a9f1 * config/qt.m4: remove (unused)
* config/lyxinclude25x.m4: remove (move contents to lyxinclude.m4)

	* autogen.sh:
	* config/Makefile.am: adapt.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17980 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 10:40:50 +00:00
Jean-Marc Lasgouttes
b6bc406d56 fix setting of PKG_CONFIG_PATH for qt 4.3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17973 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 07:53:19 +00:00
José Matox
958458d6f0 Add test for beta release
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17249 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-18 22:41:19 +00:00
Georg Baum
04debb8056 Revert unwanted stuff from last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16932 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-29 18:37:13 +00:00
Georg Baum
a76050219a Fix LyX paste from system clipboard when the file format does not match
* src/buffer.C
	(Buffer::readString): Tell readFile that we do not have a file
	(Buffer::readString): readFile(name) returns a bool, not an enum


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16931 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-29 18:35:56 +00:00
Georg Baum
b89f97f0b4 fix manual qt configuration in these cases:
- pkgconfig is missing
- pkgconfig is available, but it does not have any qt information
by Jean-Marc and me


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16271 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-13 21:18:44 +00:00
Georg Baum
fe5c73915e Make libQtCore a support library like boost and implement encoding conversion
from/to the local 8bit encoding with it.
Only the autotools build system is updated, scons and cmake users need to
add qt4 cpp flags when compiling libsupport, and link libsupport against
libQtCore.

	* src/frontends/qt4/qt_helpers.[Ch]
	(toqstr, qchar_to_ucs4, ucs4_to_qchar, ucs4_to_qstring,
	 qstring_to_ucs4, fromqstr): Move these qstring conversion functions
	from here ...

	* src/support/qstring_helpers.[Ch] ... to these new files

	* src/support/docstring.[Ch]
	(from_local8bit): new conversion function from local 8bit encoding
	to ucs4
	(to_local8bit): new conversion function from ucs4 to local 8bit
	encoding to ucs4
	(to_local8bit_failure): exception that is thrown by to_local8bit if
	the argument cannot be converted to the local encoding

	* src/support/filename.C
	(FileName::toFilesystemEncoding): implement with the help of QFile

	* src/support/Makefile.am: Add new files, qt4 cpp flags and link
	against libQtCore

	* src/client/client.C: Convert commandline input from local encoding
	to ucs4. Convert stuff that is sent to to the server to utf8,
	because LyX interprets it as utf8 on the other end of the pipe.

	* src/lyx_main.C
	(LyX::exec): convert commandline input from local encoding to utf8
	(LyX::init): ditto
	(LyX::easyParse): ditto

	* development/scons/scons_manifest.py: Add new files

	* config/qt4.m4: Define new variables QT4_CORE_INCLUDES,
	QT4_CORE_LDFLAGS and QT4_CORE_LIB


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16257 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-12 20:19:46 +00:00
Georg Baum
a781d8c98d add missing file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16210 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-08 18:43:59 +00:00
Jean-Marc Lasgouttes
23c3ed57f1 --with-frontend=qt4 is not required anymore
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16202 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-07 16:17:40 +00:00
José Matox
8bc788c598 Remove usage from egrep, cleaner code (Jean-Marc)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15939 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-15 23:10:24 +00:00
José Matox
288775e945 Fix typo (fix by Jean-Marc).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15938 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-15 21:47:55 +00:00
José Matox
6e22254244 Allow alpha as suffix for development releases
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15934 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-15 15:46:45 +00:00
Lars Gullik Bjønnes
8f261b1529 The Gtk removal from trunk.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15488 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-22 18:05:16 +00:00
Michael Schmitt
83c80a051c * lyxinclude.m4: qt3 isn't a valid frontend any longer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15434 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-21 08:57:32 +00:00
André Pönitz
a63cddf51c remove qt3 frontend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15432 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-21 08:35:47 +00:00
Lars Gullik Bjønnes
38f49a6004 Remove deleted files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14949 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-09 11:08:19 +00:00
Abdelrazak Younes
b486b53f8f 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
2006-09-01 13:49:03 +00:00
Jean-Marc Lasgouttes
fa2a87de9b Qt4 autoconf cleanup.
* config/qt4.m4 
	(QT4_FIND_PATH, QT_FIND_UIC4, QT_FIND_MOC4): remove,
	AC_PATH_PROGS does this very well. 
	(QT4_DO_PKG_CONFIG): add $QT4DIR/lib to pkg-config search path;
	do not run QT4_DO_MANUAL_CONFIG on failure. 
	(QT4_DO_MANUAL_CONFIG): remove some code.
	(QT4_DO_IT_ALL): move code to handle --with-foo here; move
	code to search for moc/uic here; call QT4_DO_PKG_CONFIG first,
	and QT4_DO_MANUAL_CONFIG on failure.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14829 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-24 09:33:14 +00:00
Abdelrazak Younes
3942d5eac1 get rid of QT3_SUPPORT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14774 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-17 09:11:14 +00:00
Jean-Marc Lasgouttes
f8a5da9048 * configure.ac: add LYX_DATE variable for release date.
* config/lyxinclude.m4: reset release date for development versions.

	* src/version.C.in: make lyx_release_date a placeholder.

	* src/lyx_main.C (parse_version): 
	* src/frontends/controllers/ControlAboutlyx.C (getVersion): change a 
	bit the display of LyX release date.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14712 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-16 21:54:55 +00:00
Jean-Marc Lasgouttes
8d3ef3a4ca LYX_CHECK_ERRORS: exit with status 1 if there is an error
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14680 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-14 20:14:41 +00:00
Lars Gullik Bjønnes
c30c9a9e47 Add pkg.m4 to config/ and autogen.sh.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14543 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-06 20:45:31 +00:00
Lars Gullik Bjønnes
96313cdcb5 Make QT4 config use pgk-config if available
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14520 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-30 21:33:59 +00:00
Georg Baum
104a09f014 Set CPPFLAGS only if not already set by the user (and ignore CXXFLAGS for
setting CPPFLAGS)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14516 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-30 14:56:01 +00:00
Lars Gullik Bjønnes
d291109ec3 Let gcc 4.x be handled.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14515 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-30 13:58:10 +00:00
Lars Gullik Bjønnes
38cca58f71 Remove old outdated pkg.m4, newer one is automatically picked up by autogen.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14509 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-29 10:41:00 +00:00
Lars Gullik Bjønnes
fdb9b989f7 Remove some old files belonging to the old (now removed) gnome frontend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14508 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-29 10:34:49 +00:00
Lars Gullik Bjønnes
110a4f1117 split the qt.m4 in two, separate file for qt4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14491 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-22 11:23:41 +00:00
Michael Schmitt
131f9b0b62 * configure.ac: qt becomes qt3
* INSTALL: remove xforms description; update
        --with-frontend args
        * config/lyxinclude.m4: update possible values
        of --with-frontend


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14373 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-08 11:16:17 +00:00
Michael Schmitt
0be696bff0 * remove various xforms relicts, in particular:
* src/frontends/controllers/ControlPreamble.[Ch]:
        remove files, since this controller was only used
        by the xforms frontend


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14352 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-06 19:28:59 +00:00
Lars Gullik Bjønnes
22861453fe Remove the XForms frontend, update the autotools files, and fixup po.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14320 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-03 19:20:25 +00:00
Lars Gullik Bjønnes
d2b2aa8124 Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14277 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-30 14:37:33 +00:00
Lars Gullik Bjønnes
96a7b5d0af Do not use the qt "keyword" emit. Make qt not emit it at all. (pun intended)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14269 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-30 11:57:17 +00:00
Jean-Marc Lasgouttes
64b8bcd2ff * config/qt.m4 (QT_DO_IT_ALL): add test for Qt-without-X11-under-cygwin.
* config/Makefile.am:
	* config/cygwin.m4: remove special cygwin tests

	* configure.ac: check for shlwapi and gdi32 libraries (needed in
	windows); do not check special cygwin features.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13841 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-12 15:26:05 +00:00
Bo Peng
bee53b6c8d Scons-build system moves to development/scons, from Bo Peng (ben.bob@gmail.com)
* remove SConstruct config/scons_utils.py config/qt4.py
	* add development/scons/qt4.py SConscript SConstruct scons_utils.py


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13829 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-10 21:53:31 +00:00
Bo Peng
26666044d8 Scons: various fixes from Enrico (aspell, aikasurus etc), and correct handling of version.C.in
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13822 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-10 05:34:20 +00:00
Bo Peng
97e53edb81 Make scons work on mingw/windows, from Bo Peng (ben.bob@gmail.com)
* SConstruct: force the use of g++ under windows, and use the right libraries 
	* config/qt4.py: check QtGui4 etc as well.
	* src/SConscript: link to the right libraries
	* src/tex2lyx/SConscript: use the right libraries
	* src/frontends/qt3/SConscript: manually moc .h files under windows


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13814 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-09 13:01:45 +00:00
Bo Peng
4b5fae61d3 Some fixes to the scons-based building sytem, from Bo Peng (ben.bob@gmail.com)
* SConstruct: add extra_inc_path1, fix mingw logged spawn, try to handle QtCore4 etc
	* src/SConscript: remove lyx_base library
	* src/frontends/qt4/SConscript: remove some extra files 
	* Move scons_utils.py and qt4.py to config directory


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13813 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-08 21:03:01 +00:00
Edwin Leuven
f92abd5576 replaced last convenience class in iconpallete
browsebox is not build anymore and commented out in bulletsmodule

bullets are disabled in documentdialog: wasn't working before either

remove qt3support!



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13809 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-08 11:44:37 +00:00
Jean-Marc Lasgouttes
5352cfa1b5 * config/lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for
windows packaging.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13758 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-27 12:55:04 +00:00
Georg Baum
d732249e2b Fix bug 2285 (tex2lyx is not found by lib/configure when compiling with
--with-version-suffix):

	* src/lyx_cb.C
	(reconfigure): get the configure command from package()

	* src/lyx_main.C
	(showFileError): ditto

	* src/support/package.[Ch]
	(configure_command): new, return the configure command

	* src/support/package.C.in
	(with_version_suffix): new, return the version suffix argument
	of the configure command

	* src/support/Makefile.am
	(package.C.in): substitute %PROGRAM_SUFFIX% in package.C.in

	* config/lyxinclude.m4: substitute program_suffix


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13710 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-22 11:58:02 +00:00
Lars Gullik Bjønnes
0b6deecd95 * Add the iostreams and range libs to our copy of boost
* Make sure that no source files in boost are executable
	* Make sure that all boost files are marked with eol-style native
	* configure.ac: setup for new iostreams boost binary lib
	* config/common.am: add boost iostreams variable


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13705 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-20 20:44:05 +00:00
Abdelrazak Younes
d6aad3f95c add -D_CYGWIN_WIN whenever cygwin without x is selected.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13686 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-15 16:19:15 +00:00
Abdelrazak Younes
948ecfe7e3 * get rid of the --export-all-symbol in order to speed-up linking time
* put two TODO in comments

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13679 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-14 15:10:16 +00:00
Georg Baum
be102d1c13 Remove -mms-bitfields compiler option on windows, since all qt
releases that we support with the gcc toolchain on windows are
	compiled without it.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13419 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-18 17:36:41 +00:00
Georg Baum
3626d1ce04 Remove qt2 support in the following files:
* src/frontends/qt2/qt_helpers.C
	(makeFontName):

	* src/frontends/qt2/QWorkArea.C
	(QWorkArea::haveSelection):
	(QWorkArea::haveSelection):
	(QWorkArea::getClipboard):

	* src/frontends/qt2/panelstack.C
	(PanelStack::PanelStack):

	* src/frontends/qt4/qt_helpers.C
	(makeFontName):

	* README: remove notice about qt2

	* config/qt.m4: make 3.0 the minimum required qt version


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13414 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-17 19:02:43 +00:00
Georg Baum
128987a737 remove unused QtXml library
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13338 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-10 21:10:07 +00:00
Georg Baum
0605e01f44 search also for libQtCore4 etc, not only libQtCore etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13304 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-06 17:41:49 +00:00
Georg Baum
9a1d905662 add missing include directory for qt 4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13303 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-06 14:37:03 +00:00
Lars Gullik Bjønnes
6d3939b030 compile with exceptions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13302 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-06 06:44:16 +00:00
Lars Gullik Bjønnes
3f103ffaa7 remove support for older gccs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13296 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-05 17:42:41 +00:00
Lars Gullik Bjønnes
0c21c114d4 setup the buildsystem for building qt4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13295 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-05 17:29:08 +00:00
Jean-Marc Lasgouttes
33381332fc move and update preference file in LyX.app bundle; do not append version suffix to binaries for osx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13231 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-13 21:54:04 +00:00
Jean-Marc Lasgouttes
0328dd98ca fix behaviour of --with-version-suffix (bug 2237)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13219 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-12 20:29:52 +00:00
Lars Gullik Bjønnes
27b4472dfd Change to 'svn' as the development tag
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13210 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-11 19:49:00 +00:00
Lars Gullik Bjønnes
4a7ab830bc Delete all .cvsignore files from trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13208 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-10 22:09:45 +00:00
Lars Gullik Bjønnes
1e62f8f399 autogen.sh: remove --force-missing on automake
config/ltmain.sh: add patch for darwin


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10777 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-26 00:01:00 +00:00
Lars Gullik Bjønnes
ceaf87107a update to newer version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10691 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-30 13:55:46 +00:00
Jean-Marc Lasgouttes
f1b11ec96f avoid uic core dump
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10686 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-28 15:59:22 +00:00
Lars Gullik Bjønnes
a5b1022b9f Changes to make distcheck work, slight cleanup of autoconf/make initialization
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10680 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-23 18:16:18 +00:00
Lars Gullik Bjønnes
03f945448f update to newer versions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10665 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-18 14:22:07 +00:00
Jean-Marc Lasgouttes
a7714398d9 fix PACKAGE handling for MacOS and Windows
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10550 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-13 14:45:12 +00:00
Angus Leeming
6ce7fa27f1 Portable hard-coded paths on Windows.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10496 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-29 13:26:41 +00:00
Jean-Marc Lasgouttes
90ff250486 do not enable stdlib-debug for prereleases.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10481 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-26 09:08:41 +00:00
Angus Leeming
251f834995 Ensure that the grammar used to invoke the spellchecker is consistent.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10425 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-08 09:20:16 +00:00
Lars Gullik Bjønnes
d4548a95d6 add dist-bzip2 to common.am
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10332 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 17:10:34 +00:00
Jean-Marc Lasgouttes
df6d16e689 use "LyX" as package name for windows and mac packaging
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10325 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 14:24:27 +00:00
Jean-Marc Lasgouttes
73b86ad30c make the use of --with-frontend mandatory; update README and INSTALL
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10318 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 09:42:42 +00:00
Angus Leeming
7704aa9055 Help Lars spell his name.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10311 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 08:04:50 +00:00
Jean-Marc Lasgouttes
8f00970bf4 compile the Qt frontend without STL compatibility stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10303 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 23:40:08 +00:00
Lars Gullik Bjønnes
9b2174c504 fix up name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10301 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 23:34:28 +00:00
Lars Gullik Bjønnes
56fa1ed954 make releases and prereleases have optimization set to -O2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10300 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 23:32:58 +00:00
Jean-Marc Lasgouttes
6ee9bbab04 set profiling to false by default
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10232 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 23:30:20 +00:00
José Matox
dc3e0ae6e0 add python support to configure
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10221 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 16:38:59 +00:00
Lars Gullik Bjønnes
12ed18b1bd add profiling switch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10192 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-14 23:02:31 +00:00
Angus Leeming
5ae47a84eb Squash the Qt "Mutex destroy failure" warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10170 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-12 11:33:56 +00:00
Jean-Marc Lasgouttes
5bacc054f5 QTDIR is precious
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10169 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-12 11:01:45 +00:00
Angus Leeming
70572847e2 Whitespace, only whitespace. s/ +$//
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10024 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-09 09:58:08 +00:00
Lars Gullik Bjønnes
e5ae321dab the AM_* flags patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9963 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-20 16:56:28 +00:00
Angus Leeming
817e3efdf3 * Make the PCH stuff work properly when source directory
and build directory differ.
* A couple of minor fixes to the Makefiles' DISTCLEAN targets.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9905 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-04 16:42:06 +00:00
Angus Leeming
082c651695 Fix make dist breakage
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9900 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-03 15:31:14 +00:00
Angus Leeming
9302177325 Test for things that MSVC doesn't have, rather than for things it does.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9896 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-02 19:54:36 +00:00
Angus Leeming
201e5bdf70 Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
Break compilation with MSVC. See accompanying mail on the lyx-devel list.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9895 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-02 13:35:30 +00:00
Angus Leeming
f8ca518f31 Move the setting of the Qt preprocessor flags out of the Makefiles and into qt.m4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9855 a592a061-630c-0410-9148-cb99ea01b6c8
2005-04-22 10:59:17 +00:00
Angus Leeming
8b7ea654e4 Michael Schmitt's -lqt-mt3 patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9648 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-18 17:25:06 +00:00
Jean-Marc Lasgouttes
b44d09a342 more configure fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9588 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-04 09:19:55 +00:00
Jean-Marc Lasgouttes
40b5d05445 avoid bash-isms when making pch.h.gch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9508 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-20 14:44:19 +00:00
Jean-Marc Lasgouttes
77fdc2f305 some trivial fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9468 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-12 17:01:35 +00:00
Angus Leeming
b5589bf6cf The package reworking.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9463 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-10 19:17:43 +00:00
Lars Gullik Bjønnes
2a434cc53a the enable switches
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9440 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-05 18:17:28 +00:00
Jean-Marc Lasgouttes
b357bc9f19 get rid of cheaders
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9406 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-28 13:48:51 +00:00
Angus Leeming
7aebf3d92f Configure tests for mkdir.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9380 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-15 21:04:03 +00:00
Lars Gullik Bjønnes
7ef4c4070c rename boost libs, add some boost variables for automake, and use them
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9343 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-05 17:10:58 +00:00
Lars Gullik Bjønnes
a4319c2b89 more PCH_FLAGS work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9341 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-04 14:50:25 +00:00
Lars Gullik Bjønnes
eb513cccee subst and sed dance
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9340 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-04 12:45:48 +00:00
Lars Gullik Bjønnes
c73eea9bda use AM_CPPFLAGS instead of INCLUDES since that is deprecated
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9338 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-03 19:11:38 +00:00
Lars Gullik Bjønnes
6b65f89040 gcc 3.5->4.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9261 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-16 20:43:08 +00:00
Lars Gullik Bjønnes
1f9d992ce0 Make us satisfy concept checks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9260 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-16 20:41:38 +00:00
Angus Leeming
46ee486bda Whitespace, only whitespace. Part II.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9138 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-28 14:35:53 +00:00
Georg Baum
e968d754be fix rpm spec file generation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9109 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-23 09:06:28 +00:00
Georg Baum
c1d27368a1 remove rpm dependencies; make spec file with version suffix work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9083 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-12 06:41:30 +00:00
Jean-Marc Lasgouttes
82bd0c1b17 make maintainer mode automatic
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9065 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-08 12:12:22 +00:00
Jean-Marc Lasgouttes
1ec862e251 mention gtk as frontend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8999 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-23 09:52:29 +00:00
Lars Gullik Bjønnes
c5186dcb4d Improve/Fix pch a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8964 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-29 23:52:48 +00:00
Lars Gullik Bjønnes
197c26de99 More pch work.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8956 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-18 14:20:18 +00:00
Lars Gullik Bjønnes
b0fbc29aa3 some support for pch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8947 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-15 21:45:30 +00:00
Lars Gullik Bjønnes
13748a5e7a ws change only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8855 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-01 11:55:31 +00:00
Lars Gullik Bjønnes
0718aa87bf only run xforms tests once, prepare for gcc 3.5
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8853 a592a061-630c-0410-9148-cb99ea01b6c8
2004-07-26 11:29:52 +00:00
Lars Gullik Bjønnes
7c15014ec2 change "support/std_sstream.h" to <sstream>
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8849 a592a061-630c-0410-9148-cb99ea01b6c8
2004-07-24 10:55:30 +00:00
Lars Gullik Bjønnes
d9f0882887 make distcheck work, and some cleanups to the config system
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8786 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-28 07:14:58 +00:00
Lars Gullik Bjønnes
57bc54247a get rid of nt_defines.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8785 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-27 07:41:51 +00:00
Lars Gullik Bjønnes
b02093873e Update gettext
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8781 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-26 16:53:50 +00:00
Lars Gullik Bjønnes
fdc1609e39 add nls.m4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8779 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-26 14:40:56 +00:00
Lars Gullik Bjønnes
619112545c add config.rpath
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8777 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-25 17:17:14 +00:00
Lars Gullik Bjønnes
7ddbe42168 add some more m4 files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8776 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-25 16:32:18 +00:00
Lars Gullik Bjønnes
2c0668646a update m4 files and remove warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8774 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-25 14:42:10 +00:00
Lars Gullik Bjønnes
9e982df7a0 Define the debug mode tokes instead.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8763 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-18 13:20:31 +00:00
Lars Gullik Bjønnes
4c8245b613 Use the libstdc++ debugging mode if compiling with enable-debug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8761 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-18 11:05:41 +00:00
Jean-Marc Lasgouttes
704b79209a rename flag
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8743 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-05 10:12:12 +00:00
Jean-Marc Lasgouttes
672f874f40 openbsd fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8470 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-01 15:18:28 +00:00
Lars Gullik Bjønnes
08265598c5 some configure output changes, fix a new bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7798 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-21 16:02:54 +00:00
Lars Gullik Bjønnes
302a50ef03 remove special checks for std::string assume it is always there and good.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7774 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-16 15:23:54 +00:00
Jean-Marc Lasgouttes
20af81782b more makefiles tweaks: kayvan's patch (with small changes); avoid rebuilding the whole xforms frontend everytime configure is run (using the weird but classic autoconf stamp trick); do not install path_defines.C
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7486 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-02 21:29:24 +00:00
Jean-Marc Lasgouttes
02aa32e2eb allow to compile several frontends at once (and produce several binaries)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7485 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-02 20:01:52 +00:00
Lars Gullik Bjønnes
5e73ad8fbd some more compression stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7433 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-28 23:05:58 +00:00
Lars Gullik Bjønnes
89c62d0625 drop support for autoconf 2.13
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7375 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-27 10:08:16 +00:00
Jean-Marc Lasgouttes
c7f1fcdc65 towards saner frontends (?). Part II: the menubar (now it is possible to switch frontend without recompiling GUII code)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7361 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-25 21:34:45 +00:00
John Levon
6f2c9fd6b2 Aiksaurus 1.0 support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7345 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-22 15:23:35 +00:00
Jean-Marc Lasgouttes
6a2c7cb4eb honor --disable-x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7338 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-22 09:16:48 +00:00
Lars Gullik Bjønnes
01b31c56c9 make lyx compile with gcc 3.4. remove some warnings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7314 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 08:46:00 +00:00
Angus Leeming
7e156107d1 Do not pass -Winline to gcc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7294 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-16 20:44:24 +00:00
Lars Gullik Bjønnes
e3e2a6941d the ios issue
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7143 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 07:10:07 +00:00
Angus Leeming
12c76355f0 Fix my email address in my last commit...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7068 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-30 11:51:35 +00:00
Jean-Marc Lasgouttes
5e01b47859 disable dependency tracking by default for reLyX too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7051 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-27 12:57:15 +00:00
Angus Leeming
7645b17430 Enable LyX to link against xforms 1.0.2 or greater.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6988 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-20 18:36:30 +00:00
Lars Gullik Bjønnes
30d32ead10 qt errors are not fatal
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6965 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-14 14:08:22 +00:00
Lars Gullik Bjønnes
4c16922aad shared-4.diff. Gui independant config.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6962 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-14 09:17:22 +00:00
Lars Gullik Bjønnes
e5ed2c26f5 better lib building
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6950 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-08 18:05:07 +00:00
Lars Gullik Bjønnes
ac1faa8439 allow boost as system shared libarry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6948 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-07 16:22:01 +00:00
Jean-Marc Lasgouttes
94cb9ecdb8 fix autoconf 2.13 support (bug 936)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6946 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-07 12:34:26 +00:00
Angus Leeming
58e2ae397e remove SIGC_INCLUDES
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6815 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-15 10:18:05 +00:00
Jean-Marc Lasgouttes
21f9037c77 update german l10n, add nynorsk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6796 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-14 13:23:03 +00:00
Jean-Marc Lasgouttes
2e994e75e2 move the maintainer-mode check a bit later
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6702 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-03 12:50:15 +00:00
Jean-Marc Lasgouttes
27bd644375 Make maintainer mode optional (default off)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6613 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-28 17:35:32 +00:00
John Levon
99215ea58f Support for new GNU aspell library. Final pspell fix ups.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6578 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-26 01:20:25 +00:00
John Levon
16cba1f3ab Fix the pspell tests.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6576 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-25 21:14:44 +00:00
Lars Gullik Bjønnes
0e113d6a71 add gcc 3.3 as a known compiler
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6568 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-24 17:09:44 +00:00
Jean-Marc Lasgouttes
f1d458b9d7 fix generation of RPM spec file for qt frontend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6554 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-21 14:15:18 +00:00
Lars Gullik Bjønnes
dbd45de02c forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6547 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-19 23:08:42 +00:00
Lars Gullik Bjønnes
da5effbfe5 kayvans cygwin patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6546 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-19 23:08:25 +00:00
Lars Gullik Bjønnes
43f489b357 try some pspell stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6435 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-10 19:18:42 +00:00
Jean-Marc Lasgouttes
6524951811 fix cygwin linking problems
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6423 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-10 14:28:14 +00:00
Lars Gullik Bjønnes
58f79c1b87 ws
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6348 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-05 08:50:45 +00:00
Lars Gullik Bjønnes
e04436f0f4 add a AC_HELP_STRING for the autoconf 2.13 case
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6347 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-05 08:48:55 +00:00
Lars Gullik Bjønnes
63e1ebc312 use ParagraphList::iterator a bit more
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6330 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-03 23:19:01 +00:00
Jean-Marc Lasgouttes
b4a440e1c2 fix generation of reLyX/noweb2lyx scripts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6280 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-26 14:25:45 +00:00
Jean-Marc Lasgouttes
7f006d50db more configure tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6229 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-21 17:24:39 +00:00
Angus Leeming
4ef8682180 Don't forget configure.in (for those using autoconf 2.13).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6227 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-21 15:36:06 +00:00
André Pönitz
fbe3862bcd *** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6225 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-21 14:53:44 +00:00
Angus Leeming
1a01cb550c Zvezdan and Kayvan's rpm patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6214 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-20 20:45:22 +00:00
Jean-Marc Lasgouttes
2a4b4dd50a add some files to the distribution
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6206 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-18 18:00:51 +00:00
Jean-Marc Lasgouttes
b28a3d6836 document --with-frontend in INSTALL; fix writing of user email in pref; move some of john's changelogs where they belong
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6203 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-18 17:23:55 +00:00
John Levon
873166d5e6 Prefer -lqt-mt. Apparently it can affect whether Qt sees KDE styles etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6199 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-18 14:22:30 +00:00
John Levon
975c91c587 turn on pspell by default
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6192 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-17 23:51:28 +00:00
John Levon
ced5b14359 remove -isystem stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6181 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-17 01:49:10 +00:00
André Pönitz
dc758191b5 tex2lyx version 0.0.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6085 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-10 16:31:38 +00:00
John Levon
324d970d1f fix bug 874
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6052 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-07 11:36:05 +00:00
Lars Gullik Bjønnes
65f9cd446e back on the tread mill
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6045 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-06 22:17:22 +00:00
Lars Gullik Bjønnes
da840df4f8 lets rock
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6042 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-06 21:45:56 +00:00
Lars Gullik Bjønnes
dce3897888 pre3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6005 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-30 10:05:18 +00:00
Lars Gullik Bjønnes
8833b65eef pre2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5952 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-14 01:19:55 +00:00
Lars Gullik Bjønnes
da15b81ab6 ws only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5940 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 09:57:56 +00:00
Lars Gullik Bjønnes
b379d75b45 make distcheck work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5936 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-12 22:24:47 +00:00
Jean-Marc Lasgouttes
9ae9b9df62 disable gnome frontend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5931 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-10 14:06:45 +00:00
Jean-Marc Lasgouttes
3426dc660f fix the dreadful "rm /dev/null" bug. Remember to run autogen.sh
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5919 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-08 11:07:03 +00:00
John Levon
0b7bc9ebfa Qt config fix reported by Mike Meredith
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5882 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-19 23:41:18 +00:00
Lars Gullik Bjønnes
a614f76da6 prepare for pre1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5878 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-19 18:38:30 +00:00
Lars Gullik Bjønnes
d4b18f4e80 forgot these
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5858 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 16:09:11 +00:00
Lars Gullik Bjønnes
505baab2d8 sourcedoc as first class citizen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5857 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 15:04:47 +00:00
Lars Gullik Bjønnes
ac94b18044 make development a full citizen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5852 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 09:30:00 +00:00
Angus Leeming
029ded31ea Remove the XOpenIM test as lyxlookup.C has been buried.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5841 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 15:40:57 +00:00
Angus Leeming
4b7d475eee Set configureation to reflect the new reality of xforms >= 0.89.5.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5839 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 12:31:27 +00:00
Jean-Marc Lasgouttes
7a172cb177 fix LYX_CHECK_DECL in autoconf 2.5x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5712 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-25 16:02:21 +00:00
Lars Gullik Bjønnes
00efea7970 handle USE_BOOST_FORMAT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5703 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-24 15:20:31 +00:00
Lars Gullik Bjønnes
c5e3dde14a switch AH macros
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5587 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-06 09:41:27 +00:00
Lars Gullik Bjønnes
8555881d19 fix keys to be unique
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5584 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-05 15:53:19 +00:00
Lars Gullik Bjønnes
ff2e998822 add some lost parts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5582 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-04 18:35:29 +00:00
Lars Gullik Bjønnes
8644c32d38 increase template depth for some versions of g++
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5424 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-16 09:22:46 +00:00
Lars Gullik Bjønnes
e2b02e86e4 rebostify a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5411 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 14:08:52 +00:00
Lars Gullik Bjønnes
5f10c2a3f1 fix one AM_CONDITIONAL thingie
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5403 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 08:09:27 +00:00
John Levon
99bf5f0e00 small sed tweak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5296 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-13 01:47:29 +00:00
John Levon
01439bfc60 fix Makefile.am
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5294 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-12 22:15:57 +00:00
John Levon
6c5e002ef2 output Qt version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5293 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-12 17:10:04 +00:00
John Levon
c2faf7df76 make fatal actually be fatal. Whoops.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5290 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-12 15:32:18 +00:00
John Levon
0a64828a27 make fatal again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5289 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-12 15:26:36 +00:00
John Levon
6ad8b3929a Welcome my son, welcome ... to the new configure script.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5288 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-12 15:21:40 +00:00
Jean-Marc Lasgouttes
d47318adb8 accept autoconf 2.52 too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5251 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-10 15:00:40 +00:00
Jean-Marc Lasgouttes
44f1766baa add forgotten xforms.m4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5250 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-10 13:35:22 +00:00
Jean-Marc Lasgouttes
1776a3d0af fix bug 568
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5028 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-20 11:14:46 +00:00
Jean-Marc Lasgouttes
6c363430d6 some tweaks to xforms-related configure thingies
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5015 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-16 14:56:34 +00:00
John Levon
cf0b2ab5ae remove xforms check from qt config
fix build


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4982 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 21:22:29 +00:00
Lars Gullik Bjønnes
82c3424a4a back to AC_LANG_C[PLUSPLUS] variants
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4968 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 11:24:22 +00:00
Lars Gullik Bjønnes
0b210f086d revert some
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4954 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-13 11:46:24 +00:00
Angus Leeming
39df8f328c Remove spurious semi-colon.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4943 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-12 15:17:48 +00:00
Lars Gullik Bjønnes
c10a113cd8 remove sigc++.m4 from extra dist
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4932 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-10 23:51:39 +00:00
Lars Gullik Bjønnes
e684405311 revert
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4931 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-10 17:36:18 +00:00
Lars Gullik Bjønnes
e483de1c7e more work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4927 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-10 12:26:23 +00:00
Lars Gullik Bjønnes
a07e20bf57 more work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4909 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-08 18:53:23 +00:00
Lars Gullik Bjønnes
2266b53c87 handle 2.13 and 2.53
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4894 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-07 22:45:38 +00:00
Lars Gullik Bjønnes
e39935204d remove some unneeded version of functions from lstrings,
some gcc 3.2. minor compile fixes.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4800 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-28 18:13:51 +00:00
Jean-Marc Lasgouttes
acb4e0a1d3 fix compilation; remove cruft in configure script (I may have removed too much, but we will readd them if needed)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4695 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 21:14:04 +00:00
Jean-Marc Lasgouttes
3731a877b3 silence warnings for gcc 2.95.x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4579 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-10 08:29:33 +00:00
John Levon
71ec477900 add -Wno-non-template-friend for 2.96
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4443 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-20 22:36:02 +00:00
Jean-Marc Lasgouttes
ba21e88032 fix pspell detection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4440 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-20 12:50:33 +00:00
John Levon
f15780a9b3 Remove lyx regexp check
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4424 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-19 00:04:31 +00:00
Angus Leeming
4399c57ed5 Nuke stl_string_fwd.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4392 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-13 12:35:36 +00:00
Jean-Marc Lasgouttes
35de4638f7 fix flimage.h handling; xpm format patch from herbert; math delim drawing patch from martin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4382 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-12 14:21:58 +00:00
John Levon
ddcd73acd7 Qt frontend is for Qt 3 as well, reflect that in the options
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4371 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-11 23:33:26 +00:00
Jean-Marc Lasgouttes
3b1a9a5fc2 fix configuration with xforms
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4364 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-11 14:44:05 +00:00
Lars Gullik Bjønnes
0a9ac30a97 2002-06-10 Lars Gullik Bj�nnes <larsbj@birdstep.com>
* lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4358 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-10 21:00:31 +00:00
John Levon
9db92943bd same fix as for 1.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4327 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-03 12:31:07 +00:00
John Levon
f4332037dc Don't wrn about missing flimage.h
a


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4322 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-03 02:48:25 +00:00
John Levon
9ed3420ea1 xforms 1.0 fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4317 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-02 18:58:19 +00:00
Lars Gullik Bjønnes
1e39473100 Switch from SigC signals to boost::signals
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4281 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-29 16:21:03 +00:00
Lars Gullik Bjønnes
9bc86a5539 add pkg.m4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4228 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-27 08:57:49 +00:00
Lars Gullik Bjønnes
0e284bbf55 enable exceptions and see what happens
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4200 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-24 12:12:32 +00:00
Lars Gullik Bjønnes
c7bc2da4a2 dont throw, assert or ponder on instead
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4184 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-22 06:29:42 +00:00
Lars Gullik Bjønnes
9ed0ccbc32 remove kde.m4 add entry for gcc 3.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4180 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-21 23:43:57 +00:00
Angus Leeming
ba799bbab9 (Rob Lahaye): add Makefile to a couple of .cvsignore files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4018 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-17 16:13:40 +00:00
Lars Gullik Bjønnes
7b1425794f also dist the m4 files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3930 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-07 15:29:27 +00:00
Lars Gullik Bjønnes
a81d9e53d9 make distcheck work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3922 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-06 13:15:10 +00:00
Allan Rae
98c966c645 fix typo that put too many include paths for most people
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3877 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-02 02:47:37 +00:00
Lars Gullik Bjønnes
2635e40542 check fi -ljpeg is needed or not
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3870 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-31 14:52:58 +00:00
Lars Gullik Bjønnes
c8089f8bf9 makefile cleanup, and avoid some warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3821 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-25 11:15:27 +00:00
Angus Leeming
39787a2e07 Fix depcomp and update INSTALL for Tru64.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3812 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-22 12:32:11 +00:00
Lars Gullik Bjønnes
7514c31edf drop the ld -r stuff, we gained nothing with it, other build optimizations gave us what we wanted; some ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3798 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-21 16:49:07 +00:00
Lars Gullik Bjønnes
35e1157317 Fix for bug: #260 special rules if partially linking
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3792 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-20 19:06:32 +00:00
Lars Gullik Bjønnes
55bb299483 dont delere recursively, return a value from event_cb
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3771 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 22:38:25 +00:00
Jean-Marc Lasgouttes
c90ae47255 since I committed my configure changes by mistake, I maight as well finish and document them
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3757 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-15 11:23:15 +00:00
Jean-Marc Lasgouttes
2aafd9bf94 small noweb fix from Kayvan
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3756 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-15 11:01:27 +00:00
Lars Gullik Bjønnes
69013332e2 unification of all Makefiles.am
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3748 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 18:24:44 +00:00
Angus Leeming
4c263b730e Add an image loader using the xforms library routines and compile it if
your version of the xforms library is good enough.
The qt2 stuff is only partially tested (link problems elsewhere) and
the gnome stuff is not tested at all.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3676 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-06 12:07:23 +00:00
Lars Gullik Bjønnes
81753592d8 some more configure/Makefile changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3636 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-02 12:07:06 +00:00
Jean-Marc Lasgouttes
46d5911af1 fix code to detect g++ version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3614 a592a061-630c-0410-9148-cb99ea01b6c8
2002-02-28 17:30:10 +00:00
Lars Gullik Bjønnes
7ea7dabed1 to much stuff for my liking...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3554 a592a061-630c-0410-9148-cb99ea01b6c8
2002-02-16 15:59:55 +00:00
Angus Leeming
0221925ccf Small tweaks to the -lqt recognition stuff (from John).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3441 a592a061-630c-0410-9148-cb99ea01b6c8
2002-01-28 13:25:35 +00:00
Lars Gullik Bjønnes
8b6f9e2c33 update some libtool files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3430 a592a061-630c-0410-9148-cb99ea01b6c8
2002-01-23 21:28:31 +00:00