]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agotypo
Jean-Marc Lasgouttes [Fri, 21 Nov 2008 13:20:33 +0000 (13:20 +0000)]
typo

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

15 years agoget rid of code duplication between overloaded versions of isRTLBoundary
Dov Feldstern [Fri, 21 Nov 2008 11:32:56 +0000 (11:32 +0000)]
get rid of code duplication between overloaded versions of isRTLBoundary

This is in preparation of some changes to be made in this function, now the change will only have to be done once...

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

15 years agoAdd to scons too, sort order
Pavel Sanda [Fri, 21 Nov 2008 11:20:18 +0000 (11:20 +0000)]
Add to scons too, sort order

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

15 years agoAdd tabular-feature_set-border-lines.png to install
Pavel Sanda [Fri, 21 Nov 2008 11:16:41 +0000 (11:16 +0000)]
Add tabular-feature_set-border-lines.png to install

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

15 years agoAccording to http://en.wikipedia.org/wiki/ISO-2022-JP, a character may be
Enrico Forestieri [Thu, 20 Nov 2008 19:32:22 +0000 (19:32 +0000)]
According to http://en.wikipedia.org/wiki/ISO-2022-JP, a character may be
encoded using 1 or 2 bytes, but it may be prefixed by 3-byte escape sequence.
So, a single ucs4 char could need a maximum of 5 bytes. I think that it
is better to be safe than sorry...

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

15 years agoHrmpf.
Enrico Forestieri [Thu, 20 Nov 2008 19:13:41 +0000 (19:13 +0000)]
Hrmpf.

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

15 years agoWas forgetting this.
Enrico Forestieri [Thu, 20 Nov 2008 19:05:47 +0000 (19:05 +0000)]
Was forgetting this.

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

15 years agoAfter a better understanding of the problem, restrict the fix for
Enrico Forestieri [Thu, 20 Nov 2008 18:48:56 +0000 (18:48 +0000)]
After a better understanding of the problem, restrict the fix for
bugs 5216, 5280, and 5489 to the ISO-2022-JP encoding.

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

15 years agoWhitespace.
Richard Heck [Wed, 19 Nov 2008 04:41:10 +0000 (04:41 +0000)]
Whitespace.

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

15 years agoRemove obsolete comment.
Richard Heck [Wed, 19 Nov 2008 04:28:03 +0000 (04:28 +0000)]
Remove obsolete comment.

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

15 years agoThe comment preceding getValueForField() reflected an earlier implmentation.
Richard Heck [Wed, 19 Nov 2008 04:16:12 +0000 (04:16 +0000)]
The comment preceding getValueForField() reflected an earlier implmentation.
There is now no reason not to use operator[] here, which is more natural.

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

15 years agoFix some comments.
Richard Heck [Wed, 19 Nov 2008 03:58:20 +0000 (03:58 +0000)]
Fix some comments.

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

15 years agoFix 5538.
Richard Heck [Wed, 19 Nov 2008 03:52:22 +0000 (03:52 +0000)]
Fix 5538.

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

15 years agoFix tabular cursor movement:
Vincent van Ravesteijn [Wed, 19 Nov 2008 01:02:48 +0000 (01:02 +0000)]
Fix tabular cursor movement:
- allow repeated shift-up in a multi-line column,
- finish r27581 and r27567 :
    we have to call cur.selHandle ourselves now,
- do not dispatch to the cell in multicell selection.

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

15 years agoDo not paint an invisible cursor.
Vincent van Ravesteijn [Tue, 18 Nov 2008 23:57:26 +0000 (23:57 +0000)]
Do not paint an invisible cursor.

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

15 years agoCorrect painting of a fully selected tabular cell.
Vincent van Ravesteijn [Tue, 18 Nov 2008 22:35:02 +0000 (22:35 +0000)]
Correct painting of a fully selected tabular cell.

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

15 years agofix some memory leaks (NSAutoreleaseNoPool)
Stephan Witt [Tue, 18 Nov 2008 21:51:41 +0000 (21:51 +0000)]
fix some memory leaks (NSAutoreleaseNoPool)

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

15 years agoFix bug #5536.
Vincent van Ravesteijn [Tue, 18 Nov 2008 21:37:02 +0000 (21:37 +0000)]
Fix bug #5536.

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

15 years agoStyle
Enrico Forestieri [Tue, 18 Nov 2008 12:04:40 +0000 (12:04 +0000)]
Style

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

