Commit Graph

14642 Commits

Author SHA1 Message Date
Jean-Marc Lasgouttes
881c856cbf make sure that installation can be made with parallel make; remove unused directory
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25601 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-14 09:51:30 +00:00
Jean-Marc Lasgouttes
f1ceb1fec0 revert. This is not doublechecked yet
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25518 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 10:53:49 +00:00
Jean-Marc Lasgouttes
a229ba95df streamline NEWS file (like in trunk)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25517 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 10:50:36 +00:00
Jean-Marc Lasgouttes
a12ced96f5 * Text.cpp (cursorForwardOneWord, cursorBackwardOneWord): fix
moving in mac-like mode (a space is not a char)



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25515 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 09:54:38 +00:00
Jürgen Spitzmüller
1414b1ad87 * RELEASE_NOTES: add warning wrt bug 4812.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25439 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-04 07:31:12 +00:00
Jürgen Spitzmüller
2c674129b9 * Paragraph.cpp:
- correct the kerning between two subsequent '<' or '>' characters.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25437 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-04 06:03:33 +00:00
Jürgen Spitzmüller
fd5e171bad * src/Paragraph.cpp (simpleTeXSpecialChars):
- do not assume that typewriter can encode any character (bug 4727).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25434 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-03 14:32:43 +00:00
Jürgen Spitzmüller
012e2b6d9f * status.15x: just a bit of formatting (line lengths etc.)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25432 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-03 08:25:53 +00:00
Uwe Stöhr
85daefeade installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25431 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-03 00:48:52 +00:00
Jean-Marc Lasgouttes
87e5d37c40 forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25418 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-02 10:01:22 +00:00
Jean-Marc Lasgouttes
384807184a * Paragraph.cpp (isChar): new method; returns true when pointer is on
a character that is not a letter. Note that a footnote inset, for 
	example is neither a letter nor a character.
	(isSpace): new method too.

	* LyXRC.cpp:
	* development/MacOSX/lyxrc.dist.in: new variable mac_like_word_movement,
	set to true on Mac OS X. There is no GUI for it now.

	* src/Text.cpp (cursorForwardOneWord, cursorBackWardOneWord): implement
	mac-like and windows like cursor movement. Fix bugs 2815 and 3580.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25417 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-02 09:48:52 +00:00
Jürgen Spitzmüller
3cb8ba94eb * Intro.lyx: fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25412 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-01 14:15:39 +00:00
Enrico Forestieri
b3e09e7bd3 Fix bug 2721
http://bugzilla.lyx.org/show_bug.cgi?id=2721


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25410 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-01 12:50:54 +00:00
Abdelrazak Younes
f84d8c405f Fix http://bugzilla.lyx.org/show_bug.cgi?id=4972
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25407 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-01 07:15:20 +00:00
Jürgen Spitzmüller
4070ca5e5c * lib/configure.py:
- check if texindy is available and if so, use it instead of makeindex
	  (bug 4732).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25401 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-28 12:28:16 +00:00
Jürgen Spitzmüller
89496dd922 * src/mathes/InsetMathUnknown.cpp (metrics, draw):
- set correct font shape (bug 2594).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25400 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-28 08:59:07 +00:00
Enrico Forestieri
f45d15be2f The braces are not needed when using the force flag.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25398 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-27 20:11:24 +00:00
Enrico Forestieri
27ea7c737b Urm.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25397 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-27 19:45:41 +00:00
Enrico Forestieri
e71b09793f Fix bug 4320
http://bugzilla.lyx.org/show_bug.cgi?id=4320


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25396 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-27 19:40:38 +00:00
Jürgen Spitzmüller
2dd4b555f9 Fix bug 4946:
* src/Paragraph.cpp (latexSurrogatePair):
        - do not use braces for combinated characters that are natively output (as unicode glyphs)
* src/Encoding.{cpp,h}:
	- build an exception list of characters that must be output as LaTeX command in any case
	  (except in utf8-plain). I.e., the utf8 encodings now also honour the "force" flag.
* lib/unicodesymbols:
	- add "force" flag to combine characters.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25395 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-27 08:43:41 +00:00
