]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoAdd OutputEnums.h. This enum will shortly replace some magic booleans
Richard Heck [Wed, 20 Jan 2010 19:41:44 +0000 (19:41 +0000)]
Add OutputEnums.h. This enum will shortly replace some magic booleans
that have crept into my code. I'm putting it in a separate file becuase
it is going to be included in Counters.h. The other obvious places to
put it would lead to large includes in this file.

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

14 years agoBetter XHTML output for InsetRef.
Richard Heck [Wed, 20 Jan 2010 19:03:17 +0000 (19:03 +0000)]
Better XHTML output for InsetRef.

The idea here is to implement something like \refstepcounter for LyX. We
do this by tracking the "active" counter in Counters.cpp. We also have
to track when we go in and out of environments to which counters are
local, and so on and so forth.

This all gets done in updateLabels(), but only if we are producing
output, which is why I added the output boolean a while ago.

I expect there are bugs in here, though it seems to work pretty well
with the documents I've tested.

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

14 years agoDispatch BUFFER_SWITCH only if buffer actually changed (avoids some flickering when...
Tommaso Cucinotta [Wed, 20 Jan 2010 18:18:04 +0000 (18:18 +0000)]
Dispatch BUFFER_SWITCH only if buffer actually changed (avoids some flickering when buffer is unchanged).

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

14 years agoMinor changes.
Tommaso Cucinotta [Wed, 20 Jan 2010 18:16:28 +0000 (18:16 +0000)]
Minor changes.

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

14 years agoThe BufferList does not know about cloned buffers, so the parent of a
Richard Heck [Wed, 20 Jan 2010 17:53:18 +0000 (17:53 +0000)]
The BufferList does not know about cloned buffers, so the parent of a
cloned Buffer is always "unloaded" as far as the BufferList is
concerned.

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

14 years agoMove comments to functions, not private members.
Richard Heck [Wed, 20 Jan 2010 17:51:07 +0000 (17:51 +0000)]
Move comments to functions, not private members.

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

14 years agoAdd a FIXME.
Richard Heck [Tue, 19 Jan 2010 22:51:20 +0000 (22:51 +0000)]
Add a FIXME.

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

14 years agoRemove half a comment?
Richard Heck [Tue, 19 Jan 2010 22:29:52 +0000 (22:29 +0000)]
Remove half a comment?

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

14 years agoRemove things to be removed.
Richard Heck [Tue, 19 Jan 2010 22:24:46 +0000 (22:24 +0000)]
Remove things to be removed.

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

14 years agoMove the StartTag, EndTag, and CompTag classes into the html namespace.
Richard Heck [Tue, 19 Jan 2010 22:08:04 +0000 (22:08 +0000)]
Move the StartTag, EndTag, and CompTag classes into the html namespace.

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

14 years agoUpdate notes.
Richard Heck [Tue, 19 Jan 2010 19:44:55 +0000 (19:44 +0000)]
Update notes.

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

14 years agoCollect the title for XHTML output, and use it.
Richard Heck [Tue, 19 Jan 2010 19:43:15 +0000 (19:43 +0000)]
Collect the title for XHTML output, and use it.

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

14 years agoFix listings XHTML output: No paragraphs in there.
Richard Heck [Tue, 19 Jan 2010 19:11:12 +0000 (19:11 +0000)]
Fix listings XHTML output: No paragraphs in there.

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

14 years agoUpdate lyxprofile for cygwin.
Enrico Forestieri [Tue, 19 Jan 2010 18:52:35 +0000 (18:52 +0000)]
Update lyxprofile for cygwin.
* Don't use the Windows documents folder as fallback home dir
* Starting from cygwin 1.7, the charset part of the locale settings
  are honoured. The default is UTF-8
* It is no more necessary setting OUTPUT_CHARSET
* Allow per-user customization trough ~/.lyxprofile

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

14 years ago* ADD LFUN_SPELLING_ADD and LFUN_SPELLING_IGNORE (bug 6102).
Jürgen Spitzmüller [Tue, 19 Jan 2010 08:21:56 +0000 (08:21 +0000)]
* ADD LFUN_SPELLING_ADD and LFUN_SPELLING_IGNORE (bug 6102).

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

14 years agoNew behaviour when using break-paragraph on an empty paragraph where
Jean-Marc Lasgouttes [Mon, 18 Jan 2010 22:11:06 +0000 (22:11 +0000)]
New behaviour when using break-paragraph on an empty paragraph where
KeepEmpty is false:
* if depth>0, decrease depth
* if depth = 0 reset layout to standard

This implments a hopefully intuitive way of getting out of enumerations and
other environments.

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

14 years agoOops. Forgot to save.
Jürgen Spitzmüller [Mon, 18 Jan 2010 17:21:42 +0000 (17:21 +0000)]
Oops. Forgot to save.

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

14 years ago* de/UserGuide:
Jürgen Spitzmüller [Mon, 18 Jan 2010 17:17:25 +0000 (17:17 +0000)]
* de/UserGuide:
- document the setup of spell checking distionaries for german and ngerman (#4657).

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

14 years ago* Add support for aspell language varieties.
Jürgen Spitzmüller [Mon, 18 Jan 2010 17:02:05 +0000 (17:02 +0000)]
* Add support for aspell language varieties.

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

14 years agomake sure that error_ is correctly initialized
Jean-Marc Lasgouttes [Mon, 18 Jan 2010 11:50:12 +0000 (11:50 +0000)]
make sure that error_ is correctly initialized

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

14 years agotypo and small addition
Jürgen Spitzmüller [Mon, 18 Jan 2010 11:06:22 +0000 (11:06 +0000)]
typo and small addition

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

14 years agoFix bug #5525: Windows XP doesn't shut down with LyX open
Enrico Forestieri [Sun, 17 Jan 2010 23:01:48 +0000 (23:01 +0000)]
Fix bug #5525: Windows XP doesn't shut down with LyX open

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

14 years agoFix horizontal size of replacement combo.
Enrico Forestieri [Sun, 17 Jan 2010 16:43:17 +0000 (16:43 +0000)]
Fix horizontal size of replacement combo.

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

14 years ago* InsetIndex.{cpp,h}:
Jürgen Spitzmüller [Sun, 17 Jan 2010 14:47:45 +0000 (14:47 +0000)]
* InsetIndex.{cpp,h}:
- add index name to button label (part of #6455).

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

14 years agoEmbeddedObjects.lyx: update description of multirows
Uwe Stöhr [Sun, 17 Jan 2010 13:00:00 +0000 (13:00 +0000)]
EmbeddedObjects.lyx: update description of multirows

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

14 years ago* GuiSpellchecker:
Jürgen Spitzmüller [Sun, 17 Jan 2010 12:27:44 +0000 (12:27 +0000)]
* GuiSpellchecker:
- implement event filter and allow selection of suggestions with the keyboard
  (second part of bug 6460).

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

14 years ago* Add more keyboard accelerators to the spellchecker dialog (part of bug 6460).
Jürgen Spitzmüller [Sun, 17 Jan 2010 10:51:32 +0000 (10:51 +0000)]
* Add more keyboard accelerators to the spellchecker dialog (part of bug 6460).

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

14 years agoGerman Tutorial.lyx: please Hartmut
Uwe Stöhr [Sat, 16 Jan 2010 23:49:33 +0000 (23:49 +0000)]
German Tutorial.lyx: please Hartmut

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

14 years ago- EmbeddedObjects.lyx: avoid some LaTeX warnings (a hyperref and a dcolumn issue)
Uwe Stöhr [Sat, 16 Jan 2010 23:43:20 +0000 (23:43 +0000)]
- EmbeddedObjects.lyx: avoid some LaTeX warnings (a hyperref and a dcolumn issue)
- French EmbeddedObjects.lyx: add missing paragraph that is already there in the other language version

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

14 years agofr.po: completed translations for trunk by Jean-Pierre
Uwe Stöhr [Sat, 16 Jan 2010 20:47:36 +0000 (20:47 +0000)]
fr.po: completed translations for trunk by Jean-Pierre

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

14 years agode.po: some translations
Uwe Stöhr [Sat, 16 Jan 2010 20:46:20 +0000 (20:46 +0000)]
de.po: some translations

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

14 years ago- English Tutorial.lyx: fix a typo, spotted by Ignacio
Uwe Stöhr [Sat, 16 Jan 2010 20:41:48 +0000 (20:41 +0000)]
- English Tutorial.lyx: fix a typo, spotted by Ignacio
- Spanish Tutorial.lyx: translations by Ignacio
- German Tutorial.lyx: translations by me

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

14 years ago* revert r32450 which broke polytonic Greek.
Jürgen Spitzmüller [Sat, 16 Jan 2010 09:52:42 +0000 (09:52 +0000)]
* revert r32450 which broke polytonic Greek.

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

14 years agoTry to fix an assert coming from "gcc vector-index checks".
Vincent van Ravesteijn [Sat, 16 Jan 2010 00:22:15 +0000 (00:22 +0000)]
Try to fix an assert coming from "gcc vector-index checks".

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

14 years agoForgot doc
Pavel Sanda [Fri, 15 Jan 2010 19:25:28 +0000 (19:25 +0000)]
Forgot doc

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

14 years agoKill LFUN_OUTLINE_DRAGMOVE.
Pavel Sanda [Fri, 15 Jan 2010 19:13:24 +0000 (19:13 +0000)]
Kill LFUN_OUTLINE_DRAGMOVE.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg157155.html

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

14 years agoremove bad and unused #include
Jean-Marc Lasgouttes [Fri, 15 Jan 2010 16:37:17 +0000 (16:37 +0000)]
remove bad and unused #include

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

14 years agoKill warning and avoid double arithmetic. Vincent, I hope I did not break something...
Jean-Marc Lasgouttes [Fri, 15 Jan 2010 16:32:05 +0000 (16:32 +0000)]
Kill warning and avoid double arithmetic. Vincent, I hope I did not break something...

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

14 years agocompilation fir with qt 4.2
Jean-Marc Lasgouttes [Fri, 15 Jan 2010 14:40:00 +0000 (14:40 +0000)]
compilation fir with qt 4.2

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

14 years agoadd warning about processing events
Peter Kümmel [Fri, 15 Jan 2010 10:53:56 +0000 (10:53 +0000)]
add warning about processing events

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

14 years agoRevert r33039, which did not work at all.
Richard Heck [Thu, 14 Jan 2010 23:45:53 +0000 (23:45 +0000)]
Revert r33039, which did not work at all.

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

14 years agoThe fortoc argument I introduced earlier should all along have gone into
Richard Heck [Thu, 14 Jan 2010 22:24:43 +0000 (22:24 +0000)]
The fortoc argument I introduced earlier should all along have gone into
OutputParams. So now it is there.

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

14 years agoA little cleanup of stray font tags.
Richard Heck [Thu, 14 Jan 2010 22:18:04 +0000 (22:18 +0000)]
A little cleanup of stray font tags.

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

14 years agoJust use normal emph here.
Richard Heck [Thu, 14 Jan 2010 21:45:47 +0000 (21:45 +0000)]
Just use normal emph here.

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

14 years agoCharacter styles should have MultiPar = false, by default.
Richard Heck [Thu, 14 Jan 2010 21:43:44 +0000 (21:43 +0000)]
Character styles should have MultiPar = false, by default.

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

14 years agoThese need to be divs.
Richard Heck [Thu, 14 Jan 2010 21:41:02 +0000 (21:41 +0000)]
These need to be divs.

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

14 years agoMinor InsetLayout cleanup.
Richard Heck [Thu, 14 Jan 2010 21:31:27 +0000 (21:31 +0000)]
Minor InsetLayout cleanup.

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

14 years agoUpdate HTML notes.
Richard Heck [Thu, 14 Jan 2010 20:02:30 +0000 (20:02 +0000)]
Update HTML notes.

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

14 years agoFinish the output of the index for XHTML.
Richard Heck [Thu, 14 Jan 2010 20:01:53 +0000 (20:01 +0000)]
Finish the output of the index for XHTML.

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

14 years agoRemerge po files
Enrico Forestieri [Thu, 14 Jan 2010 18:44:21 +0000 (18:44 +0000)]
Remerge po files

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

14 years agoMinor changes for XHTML output.
Richard Heck [Thu, 14 Jan 2010 17:11:23 +0000 (17:11 +0000)]
Minor changes for XHTML output.

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

14 years agoBetter error messages for failed conversion.
Richard Heck [Thu, 14 Jan 2010 17:11:02 +0000 (17:11 +0000)]
Better error messages for failed conversion.

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

14 years agoDon't access empty iterators.
Richard Heck [Thu, 14 Jan 2010 17:10:40 +0000 (17:10 +0000)]
Don't access empty iterators.

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

14 years agoResolve accelerator conflict
Jürgen Spitzmüller [Thu, 14 Jan 2010 16:04:34 +0000 (16:04 +0000)]
Resolve accelerator conflict

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

14 years agoMinor stuff.
Richard Heck [Thu, 14 Jan 2010 15:40:30 +0000 (15:40 +0000)]
Minor stuff.

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

14 years agoDocumentation for XHTML support (or otherwise) or indexes and glossaries.
Richard Heck [Thu, 14 Jan 2010 15:40:05 +0000 (15:40 +0000)]
Documentation for XHTML support (or otherwise) or indexes and glossaries.

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

14 years agoComment.
Richard Heck [Thu, 14 Jan 2010 14:05:50 +0000 (14:05 +0000)]
Comment.

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

14 years agoUpdate all layout files to format 21.
Richard Heck [Thu, 14 Jan 2010 14:03:59 +0000 (14:03 +0000)]
Update all layout files to format 21.

Note: Anyone on *nix can do this by running development/tools/updatelayouts.sh.

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

14 years agoFix XHTML output on systems where char_type is not typedef'd to wchar_t.
Enrico Forestieri [Thu, 14 Jan 2010 13:29:13 +0000 (13:29 +0000)]
Fix XHTML output on systems where char_type is not typedef'd to wchar_t.
See docstream.h for the explanation.

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

14 years agoAdd accelerator
Jürgen Spitzmüller [Thu, 14 Jan 2010 07:05:55 +0000 (07:05 +0000)]
Add accelerator

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

14 years agoSet the hourglass cursor for the dialog while running. However, the Cancel button...
Vincent van Ravesteijn [Thu, 14 Jan 2010 01:20:14 +0000 (01:20 +0000)]
Set the hourglass cursor for the dialog while running. However, the Cancel button can always be pressed, so this one gets a normal cursor.

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

14 years agoIt seems that svn changes its implicit behaviour across versions.
Pavel Sanda [Thu, 14 Jan 2010 01:06:21 +0000 (01:06 +0000)]
It seems that svn changes its implicit behaviour across versions.

Both commits are for branch too Juergen.

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

14 years agoCompare: Adjustment of the title bar of GuiCompare is no longer needed since we have...
Vincent van Ravesteijn [Thu, 14 Jan 2010 01:05:36 +0000 (01:05 +0000)]
Compare: Adjustment of the title bar of GuiCompare is no longer needed since we have a statusbar.

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

14 years agoNext possibility for svn conflict in log parsing.
Pavel Sanda [Thu, 14 Jan 2010 01:03:42 +0000 (01:03 +0000)]
Next possibility for svn conflict in log parsing.

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

14 years agoCompare: Actually abort the process when cancel is pressed.
Vincent van Ravesteijn [Thu, 14 Jan 2010 00:56:55 +0000 (00:56 +0000)]
Compare: Actually abort the process when cancel is pressed.

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

14 years agoHide the Aborted and Finished messages after a few seconds.
Vincent van Ravesteijn [Thu, 14 Jan 2010 00:56:13 +0000 (00:56 +0000)]
Hide the Aborted and Finished messages after a few seconds.

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

14 years agoCompare: Add a statusbar to the dialog and show a message every second. The message...
Vincent van Ravesteijn [Thu, 14 Jan 2010 00:41:47 +0000 (00:41 +0000)]
Compare: Add a statusbar to the dialog and show a message every second. The message now shows at which recursion level the algorithm is and which D-path it is currently processing.

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

14 years agoProgressView minimal horizontal size.
Pavel Sanda [Wed, 13 Jan 2010 21:45:48 +0000 (21:45 +0000)]
ProgressView minimal horizontal size.

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

14 years agoProgressView quirks
Pavel Sanda [Wed, 13 Jan 2010 21:45:44 +0000 (21:45 +0000)]
ProgressView quirks

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

14 years agoFix (partly?) bug #6451: Crash when interacting with buffer-dependent dialog with...
Vincent van Ravesteijn [Wed, 13 Jan 2010 20:25:17 +0000 (20:25 +0000)]
Fix (partly?) bug #6451: Crash when interacting with buffer-dependent dialog with no buffer open.

It seems to be a good idea to close all buffer-dependent dialogs when there are no more buffers open. This gives the user no opportunity to call buffer-related functions and cause a crash.

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

14 years agoQuery the cygdrive prefix only if the cygwin mount command is available.
Enrico Forestieri [Wed, 13 Jan 2010 19:36:41 +0000 (19:36 +0000)]
Query the cygdrive prefix only if the cygwin mount command is available.

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

14 years agoMove lyxerrFlush() out of singnal/slot business.
Pavel Sanda [Wed, 13 Jan 2010 19:07:18 +0000 (19:07 +0000)]
Move lyxerrFlush() out of singnal/slot business.

Under massive load of lyxerr<< messages we lose synchronization in ui
and messages get garbled into each other.

This patch helps a lot, note however that the problem is generally hard to
solve in multithreaded environment because from inside lyxerr there is no
way how to know that t1b should be bound to t1a when thread is switched in
unfortunated time and thread thread2 goes for his bussiness.

thread1 out<<t1a<<t1b<<"\n";
thread2 out<<t2a<<t2b<<"\n";

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

14 years agoFix bug #6448: Crash with invalid anchor.
Vincent van Ravesteijn [Wed, 13 Jan 2010 18:57:42 +0000 (18:57 +0000)]
Fix bug #6448: Crash with invalid anchor.

If we check whether a cursor is valid, we should also check the anchor_.

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

14 years agoSimplify menu string
Pavel Sanda [Wed, 13 Jan 2010 15:45:10 +0000 (15:45 +0000)]
Simplify menu string
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg157010.htm

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

14 years agoRemove the no more necessary workaround for Qt < 4.4
Enrico Forestieri [Wed, 13 Jan 2010 13:19:24 +0000 (13:19 +0000)]
Remove the no more necessary workaround for Qt < 4.4

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

14 years agoTutorial.lyx: accept Richard's changes
Uwe Stöhr [Wed, 13 Jan 2010 00:50:19 +0000 (00:50 +0000)]
Tutorial.lyx: accept Richard's changes

Once again, please do changes that are not trunk-specific in branch!

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

14 years agoTutorial.lyx: revert r33004 (I guess this was accidentally committed.)
Uwe Stöhr [Wed, 13 Jan 2010 00:26:03 +0000 (00:26 +0000)]
Tutorial.lyx: revert r33004 (I guess this was accidentally committed.)

Besides this, please do all changes that are not specific to trunk in the versions in branch!

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

14 years agoNote about using the mini-buffer to enter accented characters.
Richard Heck [Tue, 12 Jan 2010 23:25:22 +0000 (23:25 +0000)]
Note about using the mini-buffer to enter accented characters.

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

14 years agoMore minor restatements and formatting things.
Richard Heck [Tue, 12 Jan 2010 23:22:35 +0000 (23:22 +0000)]
More minor restatements and formatting things.

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

14 years agoMinor formatting changes.
Richard Heck [Tue, 12 Jan 2010 23:16:19 +0000 (23:16 +0000)]
Minor formatting changes.

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

14 years agoAdd some material to the section on tex2lyx that explains the need for layout files...
Richard Heck [Tue, 12 Jan 2010 23:11:54 +0000 (23:11 +0000)]
Add some material to the section on tex2lyx that explains the need for layout files. We might want to refer to this elsewhere, too.

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

14 years agoThese remarks about changes of document class are no longer valid.
Richard Heck [Tue, 12 Jan 2010 22:40:30 +0000 (22:40 +0000)]
These remarks about changes of document class are no longer valid.

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

14 years agoThis sorts the index entries and writes each one's tags together, like:
Richard Heck [Tue, 12 Jan 2010 21:06:55 +0000 (21:06 +0000)]
This sorts the index entries and writes each one's tags together, like:
  AMS Math 1, 2, 3
where the numbers are links.

The only thing left to do here is to parse the index entries so that we
can do something with "this ! that" and similar things.

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

14 years agoInitial work for XHTML output of the index. It just occurred to me the
Richard Heck [Tue, 12 Jan 2010 20:44:39 +0000 (20:44 +0000)]
Initial work for XHTML output of the index. It just occurred to me the
other day that this would be easy, since the Index is in the TOC. There
is more to be done here still, though.

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

14 years agoRemove the test for "tableofcontents", since that is the only thing this
Richard Heck [Tue, 12 Jan 2010 20:25:33 +0000 (20:25 +0000)]
Remove the test for "tableofcontents", since that is the only thing this
inset supports right now.

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

14 years agoFix TOC output of math insets.
Richard Heck [Tue, 12 Jan 2010 20:24:53 +0000 (20:24 +0000)]
Fix TOC output of math insets.

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

14 years agoWhitespace.
Richard Heck [Tue, 12 Jan 2010 20:22:07 +0000 (20:22 +0000)]
Whitespace.

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

14 years agoRemove unnecessary font.
Richard Heck [Tue, 12 Jan 2010 19:54:01 +0000 (19:54 +0000)]
Remove unnecessary font.

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

14 years agoFix TOC section detection.
Richard Heck [Tue, 12 Jan 2010 19:51:32 +0000 (19:51 +0000)]
Fix TOC section detection.

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

14 years agoWhoops again.
Richard Heck [Tue, 12 Jan 2010 19:42:16 +0000 (19:42 +0000)]
Whoops again.

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

14 years agoWhoops.
Richard Heck [Tue, 12 Jan 2010 19:39:49 +0000 (19:39 +0000)]
Whoops.

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

14 years agoSimplify InsetTOC::xhtml now.
Richard Heck [Tue, 12 Jan 2010 19:39:07 +0000 (19:39 +0000)]
Simplify InsetTOC::xhtml now.

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

14 years agoNew layout tag for specifying the style used for TOCs, etc, in XHTML
Richard Heck [Tue, 12 Jan 2010 19:38:31 +0000 (19:38 +0000)]
New layout tag for specifying the style used for TOCs, etc, in XHTML
output.

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

14 years agoA bit more XHTML-related documentation. This is just a start.
Richard Heck [Tue, 12 Jan 2010 19:37:45 +0000 (19:37 +0000)]
A bit more XHTML-related documentation. This is just a start.

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

14 years agoUpdate notes.
Richard Heck [Tue, 12 Jan 2010 19:21:32 +0000 (19:21 +0000)]
Update notes.

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

14 years agofix example for notes-mutate replacement
Jean-Marc Lasgouttes [Tue, 12 Jan 2010 17:17:40 +0000 (17:17 +0000)]
fix example for notes-mutate replacement

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

14 years agoRevert last patch for time being. This gives 0 vertical size of widget by default.
Pavel Sanda [Tue, 12 Jan 2010 16:21:50 +0000 (16:21 +0000)]
Revert last patch for time being. This gives 0 vertical size of widget by default.

How to add some default size to be used in case no previous settings were saved?

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

14 years agoget rid of notes-mutate and explain that inset-forall can do the same
Jean-Marc Lasgouttes [Tue, 12 Jan 2010 15:54:33 +0000 (15:54 +0000)]
get rid of notes-mutate and explain that inset-forall can do the same

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

14 years agoNo vertical restrictions
Pavel Sanda [Tue, 12 Jan 2010 15:45:32 +0000 (15:45 +0000)]
No vertical restrictions

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

14 years agoChange the ProgressView strings:
Vincent van Ravesteijn [Tue, 12 Jan 2010 15:35:52 +0000 (15:35 +0000)]
Change the ProgressView strings:
- I18n the window title,
- it's unnecessary for a window to have window in its title,
- adjust casing,
- do not use show in the view menu,
- sync window title and menu entry.

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