]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoFix bug #6431: Crash when closing a workarea with a pending completion popup.
Vincent van Ravesteijn [Sun, 10 Jan 2010 19:33:18 +0000 (19:33 +0000)]
Fix bug #6431: Crash when closing a workarea with a pending completion popup.

The GuiCompleter has to have a parent, otherwise it is not destroyed when a GuiWorkArea is destroyed.

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

14 years agoSmall update
Enrico Forestieri [Sun, 10 Jan 2010 19:14:13 +0000 (19:14 +0000)]
Small update

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

14 years agoFixed #6335.
Tommaso Cucinotta [Sun, 10 Jan 2010 19:08:41 +0000 (19:08 +0000)]
Fixed #6335.

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

14 years agoOne more comment.
Pavel Sanda [Sun, 10 Jan 2010 18:14:50 +0000 (18:14 +0000)]
One more comment.

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

14 years agoRegenerate LFuns.lyx
Pavel Sanda [Sun, 10 Jan 2010 16:50:34 +0000 (16:50 +0000)]
Regenerate LFuns.lyx

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

14 years agoMove it to the context of others lfuns.
Pavel Sanda [Sun, 10 Jan 2010 16:50:30 +0000 (16:50 +0000)]
Move it to the context of others lfuns.

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

14 years agoAdd doxy samples from commit info.
Pavel Sanda [Sun, 10 Jan 2010 16:50:25 +0000 (16:50 +0000)]
Add doxy samples from commit info.

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

14 years agoSmall tweak
Enrico Forestieri [Sun, 10 Jan 2010 16:33:31 +0000 (16:33 +0000)]
Small tweak

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

14 years agoThis patch from Richard was correct.
Pavel Sanda [Sun, 10 Jan 2010 15:47:40 +0000 (15:47 +0000)]
This patch from Richard was correct.

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

14 years ago* InsetInclude{.cpp, h}:
Jürgen Spitzmüller [Sun, 10 Jan 2010 15:10:40 +0000 (15:10 +0000)]
* InsetInclude{.cpp, h}:
- indicate if a child document has been un-included (via the includeonly feature).

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

14 years ago* PanelStack.{cpp,h}:
Jürgen Spitzmüller [Sun, 10 Jan 2010 14:46:39 +0000 (14:46 +0000)]
* PanelStack.{cpp,h}:
- new members showPanel, isCurrentPanel
* GuiDocument.cpp:
- hide Child Documents panel if there are no children.

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

14 years agoNow find/replace WAs have their focus back when switching to advanced pane, then...
Tommaso Cucinotta [Sun, 10 Jan 2010 14:02:27 +0000 (14:02 +0000)]
Now find/replace WAs have their focus back when switching to advanced pane, then back.

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

14 years agoOptimize DocRange::length(). Thanks Abdel.
Vincent van Ravesteijn [Sun, 10 Jan 2010 13:55:42 +0000 (13:55 +0000)]
Optimize DocRange::length(). Thanks Abdel.

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

14 years agoReadd comment and squeeze warning.
Vincent van Ravesteijn [Sun, 10 Jan 2010 13:54:06 +0000 (13:54 +0000)]
Readd comment and squeeze warning.

Is gcc quiet too now ?

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

14 years agoAdd an option to assure that all aux files are maintained when using the includeonly...
Jürgen Spitzmüller [Sun, 10 Jan 2010 13:25:41 +0000 (13:25 +0000)]
Add an option to assure that all aux files are maintained when using the includeonly feature, so that the
page numbering and the references of the master file are maintained in the included children (bug 1005).

I made this optional since some people use \includeonly to save compilation time, but a proper aux file update
needs a full compilation of the complete master prior to the compilation of the \includeonly master.

Hence, a new buffer param is introduced (file format change).

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

14 years agoUse the operator[] to get and set the values of the compl_vector.
Vincent van Ravesteijn [Sun, 10 Jan 2010 13:17:10 +0000 (13:17 +0000)]
Use the operator[] to get and set the values of the compl_vector.

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

