]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoUpdate of documentation in the source related to bug 4135 and the function callback...
Christian Ridderström [Mon, 13 Aug 2007 22:07:33 +0000 (22:07 +0000)]
Update of documentation in the source related to bug 4135 and the function callback.cpp::writeAs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19528 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agosome progress on the linking front
André Pönitz [Mon, 13 Aug 2007 21:58:05 +0000 (21:58 +0000)]
some progress on the linking front

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19527 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bug 409 (Add support for numbered footnotes)
Jean-Marc Lasgouttes [Mon, 13 Aug 2007 20:29:33 +0000 (20:29 +0000)]
Fix bug 409 (Add support for numbered footnotes)

* src/insets/InsetFoot.cpp (updateLabels): number the footnote if
(1) the footnote counter exists and (2) it is not in a title
layout

* lib/layouts/stdcounters.inc: add a footnote counter.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19524 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agocompilation warning
Jean-Marc Lasgouttes [Mon, 13 Aug 2007 20:12:52 +0000 (20:12 +0000)]
compilation warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19523 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoforgot this
André Pönitz [Mon, 13 Aug 2007 20:00:27 +0000 (20:00 +0000)]
forgot this

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19522 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agocompile boost/*.cpp in one go and do not use precompiled headers there. speeds up...
André Pönitz [Mon, 13 Aug 2007 19:48:30 +0000 (19:48 +0000)]
compile boost/*.cpp in one go and do not use precompiled headers there. speeds up compilation in boost by more than a factor of three

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19521 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoI forget this in rev 19515.
Abdelrazak Younes [Mon, 13 Aug 2007 19:40:54 +0000 (19:40 +0000)]
I forget this in rev 19515.

* InsetInclude: loadIfNeeded()
- make it non anonymous (used in loadChildDocuments()).
- now return the loaded buffer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19520 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * buffer_funcs.cpp (updateLabels): fix crash: par_iterator_begin already
Jean-Marc Lasgouttes [Mon, 13 Aug 2007 19:33:35 +0000 (19:33 +0000)]
* buffer_funcs.cpp (updateLabels): fix crash: par_iterator_begin already
puts cursor at the right place.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19519 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoadd some comment
André Pönitz [Mon, 13 Aug 2007 19:13:39 +0000 (19:13 +0000)]
add some comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19518 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomake the static version link again
André Pönitz [Mon, 13 Aug 2007 19:08:35 +0000 (19:08 +0000)]
make the static version link again

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19517 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agosmall fix to selection of last view source line
Alfredo Braunstein [Mon, 13 Aug 2007 19:07:46 +0000 (19:07 +0000)]
small fix to selection of last view source line

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19516 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* loadChildDocuments(): new function to load all child documents in a given buffer...
Abdelrazak Younes [Mon, 13 Aug 2007 18:11:43 +0000 (18:11 +0000)]
* loadChildDocuments(): new function to load all child documents in a given buffer. This will be used for a new LFUN_LOAD_CHILD_DOCUMENTS and for pre-loading all child documents when certain action (latex export, bibtex parsing, label and reference).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19515 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* QLPainter::text():
Abdelrazak Younes [Mon, 13 Aug 2007 17:35:09 +0000 (17:35 +0000)]
* QLPainter::text():
- reorganize the code to minimize indentation by returning early for special cases
- use a pixmap cache for word drawing. This can be disabled by setting USE_PIXMAP_CACHE to 0 at the top of QLPainter.cpp.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19513 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix update bug when leaving a wide inset with up or down arrow.
Richard Heck [Mon, 13 Aug 2007 17:23:42 +0000 (17:23 +0000)]
Fix update bug when leaving a wide inset with up or down arrow.
Override notifyCursorLeaves() in InsetText to force update when
inset was wide. Should be removed if and when wide is.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19511 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix makefile for 19498.
Richard Heck [Mon, 13 Aug 2007 17:22:52 +0000 (17:22 +0000)]
Fix makefile for 19498.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19510 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix for bug 4135
Christian Ridderström [Mon, 13 Aug 2007 17:15:04 +0000 (17:15 +0000)]
Fix for bug 4135

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19509 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix scons for Andre's LYX_DATE changes
Bo Peng [Mon, 13 Aug 2007 15:46:33 +0000 (15:46 +0000)]
fix scons for Andre's LYX_DATE changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19508 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * inset/InsetTabular.cpp (doDispatch): LFUN_MOUSE_PRESS: let Text::dispatch
Jean-Marc Lasgouttes [Mon, 13 Aug 2007 15:38:32 +0000 (15:38 +0000)]
* inset/InsetTabular.cpp (doDispatch): LFUN_MOUSE_PRESS: let Text::dispatch
do the work, unless we really have a reason not to (fixes bug 4133)

* mathed/InsetMathNest.cpp (lfunMousePress): refactor the code to use
BufferView::mouseSetCursor.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19506 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agocompil fix.
Abdelrazak Younes [Mon, 13 Aug 2007 15:36:29 +0000 (15:36 +0000)]
compil fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19505 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agocompilation fix
Jean-Marc Lasgouttes [Mon, 13 Aug 2007 15:22:13 +0000 (15:22 +0000)]
compilation fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19504 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoThis implements selection of current cursor position (and main selection) \
Alfredo Braunstein [Mon, 13 Aug 2007 14:24:49 +0000 (14:24 +0000)]
This implements selection of current cursor position (and main selection) \
in the view source panel

* Buffer.cpp (getSourceCode, writeLaTeXSource): fix sync between output and texrow
* frontends/controllers/ControlViewSource.{h,cpp} (getRows): new method to get the current selection in term of latex rows
* frontends/qt4/QViewSource.{h,cpp}: make a selection in the ViewSource widget

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19503 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* TexRow.{h,cpp} switch from std::list to std::vector
Alfredo Braunstein [Mon, 13 Aug 2007 14:04:35 +0000 (14:04 +0000)]
* TexRow.{h,cpp} switch from std::list to std::vector
(operator+=): remove unused method
(getRowFromIdPos) new method to get the texrow from id,pos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19502 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoOptimisation: don't search twice the hash tables.
Abdelrazak Younes [Mon, 13 Aug 2007 13:56:54 +0000 (13:56 +0000)]
Optimisation: don't search twice the hash tables.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19501 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* DocIterator.h (forwardPosNoDescend): remove method
Alfredo Braunstein [Mon, 13 Aug 2007 13:36:19 +0000 (13:36 +0000)]
* DocIterator.h (forwardPosNoDescend): remove method
* DocIterator.cpp (forwardPos, backwardPos): move the 'flat' part to...
* CursorSlice.{h,cpp} (forwardPos, backwardPos, at_end, at_begin): new methods, the first two are part of their DocIterator homonym
* Text2.cpp (setFont): receive CursorSlice arguments as the function is not recursive, adapt
* Text.cpp:
* lyxfind.cpp (findNextChange):
* insets/InsetCollapsable.cpp: adapt

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19500 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix compilation
Alfredo Braunstein [Mon, 13 Aug 2007 13:11:49 +0000 (13:11 +0000)]
fix compilation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19499 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoPrepare for inset configurability
Martin Vermeer [Mon, 13 Aug 2007 12:13:17 +0000 (12:13 +0000)]
Prepare for inset configurability

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19498 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoremove special handling of version.cpp[.in]
André Pönitz [Mon, 13 Aug 2007 12:04:57 +0000 (12:04 +0000)]
remove special handling of version.cpp[.in]

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19497 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agostd::count is now assumed to exist, remove the check for it
André Pönitz [Mon, 13 Aug 2007 07:25:40 +0000 (07:25 +0000)]
std::count is now assumed to exist, remove the check for it

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19496 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoprecompiled headers
André Pönitz [Mon, 13 Aug 2007 07:14:56 +0000 (07:14 +0000)]
precompiled headers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19494 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix scons
Bo Peng [Mon, 13 Aug 2007 03:19:57 +0000 (03:19 +0000)]
fix scons

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19491 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agolib/doc/clipart: Add two new images for the Userguide
Uwe Stöhr [Mon, 13 Aug 2007 01:35:48 +0000 (01:35 +0000)]
lib/doc/clipart: Add two new images for the Userguide

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19490 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUserGuide.lyx updates: - add description of Change Tracking and phonetic symbols
Uwe Stöhr [Mon, 13 Aug 2007 01:30:16 +0000 (01:30 +0000)]
UserGuide.lyx updates: - add description of Change Tracking and phonetic symbols

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19489 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agobuffer-update_ps.xpm: - fix color definition to be able to reference it in the docs
Uwe Stöhr [Sun, 12 Aug 2007 23:06:40 +0000 (23:06 +0000)]
buffer-update_ps.xpm: - fix color definition to be able to reference it in the docs
(with old definition it appeared gray in PDF-output)
                      - uniform it to the definition of the other images

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19488 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoStarted on comments for the LFUNs, and added note for LFUN_BUFFER_WRITE_AS
Christian Ridderström [Sun, 12 Aug 2007 22:34:39 +0000 (22:34 +0000)]
Started on comments for the LFUNs, and added note for LFUN_BUFFER_WRITE_AS

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19486 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoRewrite the label numbering code.
Jean-Marc Lasgouttes [Sun, 12 Aug 2007 21:43:58 +0000 (21:43 +0000)]
Rewrite the label numbering code.

* buffer_funcs.cpp (updateLabels): new function taking a buffer and
a ParIterator as arguments. This one is used to update labels
into an InsetText. Cleanup the code to reset depth. Call setLabel
for each paragraph, and then updateLabel on each inset it contains.
(setCaptionLabels, setCaptions): removed.
(setLabel): use Counters::current_float to make caption paragraphs
labels.

* insets/Inset.h (updateLabels): new virtual method, empty by
default; this numbers the inset itself (if relevant) and then all
the paragraphs it may contain.

* insets/InsetText.cpp (updateLabels): basically calls
lyx::updateLabels from buffer_func.cpp.

* insets/InsetCaption.cpp (addToToc): use the label constructed by
updateLabels.
(computeFullLabel): removed.
(metrics, plaintext): don't use computeFullLabel.
(updateLabels): new method; set the label from
Counters::current_float.

* insets/InsetWrap.cpp (updateLabels):
* insets/InsetFloat.cpp (updateLabel): new method; sets
Counters::current_float to the float type.

* insets/InsetBranch.cpp (updateLabels): new method; the numbering
is reset afterwards if the branch is inactive. (bug 2671)

* insets/InsetNote.cpp (updateLabels): new method; the numbering
is reset after the underlying InsetText has been numbered.
(bug 2671)

* insets/InsetTabular.cpp (updateLabels): new method (also handles
longtable)

* insets/InsetListings.cpp (updateLabels): new method; mimics what
is done for Floats (although Listings are not floats technically)

* insets/InsetInclude.cpp (getScreenLabel): in the listings case,
use the computed label.
(updateLabels): new method; that either renumbers the child
document or number the current listing.

* LyXFunc.cpp (menuNew): do not updateLabels on empty documents
(why do we do that at all?)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19482 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoadd QT_NO_KEYWORDS
André Pönitz [Sun, 12 Aug 2007 21:41:39 +0000 (21:41 +0000)]
add QT_NO_KEYWORDS

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19481 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoEmbeddedObjects.lyx: Add section about longtable alignment
Uwe Stöhr [Sun, 12 Aug 2007 21:30:54 +0000 (21:30 +0000)]
EmbeddedObjects.lyx: Add section about longtable alignment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19479 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFixed some lines that were too long. It compiled afterwards.
Christian Ridderström [Sun, 12 Aug 2007 20:16:28 +0000 (20:16 +0000)]
Fixed some lines that were too long. It compiled afterwards.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19475 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomore verbose message
André Pönitz [Sun, 12 Aug 2007 19:24:05 +0000 (19:24 +0000)]
more verbose message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19473 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix crash after assertion when using %s with integer arguments
André Pönitz [Sun, 12 Aug 2007 18:58:59 +0000 (18:58 +0000)]
fix crash after assertion when using %s with integer arguments

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19472 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix warning on possibly(?) unused precompiled headers due to different -fPic settings...
Christian Ridderström [Sun, 12 Aug 2007 18:46:23 +0000 (18:46 +0000)]
fix warning on possibly(?) unused precompiled headers due to different -fPic settings on pch creation and use

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19469 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix warning on possibly(?) unused precompiled headers due to different -fPic settings...
Christian Ridderström [Sun, 12 Aug 2007 18:42:57 +0000 (18:42 +0000)]
fix warning on possibly(?) unused precompiled headers due to different -fPic settings on pch creation and use

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19468 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix warning on possibly(?) unused precompiled headers due to different -fPic settings...
Christian Ridderström [Sun, 12 Aug 2007 18:39:06 +0000 (18:39 +0000)]
fix warning on possibly(?) unused precompiled headers due to different -fPic settings on pch creation and use

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19467 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agosmall tweak of configure help messages
Jean-Marc Lasgouttes [Sun, 12 Aug 2007 18:31:25 +0000 (18:31 +0000)]
small tweak of configure help messages

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19466 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoalso install en.lproj file in the bundle on the mac
Jean-Marc Lasgouttes [Sun, 12 Aug 2007 17:49:50 +0000 (17:49 +0000)]
also install en.lproj file in the bundle on the mac

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19463 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoIncrease the file format, now every \\begin_deeper has a corresponding \\end_deeper.
José Matox [Sun, 12 Aug 2007 14:56:49 +0000 (14:56 +0000)]
Increase the file format, now every \\begin_deeper has a corresponding \\end_deeper.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19461 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoshuffle (la)texstream around a bit
André Pönitz [Sun, 12 Aug 2007 14:54:54 +0000 (14:54 +0000)]
shuffle (la)texstream around a bit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19460 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoremove reference to LaTeXStream
André Pönitz [Sun, 12 Aug 2007 14:22:31 +0000 (14:22 +0000)]
remove reference to LaTeXStream

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19459 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agosome renamimg
André Pönitz [Sun, 12 Aug 2007 14:03:48 +0000 (14:03 +0000)]
some renamimg

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19458 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoonly include precompiled headers once
Martin Vermeer [Sun, 12 Aug 2007 13:38:45 +0000 (13:38 +0000)]
only include precompiled headers once

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19456 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bug 518 (thanks to Jean Marc and Martin for the help)
José Matox [Sun, 12 Aug 2007 13:25:36 +0000 (13:25 +0000)]
Fix bug 518 (thanks to Jean Marc and Martin for the help)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19455 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUserGuide.lyx updates: - add description of thesaurus
Uwe Stöhr [Sun, 12 Aug 2007 13:16:34 +0000 (13:16 +0000)]
UserGuide.lyx updates: - add description of thesaurus

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19454 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agowhitespace
André Pönitz [Sun, 12 Aug 2007 12:51:00 +0000 (12:51 +0000)]
whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19453 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agocosmetics
André Pönitz [Sun, 12 Aug 2007 12:44:42 +0000 (12:44 +0000)]
cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19452 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agocosmetics (whitespace and no-op functions)
André Pönitz [Sun, 12 Aug 2007 12:40:11 +0000 (12:40 +0000)]
cosmetics (whitespace and no-op functions)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19451 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoremove HSV color
André Pönitz [Sun, 12 Aug 2007 11:19:26 +0000 (11:19 +0000)]
remove HSV color

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19450 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoremove unsued classes HSVColor and NamedColor
André Pönitz [Sun, 12 Aug 2007 11:08:51 +0000 (11:08 +0000)]
remove unsued classes HSVColor and NamedColor

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19449 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUserGuide.lyx updates: - revise descriptions of Branches and Nomenclature
Uwe Stöhr [Sun, 12 Aug 2007 11:05:26 +0000 (11:05 +0000)]
UserGuide.lyx updates: - revise descriptions of Branches and Nomenclature
                       - add a nomenclature
                       - many other cleanups

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19448 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoadd missing header
André Pönitz [Sun, 12 Aug 2007 10:50:49 +0000 (10:50 +0000)]
add missing header

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19447 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agodisable some tests for standard C++ features; add a line counting stream for lates...
André Pönitz [Sun, 12 Aug 2007 08:57:17 +0000 (08:57 +0000)]
disable some tests for standard C++ features; add a line counting stream for lates output

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19446 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomoccable files are special after all
André Pönitz [Sat, 11 Aug 2007 23:36:42 +0000 (23:36 +0000)]
moccable files are special after all

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19445 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoadd client building
André Pönitz [Sat, 11 Aug 2007 23:02:37 +0000 (23:02 +0000)]
add client building

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19443 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoremove lyxrc dependence from support/*
André Pönitz [Sat, 11 Aug 2007 22:37:09 +0000 (22:37 +0000)]
remove lyxrc dependence from support/*

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19441 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agotypo
Jean-Marc Lasgouttes [Sat, 11 Aug 2007 21:22:33 +0000 (21:22 +0000)]
typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19440 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agothe file has been removed
Jean-Marc Lasgouttes [Sat, 11 Aug 2007 20:58:38 +0000 (20:58 +0000)]
the file has been removed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19436 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix linking of qt4 frontend
Jean-Marc Lasgouttes [Sat, 11 Aug 2007 20:55:10 +0000 (20:55 +0000)]
fix linking of qt4 frontend

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19435 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix client linking
André Pönitz [Sat, 11 Aug 2007 20:22:38 +0000 (20:22 +0000)]
fix client linking

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19434 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix tex2lyx linking
André Pönitz [Sat, 11 Aug 2007 20:21:09 +0000 (20:21 +0000)]
fix tex2lyx linking

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19433 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agorename the generated package.C to Package.cpp, as it should. You may have to rebuild...
Jean-Marc Lasgouttes [Sat, 11 Aug 2007 18:35:13 +0000 (18:35 +0000)]
rename the generated package.C to Package.cpp, as it should. You may have to rebuild all, at least in support (but you are used to it, now....)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19431 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix linking error in the frontend
André Pönitz [Sat, 11 Aug 2007 18:24:00 +0000 (18:24 +0000)]
fix linking error in the frontend

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19430 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * Counter.cpp (hasCounter): new method.
Jean-Marc Lasgouttes [Sat, 11 Aug 2007 18:23:30 +0000 (18:23 +0000)]
* Counter.cpp (hasCounter): new method.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19429 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix running lyx with libtools and shared libraries
Jean-Marc Lasgouttes [Sat, 11 Aug 2007 18:15:33 +0000 (18:15 +0000)]
fix running lyx with libtools and shared libraries

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19428 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix building with automake; break scons, cmake and qmake
André Pönitz [Sat, 11 Aug 2007 15:48:15 +0000 (15:48 +0000)]
fix building with automake; break scons, cmake and qmake

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19427 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomake scons cope with renamed ui_*.h
André Pönitz [Sat, 11 Aug 2007 11:24:17 +0000 (11:24 +0000)]
make scons cope with renamed ui_*.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19426 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix position of inferior libraries
André Pönitz [Sat, 11 Aug 2007 11:09:09 +0000 (11:09 +0000)]
fix position of inferior libraries

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19425 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomerge {mathed,insets,graphics}/Makefile.am into src/Makefile.am
André Pönitz [Sat, 11 Aug 2007 10:32:36 +0000 (10:32 +0000)]
merge {mathed,insets,graphics}/Makefile.am into src/Makefile.am

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19424 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomerge controllers/Makefile.am and controllers/tests/Makefile.am
André Pönitz [Sat, 11 Aug 2007 09:36:14 +0000 (09:36 +0000)]
merge controllers/Makefile.am and controllers/tests/Makefile.am

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19423 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomerge support/Makefile.am and support/tests/Makefile.am
André Pönitz [Sat, 11 Aug 2007 09:15:35 +0000 (09:15 +0000)]
merge support/Makefile.am and support/tests/Makefile.am

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19422 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomove tex2lyx and client subdir handling to the main Makefile.am, so they won't be...
André Pönitz [Sat, 11 Aug 2007 08:48:57 +0000 (08:48 +0000)]
move tex2lyx and client subdir handling to the main Makefile.am, so they won't be considered when building in src only. Faster roundtrips...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19421 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix configure.ac
André Pönitz [Sat, 11 Aug 2007 08:30:24 +0000 (08:30 +0000)]
fix configure.ac

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19420 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoreadd pch.h
André Pönitz [Sat, 11 Aug 2007 08:03:47 +0000 (08:03 +0000)]
readd pch.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19417 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUserGuide.lyx: fix some typos
Uwe Stöhr [Sat, 11 Aug 2007 01:48:54 +0000 (01:48 +0000)]
UserGuide.lyx: fix some typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19416 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUserGuide.lyx updates: - Finish the descriptions of the bibliography and the document...
Uwe Stöhr [Sat, 11 Aug 2007 01:20:33 +0000 (01:20 +0000)]
UserGuide.lyx updates: - Finish the descriptions of the bibliography and the document settings dialog
                       - add a BibTeX bibliography

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19415 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomerge qt4/Makefile.am and qt4/ui/Makefile.am
André Pönitz [Fri, 10 Aug 2007 23:19:07 +0000 (23:19 +0000)]
merge qt4/Makefile.am and qt4/ui/Makefile.am

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19414 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoenable building of shared libraries. reduces final linktime. also combine boost stuff...
André Pönitz [Fri, 10 Aug 2007 22:33:54 +0000 (22:33 +0000)]
enable building of shared libraries. reduces final linktime. also combine boost stuff into a single library

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19410 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoGet rid of a few warnings.
Lars Gullik Bjønnes [Fri, 10 Aug 2007 20:14:54 +0000 (20:14 +0000)]
Get rid of a few warnings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19409 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomake tex2lyx buildable
André Pönitz [Fri, 10 Aug 2007 19:36:11 +0000 (19:36 +0000)]
make tex2lyx buildable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19408 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoEmbeddedObjects.lyx: move the \texorpdfstring command to the preamble to get rid...
Uwe Stöhr [Fri, 10 Aug 2007 19:14:07 +0000 (19:14 +0000)]
EmbeddedObjects.lyx: move the \texorpdfstring command to the preamble to get rid of ERT-boxes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19404 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUserGuide.lyx updates: except of the Appendox A and B it is now near to be ready
Uwe Stöhr [Fri, 10 Aug 2007 18:15:59 +0000 (18:15 +0000)]
UserGuide.lyx updates: except of the Appendox A and B it is now near to be ready

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19403 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoadd client and tex2lyx support; add support for debug and release builds
André Pönitz [Fri, 10 Aug 2007 16:55:53 +0000 (16:55 +0000)]
add client and tex2lyx support; add support for debug and release builds

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19402 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomake the think independent from my machine; add a REAME file
André Pönitz [Fri, 10 Aug 2007 15:24:54 +0000 (15:24 +0000)]
make the think independent from my machine; add a REAME file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19401 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agorevert accidental change in last commit
André Pönitz [Fri, 10 Aug 2007 15:09:34 +0000 (15:09 +0000)]
revert accidental change in last commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19400 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agowe desparately need a fourth buildsystem. so let's start one
André Pönitz [Fri, 10 Aug 2007 14:56:41 +0000 (14:56 +0000)]
we desparately need a fourth buildsystem. so let's start one

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19399 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUpdate to latest from boost 1.34.x branch
Lars Gullik Bjønnes [Fri, 10 Aug 2007 12:16:52 +0000 (12:16 +0000)]
Update to latest from boost 1.34.x branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19398 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoConverted '#warning ...' into FIXME-comments
Christian Ridderström [Fri, 10 Aug 2007 11:47:12 +0000 (11:47 +0000)]
Converted '#warning ...' into FIXME-comments

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19397 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoSyncronize with 1.5. This stuff was uncommitted in y tree actually.
Jean-Marc Lasgouttes [Fri, 10 Aug 2007 10:21:09 +0000 (10:21 +0000)]
Syncronize with 1.5. This stuff was uncommitted in y tree actually.

* src/BufferView.cpp (workAreaDispatch): set selection status here

* src/Text3.cpp (dispatch):
* src/InsetTabular.cpp (doDispatch): and not here

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19396 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoRemove cruft from config.h
Jean-Marc Lasgouttes [Fri, 10 Aug 2007 09:04:41 +0000 (09:04 +0000)]
Remove cruft from config.h

* src/support/tempname.cpp: move code about HAVE_MKSTEMP here (only user)

* src/pch.h:
* src/Buffer.cpp:
* configure.ac: remove all traces of utime.h and HAVE_UTIME

* config/lyxinclude.m4: remove WITH_WARNING define (which be rendered useless in
a future commit from christian)

* development/scons/SConstruct: try to update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19395 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix broken build related to r19389 (recent userguide changes)
Jean-Marc Lasgouttes [Fri, 10 Aug 2007 08:41:48 +0000 (08:41 +0000)]
Fix broken build related to r19389 (recent userguide changes)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19394 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * config/lyxinclude (LYX_VERSION_SUFFIX): make $with_version available
Jean-Marc Lasgouttes [Fri, 10 Aug 2007 08:34:29 +0000 (08:34 +0000)]
* 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/trunk@19392 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix bug 580: reading of some ill-formed tables
Martin Vermeer [Fri, 10 Aug 2007 08:05:10 +0000 (08:05 +0000)]
fix bug 580: reading of some ill-formed tables

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19390 a592a061-630c-0410-9148-cb99ea01b6c8