Uwe Stöhr
88513c0a90
installer: rename install folder as discussed
...
- the proposed install folder is now "LyX 2.0" as discussed
- promote our wiki and also our website (as almost all other programs do as well and which is quite helpful)
2012-07-08 15:48:26 +02:00
Uwe Stöhr
17ec737dd6
installer: 3 fixes
...
- uninstall.nsh: don't uninstall the user preferences by default
- configure.nsh:
- set also the .lyx file association when the user is not admin
- fix the path in which the LyX start menu shortcut is executed
2012-07-03 01:42:30 +02:00
Richard Heck
c3fe0fd7e2
Port changes to update-po.sh script to trunk.
2012-07-02 17:49:08 -04:00
Uwe Stöhr
40fb3cca64
installer: fix a permission right issue
...
We must prevent that LyX is installed as admin and then afterwards the same LyX version also without admin privileges.
2012-07-02 23:37:15 +02:00
Uwe Stöhr
8d163b19b3
installer: fix a typo in translation
2012-07-02 23:04:18 +02:00
Pavel Sanda
9ccf50c906
* FORMAT: drop the recent tradition of recording the commit checksum.
...
The same info can be easily obtained via blame and can not be done
correctly in git.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg174395.html
2012-06-28 20:55:29 +02:00
Uwe Stöhr
6ea89fa255
fix 2 more installer issues
...
- LaTeX.nsh: the registry cannot be a variable
- declarations.nsh: remove doubled folder
2012-06-27 01:58:04 +02:00
Uwe Stöhr
fea35ef2c6
installer: output messages
...
- output a message when multiple index feature or Metafile support won't be available
2012-06-27 01:07:46 +02:00
Uwe Stöhr
9146acb9fd
installer fixes
...
- LaTeX.nsh: fix handling of MiKTeX if LyX is installed without admin privileges
- configure.nsh: remove unused code
2012-06-26 03:05:59 +02:00
Richard Heck
5451b6b4e0
Update distribution build script for git.
...
(cherry picked from commit 082db5e769
)
2012-06-25 09:36:29 -04:00
Uwe Stöhr
9466967f0e
finish new installer
...
- thanks to the new version of ImageMagick no longer admin permissions are required
- init.nsh: iron out 2 non-admin residues
- language files: add missing entries and remove some unused ones
2012-06-25 03:29:58 +02:00
Uwe Stöhr
c695e5fb38
- FORMAT: notice fileformat change
...
- version.h: fix comments
2012-06-22 01:20:29 +02:00
Uwe Stöhr
2872f35a51
- FORMAT: document latest change
...
- tex2lyx/text.cpp: fix a comment
2012-06-08 02:42:22 +02:00
Jean-Marc Lasgouttes
992eae2524
Typos
2012-06-05 12:22:13 +02:00
Uwe Stöhr
dc5dc850bf
installer: implement new method to select hunspell and thesaurus dictionaries and to download the selected ones (final part 2)
2012-06-03 23:55:21 +02:00
Uwe Stöhr
068b25315c
installer: implement new method to select hunspell and thesaurus dictionaries and to download the selected ones (part 1)
2012-06-03 17:17:01 +02:00
Uwe Stöhr
32cf81058d
installer: install a Perl interpreter to MiKTeX to fix bug #8181
2012-06-02 20:40:13 +02:00
Uwe Stöhr
ee2c9d3631
installer: a new MiKTeX installer version is out
2012-06-02 02:10:24 +02:00
Uwe Stöhr
ac6da262f1
installer:
...
- install also Qt's image plugins for faster image loading
- update some versions and paths
2012-05-27 02:16:57 +02:00
Uwe Stöhr
3b6bf1ee06
cmake/build.bat: correct a path proposal
2012-05-27 02:15:18 +02:00
Uwe Stöhr
07d3b5bc23
installer: Jabref 2.8 is out; updates for next release
2012-05-18 23:23:50 +02:00
Georg Baum
598918782d
Add revision
2012-05-06 20:49:49 +02:00
Georg Baum
b86c984bf4
Disentangle amsmath and amssymb loading.
...
This is needed if you load a font package incompatible to amssymb manually
(see bug #5058 ).
2012-05-06 20:49:49 +02:00
Georg Baum
b8f58f8dc0
Document latest file format changes
2012-04-16 22:15:10 +02:00
Lars Gullik Bjønnes
c7bb190fd3
Setup .gitignore for generated files
...
Setting up .gitignore or .git/info/excludes is something that should
be done. Not doing it makes it a lot harder to see actual new files
that should be added.
Signed-off-by: Lars Gullik Bjønnes <larsbj@gullik.org>
2012-03-22 02:16:12 +01:00
Vincent van Ravesteijn
758d04827d
FORMAT: Don't use trac markup to specify a commit
...
Trac never interprets the contents of files as links, so
it is not necessary to write a sha1 like this.
2012-03-19 11:10:46 +01:00
Uwe Stöhr
eeda1c099e
- INSTALL.Win32: revise and update the description because since Qt 4.8 it mustn't be compiled (and can currently also not without a lot of hacking). Moreover we have now a build script that does all the configuration in one step and we can benefit from the fast Ninja compilation
...
Signed-off-by: Uwe Stöhr <uwestoehr@lyx.org>
2012-03-18 23:59:03 +01:00
Uwe Stöhr
f4ca8784b8
FORMAT: specify commit sha for latest fileformat change
2012-03-18 23:07:21 +01:00
Uwe Stöhr
7a46910f04
support for table cell rotations; fileformat change
2012-03-16 02:29:37 +01:00
Uwe Stöhr
a4503bc1b4
cmake/build.bat: don't mention SVN anymore as it would only lead to confusion
2012-03-16 02:23:25 +01:00
Kornel Benko
35370b8aa5
fix file permissions of lib/scripts/ -files in cmake build
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40906 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-10 14:23:33 +00:00
Uwe Stöhr
c16d0a79c4
installer: Python files belong to the Lib folder of Python
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40901 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-10 10:46:14 +00:00
Uwe Stöhr
dc3b970082
installer:
...
- fix installation of eLyXer
- install unoconv (fixes bug 7980)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40883 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-07 00:56:12 +00:00
Jürgen Spitzmüller
7e615373bd
document file format change.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40868 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-06 07:56:24 +00:00
Uwe Stöhr
69b2843d46
installer:
...
- fix an uninstallation bug that user settings were not remove if requested
- whitespace fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40814 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 22:40:03 +00:00
Uwe Stöhr
146529a3f8
installer: this is LyX 2.0.3
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40801 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-27 01:52:22 +00:00
Uwe Stöhr
33a2a2eb7a
installer: fix an uninstaller issue
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40800 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-27 01:50:43 +00:00
Kornel Benko
77a31ee0f2
Check for needed magic functions before using libmagic
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40795 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-25 13:07:17 +00:00
Kornel Benko
f5daafc02b
Added libmagic to cmake build. Should to be also adapted to windows
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40791 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-22 10:07:04 +00:00
Uwe Stöhr
6869d5205f
support for verbatim: step 1: the layout and the lyx2lyx code,;fileformat change (next step is the beamer issue and last step tex2lyx support)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40784 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-20 02:10:33 +00:00
Georg Baum
360b94ee35
Remove outdated, unmaintained build system. Still one to go ;-)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40780 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-19 13:13:05 +00:00
Uwe Stöhr
220cbe0fd8
cmake/build.bat: disable merged build be default, can be re-enabled for a final build (as suggested by Peter)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40764 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-15 23:17:34 +00:00
Uwe Stöhr
322a1c1740
add icon files for the \cancel support in math
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40741 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-12 22:41:23 +00:00
Uwe Stöhr
cd765d1d02
installer:
...
- fix a bug in detection of Gnumeric
- update to latest third-party products
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40688 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-30 21:13:00 +00:00
Stephan Witt
a369727378
do not use config.guess anymore
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40676 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-26 06:16:46 +00:00
Uwe Stöhr
b118e936ef
installer: small updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40665 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-23 01:56:40 +00:00
Uwe Stöhr
65f26a7a14
add support for the package cancel in math ( fixes #6819 ); fileformat change only for the preamble handling
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40663 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-23 01:49:49 +00:00
Julien Rioux
06dab7972b
Remove unused libreoffice2eps.py script.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40596 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-10 13:54:48 +00:00
Julien Rioux
e3f65fd088
Buffer param \cite_engine_type (authoryear|numerical).
...
To avoid duplicity, remove natbib_authoryear and natbib_numerical
and replace them by natbib, and keep track of the engine `type'
in the new \cite_engine_type document setting. This will make it
easier to add more citation engines.
LyX format incremented to 424.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40592 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-09 13:16:38 +00:00
Georg Baum
6332326cf6
Load mathtools.sty automatically (bug #7949 ) and make lyx2lyx reversion
...
more robust.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40574 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-05 20:53:48 +00:00