15 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5489 and at the same time
Enrico Forestieri [Tue, 18 Nov 2008 10:40:22 +0000 (10:40 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5489 and at the same time
properly fix bugs 5216 and 5280. The best thing to do would be recognizing
at configure time a buggy iconv and #defining WORKAROUND_ICONV_BUG in
config.h, but I don't know how that could be done.

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

15 years agoSince meeting we have new codename :)
Pavel Sanda [Tue, 18 Nov 2008 01:38:18 +0000 (01:38 +0000)]
Since meeting we have new codename :)

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

15 years ago* po/tr.po: update.
Jürgen Spitzmüller [Mon, 17 Nov 2008 16:13:17 +0000 (16:13 +0000)]
* po/tr.po: update.

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

15 years agoSupport gcc 4.4. Patch from Martin Michlmayr.
Pavel Sanda [Mon, 17 Nov 2008 12:49:47 +0000 (12:49 +0000)]
Support gcc 4.4. Patch from Martin Michlmayr.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg146271.html

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

15 years ago#4430 still not fixed. try better one.
Pavel Sanda [Mon, 17 Nov 2008 12:30:28 +0000 (12:30 +0000)]
#4430 still not fixed. try better one.

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

15 years agoimplement undo grouping for command sequences
Jean-Marc Lasgouttes [Mon, 17 Nov 2008 12:26:19 +0000 (12:26 +0000)]
implement undo grouping for command sequences

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

15 years agoFix some small Tabular UI glitches
Vincent van Ravesteijn [Mon, 17 Nov 2008 11:58:14 +0000 (11:58 +0000)]
Fix some small Tabular UI glitches

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

15 years agoadd Buffer * member to DocIterator
André Pönitz [Mon, 17 Nov 2008 11:46:07 +0000 (11:46 +0000)]
add  Buffer *  member to DocIterator

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

15 years ago* GuiThesaurus.cpp:
Jürgen Spitzmüller [Mon, 17 Nov 2008 07:15:44 +0000 (07:15 +0000)]
* GuiThesaurus.cpp:
- entry parsing should work for all cases now.

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

15 years agoscons compile fix for tex2lyx?
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 23:31:00 +0000 (23:31 +0000)]
scons compile fix for tex2lyx?

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

15 years agosmall spacing bug
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 23:29:11 +0000 (23:29 +0000)]
small spacing bug

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

15 years ago* compile fix for cmake
Stefan Schimanski [Sun, 16 Nov 2008 23:26:40 +0000 (23:26 +0000)]
* compile fix for cmake

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

15 years agoNow tex2lyx is able to parse stuff that is in unicodesymbols file, as well
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 23:24:56 +0000 (23:24 +0000)]
Now tex2lyx is able to parse stuff that is in unicodesymbols file, as well
as accents. Time will tell how robust this is.

All support for InsetLatexAccent has been removed.

I did not do the support for \inputencoding yet, because it is more difficult
to get right...

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

15 years ago* compile fix
Stefan Schimanski [Sun, 16 Nov 2008 23:10:26 +0000 (23:10 +0000)]
* compile fix

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

15 years ago* fix latex grid output of commit http://www.lyx.org/trac/changeset/27524
Stefan Schimanski [Sun, 16 Nov 2008 23:07:13 +0000 (23:07 +0000)]
* fix latex grid output of commit http://www.lyx.org/trac/changeset/27524

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

15 years agoTry to fix reported RCS bug on Windows.
Pavel Sanda [Sun, 16 Nov 2008 23:01:55 +0000 (23:01 +0000)]
Try to fix reported RCS bug on Windows.
To setup system temporary directory with spaces in path is genuine idea.

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

15 years agoNow tex2lyx is able to set the encoding from what it reads in the preamble.
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 21:51:18 +0000 (21:51 +0000)]
Now tex2lyx is able to set the encoding from what it reads in the preamble.

What works:
- parsing of inputenc should work
- \inputencoding is acted on in the preamble

What does not work:
- \inputencoding in the text
- all the corner cases I have not considered, and all buggy stuff in the
  'what works' paragraph
- InsetLatexAccent are still created, but I do not know when they got added
to the code.

The only notable trick in the code is that I had to disable buffering. Otherwise
the whole text was read before I had a chance to change the encoding...

Finally I remove the artificial limitation that forbid
  \usepackage[opt1,opt2]{package1,package2}

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

