]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoEmbeddedObjects.lyx: English fixes from J.R. Hudson, part 1
Uwe Stöhr [Wed, 21 Apr 2010 00:00:48 +0000 (00:00 +0000)]
EmbeddedObjects.lyx: English fixes from J.R. Hudson, part 1

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

14 years agoExporter.cpp: make overwriting file on export the default, as discussed
Uwe Stöhr [Tue, 20 Apr 2010 23:00:05 +0000 (23:00 +0000)]
Exporter.cpp: make overwriting file on export the default, as discussed

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

14 years agoFix bug #2844: Need option to overwrite without dialog popup
Enrico Forestieri [Tue, 20 Apr 2010 16:49:49 +0000 (16:49 +0000)]
Fix bug #2844: Need option to overwrite without dialog popup

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

14 years agoCoding style
Enrico Forestieri [Tue, 20 Apr 2010 11:09:51 +0000 (11:09 +0000)]
Coding style

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

14 years ago* GuiThesaurus: do not show irritating messages if nothing is to be looked up.
Jürgen Spitzmüller [Tue, 20 Apr 2010 09:59:16 +0000 (09:59 +0000)]
* GuiThesaurus: do not show irritating messages if nothing is to be looked up.

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

14 years ago* Thesaurus.cpp: fix thesaurus (bug #6656)
Jürgen Spitzmüller [Tue, 20 Apr 2010 07:30:58 +0000 (07:30 +0000)]
* Thesaurus.cpp: fix thesaurus (bug #6656)

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

14 years agoUpdate man page.
Enrico Forestieri [Tue, 20 Apr 2010 00:58:48 +0000 (00:58 +0000)]
Update man page.

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

14 years agoIntroduce a switch for overwriting files during a batch export.
Enrico Forestieri [Mon, 19 Apr 2010 23:53:23 +0000 (23:53 +0000)]
Introduce a switch for overwriting files during a batch export.
Using "-f all", or simply "-f", all files are silently overwritten.
Using "-f main", only the main file is overwritten.

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

14 years agoFix more of bug #5446: Enable to copy the contents of an InsetInfo through the contex...
Vincent van Ravesteijn [Mon, 19 Apr 2010 21:36:32 +0000 (21:36 +0000)]
Fix more of bug #5446: Enable to copy the contents of an InsetInfo through the context menu.

This introduces a new LFUN LFUN_INSET_COPY_AS, which copies a certain Inset to the clipboard. For InsetInfo this is the text that is visible, but this could also replace LFUN_LABEL_COPY_AS_REF, by copying the INSET to the clipboard as a reference, and also a Math inset to copy to the clipboard as latex (including $'s or \[..\]).

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

14 years agoExtend Alert::prompt such that 4 buttons are possible. Thus, when
Enrico Forestieri [Mon, 19 Apr 2010 20:44:57 +0000 (20:44 +0000)]
Extend Alert::prompt such that 4 buttons are possible. Thus, when
exporting, the extra dialog appearing when choosing to overwrite a
file is not necessary anymore.

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

14 years agoQThreadPool was introduced in Qt 4.4
Enrico Forestieri [Mon, 19 Apr 2010 19:55:15 +0000 (19:55 +0000)]
QThreadPool was introduced in Qt 4.4

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

14 years agoUse the AtPoint mechanism for the LFUN_INSET_EDIT and LFUN_LABEL_COPY_AS_REF.
Vincent van Ravesteijn [Mon, 19 Apr 2010 17:11:43 +0000 (17:11 +0000)]
Use the AtPoint mechanism for the LFUN_INSET_EDIT and LFUN_LABEL_COPY_AS_REF.

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

14 years agoFix bug #6661: Outliner filter bar should not be case sensitive.
Vincent van Ravesteijn [Mon, 19 Apr 2010 16:05:40 +0000 (16:05 +0000)]
Fix bug #6661: Outliner filter bar should not be case sensitive.

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

14 years agoinstaller: some special settings for the alpha/beta releases
Uwe Stöhr [Mon, 19 Apr 2010 03:58:48 +0000 (03:58 +0000)]
installer: some special settings for the alpha/beta releases

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

14 years agoAdd Skim to hints.
Pavel Sanda [Sun, 18 Apr 2010 23:52:08 +0000 (23:52 +0000)]
Add Skim to hints.

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

14 years agoBetter(?) fix for bug #6659: InsetInfo context menu disabled unless cursor immediatel...
Vincent van Ravesteijn [Sun, 18 Apr 2010 23:47:11 +0000 (23:47 +0000)]
Better(?) fix for bug #6659: InsetInfo context menu disabled unless cursor immediately in front.

(see r34215 for the previous fix.)

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

14 years agoFix bug #6659: InsetInfo context menu disabled unless cursor immediately in front.
Vincent van Ravesteijn [Sun, 18 Apr 2010 23:35:59 +0000 (23:35 +0000)]
Fix bug #6659: InsetInfo context menu disabled unless cursor immediately in front.

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

14 years agoLaTeXConfig.lyx: cleanup
Uwe Stöhr [Sun, 18 Apr 2010 23:08:58 +0000 (23:08 +0000)]
LaTeXConfig.lyx: cleanup

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

14 years agoAdd some debugging code so we can try to get information about an
Richard Heck [Sun, 18 Apr 2010 23:05:12 +0000 (23:05 +0000)]
Add some debugging code so we can try to get information about an
assertion here.

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

14 years agoCorrect shortcut
Enrico Forestieri [Sun, 18 Apr 2010 22:39:35 +0000 (22:39 +0000)]
Correct shortcut

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

14 years agoJust do the best we can here.
Richard Heck [Sun, 18 Apr 2010 22:24:14 +0000 (22:24 +0000)]
Just do the best we can here.

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

14 years agoStupid, stupid, stupid.
Richard Heck [Sun, 18 Apr 2010 22:21:21 +0000 (22:21 +0000)]
Stupid, stupid, stupid.

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

14 years agoCosmetics
Pavel Sanda [Sun, 18 Apr 2010 21:32:43 +0000 (21:32 +0000)]
Cosmetics

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

14 years agoForgot these. Thanks, Pavel.
Richard Heck [Sun, 18 Apr 2010 21:23:24 +0000 (21:23 +0000)]
Forgot these. Thanks, Pavel.

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

14 years agoRemove unneeded code.
Richard Heck [Sun, 18 Apr 2010 21:19:08 +0000 (21:19 +0000)]
Remove unneeded code.

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

14 years agoA final bit of cleanup with the TextClass reading functions.
Richard Heck [Sun, 18 Apr 2010 21:06:38 +0000 (21:06 +0000)]
A final bit of cleanup with the TextClass reading functions.

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

14 years agoA little more cleanup.
Richard Heck [Sun, 18 Apr 2010 20:42:04 +0000 (20:42 +0000)]
A little more cleanup.

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

14 years agoMinor fixes to TextClass::read().
Richard Heck [Sun, 18 Apr 2010 20:37:07 +0000 (20:37 +0000)]
Minor fixes to TextClass::read().

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

14 years agochkconfig.ltx: check also for
Uwe Stöhr [Sun, 18 Apr 2010 15:02:38 +0000 (15:02 +0000)]
chkconfig.ltx: check also for
- arabi (needed for Arabic documents; we also already check for the japanese package so there is no reason why not also check for arabi)
- hyphenat (needed by some document classes and languages like Hebrew to disable hyphenation)

Can also go to branch for LyX 1.6.7 or even 1.6.6 if you like.

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

14 years agoAdd forward search hint for evince.
Enrico Forestieri [Sun, 18 Apr 2010 12:44:58 +0000 (12:44 +0000)]
Add forward search hint for evince.

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

14 years agonew buffer on double click in empty area of the tab bar
Edwin Leuven [Sun, 18 Apr 2010 11:30:20 +0000 (11:30 +0000)]
new buffer on double click in empty area of the tab bar

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

14 years agoIn the meantime that we decide whether to introduce menu choices for
Enrico Forestieri [Sun, 18 Apr 2010 10:54:43 +0000 (10:54 +0000)]
In the meantime that we decide whether to introduce menu choices for
both dvi and pdf, let's allow switching forward search from one format
to the other through a timestamp check, such that the most recent
generated format will be used.

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

14 years ago* GuiPrefs.cpp: forward search syntax hint for okular.
Jürgen Spitzmüller [Sun, 18 Apr 2010 08:34:51 +0000 (08:34 +0000)]
* GuiPrefs.cpp: forward search syntax hint for okular.

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

14 years agoSomething weird is happening here, as reported by Enrico.
Richard Heck [Sun, 18 Apr 2010 00:57:57 +0000 (00:57 +0000)]
Something weird is happening here, as reported by Enrico.

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

14 years agoinstaller: remove wrong image file
Uwe Stöhr [Sun, 18 Apr 2010 00:34:56 +0000 (00:34 +0000)]
installer: remove wrong image file

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

14 years agoinstaller: generate LyX 2.0alpha2 release
Uwe Stöhr [Sun, 18 Apr 2010 00:32:47 +0000 (00:32 +0000)]
installer: generate LyX 2.0alpha2 release

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

14 years agoDo not throw exceptions here either. See r22806.
Richard Heck [Sat, 17 Apr 2010 22:49:38 +0000 (22:49 +0000)]
Do not throw exceptions here either. See r22806.

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

14 years agoFix crash reported by Bennett. We could try to catch these exceptions
Richard Heck [Sat, 17 Apr 2010 22:36:31 +0000 (22:36 +0000)]
Fix crash reported by Bennett. We could try to catch these exceptions
elsewhere, but I actually don't know why I put them here in the first
place.

The tex2lyx stuff allows us not to wrap the calls to
frontend::Alert::warning in "#ifdef TEX2LYX" blocks.

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

14 years agoDisable InsetInfo for VC when VC is not active.
Richard Heck [Sat, 17 Apr 2010 13:34:13 +0000 (13:34 +0000)]
Disable InsetInfo for VC when VC is not active.

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

14 years agoMessed this up, too.
Richard Heck [Sat, 17 Apr 2010 13:29:00 +0000 (13:29 +0000)]
Messed this up, too.

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

14 years agoForgot this.
Richard Heck [Sat, 17 Apr 2010 13:24:49 +0000 (13:24 +0000)]
Forgot this.

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

14 years agoSimplify VC output from InsetInfo.
Richard Heck [Sat, 17 Apr 2010 13:24:32 +0000 (13:24 +0000)]
Simplify VC output from InsetInfo.

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

14 years agoLyX version info for InsetInfo.
Richard Heck [Sat, 17 Apr 2010 13:04:41 +0000 (13:04 +0000)]
LyX version info for InsetInfo.

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

14 years ago* uk.po: update from Yuri.
Jürgen Spitzmüller [Sat, 17 Apr 2010 11:48:44 +0000 (11:48 +0000)]
* uk.po: update from Yuri.

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

14 years ago- Spanish UserGuide.lyx: remove unnecessary preamble code
Uwe Stöhr [Fri, 16 Apr 2010 23:53:18 +0000 (23:53 +0000)]
- Spanish UserGuide.lyx: remove unnecessary preamble code
- Spanish Customization.lyx: fix a variable description and restore LyX 2.0 specific stuff

(both issues were introduced in r34158)

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

14 years agoFix bug #6649 - fix texrow structure generated by InsetIndex
Pavel Sanda [Fri, 16 Apr 2010 23:47:39 +0000 (23:47 +0000)]
Fix bug #6649 - fix texrow structure generated by InsetIndex

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

14 years agoUpdate it.po
Enrico Forestieri [Fri, 16 Apr 2010 23:41:37 +0000 (23:41 +0000)]
Update it.po

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

14 years agoes_beamer-conference-ornate-20min.lyx: new Spanish translation by Ignacio
Uwe Stöhr [Fri, 16 Apr 2010 23:24:38 +0000 (23:24 +0000)]
es_beamer-conference-ornate-20min.lyx: new Spanish translation by Ignacio

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

14 years agoHint from synctex man pages
Pavel Sanda [Fri, 16 Apr 2010 22:57:37 +0000 (22:57 +0000)]
Hint from synctex man pages

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

14 years agoAdd basic docs for forward search.
Pavel Sanda [Fri, 16 Apr 2010 21:48:55 +0000 (21:48 +0000)]
Add basic docs for forward search.

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

14 years agoChange signal
Pavel Sanda [Fri, 16 Apr 2010 21:27:37 +0000 (21:27 +0000)]
Change signal

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

14 years agoAttempt on #6655.
Pavel Sanda [Fri, 16 Apr 2010 18:52:40 +0000 (18:52 +0000)]
Attempt on #6655.

getRowFromIdPos returns row shifted by 1 (we count internally from 0).

The function still doesn't work properly looking at the
the comments of the original writer (last *nonempty* row),
but its hopefully better now.

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

14 years agoBetter debug ouput
Pavel Sanda [Fri, 16 Apr 2010 18:30:52 +0000 (18:30 +0000)]
Better debug ouput

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

14 years agoNarrower Pref dialog
Pavel Sanda [Fri, 16 Apr 2010 18:30:50 +0000 (18:30 +0000)]
Narrower Pref dialog

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

14 years agoSimplify texrow
Pavel Sanda [Fri, 16 Apr 2010 17:22:25 +0000 (17:22 +0000)]
Simplify texrow

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

14 years agoMove old file into attic
Pavel Sanda [Fri, 16 Apr 2010 17:06:16 +0000 (17:06 +0000)]
Move old file into attic

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

14 years agoxpdf support for forward view via synctex. This is quite powerful tool.
Pavel Sanda [Fri, 16 Apr 2010 16:36:41 +0000 (16:36 +0000)]
xpdf support for forward view via synctex. This is quite powerful tool.

To sum it up forward search support:
Okular and Skim can be supported directly if somebody comes with correct syntax.
Evince can be solved in the same way as xpdf, again syntax has to be reported.

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

14 years agoDont wait for forward search call
Pavel Sanda [Fri, 16 Apr 2010 16:22:08 +0000 (16:22 +0000)]
Dont wait for forward search call

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

14 years agoRefactor GuiApplication::getStatus().
Vincent van Ravesteijn [Fri, 16 Apr 2010 16:04:35 +0000 (16:04 +0000)]
Refactor GuiApplication::getStatus().

* I didn't like the fact that the heart of the dispatch/status machinery is in the default clause of a long switch statement. Now, it is clear that we enter the app in getStatus, which then asks the GuiApplication itself, the GuiView, the current BufferView, the current Buffer, the document BufferView, the document Buffer,

* Shouldn't we let BufferView call the Buffer getStatus() functions ?,

* This also makes sure that if a command is not handled, it is turned off. Before r34164 this was caused by the default clause in BufferView,

* Now it is prevented that if the document BufferView is the same as the current BufferView, that the getStatus() functions are called twice,

* A warning can be outputted if the LFUN is not handled.

PS I want to do the same for the dispatch function.

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

14 years agoDo not set the enabling of the status flag if the getStatus() function does not give...
Vincent van Ravesteijn [Fri, 16 Apr 2010 15:55:37 +0000 (15:55 +0000)]
Do not set the enabling of the status flag if the getStatus() function does not give a decisive answer. As a consequence of removing this call from BufferView, we should disable the flag in the end of GuiApplication::dispatch() if it is not handled by any getStatus() function.

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

14 years agoHandle LFUN_IN_MATHMACROTEMPLATE for non mathmacro insets.
Vincent van Ravesteijn [Fri, 16 Apr 2010 15:42:33 +0000 (15:42 +0000)]
Handle LFUN_IN_MATHMACROTEMPLATE for non mathmacro insets.

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

14 years ago* GuiView.cpp: Simplify.
Vincent van Ravesteijn [Fri, 16 Apr 2010 12:49:27 +0000 (12:49 +0000)]
* GuiView.cpp: Simplify.

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

14 years agoRemove the unclear FuncStatus::operator|=. Without knowing the internals of FuncStatu...
Vincent van Ravesteijn [Fri, 16 Apr 2010 12:15:27 +0000 (12:15 +0000)]
Remove the unclear FuncStatus::operator|=. Without knowing the internals of FuncStatus it is unsafe to use this operator, so let's not use it.

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

14 years ago* FuncStatus: unify naming of functions.
Vincent van Ravesteijn [Fri, 16 Apr 2010 10:51:20 +0000 (10:51 +0000)]
* FuncStatus: unify naming of functions.

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

14 years agoSpanish manuals: updates by Ignacio and me
Uwe Stöhr [Fri, 16 Apr 2010 09:55:51 +0000 (09:55 +0000)]
Spanish manuals: updates by Ignacio and me

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

14 years ago* stdcontext.inc: correct shortcut conflicts.
Vincent van Ravesteijn [Fri, 16 Apr 2010 09:55:24 +0000 (09:55 +0000)]
* stdcontext.inc: correct shortcut conflicts.

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

14 years agoscons/scons_manifest.py: update SCons
Uwe Stöhr [Fri, 16 Apr 2010 09:08:59 +0000 (09:08 +0000)]
scons/scons_manifest.py: update SCons

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

14 years agoAdd status message.
Pavel Sanda [Fri, 16 Apr 2010 08:18:28 +0000 (08:18 +0000)]
Add status message.

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

14 years agoGuify forward search.
Pavel Sanda [Fri, 16 Apr 2010 08:09:07 +0000 (08:09 +0000)]
Guify forward search.
No viewer set by default, which keeps context menu clean for uninterested users.
Settings are hinted at combobox.

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

14 years agoModify the forward-search lfun such that no argument is needed.
Enrico Forestieri [Thu, 15 Apr 2010 23:32:52 +0000 (23:32 +0000)]
Modify the forward-search lfun such that no argument is needed.
If a dvi file exists in the temp dir, the command specified by the
\forward_search_dvi rc setting is used to initiate the search.
Otherwise, if a pdf file exists, the forward search is performed by
using the command specified by the \forward_search_pdf rc setting.

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

14 years agoCursor::bv_ can be private too.
Vincent van Ravesteijn [Thu, 15 Apr 2010 18:30:15 +0000 (18:30 +0000)]
Cursor::bv_ can be private too.

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

14 years agoMake Cursor::anchor_ private and make an access function Cursor::realAnchor() to...
Vincent van Ravesteijn [Thu, 15 Apr 2010 18:16:07 +0000 (18:16 +0000)]
Make Cursor::anchor_ private and make an access function Cursor::realAnchor() to stress the fact that this is thus not the normalAnchor().

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

14 years agoRename anchor() to normalAnchor() as the anchor() function was already returning...
Vincent van Ravesteijn [Thu, 15 Apr 2010 17:49:15 +0000 (17:49 +0000)]
Rename anchor() to normalAnchor() as the anchor() function was already returning a normalized anchor in stead of the real one.

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

14 years agoMake Cursor::disp_ private as it should be.
Vincent van Ravesteijn [Thu, 15 Apr 2010 17:34:34 +0000 (17:34 +0000)]
Make Cursor::disp_ private as it should be.

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

14 years agoDo not change the object that is returned by result(), this will have no effect becau...
Vincent van Ravesteijn [Thu, 15 Apr 2010 17:14:59 +0000 (17:14 +0000)]
Do not change the object that is returned by result(), this will have no effect because result() returned a copy. From now, it just returns a const & to prevent this from happening again.

see r31969.

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

14 years agocorrectly escape the forward search command
Jean-Marc Lasgouttes [Thu, 15 Apr 2010 14:45:09 +0000 (14:45 +0000)]
correctly escape the forward search command

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

14 years agoWe need the whole line in settings
Pavel Sanda [Thu, 15 Apr 2010 14:35:02 +0000 (14:35 +0000)]
We need the whole line in settings

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

14 years agoJoin PrefDateUi and PrefPlaintextUi into PrefOutputUi
Pavel Sanda [Thu, 15 Apr 2010 14:25:25 +0000 (14:25 +0000)]
Join PrefDateUi and PrefPlaintextUi into PrefOutputUi

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

14 years agoFix #94 - LYX forward DVI search
Pavel Sanda [Thu, 15 Apr 2010 13:19:48 +0000 (13:19 +0000)]
Fix #94 - LYX forward DVI search

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

14 years agoBack to svn.
Pavel Sanda [Wed, 14 Apr 2010 22:29:35 +0000 (22:29 +0000)]
Back to svn.
Trunk is free for commits again.

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

14 years agoToward alpha2 2.0.0alpha2
Pavel Sanda [Wed, 14 Apr 2010 22:03:04 +0000 (22:03 +0000)]
Toward alpha2

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

14 years agoRemerge strings again.
Pavel Sanda [Wed, 14 Apr 2010 21:58:58 +0000 (21:58 +0000)]
Remerge strings again.
Trunk is frozen from now on.

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

14 years agorevert r34090 for now; I will come back later to this
Jean-Marc Lasgouttes [Wed, 14 Apr 2010 14:25:11 +0000 (14:25 +0000)]
revert r34090 for now; I will come back later to this

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

14 years agotiger support on mac snow leopard, include Qt4 frameworks, smart build script with...
Stephan Witt [Wed, 14 Apr 2010 13:22:00 +0000 (13:22 +0000)]
tiger support on mac snow leopard, include Qt4 frameworks, smart build script with parameters

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

14 years ago* sk.po
Kornel Benko [Wed, 14 Apr 2010 13:00:04 +0000 (13:00 +0000)]
* sk.po

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

14 years agoFix bug #6651: No error messages when module dependencies are not fulfilled.
Vincent van Ravesteijn [Wed, 14 Apr 2010 11:54:12 +0000 (11:54 +0000)]
Fix bug #6651: No error messages when module dependencies are not fulfilled.

We need to throw the ExceptionMessage's.

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

14 years agocorrectly valign content of multirow cells
Edwin Leuven [Tue, 13 Apr 2010 18:56:28 +0000 (18:56 +0000)]
correctly valign content of multirow cells

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

14 years agoRemerge strings.
Pavel Sanda [Tue, 13 Apr 2010 13:39:10 +0000 (13:39 +0000)]
Remerge strings.

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

14 years agoremove cruft
Jean-Marc Lasgouttes [Tue, 13 Apr 2010 12:33:57 +0000 (12:33 +0000)]
remove cruft

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

14 years agotypo
Pavel Sanda [Tue, 13 Apr 2010 12:09:34 +0000 (12:09 +0000)]
typo

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

14 years ago* ANNOUNCE
Pavel Sanda [Tue, 13 Apr 2010 09:22:38 +0000 (09:22 +0000)]
* ANNOUNCE

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

14 years agoRevert r34122, which doesn't help.
Richard Heck [Mon, 12 Apr 2010 16:00:10 +0000 (16:00 +0000)]
Revert r34122, which doesn't help.

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

14 years agoSwap the argument_ and action_ variables, so that r34105 really does do
Richard Heck [Mon, 12 Apr 2010 15:40:51 +0000 (15:40 +0000)]
Swap the argument_ and action_ variables, so that r34105 really does do
nothing but rename things. This is an attempt at #6646.

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

14 years agoThis was buggy for sure, who knows about this one ;)
Pavel Sanda [Mon, 12 Apr 2010 15:32:04 +0000 (15:32 +0000)]
This was buggy for sure, who knows about this one ;)

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

14 years agoAdd a comment.
Richard Heck [Mon, 12 Apr 2010 15:16:43 +0000 (15:16 +0000)]
Add a comment.

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

14 years agoShot in the dark for #6646 crash.
Pavel Sanda [Mon, 12 Apr 2010 15:16:03 +0000 (15:16 +0000)]
Shot in the dark for #6646 crash.

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

14 years agoA compromise suggested by JMarc: We mark the buffer dirty if, but only
Richard Heck [Mon, 12 Apr 2010 15:15:35 +0000 (15:15 +0000)]
A compromise suggested by JMarc: We mark the buffer dirty if, but only
if, the filename was not automatically generated. So, if the user chose
the filename, we assume she wants to keep the file.

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

14 years agoComment
Pavel Sanda [Mon, 12 Apr 2010 11:39:52 +0000 (11:39 +0000)]
Comment

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

14 years agoRevert part of r33908.
Vincent van Ravesteijn [Mon, 12 Apr 2010 08:10:54 +0000 (08:10 +0000)]
Revert part of r33908.

We need a way to test for the pointer to be valid before using it in updateHoveredInset(). For now, just set it to zero, so that this critical won't find its way into alpha-2.

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

14 years agoDon't overwrite identical files on export even when FORCE is in effect.
Enrico Forestieri [Sat, 10 Apr 2010 16:52:31 +0000 (16:52 +0000)]
Don't overwrite identical files on export even when FORCE is in effect.

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