Commit Graph

1667 Commits

Author SHA1 Message Date
Jean-Marc Lasgouttes
d9e4ced1d4 Remove dummy gettext.cpp from tex2lyx source and use a dummy message
object instead.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30505 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 14:49:30 +00:00
Uwe Stöhr
424943af89 - support for longtable alignment, fileformat change
- GUI support for table alignment

(all comments to the polished layout of the table dialog welcome)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30477 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 13:09:45 +00:00
Pavel Sanda
7a850e3d64 Flags
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30452 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-10 15:57:41 +00:00
Pavel Sanda
149bd1ab7b Next contribution to key tests from John McCabe-Dansted.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152761.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30451 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-10 15:52:43 +00:00
Uwe Stöhr
8eb09052ff SConstruct: apply Jürgen's patch to disable assertions in release mode (works only on Linux not on Windows, but better than nothing). I tested the patch the last weeks without having problems.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30435 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-09 18:05:49 +00:00
Jürgen Spitzmüller
17986e7509 Ease the pain with unknown branches:
* on paste, ask if unknown branches shall be added to the branch list
	  (entails new LFUN_BRANCH_ADD)
	* add a list of undefined branches to the buffer and the GUI

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30419 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-09 09:48:34 +00:00
Enrico Forestieri
68d936250e Add some cygwin stuff.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30327 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-30 23:28:48 +00:00
Uwe Stöhr
fc3f7b6575 SCons: sort
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30319 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-30 11:57:28 +00:00
Pavel Sanda
943776d064 Add missing file, sort scons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30290 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-28 12:23:02 +00:00
Uwe Stöhr
c8218c119a installer: require NSIS 2.45 because of the fixed Indonesian translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30247 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-23 20:37:00 +00:00
Uwe Stöhr
3830bd3dba DocStyle.lyx: remove this outdated file. It has not been used since years. Every doc file currently has its own format which is OK since the format is the same for each whole file.
(People started now translating DocStyle.lyx while it isn't worth it.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30196 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-19 22:40:31 +00:00
Richard Heck
16f119cab5 XHTML output for InsetInclude.
Here's the deal:
* With verbatim, we include it verbatim. This would allow the inclusion of 
  other HTML files.
* With listings, we include it verbatim, wrapped in <pre>.
* With Input and Include, we check if it's a LyX file. If not, we don't do
  anything, since we don't know how to include (say) a TeX file in the HTML
  output. (Wanna call tex4ht, anyone?) If it is a LyX file, we let it write
  itself as HTML, and include it.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30191 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-19 15:11:33 +00:00
Richard Heck
88709f07b2 Notes update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30187 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-19 13:54:11 +00:00
Richard Heck
51d4d42906 XHTML output for InsetListings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30185 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-19 13:37:14 +00:00
Richard Heck
3d022e92b4 Forgot these.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30180 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-19 13:10:36 +00:00
Richard Heck
4a86c407d9 Disable XHTML output for InsetExternal---for the time being.
As said in the comment, someone who knows what these are supposed
to do should have a look, please. It may be very easy to get these
to work, but I don't know.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30164 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 20:44:38 +00:00
Georg Baum
9c662bf442 - fix requirements of \dddot
- add support for \ddddot
- add partial support for inverse diagonal dots (i. e. they are recognized and
  displayed correctly, but the needed package is not loaded, because it would
  need an off/auto/on setting as amsmath, and that calls for a general solution)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30162 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 20:04:27 +00:00
Pavel Sanda
3f3d37ca09 Next patch from John McCabe-Dansted.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152211.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30148 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-17 17:56:56 +00:00
Pavel Sanda
5998f1fe1a We get permission on list, add to credits.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30125 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 20:20:26 +00:00
Pavel Sanda
752099a7c5 Make keystest part of our build system. Update sources only on reguest.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30124 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 20:20:24 +00:00
Pavel Sanda
9c6e9083ed Cosmetic leftovers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30123 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 20:20:22 +00:00
Pavel Sanda
f3b253f9ad Move to the correct directory structure.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30122 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 20:20:20 +00:00
Pavel Sanda
5cf6f4f656 Test of brute-force key typing to test lyx for crashes.
Vanilla sources from John McCabe-Dansted.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152155.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30121 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 20:20:14 +00:00
Uwe Stöhr
9629ab9005 FORMAT: typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30099 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-14 14:24:54 +00:00
Richard Heck
9fcd1a6c6a XHTML for InsetWrap.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30080 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-12 17:26:48 +00:00
Richard Heck
082ec01eef CSS for InsetInfo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30077 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-12 15:27:29 +00:00
Richard Heck
819a0172f7 HTML output for InsetVSpace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30075 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-12 15:07:04 +00:00
Jürgen Spitzmüller
bd4c74b3b7 * add support for the applemac encoding. File format change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30064 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-12 08:47:38 +00:00
Richard Heck
88c91e4789 Update notes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30057 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-11 22:47:02 +00:00
Richard Heck
e28c88767b OK, now here's a big one: XHTML output for InsetBibtex. It's not perfect---
see the notes---but it does work reasonably well. And it will work a lot
better when an unrelated patch of mine goes in: one that generally improves
the display of BibTeX-derived information.

Note how we use the TOC here, which has already gathered the information we
need. This can also be done for other things.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30056 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-11 22:39:16 +00:00
Richard Heck
2b118ae71e Forgot to delete this part.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30052 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-11 21:14:20 +00:00
Richard Heck
f9aed0c967 Update notes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30050 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-11 21:08:37 +00:00
Richard Heck
d832613cac Update notes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30046 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-11 20:09:04 +00:00
Richard Heck
5e8d08cb9e Get InsetBibitem working, and the output for LATEX_BIB_ENVIRONMENT.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30045 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-11 20:08:39 +00:00
Uwe Stöhr
19dd75797a new Slovakian translation of the Intro manual thanks to Kornel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30013 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-07 19:29:20 +00:00
Enrico Forestieri
7270242aad Add lyxeditor script to development/tools, adjust properties of other
files and also add lyxpak.py to the distributed files.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29998 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 15:17:51 +00:00
Richard Heck
16e52cb601 Disable InsetIndex XHTML output, for now.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29986 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 04:25:20 +00:00
Richard Heck
3910e6772a Some real easy ones.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29985 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 04:20:57 +00:00
Uwe Stöhr
c12ed8ba76 fix SCons after recent commits and sort the files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29975 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-05 22:36:22 +00:00
Richard Heck
f8b9633c07 Notes about math.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29971 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-05 19:59:54 +00:00
Richard Heck
eda7b787b9 XHTML for InsetNote.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29970 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-05 19:58:23 +00:00
Richard Heck
68fe5341e3 Update HTML notes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29968 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-05 19:45:49 +00:00
Richard Heck
745748050a Copy of XHTML DTD for reference.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29955 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-05 17:52:26 +00:00
Richard Heck
f39a71ec76 Notes and the like.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29954 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-05 17:51:45 +00:00
Kornel Benko
14a2d495a5 Check for fcntl is maybe more more portable, than searching in
header files.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29931 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-04 15:01:31 +00:00
Kornel Benko
a9ed2f18f4 Enable sockets on linux too. "fcntl" defined at /usr/include/fcntl.h.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29895 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-31 11:53:52 +00:00
Uwe Stöhr
b462996f1d add the new Japanese files from r29879 also to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29888 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-29 22:59:36 +00:00
André Pönitz
3a58d7c205 Update lyx.pro file. Still more convenient to use with Qt Creator.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29877 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-28 23:32:28 +00:00
Uwe Stöhr
4daeb64685 forgot this in my previous commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29868 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-27 22:11:07 +00:00
Jürgen Spitzmüller
1d494512fc empty file format change due to r29840.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29841 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-25 08:27:12 +00:00