15 years ago* fix tab order
Stefan Schimanski [Sun, 16 Nov 2008 21:45:47 +0000 (21:45 +0000)]
* fix tab order

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

15 years ago* "Goto label" in reference dialog works with master and child documents
Stefan Schimanski [Sun, 16 Nov 2008 21:28:06 +0000 (21:28 +0000)]
* "Goto label" in reference dialog works with master and child documents

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

15 years agodefinitive fix
Pavel Sanda [Sun, 16 Nov 2008 20:58:27 +0000 (20:58 +0000)]
definitive fix

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

15 years agotentative fix
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 20:38:04 +0000 (20:38 +0000)]
tentative fix

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

15 years agoanother fix for trunk
Pavel Sanda [Sun, 16 Nov 2008 20:35:27 +0000 (20:35 +0000)]
another fix for trunk

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

15 years agoThis breaks elsewhere.
Pavel Sanda [Sun, 16 Nov 2008 20:17:17 +0000 (20:17 +0000)]
This breaks elsewhere.

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

15 years agogcc fix
Pavel Sanda [Sun, 16 Nov 2008 20:00:28 +0000 (20:00 +0000)]
gcc fix

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

15 years agoadd support for changing encoding on idocstream
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 19:25:26 +0000 (19:25 +0000)]
add support for changing encoding on idocstream

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

15 years ago* compile fix for vc++
Stefan Schimanski [Sun, 16 Nov 2008 19:25:22 +0000 (19:25 +0000)]
* compile fix for vc++

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

15 years agowe already have too many defines in config.h...
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 19:22:48 +0000 (19:22 +0000)]
we already have too many defines in config.h...

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

15 years agoremove unneeded "default language" option
André Pönitz [Sun, 16 Nov 2008 19:22:06 +0000 (19:22 +0000)]
remove unneeded "default language" option

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

15 years ago* "Copy as Reference" in the context menu of a label
Stefan Schimanski [Sun, 16 Nov 2008 19:19:07 +0000 (19:19 +0000)]
* "Copy as Reference" in the context menu of a label

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

15 years agocompile fix
André Pönitz [Sun, 16 Nov 2008 19:18:43 +0000 (19:18 +0000)]
compile fix

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

15 years agoFix for mingw/cygwin
Enrico Forestieri [Sun, 16 Nov 2008 19:18:40 +0000 (19:18 +0000)]
Fix for mingw/cygwin

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

15 years agoAdd support for MyThes (i.e., OpenOffice thesauri).
Jürgen Spitzmüller [Sun, 16 Nov 2008 18:48:25 +0000 (18:48 +0000)]
Add support for MyThes (i.e., OpenOffice thesauri).

RegExp experts please have a look at the FIXMEs in GuiThesaurus.cpp.

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

15 years agofix broken latex output range checking
Stephan Witt [Sun, 16 Nov 2008 18:14:14 +0000 (18:14 +0000)]
fix broken latex output range checking

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

15 years agoUserGuide.lyx: forgot this in the last commit
Uwe Stöhr [Sun, 16 Nov 2008 18:07:42 +0000 (18:07 +0000)]
UserGuide.lyx: forgot this in the last commit

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

15 years agoMake sure the selection painting is updated after LFUN_UP or LFUN_DOWN. See http...
Vincent van Ravesteijn [Sun, 16 Nov 2008 18:03:52 +0000 (18:03 +0000)]
Make sure the selection painting is updated after LFUN_UP or LFUN_DOWN. See http://thread.gmane.org/gmane.editors.lyx.devel/113428

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

15 years agoUserGuide.lyx: some more updates in the description of the preferences dialog
Uwe Stöhr [Sun, 16 Nov 2008 18:02:06 +0000 (18:02 +0000)]
UserGuide.lyx: some more updates in the description of the preferences dialog

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

15 years agomove more stuff from buffer_func to Buffer
André Pönitz [Sun, 16 Nov 2008 17:49:00 +0000 (17:49 +0000)]
move more stuff from buffer_func to Buffer

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

15 years ago* complete-accept directly completes if the completion is unique
Stefan Schimanski [Sun, 16 Nov 2008 17:02:40 +0000 (17:02 +0000)]
* complete-accept directly completes if the completion is unique

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

15 years agoFirst serious step for utf8 file format format. tex2lyx is now able to
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 17:02:00 +0000 (17:02 +0000)]
First serious step for utf8 file format format. tex2lyx is now able to
read utf8 tex documents and translate them to lyxformat 249.

