Pavel Sanda
9fa09b8281
Instructions for debian 9 & LyX 2.0
2017-09-19 21:46:51 +02:00
Richard Heck
8c749572b1
Prepare for 2.0.8.1.
2014-05-03 10:36:57 -04:00
Richard Heck
d3c39e99ac
Typo.
2014-01-31 09:40:45 -05:00
Richard Heck
ef0fc5732f
Update build script.
2014-01-31 09:40:45 -05:00
Stephan Witt
6410fc9870
correct quote placement to avoid the „Syntax Warning“ of cmake
2014-01-09 11:48:38 +01:00
Stephan Witt
75093fee99
back port trunk version of build script
...
* add Xcode 5 support
* add Qt 5 support
* add _XOPEN_SOURCE define - needed to compile environment.cpp
* gettext library build included
* newer versions of 3rd party libraries
* change coding style of sub shell invocation
2013-12-30 23:31:13 +01:00
Richard Heck
676701476b
Typo.
2013-12-16 14:29:52 -05:00
Kornel Benko
3650ed7a9d
Cmake build: Make it compilable again (Add check for HAVE_UNSETENV)
2013-02-17 11:47:23 +01:00
Jean-Marc Lasgouttes
d2ea4aaebb
Fix bug #8537 : LyX creates the environment variable LC_ALL
...
The current code is not able to unset an environment variable, only to set it to an empty value. This patch refactors a bit the Message class and uses a new EnvChanger helper class that allows to change temporarily an environment variable and that is able to unset variables if needed.
The patch also adds new functions hasEnv and unsetEnv in environment.cpp.
Open issues:
* there may be systems where unsetenv is not available and putenv("name=") does not do the right thing;
* unsetenv may lead to leaks on some platforms.
* when using unsetenv, we may need to remove strings from the internal map that setEnv uses.
2013-02-15 18:23:48 +01:00
Julien Rioux
68ef054394
Fix bibliography indentation throughout LyX 2.0 source (part of #7458 ).
2013-01-12 08:38:45 +01:00
Kornel Benko
cd9b507f5c
Cmake build: Missing include path due to change of PreviewLoader.cpp
...
in previous commit
2012-12-13 09:12:40 +01:00
Tommaso Cucinotta
35a7f81654
Fixing behavior of Lang directive in test cases, by setting LANGUAGE variable, in addition to LANG one.
2012-12-09 20:20:05 +00:00
Tommaso Cucinotta
927496ecd0
Fixed bug in escape sequence, showing up with ignore format off (addressing #8380 ).
2012-12-09 19:05:36 +00:00
Richard Heck
5191d51f6a
Fix a couple issues with the lyx-build script.
2012-11-03 18:54:10 -04:00
Stephan Witt
8bc54fd665
Add property list entries for high resolution display on Mac
2012-09-30 11:31:03 +02:00
Kornel Benko
049f955110
Creating package missed the patch-version number
2012-07-17 11:19:22 +02:00
Richard Heck
e2862c3850
Fix diff order in script.
2012-07-02 17:36:51 -04:00
Richard Heck
082db5e769
Update distribution build script for git.
2012-06-25 09:33:27 -04:00
Richard Heck
8dcad4942e
Changes to update-po.sh. Mostly removing svn stuff.
2012-05-25 15:38:46 -04:00
Vincent van Ravesteijn
4bde597fc1
Windows installer: Update code for QtPlugins
...
Now, the precompiled binaries from Nokia can be used.
2012-05-13 21:00:40 +02:00
Vincent van Ravesteijn
b4850ff248
Windows installer: Update for latest ImageMagick
2012-05-13 21:00:38 +02:00
Vincent van Ravesteijn
eaf059fd46
Windows installer: Update links in uninstaller
2012-05-13 21:00:30 +02:00
Vincent van Ravesteijn
38a8538194
Windows installer: Detect Inkscape when installing
2012-05-13 20:59:51 +02:00
Vincent van Ravesteijn
8c9da0c2d6
Fix bug #7870 : Win installer: check for Gnumeric
...
Gnumeric is needed for the spreadsheet external inset template.
2012-05-13 20:59:15 +02:00
Vincent van Ravesteijn
507701261a
Include the qt gif plugin in the Windows installer
...
Since LyX2.0 there was a busy icon in the status bar,
but it is not visible on Windows unless the gif plugin
is distributed along.
2012-04-29 17:00:09 +02:00
Lars Gullik Bjønnes
862060f041
Setup .gitignore for generated files, now for branch.
2012-03-23 14:14:34 -04:00
Uwe Stöhr
b1bb04d244
cmake/build.bat: update the script to Git and use Peter's suggestions
2012-03-16 02:19:49 +01:00
Kornel Benko
729fa7c253
Do not py-compile also on cmake build, backport r40648
2012-03-15 17:24:07 +01:00
Uwe Stöhr
e96a234e60
scons/scons_manifest.py: not that developers are using SCons anymore but we should keep the branch compilable
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40837 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-03 12:50:45 +00:00
Vincent van Ravesteijn
0249632ac4
installer: Update MikTeX.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40823 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-01 14:46:21 +00:00
Vincent van Ravesteijn
4eb1b40a36
installer: Correct sRGB.icm to sRGB.icc.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40822 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-01 14:40:55 +00:00
Richard Heck
0ae7c8fff2
Fix version detection in build script.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40781 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-19 15:52:40 +00:00
Stephan Witt
53ebb66d2a
do not use config.guess anymore
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40679 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-26 15:30:58 +00:00
Stephan Witt
38de585d97
Improved disk image creation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40632 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-19 20:32:43 +00:00
Uwe Stöhr
c76febcbdf
new layout and template file for articles in the Journal of the Acoustical Society of America (JASA)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40530 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-20 00:52:36 +00:00
Peter Kümmel
29df149f5f
fix the alien build system
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40396 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-06 19:50:59 +00:00
Uwe Stöhr
58e828b0cd
tex2lyx/CMakeLists.txt: revert part of r40384 that should not have gone in
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40385 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-05 21:27:05 +00:00
Uwe Stöhr
efd3ef88bb
tex2lyx/CMakeLists.txt: backport r40375 and add missing file dependency
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40384 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-05 21:16:10 +00:00
Uwe Stöhr
148acd3808
scons/scons_manifest.py: fix SCons after r40364
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40367 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-04 22:51:00 +00:00
Georg Baum
159875f201
Mass backport tex2lyx bug fixes.
...
tex2lyx is no identical with the version in trunk (except for cosmetic changes
and file formats > 413).
The output of the test cases is either unchanged or improved.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40364 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-04 16:16:32 +00:00
Kornel Benko
953d97afc0
Backport cmake-build for using framework AppKit instead of Carbon on Apple
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40323 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-30 11:46:14 +00:00
Vincent van Ravesteijn
787c8c55c3
branch: Installer: add the dictionaries and thesaurus files to the installer script.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40321 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-30 09:15:19 +00:00
Richard Heck
5db1a63263
Update po update script.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40291 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-26 23:49:46 +00:00
Peter Kümmel
6c79c67a8f
find gettext
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40286 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-26 10:04:32 +00:00
Peter Kümmel
d753ddb058
update adrress for msvc deps
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40285 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-26 10:04:14 +00:00
Peter Kümmel
c580a64802
package python script
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40283 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-26 10:02:48 +00:00
Richard Heck
77087dfebd
Script for building a maintenance distribution.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40279 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-25 17:45:39 +00:00
Richard Heck
948df1f098
This is LyX 2.0.2.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/tags/lyx_2_0_2@40280 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-25 17:48:09 +00:00
Richard Heck
87cf1f7693
Apparently this was forgotten at 40111.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40276 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-25 16:23:31 +00:00
Richard Heck
0dbc1b33ca
One more change to patch-preamble.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40274 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-25 15:54:52 +00:00