Commit Graph

60 Commits

Author SHA1 Message Date
Pavel Sanda
935781ceab Document python changes 2024-06-24 22:45:15 +02:00
Pavel Sanda
18890c42b9 Update tex info in readme 2024-06-05 20:43:51 +02:00
Jean-Marc Lasgouttes
eacb9ebf42 Small change 2024-04-19 18:21:26 +02:00
Jeân-Marc Lâsgöuttes
e631f908a7 Small change 2024-04-19 17:51:29 +02:00
Jean-Marc Lasgouttes
abc8d49acd small change 2024-04-19 17:24:10 +02:00
Jean-Marc Lasgouttes
4310430a38 autoconf: remove support for compiling against Qt4
Most of the changes consist in assuming that USE_QT5=yes.

Update INSTALL and README accordingly.
2022-11-19 19:41:49 +01:00
Yuriy Skalko
9b55d2f71e Bump minimal GCC version to 4.9 2020-11-16 19:37:12 +02:00
Enrico Forestieri
5873a382de Fix FileName::realPath() on Windows
The realPath() implementation on Windows works only for files and
not for directories. By using an API available starting from Vista
it is possible to fix it in a simple way.

I also took into account using the Qt QFileInfo::canonicalFilePath(),
but it turns out to not work when a path component is a junction
(tested with Qt 5.14.1).

Due to this, it is not possible compiling or using LyX on Windows
versions earlier than Vista.
2020-02-23 22:59:03 +01:00
Jean-Marc Lasgouttes
9234516731 Update some files 2019-07-13 21:11:46 +02:00
Jean-Marc Lasgouttes
cb99bbd6d3 Small changes to README 2019-06-12 15:21:10 +02:00
Richard Kimberly Heck
ceafc558ab Fixes for README from Joel Kulesza.
Fixes #11250.
2018-08-28 15:27:01 -04:00
Pavel Sanda
8adba3896c small doc glitches 2018-02-21 14:47:03 +01:00
Jean-Marc Lasgouttes
c5b8250604 Small update to README 2017-08-29 12:15:44 +02:00
Pavel Sanda
5de30b1210 * README: document recent gcc discussion.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg194937.html
2016-06-15 11:10:31 -07:00
José Matos
631bbab889 First step to support python 2(.7) and 3(.3+)
When the work is finished the moniker "work in progress" should be removed.
2015-03-10 13:55:59 +00:00
Jean-Marc Lasgouttes
aaacbe579b Update our documentation to mention git instead of svn.
Note that some mentions of svn remain in
* development/cmake/LyxPackaging.cmake
* development/LyX-Mac-binary-release.sh
* development/Win32/packaging/installer/settings.nsh
2013-05-27 18:19:59 +02:00
Pavel Sanda
1bd1fe7121 * INSTALL, README 2012-11-04 02:02:16 +01:00
Julien Rioux
a082cfac69 Update the python requirements after r39553 and r39554. The subprocess module,
now used in configure.py, requires python >= 2.4. See the mailing list thread:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg170511.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39559 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-29 14:36:37 +00:00
Pavel Sanda
d0a2ff824d Back to Qt 4.2, thanks Enrico.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36236 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-10 15:54:54 +00:00
Pavel Sanda
7b6afb3869 Reported by BH
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36172 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-07 00:25:06 +00:00
Pavel Sanda
8327b58835 Update docs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36170 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-06 23:24:50 +00:00
Enrico Forestieri
1a6be80891 Clarify python requirements.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35179 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-19 20:46:34 +00:00
Enrico Forestieri
71b4fd0431 This is a dummy commit for posting the real changelog for the the last
two commits. Sorry guys, I should have really gone to sleep...

r34320
In mathed, preserve the color in a proper way, such as to not interfere
with the colors normally used to represent math objects.
When changing the color of a chunk of text containing math formulas,
now the formulas are rendered on screen in the chosen color, too.

r34321
Assure that constructs such as \mathbf{a\ensuremath{b}} are correctly
rendered on screen.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34322 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-28 02:15:46 +00:00
Richard Heck
0cdf8ec74a Minor formatting. Really a test.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34249 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-21 14:19:22 +00:00
Pavel Sanda
002d8c107a Update READMEs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33643 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-06 15:29:46 +00:00
Abdelrazak Younes
5093b1da04 Qt >= 4.2.0 is required.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21609 a592a061-630c-0410-9148-cb99ea01b6c8
2007-11-14 14:45:28 +00:00
Jürgen Spitzmüller
0d344fa0fe * README:
* RELEASE-NOTES:
* UPGRADING:
* NEWS:
* development/lyx.rpm.README:
	- updates

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20487 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-25 11:05:05 +00:00
Enrico Forestieri
cca027ba14 Add a note to README about a bug affecting python versions <= 2.3.3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19162 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-21 00:44:26 +00:00
Christian Ridderström
54d2810b01 Changed to using 'rc' instead of 'pre'
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18214 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-06 19:10:15 +00:00
Christian Ridderström
0beeaeaa69 Added text about file format not changing between e.g. LyX 1.5.0 and LyX 1.5.1 etc
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17926 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-23 19:08:40 +00:00
José Matox
fc64045420 Patch from Georg to fix support of gcc 3.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17256 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-19 20:08:11 +00:00
Georg Baum
e1d4fc9abd fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17253 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-19 11:25:53 +00:00
José Matox
7ce8372ea5 Update release documentation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17246 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-18 20:11:20 +00:00
Michael Schmitt
a99812d73b * README: Mention qt4 library
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14482 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-18 20:40:57 +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
Georg Baum
8caaf338c3 * INSTALL: Change required python version from 1.5.2 to 2.3
* INSTALL.scons: ditto
	* README: ditto
	* configure.ac: ditto


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14117 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-15 08:44:28 +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
Jean-Marc Lasgouttes
b041823fc7 change the references to cvs into Subversion
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13269 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-23 11:15:17 +00:00
Jean-Marc Lasgouttes
816b9b4b3c first updates for 1.4.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10756 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-19 12:23:00 +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
c1135fd20e Move fontconfig stuff from ANNOUNCE to INSTALL.
Everything else is just whitespace stripped off the end of lines.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6039 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-06 10:54:14 +00:00
Jean-Marc Lasgouttes
cf8b0b747b small announce updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6027 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-04 15:20:55 +00:00
Angus Leeming
ffadbd97ec Tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5985 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-26 16:57:47 +00:00
Jean-Marc Lasgouttes
643060e2a1 more cleanups for 1.2.0pre1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3831 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-26 10:13:36 +00:00
Jean-Marc Lasgouttes
08bd49a344 lfun_core.diff, make insetgraphics inline
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3743 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 13:24:51 +00:00
Jean-Marc Lasgouttes
41b2f113d7 fix startup failure
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3477 a592a061-630c-0410-9148-cb99ea01b6c8
2002-02-04 10:41:30 +00:00
Jean-Marc Lasgouttes
0e92b177af document ghostscript bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3100 a592a061-630c-0410-9148-cb99ea01b6c8
2001-11-28 09:00:14 +00:00
Jean-Marc Lasgouttes
23870e9920 finally get rid of BUGS.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2946 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-30 17:05:57 +00:00
Jean-Marc Lasgouttes
27ce40f720 Danish translation update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1402 a592a061-630c-0410-9148-cb99ea01b6c8
2001-01-26 10:49:25 +00:00
Jean-Marc Lasgouttes
6ed000436b Small things
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1277 a592a061-630c-0410-9148-cb99ea01b6c8
2000-12-13 13:30:36 +00:00