14 years agoCosmetics mainly: Rename math.h to cmath, reorder some includes, remove some includes...
Vincent van Ravesteijn [Sun, 10 Jan 2010 12:37:50 +0000 (12:37 +0000)]
Cosmetics mainly: Rename math.h to cmath, reorder some includes, remove some includes and remove some superfluous "lyx::".

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

14 years agoAdded description of replace functionality and missing options.
Tommaso Cucinotta [Sun, 10 Jan 2010 12:21:05 +0000 (12:21 +0000)]
Added description of replace functionality and missing options.

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

14 years agoLet trunk compile.
Tommaso Cucinotta [Sun, 10 Jan 2010 10:27:00 +0000 (10:27 +0000)]
Let trunk compile.

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

14 years agoRemove some debug info that renders trunk uncompilable.
Vincent van Ravesteijn [Sun, 10 Jan 2010 00:17:40 +0000 (00:17 +0000)]
Remove some debug info that renders trunk uncompilable.

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

14 years agoCompare feature part 3: Implement the find_middle_snake algorithm.
Vincent van Ravesteijn [Sun, 10 Jan 2010 00:09:48 +0000 (00:09 +0000)]
Compare feature part 3: Implement the find_middle_snake algorithm.

The feature should now be up and running, although it might have some performance issues. Please test with small changes :S as it scales quadratic with the size of a single change.

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

14 years agoAdd a vector class that can be referenced with both positive and negative indices...
Vincent van Ravesteijn [Sun, 10 Jan 2010 00:06:02 +0000 (00:06 +0000)]
Add a vector class that can be referenced with both positive and negative indices. It is internally represented as two vectors, one for non-zero indices and one for negative indices. In this way, the vector can grow in both directions. If an index is not available in the vector, the default value is returned. If an object is put in the vector beyond its size, the empty spots in between are also filled with the default value.

I hope I'm not reinventing the wheel too much here. This might change anyway if this appears to be a performance bottleneck.

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

14 years agoCompare: cosmetics and comments.
Vincent van Ravesteijn [Sat, 9 Jan 2010 23:59:33 +0000 (23:59 +0000)]
Compare: cosmetics and comments.

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

14 years agoCompare: simplify the step functions.
Vincent van Ravesteijn [Sat, 9 Jan 2010 23:56:46 +0000 (23:56 +0000)]
Compare: simplify the step functions.

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

14 years agoNo more magic booleans. The word of Andre is spreading.
Vincent van Ravesteijn [Sat, 9 Jan 2010 22:58:20 +0000 (22:58 +0000)]
No more magic booleans. The word of Andre is spreading.

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

14 years agoAdded ALL_MANUALS scope to Advanced Find & Replace.
Tommaso Cucinotta [Sat, 9 Jan 2010 22:49:35 +0000 (22:49 +0000)]
Added ALL_MANUALS scope to Advanced Find & Replace.

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

14 years agoMove the anonymous functions that are left closer to where they are now
Richard Heck [Sat, 9 Jan 2010 22:30:56 +0000 (22:30 +0000)]
Move the anonymous functions that are left closer to where they are now
used.

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

14 years agoMake the complexLabel and basicLabel functions in InsetCitation into
Richard Heck [Sat, 9 Jan 2010 22:30:12 +0000 (22:30 +0000)]
Make the complexLabel and basicLabel functions in InsetCitation into
private member functions. This will be useful later.

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

14 years agoUnify traverse_snake_back and traverse_snake_forw and make it more general for future...
Vincent van Ravesteijn [Sat, 9 Jan 2010 21:17:10 +0000 (21:17 +0000)]
Unify traverse_snake_back and traverse_snake_forw and make it more general for future purposes.

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

14 years agoBuffer cloning: copy the different bib caches.
Abdelrazak Younes [Sat, 9 Jan 2010 18:16:07 +0000 (18:16 +0000)]
Buffer cloning: copy the different bib caches.

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

14 years agoSome corrections to it.po
Enrico Forestieri [Sat, 9 Jan 2010 18:06:21 +0000 (18:06 +0000)]
Some corrections to it.po

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

14 years agoUpdate it.po
Enrico Forestieri [Sat, 9 Jan 2010 17:54:48 +0000 (17:54 +0000)]
Update it.po

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