Uwe Stöhr
abde4de15e installer update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25394 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-26 22:48:23 +00:00
Enrico Forestieri
8c903e4986 Final touch for bug 4966.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25365 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-24 05:23:21 +00:00
Uwe Stöhr
5d322dd1b1 French, Spanish Extended.lyx: remove section that is already included in the FAQ and the UserGuide (this section has been removed months ago in the English version)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25350 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-21 14:27:14 +00:00
Enrico Forestieri
20de8514a6 Document http://www.lyx.org/trac/changeset/25343
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25344 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-21 01:12:27 +00:00
Enrico Forestieri
5e2557f84d Fix bug 4966
http://bugzilla.lyx.org/show_bug.cgi?id=4966


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25343 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-21 00:55:21 +00:00
Uwe Stöhr
45fc97553c fr.po update for branch by Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25342 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-20 22:04:45 +00:00
Jürgen Spitzmüller
e9a3408058 ** fix bug 2477: incorrect font in notes and erts in headings **
* InsetNote.{cpp,h}:
	- reimplement metrics to initialize display font correctly
* InsetERT.{cpp,h}:
	- (getDrawFont): pass buffer font as argument to reset the size appropriately.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25315 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-19 05:40:02 +00:00
Uwe Stöhr
edbc7d9e12 installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25297 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-17 22:45:53 +00:00
Enrico Forestieri
243bc4fe9e Was forgetting this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25263 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-15 14:29:04 +00:00
Enrico Forestieri
b9caa6d627 Fix bug 4951
http://bugzilla.lyx.org/show_bug.cgi?id=4951


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25260 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-15 14:21:04 +00:00
Jürgen Spitzmüller
61c14f8335 * status.15x: document change in rev. 25253.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25254 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-15 09:11:11 +00:00
Jürgen Spitzmüller
4bc59f266c * src/frontends/qt4/QPrefs.cpp:
- translate Formats.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25253 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-15 09:07:43 +00:00
Jean-Marc Lasgouttes
dde7831b82 fix compilation error
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25229 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-11 12:07:35 +00:00
Jürgen Spitzmüller
653666f81b Some updates for the A&A layout (bug 4928).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25211 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-09 14:30:20 +00:00
Joost Verburg
5766049dfe * allow Vista to display security prompt during printer installation
* setting for compilation on Vista
* select random SourceForge mirror

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25191 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-07 17:30:38 +00:00
Uwe Stöhr
69f0fe8470 Spanish EmbeddedObjects.lyx: translation update by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25177 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-07 01:25:58 +00:00
Uwe Stöhr
b1c5fd9177 installer: sync with new version from trunk and prepare for LyX 1.5.6
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25127 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-04 23:51:06 +00:00
Jürgen Spitzmüller
9033b5a646 * src/output_latex.cpp:
- handle CJK nesting correctly with nested insets (bug 4913).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25102 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-03 13:47:02 +00:00
Jürgen Spitzmüller
06a7a6d032 * Allow the use of eqrefs in mathed (bug 4623).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25091 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-03 06:23:00 +00:00
Joost Verburg
f2e50ec7fc updated list of installer files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25083 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-02 20:29:25 +00:00
Uwe Stöhr
fc8acd7f74 German Extended.lyx: - tiny correction by Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25079 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-02 18:40:25 +00:00
Enrico Forestieri
779e49e937 Update it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25078 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-02 17:57:06 +00:00
Uwe Stöhr
ccdd377e27 more installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25047 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 10:08:23 +00:00
Jürgen Spitzmüller
0ee75cb447 * status.15x: document JSS support.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25044 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 08:39:23 +00:00
Jürgen Spitzmüller
b55a949f4b * New layout and template files for the Journal of Statistical Software (JSS), contributed by Andreas Karlsson
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25043 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 08:37:45 +00:00
Uwe Stöhr
144c37e796 German Extended.lyx: - small correction by Hartmut now also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25023 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-31 12:19:57 +00:00
Jürgen Spitzmüller
c8441a617f * QErrorList.{cpp,h}:
- Fix error navigation with the keyboard (bug 4895).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24997 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-29 12:22:25 +00:00
Uwe Stöhr
3f71d8bd34 German Extended.lyx: - fix handling of the picinpar package
- delete sections whose content is already in the EmbeddedObjects manual and therefore already removed in the English version of this document

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24972 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-27 22:09:12 +00:00
Jürgen Spitzmüller
58a955ff2f * INSTALL: clarify description of --with-version-suffix (bug 4890).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24970 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-27 20:12:24 +00:00
Jean-Marc Lasgouttes
fa85ed8a45 Backport change 24937 to branch:
Note to self: `!' is not the complement-to-one operator...

  This allows me to revert a 3 years old commit from Juergen that I never
  managed to understand before.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24943 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-26 11:05:44 +00:00