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
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
Jean-Marc Lasgouttes
378f3ec631
use mkdir -p directly since (1) we know darwin supports it and (2) we do not know whether to use $(mkdir_p) (automake 1.10) or $(MKDIR_P) (automake 1.9) (bug 4216)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20241 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-12 16:40:23 +00:00
Jean-Marc Lasgouttes
dbbd415d8f
also install en.lproj file in the bundle on the mac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19462 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-12 17:48:57 +00:00
Jean-Marc Lasgouttes
90b40c468f
* config/lyxinclude (LYX_VERSION_SUFFIX): make $with_version available
...
* development/MacOSX/lyxrc.dist.in: use it here instead of program_suffix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19393 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-10 08:35:58 +00:00
Jean-Marc Lasgouttes
043258ff32
Generate automatically lyxrc.dist and Info.plist for LyX/Mac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19382 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 20:57:23 +00:00
Jean-Marc Lasgouttes
013d04ac96
[the "translation" patch series] Part 4: translating the LyX menu on the mac
...
* development/MacOSX/Makefile.am: when installing, create bogus
language directories to allow translation through Qt.
* src/frontends/qt4/GuiApplication.cpp (MenuTranslator): new class,
redirects some Qt translation requests to gettext.
(GuiApplication): install the MenuTranslator.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19351 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-07 20:57:01 +00:00
Jean-Marc Lasgouttes
9cc984f4b5
update mac bundle version for next release
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19322 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-05 14:43:23 +00:00
Jean-Marc Lasgouttes
68b3ad672d
Do not forget to distribute lyxeditor script too.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18472 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-23 10:27:30 +00:00
Jean-Marc Lasgouttes
732f7c8866
properly distribute LyX-Metadata on OS X
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18453 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-22 12:34:23 +00:00
Jean-Marc Lasgouttes
6977164d68
Use the automake framework to install the LyX/Mac stuff. Probably more
...
work to do.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17982 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 13:24:22 +00:00
José Matox
86098c52f0
quote files for mac script (Bennett)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17257 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-19 20:15:43 +00:00
José Matox
0efd48242c
Update from Bennett to mac installer files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17247 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-18 22:35:22 +00:00
Michael Schmitt
e6aa1c9b38
* lib/CREDITS:
...
* lib/generate_contributions.py:
* development/MacOSX/LyX.app/Contents/Resources/lyxrc.dist: rename "ascii" to "plain text"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16715 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-16 22:33:44 +00:00
Jean-Marc Lasgouttes
88a45ab222
2006-08-08 Bennett Helm <bennett.helm@fandm.edu>
...
* MacOSX/LyX.app/Contents/Resources/lyxrc.dist: improve viewers
that require X11; tweak the path_prefix search order.
* MacOSX/LyX.app/Contents/Info.plist: update version.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14562 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-08 10:03:09 +00:00
Jean-Marc Lasgouttes
1b4d5f20e3
adapt lyxrc.dist to autoopen patch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13957 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-29 16:31:21 +00:00
Jean-Marc Lasgouttes
59c9d541c0
rename preferences to lyxrc.dist
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13956 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-29 16:30:31 +00:00
Jean-Marc Lasgouttes
51cfe91667
compatibility with new intel macs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13506 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-28 09:28:24 +00:00
Jean-Marc Lasgouttes
c910aee38e
* development/MacOSX/LyX.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13482 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-24 15:47:09 +00:00
Jean-Marc Lasgouttes
0a0f9c31f7
* MacOSX/LyX.app/Contents/MacOS/lyxeditor: update location of
...
preferences file within LyX.app bundle
* MacOSX/LyX.app/Contents/Resources/preferences: update
path_prefix to include /opt/local/bin, and remove references to
"-1.4" version suffix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13481 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-24 15:30:40 +00:00
Jean-Marc Lasgouttes
364d096eee
small tweak
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13276 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-24 15:05:50 +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
33974b8ae2
update preferences
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10802 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-01 15:17:00 +00:00
Lars Gullik Bjønnes
6a05cd6a5c
couple of mac updates from Bennet Helm
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10539 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-11 17:58:38 +00:00
Jean-Marc Lasgouttes
f8a0dbd1d3
fix the the LyX.app skeleton and removal of qt patch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10474 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-21 13:55:05 +00:00
Jean-Marc Lasgouttes
3b6e50ea33
add the LyX/Mac skeleton to the repository
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10470 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-21 10:04:26 +00:00
Jean-Marc Lasgouttes
4880f71471
osx updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7734 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-11 14:36:22 +00:00
Jean-Marc Lasgouttes
ccc118437a
some files useful for MacOSX support
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7720 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-09 15:12:56 +00:00