14 years agoSmall optimization in Compare::Impl::equal().
Vincent van Ravesteijn [Sat, 9 Jan 2010 16:58:55 +0000 (16:58 +0000)]
Small optimization in Compare::Impl::equal().

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

14 years agoA little cleanup of some of the BibTeX info access.
Richard Heck [Sat, 9 Jan 2010 16:57:08 +0000 (16:57 +0000)]
A little cleanup of some of the BibTeX info access.

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

14 years agoMinor changes in Changes.cpp
Vincent van Ravesteijn [Sat, 9 Jan 2010 16:51:51 +0000 (16:51 +0000)]
Minor changes in Changes.cpp

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

14 years agoFix memory leak.
Abdelrazak Younes [Sat, 9 Jan 2010 16:21:37 +0000 (16:21 +0000)]
Fix memory leak.

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

14 years agoStyle.
Richard Heck [Sat, 9 Jan 2010 16:15:46 +0000 (16:15 +0000)]
Style.

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

14 years agoFix previous commit DocIterator::clone() was completely bogus, I wonder how it even...
Abdelrazak Younes [Sat, 9 Jan 2010 15:41:07 +0000 (15:41 +0000)]
Fix previous commit DocIterator::clone() was completely bogus, I wonder how it even worked...

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

14 years agoFix multipart document background compilation. I am not fully satisfied with this...
Abdelrazak Younes [Sat, 9 Jan 2010 14:47:47 +0000 (14:47 +0000)]
Fix multipart document background compilation. I am not fully satisfied with this solution (see FIXME in Buffer::clone()). There might be some memory leaks...

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

14 years agoMake the auto-completion case-insensitive.
Vincent van Ravesteijn [Sat, 9 Jan 2010 14:16:42 +0000 (14:16 +0000)]
Make the auto-completion case-insensitive.

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

14 years agoRevert the unintended changes of r32905.
Vincent van Ravesteijn [Sat, 9 Jan 2010 13:40:37 +0000 (13:40 +0000)]
Revert the unintended changes of r32905.

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

14 years ago* de.po: update.
Jürgen Spitzmüller [Sat, 9 Jan 2010 13:06:57 +0000 (13:06 +0000)]
* de.po: update.

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