There is still no code to discover the encoding and use it, but it is the
easiest part (I hope).

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

15 years agomove updateLables to buffer
André Pönitz [Sun, 16 Nov 2008 16:43:49 +0000 (16:43 +0000)]
move updateLables to buffer

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

15 years ago* open popup on complete-accept if there is a completion available
Stefan Schimanski [Sun, 16 Nov 2008 16:34:16 +0000 (16:34 +0000)]
* open popup on complete-accept if there is a completion available

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

15 years agoUserGuide.lyx: add infos about input completion
Uwe Stöhr [Sun, 16 Nov 2008 16:24:56 +0000 (16:24 +0000)]
UserGuide.lyx: add infos about input completion

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

15 years agouse new converter variable $$d to make tgif preview working (via png converter path)
Stephan Witt [Sun, 16 Nov 2008 16:20:53 +0000 (16:20 +0000)]
use new converter variable $$d to make tgif preview working (via png converter path)

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

15 years agoeven less framing
André Pönitz [Sun, 16 Nov 2008 15:32:11 +0000 (15:32 +0000)]
even less framing

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

15 years agoadd qt include paths
André Pönitz [Sun, 16 Nov 2008 15:23:57 +0000 (15:23 +0000)]
add qt include paths

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

15 years agointroduce new converter variable $$d to pass output directory pathname to converter...
Stephan Witt [Sun, 16 Nov 2008 15:07:51 +0000 (15:07 +0000)]
introduce new converter variable $$d to pass output directory pathname to converter programs

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

15 years agoless negated logic
André Pönitz [Sun, 16 Nov 2008 14:57:03 +0000 (14:57 +0000)]
less negated logic

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

15 years agoenable LFUN_MATH_NUMBER_LINE_TOGGLE when display() is not inline
Stephan Witt [Sun, 16 Nov 2008 14:55:30 +0000 (14:55 +0000)]
enable LFUN_MATH_NUMBER_LINE_TOGGLE when display() is not inline

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

15 years agoremove mourning border from workarea
André Pönitz [Sun, 16 Nov 2008 14:36:55 +0000 (14:36 +0000)]
remove mourning border from workarea

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

15 years agoforgot to move one file
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 14:27:01 +0000 (14:27 +0000)]
forgot to move one file

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

15 years agocosmetics
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 13:57:21 +0000 (13:57 +0000)]
cosmetics

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

15 years agocosmetics
André Pönitz [Sun, 16 Nov 2008 13:48:30 +0000 (13:48 +0000)]
cosmetics

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

15 years agoFix scons after r27522
Vincent van Ravesteijn [Sun, 16 Nov 2008 13:34:18 +0000 (13:34 +0000)]
Fix scons after r27522

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

15 years agotodo
Pavel Sanda [Sun, 16 Nov 2008 13:31:26 +0000 (13:31 +0000)]
todo

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

15 years agoAdd some hook for the next rc2rc.
Pavel Sanda [Sun, 16 Nov 2008 13:27:00 +0000 (13:27 +0000)]
Add some hook for the next rc2rc.

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

15 years agoupdate
André Pönitz [Sun, 16 Nov 2008 13:04:47 +0000 (13:04 +0000)]
update

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

15 years agocosmetics
André Pönitz [Sun, 16 Nov 2008 12:53:49 +0000 (12:53 +0000)]
cosmetics

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

15 years agofix scons?
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 12:35:39 +0000 (12:35 +0000)]
fix scons?

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

15 years agousing cmake 2.6 on mac include escape has to be changed
Stephan Witt [Sun, 16 Nov 2008 12:23:28 +0000 (12:23 +0000)]
using cmake 2.6 on mac include escape has to be changed

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

15 years agoremove spellchecker command and flag telling us whether to use a process or a
André Pönitz [Sun, 16 Nov 2008 12:22:54 +0000 (12:22 +0000)]
remove spellchecker command and flag telling us whether to use a process or a
library.

Somebody schould create a rc2rc script...

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

15 years agorename [io]docfstream to [io]fdocstream
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 12:21:29 +0000 (12:21 +0000)]
rename [io]docfstream to [io]fdocstream

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

15 years agouse correct type of variable in appendString change tracking loop
Stephan Witt [Sun, 16 Nov 2008 12:08:29 +0000 (12:08 +0000)]
use correct type of variable in appendString change tracking loop

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

