Juergen Spitzmueller
49d3557d0c
Correct \file statement
2013-12-21 12:58:23 +01:00
Jean-Marc Lasgouttes
f7b0ecb64e
Remove obsolete comment
...
It is not possible to make editXY const because of checkInsetHit, getPitNearY and getPitandRowNearY that modify the TextMetrics object.
2013-12-20 14:14:32 +01:00
Georg Baum
62a1dabcfc
Fix typo
2013-12-15 12:19:12 +01:00
Juergen Spitzmueller
ed1ef9d740
Fix typo
2013-12-14 15:09:23 +01:00
Juergen Spitzmueller
0766f94ee0
Recognize changed babel error message (rewording)
2013-12-14 13:19:40 +01:00
Juergen Spitzmueller
3f9e644c25
Do not load the tipa package when fontspec is used
...
This was until now only cared of by the IPA inset, not by unicodesymbols.
2013-12-14 09:13:17 +01:00
Georg Baum
99cdabd206
Fix writer2latex quote handling (bug #8903 )
...
writer2latex surrounds quotes by braces which we skip to avoid useless ERT.
I broke this in 25fe87e5
which made Parser::next_next_token() not recognize
that it needed to parse one more token. If we had a unit test for the Parser
class it would probably have detected that. Now we have at least a test for
the special quote.
2013-12-11 21:54:26 +01:00
Vincent van Ravesteijn
d1db30a188
Fix opening files from command line
...
Fixes: 9c4461de
2013-12-10 19:19:17 +01:00
Juergen Spitzmueller
740c247dfe
Do not load the xunicode package with TeX fonts
2013-12-05 17:39:16 +01:00
Vincent van Ravesteijn
a4d881c58e
Return an error on file-open only when a filename is given
...
Fixes: 9c4461de
2013-12-03 06:37:27 +01:00
Vincent van Ravesteijn
9c4461deea
Return an error if file-open is called with a non-absolute path
2013-12-02 21:04:46 +01:00
Juergen Spitzmueller
027b5dc4af
Rerun makeindex if all nomencl entries have been removed ( #8905 )
2013-12-02 14:36:18 +01:00
Juergen Spitzmueller
44df37ab2a
Check if string holds absolute file name before passing to FileName
...
See http://comments.gmane.org/gmane.editors.lyx.cvs/38213http://comments.gmane.org/gmane.editors.lyx.cvs/38213
2013-12-02 09:50:21 +01:00
Georg Baum
08c5d34922
Make -userdir available to child processes
...
Otherwise tex2lyx would not find textclass.lst, and thus TeX import and
paste from LaTeX would not work.
2013-12-01 22:11:55 +01:00
Richard Heck
f8f1232465
Fix bug #8727 : Text::breakParagraph() was always setting the default
...
layout, even if the paragraph in question requires plain layout.
2013-12-01 13:23:43 -05:00
Juergen Spitzmueller
b3a8abffc7
Load the CJK package if requested
...
The package was not loaded if a the main language was not CJK, the main encoding was non-default and the document had a secondary CJK language.
2013-12-01 10:57:36 +01:00
Juergen Spitzmueller
afab1140e9
Add a real Cancel button to 'Already Loaded' dialog box (part of #8787 ).
...
Also correlate the other buttons more explicitly to the question asked.
2013-11-28 17:06:49 +01:00
Juergen Spitzmueller
0445c8e08e
Revert "Properly name Cancel button (part of #8787 )"
...
This reverts commit aa5ef5bbbe
.
2013-11-27 08:38:42 +01:00
Juergen Spitzmueller
aa5ef5bbbe
Properly name Cancel button (part of #8787 )
2013-11-26 16:16:24 +01:00
Juergen Spitzmueller
766e8b1e33
Also when not using tabs, do not open a file twice if already opened (part of #8787 )
2013-11-26 16:12:52 +01:00
Richard Heck
460c80f851
Prettify the tooltip for footnotes.
2013-11-26 10:08:35 -05:00
Juergen Spitzmueller
cb699fbc1c
Do not attempt to set default master if we already have a parent
2013-11-23 16:51:16 +01:00
Kornel Benko
805e51eff8
Implement file locking and apply to configure
...
Functions for file locking are added. They are used for ensuring that
for specified userdir only one LyX process runs configure.
2013-11-20 19:40:32 +01:00
Juergen Spitzmueller
dd739820d2
Set default to button which does _NOT_ discard data (part of #8787 )
2013-11-18 15:06:32 +01:00
Juergen Spitzmueller
50bcd6ed7b
Use the master buffer's param when compiling as a child ( #8893 )
2013-11-18 08:46:50 +01:00
Pavel Sanda
a3d685c16c
Add Georg's comments from #8749 .
2013-11-17 11:11:03 -08:00
Pavel Sanda
105f9bb5d9
Get rid of one useless translation.
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181106.html
2013-11-17 10:41:18 -08:00
Juergen Spitzmueller
7e259c8d76
Do not reset custom space values if accessed via context menu ( #8847 )
2013-11-15 19:41:36 +01:00
Juergen Spitzmueller
c89ae3b517
Add missing widget update
2013-11-15 19:29:15 +01:00
Juergen Spitzmueller
e014f3fabf
Some fixes to the SaveAs dialog
...
LFUN_BUFFER_SAVE_AS has an optional argument where an initial format can be preset
This fixes:
* The remainder of bug #3402 : Open Export As dialog when attempting to export to read-only directories
* Bug #8886 : 'export as' should default to the default document output format
2013-11-15 09:20:07 +01:00
Juergen Spitzmueller
ed268ac9f7
Clarify description
2013-11-15 08:57:11 +01:00
Juergen Spitzmueller
ab96df492a
List all exportable document formats in the Save As dialog, not only the selection from the export menu
2013-11-15 08:56:13 +01:00
Scott Kostyshak
1e365fe315
Focus on custom line edit when custom is selected
...
Do so for the horizontal and vertical space dialogs.
2013-11-15 01:03:14 -05:00
Georg Baum
8eb8e49ebe
Do not ignore literate programming errors
2013-11-14 21:04:37 +01:00
Georg Baum
2aa2544e1d
Fix regression of e02df14
(bug #8900 )
...
In e02df14
the return type of doExport was changed from bool to ExportStatus.
All calls except this one were adjusted. This one did now fail because the
numercial value of ExportSuccess is 0.
2013-11-14 20:56:50 +01:00
Juergen Spitzmueller
f83ac67e1a
Fix language issues in Argument read ( #8471 )
2013-11-14 17:44:03 +01:00
Juergen Spitzmueller
3ccb2a1691
Also consider main language in hasOnlyPolyglossiaLanguages() and hasPolyglossiaExclusiveLanguages()
2013-11-14 17:40:47 +01:00
Juergen Spitzmueller
68a4a53b36
Do not try to validate custom value in VSpace dialog if it is disabled
2013-11-14 10:42:24 +01:00
Georg Baum
be468136df
Silence unwanted error popup on copying
...
The new HTML clipboard export could cause error message boxes on copying
data to the clipboard (bug #8866 ). These are now suppressed, like all other
errors which might occur for preparing the clipboard data.
2013-11-12 20:52:35 +01:00
Juergen Spitzmueller
70b0298fe2
Fix shortcut clash (bug #8878 )
...
Patch by charley
2013-11-12 16:27:32 +01:00
Juergen Spitzmueller
7e22abec5d
Fix bug 8880: do not try to validate custom value if it is disabled
2013-11-12 15:48:34 +01:00
Georg Baum
14a5d07df6
Fix encoding for copying LaTeX from clipboard
...
If we call tex2lyx on a temporary file created from the clipboard, the
file is always in utf8 encoding, without any temporary changes, even if it
contains encoding changing LaTeX commands. Therefore, we must tell tex2lyx
to use a fixed utf8 encoding for the whole file, and this is done using the
new latexclipboard format. Previously, tex2lyx thought the encoding was
latin1.
As a side effect, the -e option is now also documented in the man page.
2013-11-11 21:52:14 +01:00
Juergen Spitzmueller
ce8ec78783
Fix crash when using context menu in empty outliner
...
Fixes : #8885
2013-11-10 15:31:27 +01:00
Tommaso Cucinotta
275f269cb7
Advanced F&R dialog does not need to be restored at start-up.
2013-10-26 18:37:25 +01:00
Enrico Forestieri
45a6a9362c
Ditch the quote_python flag.
...
This was discussed on the list some months ago:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg179563.html
2013-10-13 23:57:33 +02:00
Vincent van Ravesteijn
514aef937a
Revert "Fix make distcheck for monolithic build"
...
This was committed by accident.
This reverts commit 9734ab7e34
.
2013-10-12 02:41:36 +02:00
Vincent van Ravesteijn
9734ab7e34
Fix make distcheck for monolithic build
2013-10-12 02:38:15 +02:00
Vincent van Ravesteijn
6ed292122d
Make the export of macros thread-safer
...
When we export the file to latex, we use the redefinition_ variable to check whether we should output newcommand or renewcommand. This variable was set by the MathMacroTemplate::metrics() function, and this caused problem when the export is running in a different thread as the GUI.
In general, the metrics() functions should not change the Buffer; we have updateBuffer/updateMacros for that purpose.
2013-10-12 02:36:08 +02:00
Tommaso Cucinotta
acbba50a65
Added tooltip to new math-only checkbox in advanced options of advanced find & replace.
2013-10-13 11:36:38 +01:00
Juergen Spitzmueller
36730a2f3f
fix macro order for newsubfloat
2013-10-13 11:45:59 +02:00