14 years ago* po/*.po: remerge
Jürgen Spitzmüller [Sat, 9 Jan 2010 12:41:39 +0000 (12:41 +0000)]
* po/*.po: remerge

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

14 years agoImplemented "whose words" option of the Advanced F&R feature.
Tommaso Cucinotta [Sat, 9 Jan 2010 12:39:29 +0000 (12:39 +0000)]
Implemented "whose words" option of the Advanced F&R feature.

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

14 years ago* de.po: merge from branch.
Jürgen Spitzmüller [Sat, 9 Jan 2010 09:14:34 +0000 (09:14 +0000)]
* de.po: merge from branch.

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

14 years agoSpanish EmbeddedObjects.lyx: translations by Ignacio
Uwe Stöhr [Sat, 9 Jan 2010 01:40:26 +0000 (01:40 +0000)]
Spanish EmbeddedObjects.lyx: translations by Ignacio

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

14 years agoscons_manifest.py: update SCons
Uwe Stöhr [Fri, 8 Jan 2010 20:45:14 +0000 (20:45 +0000)]
scons_manifest.py: update SCons

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

14 years agoRevert r32881.
Richard Heck [Fri, 8 Jan 2010 20:13:48 +0000 (20:13 +0000)]
Revert r32881.

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

14 years agoLet the background widget also dispatch the keypresses to guiApp. Now, the Alt-?...
Vincent van Ravesteijn [Fri, 8 Jan 2010 20:08:48 +0000 (20:08 +0000)]
Let the background widget also dispatch the keypresses to guiApp. Now, the Alt-? shortcuts (e.g., Alt-X for the minibuffer) also works when there is no document open. Besides the code is slightly simpler.

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

14 years agoNo output for nocite citations.
Richard Heck [Fri, 8 Jan 2010 18:49:32 +0000 (18:49 +0000)]
No output for nocite citations.

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

14 years agoMove some code from Buffer::loadLyXFile to LyXVC::file_not_found_hook. Accoring to...
Vincent van Ravesteijn [Fri, 8 Jan 2010 18:48:36 +0000 (18:48 +0000)]
Move some code from Buffer::loadLyXFile to LyXVC::file_not_found_hook. Accoring to the description of the latter, this should already be the case.

Furthermore, make sure that the read-only flag is always set to both true and false, since now the buffer can be read-only during a reload.

Last, set the buffer clean after a successful reload.

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

14 years agoStyle.
Richard Heck [Fri, 8 Jan 2010 18:46:09 +0000 (18:46 +0000)]
Style.

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

14 years agoUpdate notes.
Richard Heck [Fri, 8 Jan 2010 18:44:35 +0000 (18:44 +0000)]
Update notes.

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

14 years agoOutput keys with bibliography, too.
Richard Heck [Fri, 8 Jan 2010 18:38:10 +0000 (18:38 +0000)]
Output keys with bibliography, too.

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

14 years agoUse calculated labels in XHTML output.
Richard Heck [Fri, 8 Jan 2010 18:19:37 +0000 (18:19 +0000)]
Use calculated labels in XHTML output.

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

14 years agoRoutines for calculating numerical labels for BibTeX citations.
Richard Heck [Fri, 8 Jan 2010 18:19:13 +0000 (18:19 +0000)]
Routines for calculating numerical labels for BibTeX citations.

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

14 years agoFix a BibTeX caching bug. Because we only set the last modified time
Richard Heck [Fri, 8 Jan 2010 18:18:05 +0000 (18:18 +0000)]
Fix a BibTeX caching bug. Because we only set the last modified time
when the cache was valid, we did not set it the first time through and
so always read the cache twice.

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

14 years agoParagraph ndentation doesn't work well after quotations and the like.
Richard Heck [Fri, 8 Jan 2010 18:13:37 +0000 (18:13 +0000)]
Paragraph ndentation doesn't work well after quotations and the like.

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

14 years agoUnnecessary whitespace is bad in XHTML.
Richard Heck [Fri, 8 Jan 2010 18:13:07 +0000 (18:13 +0000)]
Unnecessary whitespace is bad in XHTML.

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

14 years agoMove the collection of citations and sorting routines into BiblioInfo.
Richard Heck [Fri, 8 Jan 2010 16:40:41 +0000 (16:40 +0000)]
Move the collection of citations and sorting routines into BiblioInfo.

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

14 years agoAdd support for the newly released Cygwin 1.7.
Enrico Forestieri [Fri, 8 Jan 2010 16:21:43 +0000 (16:21 +0000)]
Add support for the newly released Cygwin 1.7.

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

14 years agoset max number of iterations to 10000 in inset-forall ; try to keep the cursor where...
Jean-Marc Lasgouttes [Fri, 8 Jan 2010 15:57:25 +0000 (15:57 +0000)]
set max number of iterations to 10000 in inset-forall ; try to keep the cursor where it was (I am not sure that the effect of fixIfBroken seems natural though)

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

14 years agoRemove unused UI file.
Richard Heck [Fri, 8 Jan 2010 14:54:35 +0000 (14:54 +0000)]
Remove unused UI file.

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

14 years agoTypos etc.
Richard Heck [Fri, 8 Jan 2010 14:38:31 +0000 (14:38 +0000)]
Typos etc.

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

14 years agoDo not reload on check-in if check-in is cancelled.
Richard Heck [Fri, 8 Jan 2010 14:38:15 +0000 (14:38 +0000)]
Do not reload on check-in if check-in is cancelled.

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

14 years agoRemoved unneeded assert firing when closing LyX with F&R WA selected.
Tommaso Cucinotta [Fri, 8 Jan 2010 09:32:25 +0000 (09:32 +0000)]
Removed unneeded assert firing when closing LyX with F&R WA selected.

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

14 years agoLet the LyX logo show up when closing last document with the F&R dialog open.
Tommaso Cucinotta [Fri, 8 Jan 2010 09:29:17 +0000 (09:29 +0000)]
Let the LyX logo show up when closing last document with the F&R dialog open.

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

14 years ago* de.po: some updates.
Jürgen Spitzmüller [Fri, 8 Jan 2010 09:21:42 +0000 (09:21 +0000)]
* de.po: some updates.

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

14 years agoOn the road to fix #6415. The texrow object contains the correspondance
Abdelrazak Younes [Fri, 8 Jan 2010 09:00:28 +0000 (09:00 +0000)]
On the road to fix #6415. The texrow object contains the correspondance
table between tex rows and the lyx paragraph ids.
Not fixed yet it seems as the texrow object do not copy correctly.

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

14 years agoMove reloadBuffer from GuiView to Buffer.
Vincent van Ravesteijn [Fri, 8 Jan 2010 02:15:56 +0000 (02:15 +0000)]
Move reloadBuffer from GuiView to Buffer.

This fixes bug #6314: reloading master document makes emergencies of modified children.

Now also the version control handling could be moved to Buffer as well, and the hack in ensureBufferClean is removed.

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

14 years agoAdd a boolean to GuiWorkArea::redraw to indicate whether the metrics must be updated...
Vincent van Ravesteijn [Fri, 8 Jan 2010 02:03:54 +0000 (02:03 +0000)]
Add a boolean to GuiWorkArea::redraw to indicate whether the metrics must be updated. The current test "lyx_view_ != guiApp->currentView() || lyx_view_->currentWorkArea() != this" is not enough, especially not if the buffer is changed and buffer->changed() is called. Moreover, there are a lot of combinations of updateMetrics() followed by buffer->changed(), these can now be replaced by one call to buffer->changed(bool).

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

14 years agotypo ?
Vincent van Ravesteijn [Fri, 8 Jan 2010 01:51:52 +0000 (01:51 +0000)]
typo ?

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

14 years ago- Slovak Tutorial.lyx: sync file settings with the other language versions of the...
Uwe Stöhr [Fri, 8 Jan 2010 00:19:56 +0000 (00:19 +0000)]
- Slovak Tutorial.lyx: sync file settings with the other language versions of the tutorial
- Slovak splash.lyx: fix encoding (spotted by Pavel)

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

14 years agoIntro.lyx:
Uwe Stöhr [Fri, 8 Jan 2010 00:06:08 +0000 (00:06 +0000)]
Intro.lyx:
- fix a typo spotted by a user
- whitespace fix

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

14 years agoIntro.lyx:
Uwe Stöhr [Thu, 7 Jan 2010 23:53:38 +0000 (23:53 +0000)]
Intro.lyx:
- accept Richard's changes

Please keep the doc files in sync with branch if possible. So when there is no change related to LyX 2.0svn, please do the change in branch.

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

14 years agoA few more symbols.
Richard Heck [Thu, 7 Jan 2010 22:25:28 +0000 (22:25 +0000)]
A few more symbols.

This seems to be about all I can do. If someone needs one we don't have,
then we can deal with that later.

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

14 years agoMore symbols.
Richard Heck [Thu, 7 Jan 2010 21:29:05 +0000 (21:29 +0000)]
More symbols.

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

14 years agoPrevent display of meaningless internal buffer title(s) to the user
Tommaso Cucinotta [Thu, 7 Jan 2010 19:54:42 +0000 (19:54 +0000)]
Prevent display of meaningless internal buffer title(s) to the user
(e.g., while entering text to find in the F&R WA, window title keeps
showing the filename of the document where matches are searched for).

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

14 years agoHow about if we write a script to do some of this and stop doing it
Richard Heck [Thu, 7 Jan 2010 19:27:45 +0000 (19:27 +0000)]
How about if we write a script to do some of this and stop doing it
manually? Done. Now back to manual.

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

14 years agoMore entities for MathML.
Richard Heck [Thu, 7 Jan 2010 19:18:08 +0000 (19:18 +0000)]
More entities for MathML.

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

14 years agoA bit of User Guide documentation for XHTML output.
Richard Heck [Thu, 7 Jan 2010 18:17:53 +0000 (18:17 +0000)]
A bit of User Guide documentation for XHTML output.

Uwe, I've used change-tracking to mark what I've added.

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

14 years agoChange the name of the XHTML format.
Richard Heck [Thu, 7 Jan 2010 18:01:35 +0000 (18:01 +0000)]
Change the name of the XHTML format.

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

14 years agoTypos. Minor update.
Richard Heck [Thu, 7 Jan 2010 17:55:24 +0000 (17:55 +0000)]
Typos. Minor update.

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

14 years agoTypo.
Richard Heck [Thu, 7 Jan 2010 17:45:42 +0000 (17:45 +0000)]
Typo.

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

14 years agoA little more XHTML documentation. This is on generated CSS.
Richard Heck [Thu, 7 Jan 2010 17:45:12 +0000 (17:45 +0000)]
A little more XHTML documentation. This is on generated CSS.

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

14 years agoNever get this right
Pavel Sanda [Thu, 7 Jan 2010 17:33:45 +0000 (17:33 +0000)]
Never get this right

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

14 years agoNotes update.
Richard Heck [Thu, 7 Jan 2010 17:33:38 +0000 (17:33 +0000)]
Notes update.

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

14 years agoDone now.
Richard Heck [Thu, 7 Jan 2010 17:32:42 +0000 (17:32 +0000)]
Done now.

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

14 years agoDocumentation for float XHTML.
Richard Heck [Thu, 7 Jan 2010 17:32:28 +0000 (17:32 +0000)]
Documentation for float XHTML.

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

14 years agoMake the float interface for XHTML consistent with the others.
Richard Heck [Thu, 7 Jan 2010 17:32:04 +0000 (17:32 +0000)]
Make the float interface for XHTML consistent with the others.

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

14 years agoNext comment
Pavel Sanda [Thu, 7 Jan 2010 17:27:58 +0000 (17:27 +0000)]
Next comment

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

14 years agoDocument this hack before forgeting the purpose
Pavel Sanda [Thu, 7 Jan 2010 17:15:26 +0000 (17:15 +0000)]
Document this hack before forgeting the purpose

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

14 years agoInitial documentation, at least, for the XHTML-related layout tags.
Richard Heck [Thu, 7 Jan 2010 17:12:10 +0000 (17:12 +0000)]
Initial documentation, at least, for the XHTML-related layout tags.

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

14 years agoSome comments
Pavel Sanda [Thu, 7 Jan 2010 17:06:51 +0000 (17:06 +0000)]
Some comments

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

14 years agoFix typo spotted by Vincent
Pavel Sanda [Thu, 7 Jan 2010 17:06:48 +0000 (17:06 +0000)]
Fix typo spotted by Vincent

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

14 years ago*VCBackend: Code simplification, constify, and adding an article.
Vincent van Ravesteijn [Thu, 7 Jan 2010 17:02:02 +0000 (17:02 +0000)]
*VCBackend: Code simplification, constify, and adding an article.

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

14 years ago* stdmenus.inc: Stick to the casing rules for "Update Local Directory From Repository".
Vincent van Ravesteijn [Thu, 7 Jan 2010 16:57:10 +0000 (16:57 +0000)]
* stdmenus.inc: Stick to the casing rules for "Update Local Directory From Repository".

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

14 years agoGive the progress widget a minimum height.
Enrico Forestieri [Thu, 7 Jan 2010 16:39:17 +0000 (16:39 +0000)]
Give the progress widget a minimum height.

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

14 years agoLFuns generation is currently sensitive to tabs in the descriptions.
Pavel Sanda [Thu, 7 Jan 2010 16:37:38 +0000 (16:37 +0000)]
LFuns generation is currently sensitive to tabs in the descriptions.

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

14 years agoThis workaround is also needed for Qt 4.3 as the bug was fixed in Qt 4.4.0:
Enrico Forestieri [Thu, 7 Jan 2010 16:32:33 +0000 (16:32 +0000)]
This workaround is also needed for Qt 4.3 as the bug was fixed in Qt 4.4.0:
http://qt.nokia.com/developer/task-tracker/index_html?method=entry&id=101276

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