15 years agorevert r27520 (tr1 stuff)
Jean-Marc Lasgouttes [Sun, 16 Nov 2008 11:51:42 +0000 (11:51 +0000)]
revert r27520 (tr1 stuff)

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

15 years agocosmetics
Pavel Sanda [Sun, 16 Nov 2008 11:37:30 +0000 (11:37 +0000)]
cosmetics

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

15 years agoThe rest of Tommaso patch with some cleanups. Not very clean still but at least it...
Abdelrazak Younes [Sun, 16 Nov 2008 01:20:34 +0000 (01:20 +0000)]
The rest of Tommaso patch with some cleanups. Not very clean still but at least it compiles!

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

15 years agopart 7
Abdelrazak Younes [Sun, 16 Nov 2008 00:18:52 +0000 (00:18 +0000)]
part 7

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

15 years agoUserGuide.lyx: some updates
Uwe Stöhr [Sun, 16 Nov 2008 00:18:24 +0000 (00:18 +0000)]
UserGuide.lyx: some updates

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

15 years agoTommaso patch part 6, FindAndReplace not compiled yet.
Abdelrazak Younes [Sun, 16 Nov 2008 00:15:51 +0000 (00:15 +0000)]
Tommaso patch part 6, FindAndReplace not compiled yet.

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

15 years agoTommaso patch, part 5, lots of thing to cleanup still but I'll do that afterwards.
Abdelrazak Younes [Sun, 16 Nov 2008 00:12:21 +0000 (00:12 +0000)]
Tommaso patch, part 5, lots of thing to cleanup still but I'll do that afterwards.

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

15 years agotry using std::tr1::shared_ptr instead of boost::shared_ptr
André Pönitz [Sun, 16 Nov 2008 00:01:41 +0000 (00:01 +0000)]
try using std::tr1::shared_ptr instead of boost::shared_ptr

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

15 years agooups...
Abdelrazak Younes [Sat, 15 Nov 2008 23:57:35 +0000 (23:57 +0000)]
oups...

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

15 years agoTommaso patch part 3 (or maybe 4...)
Abdelrazak Younes [Sat, 15 Nov 2008 23:40:54 +0000 (23:40 +0000)]
Tommaso patch part 3 (or maybe 4...)

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

15 years agoremove last traces of plaintext_roff_command
Jean-Marc Lasgouttes [Sat, 15 Nov 2008 23:39:48 +0000 (23:39 +0000)]
remove last traces of plaintext_roff_command

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

15 years agoFirst part of Tommaso advanced search patch. Only the backend function.
Abdelrazak Younes [Sat, 15 Nov 2008 23:30:27 +0000 (23:30 +0000)]
First part of Tommaso advanced search patch. Only the backend function.

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

15 years agocompil fix, sorry.
Abdelrazak Younes [Sat, 15 Nov 2008 23:18:42 +0000 (23:18 +0000)]
compil fix, sorry.

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

15 years agogcc warning...
Abdelrazak Younes [Sat, 15 Nov 2008 23:04:43 +0000 (23:04 +0000)]
gcc warning...

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

15 years agocosmetics.
Abdelrazak Younes [Sat, 15 Nov 2008 22:58:19 +0000 (22:58 +0000)]
cosmetics.

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

15 years agoIf it is not broken then break it:
José Matox [Sat, 15 Nov 2008 22:55:53 +0000 (22:55 +0000)]
If it is not broken then break it:

* Fix lyx2lyx default debug level
* Fix lyx2lyx verbose mode
* Use stderr consistently
* Update default version when running from src directory
* Output prettier and more useful information
* Allow to specify the target version, the format will be accordingly
* Have a more reliable chain of dependencies (fixes corner cases < 2.15)
* Add placeholder for future file format changes

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

15 years agoSome cosmetic changes so that GuiWorkArea can be embeddable in a Qt designer dialog.
Abdelrazak Younes [Sat, 15 Nov 2008 22:34:52 +0000 (22:34 +0000)]
Some cosmetic changes so that GuiWorkArea can be embeddable in a Qt designer dialog.

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

15 years agofix #4430 . initial size of the "view source" window can shrunk now.
André Pönitz [Sat, 15 Nov 2008 21:55:17 +0000 (21:55 +0000)]
fix #4430   . initial size of the "view source" window can shrunk now.

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

15 years agogcc warning fix
Abdelrazak Younes [Sat, 15 Nov 2008 21:21:04 +0000 (21:21 +0000)]
gcc warning fix

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