]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoAdd babelbib, bibgerm, chscite, and opcit to LaTeXFeatures.
Julien Rioux [Mon, 20 May 2013 18:29:15 +0000 (20:29 +0200)]
Add babelbib, bibgerm, chscite, and opcit to LaTeXFeatures.

This way they can be Required by layout or module files and LyX
will insert them in the appropriate location in the preamble.

11 years agoA&A support: further updates
Uwe Stöhr [Sun, 26 May 2013 15:55:10 +0000 (17:55 +0200)]
A&A support: further updates

- mention that the aa class loads natbib to avoid compilation errors
- the aa package contains an outdated an customized version of natbib.sty. This file only works with aa, but breaks the compilation of many other files on your system, therefore remove the bibliography and replace it by BibTeX
- add a note about the encoding

11 years agoRemove include test with space
Georg Baum [Sun, 26 May 2013 14:47:17 +0000 (16:47 +0200)]
Remove include test with space

Unfortunately automake does not support file names with spaces for files in
EXTRA_DIST: These file names are put into a shell list, and it is impossible
quote the name in a way that works both with the shell and with make.
Therefore I removed the corresponding test file.

11 years agoFix tex2lyx include output for roundtrip
Georg Baum [Sun, 26 May 2013 14:06:11 +0000 (16:06 +0200)]
Fix tex2lyx include output for roundtrip

In roundtrip mode, tex2lyx produces documents with extension lyx.lyx, so that
the original files are not overwritten on re-export. This was not done for
included documents which were converted, and this broke 'make dist'.

11 years agoRecognize biber warnings/errors/info messages
Juergen Spitzmueller [Sun, 26 May 2013 14:06:13 +0000 (16:06 +0200)]
Recognize biber warnings/errors/info messages

11 years ago* sk.po
Kornel Benko [Sun, 26 May 2013 08:19:41 +0000 (10:19 +0200)]
* sk.po

11 years agoaa.layout: updated for A&A 8.2
Uwe Stöhr [Sun, 26 May 2013 03:29:24 +0000 (05:29 +0200)]
aa.layout: updated for A&A 8.2

11 years agoFarsi splash.lyx: remove unnecessary preamble
Uwe Stöhr [Sun, 26 May 2013 03:04:18 +0000 (05:04 +0200)]
Farsi splash.lyx: remove unnecessary preamble

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sun, 26 May 2013 01:05:28 +0000 (03:05 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoaa: fix compilation of the templates/aa.lyx
Uwe Stöhr [Sun, 26 May 2013 01:04:59 +0000 (03:04 +0200)]
aa: fix compilation of the templates/aa.lyx

- aa already loads inputenc

11 years agoYears forgotten file
Pavel Sanda [Sat, 25 May 2013 23:40:19 +0000 (16:40 -0700)]
Years forgotten file

11 years agoHeader cleanup cont.
Pavel Sanda [Sat, 25 May 2013 23:38:20 +0000 (16:38 -0700)]
Header cleanup cont.

11 years agomake Documents folder of disk image optional
Stephan Witt [Sat, 25 May 2013 18:16:10 +0000 (20:16 +0200)]
make Documents folder of disk image optional

11 years ago* sk.po
Kornel Benko [Sat, 25 May 2013 17:02:27 +0000 (19:02 +0200)]
* sk.po

11 years agoUpdate it.po
Enrico Forestieri [Sat, 25 May 2013 16:32:05 +0000 (18:32 +0200)]
Update it.po

11 years agoUpdate it.po
Enrico Forestieri [Sat, 25 May 2013 16:15:04 +0000 (18:15 +0200)]
Update it.po

11 years agoOn Mac, moving down a paragraph should place the cursor at the end of the current...
Stephan Witt [Sat, 25 May 2013 16:02:21 +0000 (18:02 +0200)]
On Mac, moving down a paragraph should place the cursor at the end of the current paragraph
(unless it's already there, in which case it should move to the end of the next paragraph).
Change the preference setting name (mac_like_word_movement to mac_like_cursor_movement)
to better reflect its function.

Patch and description from Bennett Helm

11 years agoGuiBox.cpp, InsetBox.cpp: fix some wrong logic
Uwe Stöhr [Sat, 25 May 2013 13:07:17 +0000 (15:07 +0200)]
GuiBox.cpp, InsetBox.cpp: fix some wrong logic

- InsetBox.cpp:
 a framebox without inner box and without a width is \fbox
 a framebox with inner box is also \fbox
 a framebox without inner box and with width is \framebox

- GuiBox.cpp: the width checkbox must be checked if there is width

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sat, 25 May 2013 11:52:38 +0000 (13:52 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoGuiBox.cpp: addendum to [f04c7711/lyxgit]
Uwe Stöhr [Sat, 25 May 2013 11:52:09 +0000 (13:52 +0200)]
GuiBox.cpp: addendum to [f04c7711/lyxgit]

- this was forgotten to commit;
(without this we would get invalid LaTeX code when changing in the box dialog a makebox without a width to a minipage and press apply - a makebox required to specify a width, at least an invisible one like "0cm")

11 years agoFix Chinese Tutorial copilation
Juergen Spitzmueller [Sat, 25 May 2013 09:48:38 +0000 (11:48 +0200)]
Fix Chinese Tutorial copilation

11 years agoFix empty width support for Box inset
Jean-Marc Lasgouttes [Wed, 17 Apr 2013 09:30:25 +0000 (11:30 +0200)]
Fix empty width support for Box inset

* InsetBox and GuiBox: Use proper empty length instead of the broken -9.99col% trick
* some slight changes to the logic of GuiBox to make sure that values are set as needed.
* lengthToWidget(): handle properly the empty length case. All the other related Qt helpers did it already, it was probably an oversight. Also set the default_unit parameter as optional (not needed in this patch actually, but I got carried away :)
* allow generating LaTeX code for an empty length, since some broken code does that.

11 years agoImprove support for empty lengths
Jean-Marc Lasgouttes [Mon, 15 Apr 2013 10:35:11 +0000 (12:35 +0200)]
Improve support for empty lengths

Parse empty string as empty length
Output empty length as empty string when it makes sense (not for LaTeX strings, for example).

11 years ago* sk.po
Kornel Benko [Fri, 24 May 2013 08:13:13 +0000 (10:13 +0200)]
* sk.po

11 years agoYears forgotten files.
Pavel Sanda [Fri, 24 May 2013 05:17:20 +0000 (22:17 -0700)]
Years forgotten files.

11 years agoHeader cleanup cont.
Pavel Sanda [Fri, 24 May 2013 05:11:50 +0000 (22:11 -0700)]
Header cleanup cont.

11 years agoUserGuide.lyx: finish the revision
Uwe Stöhr [Thu, 23 May 2013 21:38:18 +0000 (23:38 +0200)]
UserGuide.lyx: finish the revision

- many thanks to John Hudson for his amazing work!

11 years agoUpdate documentation for parser tools a bit.
Richard Heck [Thu, 23 May 2013 19:12:03 +0000 (15:12 -0400)]
Update documentation for parser tools a bit.

11 years agoFix autotools build
Georg Baum [Thu, 23 May 2013 20:02:34 +0000 (22:02 +0200)]
Fix autotools build

This typo was introduced in 01add2d52fee.

11 years agoFix layout tests for autotools
Georg Baum [Thu, 23 May 2013 20:00:56 +0000 (22:00 +0200)]
Fix layout tests for autotools

This part was forgotten in 6f16814d3b9f.

11 years agoLayouts for ACMS SIGS styles, contributed by Gioele Barabucci.
Richard Heck [Thu, 23 May 2013 14:22:52 +0000 (10:22 -0400)]
Layouts for ACMS SIGS styles, contributed by Gioele Barabucci.

11 years agoWhitespace.
Richard Heck [Thu, 23 May 2013 13:39:16 +0000 (09:39 -0400)]
Whitespace.

11 years agoAdd support for package options in layout files. E.g.:
Richard Heck [Thu, 23 May 2013 13:25:40 +0000 (09:25 -0400)]
Add support for package options in layout files. E.g.:
           PackageOption tipa safe will load tipa with the
 "safe" option, if we load it.

11 years agoFix ereg and a typo.
Richard Heck [Thu, 23 May 2013 12:58:23 +0000 (08:58 -0400)]
Fix ereg and a typo.

11 years agofix whitespace: avoid mixed tabs and spaces
Stephan Witt [Thu, 23 May 2013 05:52:49 +0000 (07:52 +0200)]
fix whitespace: avoid mixed tabs and spaces

11 years agoHeader cleanup cont.
Pavel Sanda [Thu, 23 May 2013 02:58:58 +0000 (19:58 -0700)]
Header cleanup cont.

11 years agoinstaller: install some XeTeX requirements
Uwe Stöhr [Wed, 22 May 2013 23:30:28 +0000 (01:30 +0200)]
installer: install some XeTeX requirements

- iftex and xetex-def is in general necessary
- makecmds is necessary for Arabic and Farsi in combination with XeTeX

11 years agochkconfig.ltx: check for some XeTeX requirements
Uwe Stöhr [Wed, 22 May 2013 23:29:01 +0000 (01:29 +0200)]
chkconfig.ltx: check for some XeTeX requirements

- iftex is necessary for XeTeX with non-Latin scripts
- xetex.def is a separate package on CTAN and necessary for XeTeX and colors and graphics

11 years agoUserGuide.lyx: translations
Uwe Stöhr [Wed, 22 May 2013 23:25:54 +0000 (01:25 +0200)]
UserGuide.lyx: translations

- to fix the mysterious compilation problems on some machines

11 years agoRemerge po-files
Vincent van Ravesteijn [Wed, 22 May 2013 06:18:25 +0000 (08:18 +0200)]
Remerge po-files

The po-files are now remerged against the versions in branch. This will slightly reduce the effort needed from the translators.

11 years agoFrench UserGuide.lyx: fix a paragraph language
Uwe Stöhr [Tue, 21 May 2013 21:40:38 +0000 (23:40 +0200)]
French UserGuide.lyx: fix a paragraph language

11 years agoUserGuide.lyx: some more revision work
Uwe Stöhr [Tue, 21 May 2013 21:35:06 +0000 (23:35 +0200)]
UserGuide.lyx: some more revision work

- also the last try to fix Scott's compilations problems

11 years agopo-files: copy from branch
Uwe Stöhr [Tue, 21 May 2013 20:44:15 +0000 (22:44 +0200)]
po-files: copy from branch

- copy the latest versions from branch, except of the languages where we already have LyX 2.1-specific translations.

11 years agoUserGuide.lyx: some corrections
Uwe Stöhr [Tue, 21 May 2013 19:13:14 +0000 (21:13 +0200)]
UserGuide.lyx: some corrections

- hopefully fix compilation of German UserGuide for Scott
- some German translations

11 years agoCmake tests: use multiple log files for multiple test-cases
Kornel Benko [Tue, 21 May 2013 17:54:20 +0000 (19:54 +0200)]
Cmake tests: use multiple log files for multiple test-cases

11 years agode.po: some translations
Uwe Stöhr [Tue, 21 May 2013 17:45:47 +0000 (19:45 +0200)]
de.po: some translations

11 years ago* sk.po
Kornel Benko [Tue, 21 May 2013 17:27:25 +0000 (19:27 +0200)]
* sk.po

11 years agoUpdate layouttranslations
Vincent van Ravesteijn [Tue, 21 May 2013 17:04:56 +0000 (19:04 +0200)]
Update layouttranslations

11 years agoRemerge po-files
Vincent van Ravesteijn [Tue, 21 May 2013 16:13:46 +0000 (18:13 +0200)]
Remerge po-files

11 years agoTypo
Kornel Benko [Tue, 21 May 2013 11:26:26 +0000 (13:26 +0200)]
Typo

11 years agoRJournal.layout: remove unneeded code
Scott Kostyshak [Tue, 21 May 2013 05:28:26 +0000 (01:28 -0400)]
RJournal.layout: remove unneeded code

Part of this code was moved to the template in a previous commit
and part was removed because it is no longer needed.

Patch by Yihui Xie.

11 years agoHeader cleanup cont.
Pavel Sanda [Tue, 21 May 2013 01:47:16 +0000 (18:47 -0700)]
Header cleanup cont.

11 years agoUserGuide.lyx: port recent changes to master
Uwe Stöhr [Mon, 20 May 2013 23:45:19 +0000 (01:45 +0200)]
UserGuide.lyx: port recent changes to master

11 years agoAdd autotests for #8684
Scott Kostyshak [Mon, 20 May 2013 22:50:56 +0000 (18:50 -0400)]
Add autotests for #8684

(these should currently fail)

11 years agoUpdate tex2lyx test cases to format 471
Vincent van Ravesteijn [Mon, 20 May 2013 12:37:33 +0000 (14:37 +0200)]
Update tex2lyx test cases to format 471

11 years agoForce encoding switch when switching from/to CJK, even if we use a customized encodin...
Juergen Spitzmueller [Mon, 20 May 2013 11:40:40 +0000 (13:40 +0200)]
Force encoding switch when switching from/to CJK, even if we use a customized encoding (#8558)

11 years agorevert parts of 53002538 which set wrong local_font
Juergen Spitzmueller [Mon, 20 May 2013 10:31:46 +0000 (12:31 +0200)]
revert parts of 53002538 which set wrong local_font

11 years agoHandle secondary babel languages when main language is CJK
Juergen Spitzmueller [Mon, 20 May 2013 09:07:47 +0000 (11:07 +0200)]
Handle secondary babel languages when main language is CJK

11 years agoinstaller: update dictionary for Norwegian
Uwe Stöhr [Mon, 20 May 2013 01:18:11 +0000 (03:18 +0200)]
installer: update dictionary for Norwegian

11 years agoUserGuide.lyx: next revision step
Uwe Stöhr [Mon, 20 May 2013 01:16:44 +0000 (03:16 +0200)]
UserGuide.lyx: next revision step

- sec. A.1 - A.2 and a few others

11 years agoHeader cleanup cont.
Pavel Sanda [Mon, 20 May 2013 01:07:53 +0000 (18:07 -0700)]
Header cleanup cont.

11 years agoFix zombie toolbars (bug 8520)
Vincent van Ravesteijn [Sun, 19 May 2013 20:04:29 +0000 (22:04 +0200)]
Fix zombie toolbars (bug 8520)

If there is a new toolbar, it will not be restored by Qt and we need to
initialize it ourselves. However, it is not so easy to find out which
toolbars are restored by Qt and which are not. For this, the setVisible
function of GuiToolbar is 'misused'. If the visibility is set, the toolbar
must have been restored by Qt and we should leave it alone.

11 years agoFix bug 7673 by reverting changes to BufferView::checkDepm
Vincent van Ravesteijn [Sun, 19 May 2013 12:42:27 +0000 (14:42 +0200)]
Fix bug 7673 by reverting changes to BufferView::checkDepm

This reverts commit 210a4406 and a part of 5577e877.

11 years agoinstaller: really fix splitindex support this time
Uwe Stöhr [Sun, 19 May 2013 16:46:14 +0000 (18:46 +0200)]
installer: really fix splitindex support this time

- for splitindex the installer has to install Perl to MiKTeX but 64bit MiKTeX works with Perl using a different folder structure than 32bit MiKTeX

11 years agoIncrease the uniqueness of the temp directories
Vincent van Ravesteijn [Sun, 19 May 2013 12:07:14 +0000 (14:07 +0200)]
Increase the uniqueness of the temp directories

Now, the temporary directories are composed of the PID + 8 random
characters. This used to be the PID + 2 random characters.

See also 327f7ed90dbcaad92511b962a8d1d14b46ef552a.

11 years agoSeed Qt's random generator
Vincent van Ravesteijn [Sun, 19 May 2013 11:59:07 +0000 (13:59 +0200)]
Seed Qt's random generator

LyX uses QTemporaryFile to create a unique temporary directory. This
temporary directory will consist of two random characters and the process
identifier (PID).

Currently, the two random characters are often the same because Qt's
random generator was not seeded. If there are a lot of lyx temporary
directories accumulated, the chance of failing to find a unique temporary
directory is (N/100)%.

The temporary directories can be left behind if either LyX crashes, or
when a file in the temporary directory is opened in another viewer when
LyX closes. This can be a pdf that is viewed in a reader that disallows
the file to be removed while viewing it.

11 years agoDisallow to insert an inset without a font
Vincent van Ravesteijn [Sun, 19 May 2013 10:39:01 +0000 (12:39 +0200)]
Disallow to insert an inset without a font

Doing so could lead to an assertion in Paragraph::fontSpan.

11 years agoFix assertion: icon in insetinfo without a font
Vincent van Ravesteijn [Sun, 19 May 2013 10:28:11 +0000 (12:28 +0200)]
Fix assertion: icon in insetinfo without a font

InsetInfos of the type ICON have a graphics Inset in their paragraph.
These insets were inserted without a font. This lead to an assertion in
Paragraph::fontSpan because the fontlist_ of the paragraph is empty.

11 years agoFix assertion: bibitem inset without a font
Vincent van Ravesteijn [Sun, 19 May 2013 10:28:11 +0000 (12:28 +0200)]
Fix assertion: bibitem inset without a font

Move the cursor in front of a bibitem and press enter.
Paragraph::fixBiblio will insert a new bibitem without a font in the new
paragraph. This will make Paragraph::fontSpan assert because the fontlist_
of the new paragraph is empty.

11 years agoFix assertion: label copy-paste-as-ref in new par
Vincent van Ravesteijn [Sun, 19 May 2013 10:28:11 +0000 (12:28 +0200)]
Fix assertion: label copy-paste-as-ref in new par

Because the reference got inserted without specifying a font,
Paragraph::fontSpan fired an assertion because the fontlist_ is empty.

11 years agoRevert "Fix assertion for InsetInfos of icon types"
Vincent van Ravesteijn [Sat, 18 May 2013 15:06:15 +0000 (17:06 +0200)]
Revert "Fix assertion for InsetInfos of icon types"

Using "Font no_font" in case no font was supplied was wrong. Instantiating a font object without specifying the language lead to a font object having the default_language that is hardcoded to "english". See Language::read().

This caused that there were spurious language changes in the LaTeX output
and made some document uncompilable.

This reverts commit 361995459068a5e53b597f1195f7f29522714ec4.

11 years agolandslide.lyx: make it compilable with pdflatex
Uwe Stöhr [Sun, 19 May 2013 01:53:58 +0000 (03:53 +0200)]
landslide.lyx: make it compilable with pdflatex

11 years agoAEA.layout: restore a style
Uwe Stöhr [Sat, 18 May 2013 18:51:02 +0000 (20:51 +0200)]
AEA.layout: restore a style

- I accidentally deleted this style in previous commit

11 years agoAEA.lyx/layout: update templates/AEA.lyx
Uwe Stöhr [Sat, 18 May 2013 18:36:26 +0000 (20:36 +0200)]
AEA.lyx/layout: update templates/AEA.lyx

- make template compilable
- update it according to the latest AEA guidelines
- add 4 missing styles to the layout:
* \keywords
* \JEL
* figurenotes environment
* tablenotes environment

11 years agoinstaller: fix an issue with 64bit MiKTeX
Uwe Stöhr [Sat, 18 May 2013 12:19:54 +0000 (14:19 +0200)]
installer: fix an issue with 64bit MiKTeX

- splitindex did not work when 64bit-MiKTeX was used

11 years agolisterrors.lyx: set default output to ps2pdf
Scott Kostyshak [Sat, 18 May 2013 00:54:56 +0000 (20:54 -0400)]
listerrors.lyx: set default output to ps2pdf

ps2pdf dependency is hardcoded in the preamble, which is why
pdflatex and luatex are failing.

11 years agoRJournal template now also works with latex
Scott Kostyshak [Wed, 8 May 2013 03:14:21 +0000 (23:14 -0400)]
RJournal template now also works with latex

Before, only PDFs were being generated so latex did not compile.
Now, both PDF and EPS files are generated.

This is not efficient but could save the user some pain, which is
the goal of templates.

An alternative would be to set the default output to use pdflatex.

11 years agoRJournal: use 'classic' decoration for email inset
Scott Kostyshak [Wed, 8 May 2013 00:57:42 +0000 (20:57 -0400)]
RJournal: use 'classic' decoration for email inset

This makes it clear that

  (1) the emails are in their own insets
  (2) the \email command is embedded in the \address command

11 years agoRJournal: set ForcePlain to 'true' for email inset
Scott Kostyshak [Wed, 8 May 2013 02:48:33 +0000 (22:48 -0400)]
RJournal: set ForcePlain to 'true' for email inset

This prevents the user from some mistakes, such as
embedding an itemize or ennumerate environment.

11 years agoRJournal: change 'Address' Flex inset into a Style
Scott Kostyshak [Wed, 8 May 2013 00:48:28 +0000 (20:48 -0400)]
RJournal: change 'Address' Flex inset into a Style

This looks better and gives natural separation between multiple
authors.

11 years agoRJournal: change 'Abstract' from a Flex to a Style
Scott Kostyshak [Wed, 8 May 2013 03:56:50 +0000 (23:56 -0400)]
RJournal: change 'Abstract' from a Flex to a Style

This looks more consistent with other templates to me.

11 years agoRJournal template and layout: move ERTs to layout
Scott Kostyshak [Wed, 8 May 2013 03:56:24 +0000 (23:56 -0400)]
RJournal template and layout: move ERTs to layout

The layout now takes care of \begin{article} and \end{article}
by using \AtBeginDocument and \AtEndDocument.

This cleans up the template a little by removing some ERT. The
user no longer needs to read the two notes explaining why the
ERT boxes were necessary. The user also does not need to think
about why this LaTeX environment exists.

11 years agoRJournal.lyx: hardcoded shortcuts -> insets
Scott Kostyshak [Tue, 7 May 2013 23:38:01 +0000 (19:38 -0400)]
RJournal.lyx: hardcoded shortcuts -> insets

This way if the shortcut changes or a user is using
a different bind file, the correct shortcut will appear.

11 years agoRJournal.lyx: English tweaks
Scott Kostyshak [Tue, 7 May 2013 23:33:15 +0000 (19:33 -0400)]
RJournal.lyx: English tweaks

11 years agoAdd a layout and template for the R Journal
Scott Kostyshak [Fri, 17 May 2013 02:40:10 +0000 (22:40 -0400)]
Add a layout and template for the R Journal

Patch by Yihui Xie.

11 years agoNew \cite_engine_type default.
Julien Rioux [Thu, 16 May 2013 14:00:54 +0000 (16:00 +0200)]
New \cite_engine_type default.

The default citation capability of LaTeX is not a true numerical
citation engine, rather it uses a mixture of labels/numbers. Thus
we now distinguish them: "numerical" always increments the bibitem
counter and uses its value as a numerical citation label, while
"default" only uses the bibitem counter when no label is provided.

LyX file format incremented to 471.

11 years agoDon't use widest label for numerical citations.
Julien Rioux [Tue, 14 May 2013 19:51:05 +0000 (21:51 +0200)]
Don't use widest label for numerical citations.

Fixes bug #8513.

11 years agoCompute and output numbers for numerical citations.
Julien Rioux [Tue, 14 May 2013 19:50:13 +0000 (21:50 +0200)]
Compute and output numbers for numerical citations.

11 years agoSlowly going through the suggestion made by our headers script.
Pavel Sanda [Thu, 16 May 2013 05:02:10 +0000 (22:02 -0700)]
Slowly going through the suggestion made by our headers script.

I tried not to kill "redundant" includes which are actually used
in the header, apology for mistakes.

11 years agoinstaller: fix converter for HTML
Uwe Stöhr [Wed, 15 May 2013 21:48:23 +0000 (23:48 +0200)]
installer: fix converter for HTML

- fix bug reported on the lyx-devel list that eLyXer could not be invoked if Python is not installed

11 years ago* header_check.sh: filter headers; we should suspect only .h files.
Pavel Sanda [Wed, 15 May 2013 10:46:04 +0000 (03:46 -0700)]
* header_check.sh: filter headers; we should suspect only .h files.

11 years ago* header_check.sh: fix error order
Pavel Sanda [Wed, 15 May 2013 10:42:13 +0000 (03:42 -0700)]
* header_check.sh: fix error order

11 years agocmake:
Kornel Benko [Wed, 15 May 2013 09:28:04 +0000 (11:28 +0200)]
cmake:
1.) Do not include layout tests on MAC, since the
  linker-option which allows multiple definitions is
  no longer supported.
2.) Indenting made consistent

11 years agolyx::support::get_document_dir uses QDesktopServices::storageLocation and this is...
Stephan Witt [Wed, 15 May 2013 08:24:22 +0000 (10:24 +0200)]
lyx::support::get_document_dir uses QDesktopServices::storageLocation and this is in QT_QTGUI_LIBRARY

11 years agoAdd a special regfile for filetools test on windows
Vincent van Ravesteijn [Wed, 15 May 2013 07:11:25 +0000 (09:11 +0200)]
Add a special regfile for filetools test on windows

11 years ago* header_check.sh: forgot on exec flag
Pavel Sanda [Wed, 15 May 2013 07:07:40 +0000 (00:07 -0700)]
* header_check.sh: forgot on exec flag

11 years ago* header_check.sh: more tweaks
Pavel Sanda [Wed, 15 May 2013 07:02:16 +0000 (00:02 -0700)]
* header_check.sh: more tweaks

11 years ago* header_check.sh: Apply new changes from Scott.
Pavel Sanda [Wed, 15 May 2013 06:59:42 +0000 (23:59 -0700)]
* header_check.sh: Apply new changes from Scott.

I see lot of errors like:
The following string was expected to be '.cpp' or '.h':
 LyX.cpp: In member function 'void lyx::LyX::printError(const lyx::ErrorItem&)':
Warning: the error was not parsed correctly.
The following string was expected to be '.cpp' or '.h':
 LyX.cpp: In function 'void lyx::error_handler(int)':

11 years agocheck_layout: Add more libraries
Vincent van Ravesteijn [Wed, 15 May 2013 06:08:33 +0000 (08:08 +0200)]
check_layout: Add more libraries

11 years agoGuiAbout: Add missing include
Vincent van Ravesteijn [Wed, 15 May 2013 05:47:02 +0000 (07:47 +0200)]
GuiAbout: Add missing include