]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoes/EmbeddedObjects.lyx: can now export with LuaTeX
Scott Kostyshak [Fri, 5 Apr 2013 07:58:30 +0000 (03:58 -0400)]
es/EmbeddedObjects.lyx: can now export with LuaTeX

See the following email discussion:
http://comments.gmane.org/gmane.editors.lyx.devel/145338

11 years agosk-Intro.lyx: Make it compilable + correct some typos
Kornel Benko [Fri, 5 Apr 2013 11:51:41 +0000 (13:51 +0200)]
sk-Intro.lyx: Make it compilable + correct some typos

11 years agofr/EmbeddedObjects.lyx: can now export with LuaTeX
Scott Kostyshak [Fri, 5 Apr 2013 07:27:25 +0000 (03:27 -0400)]
fr/EmbeddedObjects.lyx: can now export with LuaTeX

See the following email discussion:
http://comments.gmane.org/gmane.editors.lyx.devel/145338

Patch from Günter Milde

11 years agoAdd another test for #7673 (currently fails)
Scott Kostyshak [Thu, 4 Apr 2013 10:58:42 +0000 (06:58 -0400)]
Add another test for #7673 (currently fails)

11 years agoAdd test for #8370 (not yet fixed)
Scott Kostyshak [Thu, 4 Apr 2013 10:28:53 +0000 (06:28 -0400)]
Add test for #8370 (not yet fixed)

11 years agode.po
Juergen Spitzmueller [Thu, 4 Apr 2013 08:28:21 +0000 (10:28 +0200)]
de.po

11 years agoJust refactoring patch 5e5115c3 in simpler terms.
Tommaso Cucinotta [Wed, 3 Apr 2013 23:50:02 +0000 (00:50 +0100)]
Just refactoring patch 5e5115c3 in simpler terms.

11 years agoFixed issue #8543 also for advanced search (cursor moved at proper end of selection...
Tommaso Cucinotta [Wed, 3 Apr 2013 23:43:36 +0000 (00:43 +0100)]
Fixed issue #8543 also for advanced search (cursor moved at proper end of selection before starting Find Advanced operation).

11 years agoBufferParams.cpp: fix bug #6813
Uwe Stöhr [Tue, 2 Apr 2013 21:53:27 +0000 (23:53 +0200)]
BufferParams.cpp: fix bug #6813

- varioref needs to be loaded after babel to know what languages it has to use

11 years agoDocBook_article.lyx: set default output to ps2pdf
Scott Kostyshak [Tue, 2 Apr 2013 20:15:51 +0000 (16:15 -0400)]
DocBook_article.lyx: set default output to ps2pdf

The only converter chain that is supported by default is:

  docbook -> DVI
  DVI -> Postscript
  Postscript -> PDF (ps2pdf)

11 years agoIndonesian UserGuide.lyx: fix image paths
Scott Kostyshak [Tue, 2 Apr 2013 08:03:58 +0000 (04:03 -0400)]
Indonesian UserGuide.lyx: fix image paths

11 years agoItalian UG: fix singular diacritics in latin1 table (bug #8621)
Juergen Spitzmueller [Tue, 2 Apr 2013 14:20:46 +0000 (16:20 +0200)]
Italian UG: fix singular diacritics in latin1 table (bug #8621)

11 years agoOops, I mixed up the argument order
Georg Baum [Mon, 1 Apr 2013 19:57:20 +0000 (21:57 +0200)]
Oops, I mixed up the argument order

11 years agoRemove exclamation mark from "String not found!"
Scott Kostyshak [Mon, 1 Apr 2013 05:35:48 +0000 (01:35 -0400)]
Remove exclamation mark from "String not found!"

When using 'find' and a string is not found, this is not an error or a
surprising event. It is often expected (e.g. after searching through
the whole document for a certain string eventually you will get this
message). The exclamation mark should be reserved for messages that
are unexpected or that need extra attention, such as errors.

11 years agoDelete temp file after usage
Georg Baum [Mon, 1 Apr 2013 10:24:24 +0000 (12:24 +0200)]
Delete temp file after usage

11 years agoFix HTML to LaTeX converter output name
Georg Baum [Mon, 1 Apr 2013 10:05:25 +0000 (12:05 +0200)]
Fix HTML to LaTeX converter output name

If you do not explicitly specify the output file name, gnuhtml2latex will
guess a file name itself. The result of the guess is not what we expect if
the input file name did not contain a .html extension, but something which
is not related to a format, e.g. .qV9984 from FileName::tempName().

11 years agoAdvanced search: Allow faster searching for normal (non-regular) strings
Kornel Benko [Mon, 1 Apr 2013 08:16:45 +0000 (10:16 +0200)]
Advanced search: Allow faster searching for normal (non-regular) strings
Setting variable 'par_as_string_nolead' also in case we are ignoring format,
drastically accelerates the search.

11 years agoFix most important case of bug #8205
Georg Baum [Sun, 31 Mar 2013 21:48:05 +0000 (23:48 +0200)]
Fix most important case of bug #8205

Since a complete solution requires some refactoring, I fixed the bug for the
most important case: The main document language is only supported by
polyglossia. If any other language than the main one is only supported by
polyglossia the bug is still there.

11 years agoFix layout write bugs found by tests
Georg Baum [Sun, 31 Mar 2013 16:17:40 +0000 (18:17 +0200)]
Fix layout write bugs found by tests

11 years agoImplement writing of layouts
Georg Baum [Sun, 31 Mar 2013 13:33:26 +0000 (15:33 +0200)]
Implement writing of layouts

This will be needed for layout forward compatibility, and could also be used
for a layout editor. Writing was only implemented for styles, not for complete
layout files (text class). I rarely made use of default values for missing
variables which exist in read(), so the output it a bit verbose (but more safe
against future changes). Also, some things like CopyStyle are never written for
obvious reasons.

11 years agoUpdate it.po
Enrico Forestieri [Sat, 30 Mar 2013 23:19:57 +0000 (00:19 +0100)]
Update it.po

11 years agoUse setSectionResizeMode from qt_helpers
Vincent van Ravesteijn [Fri, 29 Mar 2013 17:03:10 +0000 (18:03 +0100)]
Use setSectionResizeMode from qt_helpers

This is needed to compile with Qt5.

11 years agoExit with error if required filename is not given
Scott Kostyshak [Fri, 29 Mar 2013 15:34:04 +0000 (11:34 -0400)]
Exit with error if required filename is not given

This is a second attempt to fix the problem described in
6df4a7bb (2c2c1767 reverted the first attempt).

The solution here is more general: if we get to a certain point
in the code and there is no filename, an error is given.

The following command now gives an error:

  lyx -e pdf2

And the following command continues to not give an error:

  lyx myfile.lyx -e pdf

11 years agoGive an error message when LyX cannot load a file
Scott Kostyshak [Thu, 28 Mar 2013 07:46:35 +0000 (03:46 -0400)]
Give an error message when LyX cannot load a file

Before, the following commands correctly exited with code 1, but now
a reason for exiting is also given:

  lyx -e pdf2 doesNotExist
  lyx doesNotExist -e pdf2

11 years agoRevert "Exit with error if no filename given to -e switch"
Scott Kostyshak [Fri, 29 Mar 2013 15:20:23 +0000 (11:20 -0400)]
Revert "Exit with error if no filename given to -e switch"

This reverts commit 6df4a7bb4018c7e13e191e59fdd5d9f768ce5592.

As Vincent points out, this commit is not correct. For one reason,
it would incorrectly exit with error for the following syntax:

lyx myfile.lyx -e pdf

I will look for a correct solution to the problem specified in the
message of the reverted commit.

11 years ago* sk.po
Kornel Benko [Fri, 29 Mar 2013 09:52:31 +0000 (10:52 +0100)]
* sk.po

11 years agoExit with error if no filename given to -e switch
Scott Kostyshak [Thu, 28 Mar 2013 07:07:45 +0000 (03:07 -0400)]
Exit with error if no filename given to -e switch

Before, 'lyx -e pdf2' would give no error and would exit with 0. A use
case is if a user has in a bash script the following command:

lyx -e pdf2 "${mylxyfile}" || exit 1

where 'lyx' is mispelled as 'lxy' and thus yields an empty
string. If LyX does not exit with an error, the script continues where
the user probably intends for it to stop.

11 years agoRemove an empty line to make style consistent
Scott Kostyshak [Fri, 29 Mar 2013 05:52:29 +0000 (01:52 -0400)]
Remove an empty line to make style consistent

11 years agorefine support for Vietnamese
Uwe Stöhr [Fri, 29 Mar 2013 00:53:44 +0000 (01:53 +0100)]
refine support for Vietnamese

- chkconfig.ltx: add the vietnamese.ldf
- installer trigger the installation of vntex

11 years agoPutenv requires a char *, for some reason.
Jean-Marc Lasgouttes [Thu, 28 Mar 2013 13:02:21 +0000 (14:02 +0100)]
Putenv requires a char *, for some reason.

11 years agoRemove "List of" from outliner dropdown.
Richard Heck [Thu, 28 Mar 2013 12:32:26 +0000 (08:32 -0400)]
Remove "List of" from outliner dropdown.

11 years agoImplement XHTML output for InsetPrintNomencl.
Richard Heck [Wed, 27 Mar 2013 23:30:30 +0000 (19:30 -0400)]
Implement XHTML output for InsetPrintNomencl.

11 years agoRemove debugging code.
Richard Heck [Thu, 28 Mar 2013 00:06:56 +0000 (20:06 -0400)]
Remove debugging code.

11 years agoAdd Nomenclature to the TOC.
Richard Heck [Wed, 27 Mar 2013 22:40:08 +0000 (18:40 -0400)]
Add Nomenclature to the TOC.

11 years agoUse InsetLayout to get the tag type for TOC-like things.
Richard Heck [Wed, 27 Mar 2013 23:51:49 +0000 (19:51 -0400)]
Use InsetLayout to get the tag type for TOC-like things.

11 years agoUpdate the XHTML output for InsetFloatList. We'll now use an
Richard Heck [Wed, 27 Mar 2013 23:01:33 +0000 (19:01 -0400)]
Update the XHTML output for InsetFloatList. We'll now use an
InsetLayout to style it.

11 years agoMinor code simplification.
Richard Heck [Wed, 27 Mar 2013 22:36:01 +0000 (18:36 -0400)]
Minor code simplification.

11 years agoRemove the "arrow" from the XHTML TOC. I think I put it there near
Richard Heck [Wed, 27 Mar 2013 22:28:25 +0000 (18:28 -0400)]
Remove the "arrow" from the XHTML TOC. I think I put it there near
the beginning, when the titles themselves were not being used as
links. Now they are, so it is not needed.

11 years agoMove the CSS for the TOC to its own InsetLayout.
Richard Heck [Wed, 27 Mar 2013 22:24:08 +0000 (18:24 -0400)]
Move the CSS for the TOC to its own InsetLayout.

11 years agoUse the TOC:Listings layout to hold CSS information for it.
Richard Heck [Wed, 27 Mar 2013 22:22:20 +0000 (18:22 -0400)]
Use the TOC:Listings layout to hold CSS information for it.

11 years agoA little bit more cleaning up.
Richard Heck [Wed, 27 Mar 2013 21:19:47 +0000 (17:19 -0400)]
A little bit more cleaning up.

11 years agoRe-order things a little bit.
Richard Heck [Wed, 27 Mar 2013 21:17:57 +0000 (17:17 -0400)]
Re-order things a little bit.

11 years agoFactor common code from TOC updates.
Richard Heck [Wed, 27 Mar 2013 21:16:34 +0000 (17:16 -0400)]
Factor common code from TOC updates.

11 years agoAllow for the possibility of an "InsetLayout TOC".
Richard Heck [Wed, 27 Mar 2013 21:06:38 +0000 (17:06 -0400)]
Allow for the possibility of an "InsetLayout TOC".

11 years agoGet lists of listings working for XHTML output. Fixes bug #8602.
Richard Heck [Wed, 27 Mar 2013 20:58:44 +0000 (16:58 -0400)]
Get lists of listings working for XHTML output. Fixes bug #8602.

11 years agoLinks between citations and bibliography entries were broken in XHTML
Richard Heck [Wed, 27 Mar 2013 19:46:32 +0000 (15:46 -0400)]
Links between citations and bibliography entries were broken in XHTML
output, due to failure to clean the ids in the new citation stuff.

I've solved this by allowing the citation format information to contain
keys of the form "clean:key". This signals that we are to apply the
html::cleanAttr() function to the key before returning it. I.e., we
strip non-alphanumeric stuff, basically.

11 years agoForgot to include "u" as a font tag.
Richard Heck [Wed, 27 Mar 2013 19:46:06 +0000 (15:46 -0400)]
Forgot to include "u" as a font tag.

11 years agoUse master buffer's setting for math output type.
Richard Heck [Wed, 27 Mar 2013 18:51:27 +0000 (14:51 -0400)]
Use master buffer's setting for math output type.

11 years agoContinuing here will crash us. This shouldn't be an issue, but
Richard Heck [Wed, 27 Mar 2013 18:45:16 +0000 (14:45 -0400)]
Continuing here will crash us. This shouldn't be an issue, but
it seems worth doing something sensible.

11 years ago* sk.po
Kornel Benko [Wed, 27 Mar 2013 18:22:05 +0000 (19:22 +0100)]
* sk.po

11 years agoStyle Memoir epigraphs.
Richard Heck [Wed, 27 Mar 2013 18:01:01 +0000 (14:01 -0400)]
Style Memoir epigraphs.

11 years agoHandle other text ranges in XHTML output.
Richard Heck [Wed, 27 Mar 2013 16:49:03 +0000 (12:49 -0400)]
Handle other text ranges in XHTML output.

11 years agoDisable extractFunctions() for MathML and HTML output.
Richard Heck [Wed, 27 Mar 2013 16:05:00 +0000 (12:05 -0400)]
Disable extractFunctions() for MathML and HTML output.

I'm not sure there was all that much benefit to doing this, but
if so then it could be re-enabled, if we fixed extractFunctions().

11 years agoAdd some notes about problems with extractFunctions().
Richard Heck [Wed, 27 Mar 2013 16:01:44 +0000 (12:01 -0400)]
Add some notes about problems with extractFunctions().

11 years agoImplement math-as-HTML output for InsetMathExFunc.
Richard Heck [Wed, 27 Mar 2013 15:41:29 +0000 (11:41 -0400)]
Implement math-as-HTML output for InsetMathExFunc.

11 years agoFix bug #8608: Don't output index entries from notes, etc.
Richard Heck [Mon, 25 Mar 2013 21:33:54 +0000 (17:33 -0400)]
Fix bug #8608: Don't output index entries from notes, etc.

11 years agoShould also use doing_output here. Oversight in previous commit.
Richard Heck [Mon, 25 Mar 2013 21:33:18 +0000 (17:33 -0400)]
Should also use doing_output here. Oversight in previous commit.

11 years agoAdd new spelling icon to the Makefile and add oxygen version
Juergen Spitzmueller [Mon, 25 Mar 2013 08:28:49 +0000 (09:28 +0100)]
Add new spelling icon to the Makefile and add oxygen version

11 years agoAdd a toolbar button for continuous spellchecking
Vincent van Ravesteijn [Sun, 24 Mar 2013 19:26:40 +0000 (20:26 +0100)]
Add a toolbar button for continuous spellchecking

This fixes the second part of #8589.

11 years agoAdd an LFUN for continuous spell checking
Vincent van Ravesteijn [Sun, 24 Mar 2013 18:20:19 +0000 (19:20 +0100)]
Add an LFUN for continuous spell checking

This fixes the first part of #8589.

11 years agoDo not sort formats in BufferParams::exportableFormats
Vincent van Ravesteijn [Sun, 24 Mar 2013 16:52:48 +0000 (17:52 +0100)]
Do not sort formats in BufferParams::exportableFormats

We only need to sort the formats when it is really necessary, i.e. for GUI
purposes.

This also prevents 11000 requests for translation everytime the toolbars
are updated.

11 years agoRemove unused typedef
Vincent van Ravesteijn [Sun, 24 Mar 2013 16:52:03 +0000 (17:52 +0100)]
Remove unused typedef

11 years agoStick with 2.0.x file format
Juergen Spitzmueller [Sun, 24 Mar 2013 15:56:19 +0000 (16:56 +0100)]
Stick with 2.0.x file format

11 years agoRevert "Compilation fixes"
Juergen Spitzmueller [Sun, 24 Mar 2013 15:52:42 +0000 (16:52 +0100)]
Revert "Compilation fixes"

This reverts commit c28d9b41adcc8cf738ce32721c480d00ff8df9cb.

11 years agoCompilation fixes
Juergen Spitzmueller [Sun, 24 Mar 2013 15:46:20 +0000 (16:46 +0100)]
Compilation fixes

11 years agoAdd a WIN32 equivalent for gettimeofday
Vincent van Ravesteijn [Sun, 24 Mar 2013 12:35:44 +0000 (13:35 +0100)]
Add a WIN32 equivalent for gettimeofday

This function does not really returns the "time of day", but it will suffice to evaluate elapsed times.

11 years agoSmall simplification
Vincent van Ravesteijn [Mon, 18 Mar 2013 21:01:09 +0000 (22:01 +0100)]
Small simplification

11 years agoMinor doc update.
Richard Heck [Sun, 24 Mar 2013 14:14:17 +0000 (10:14 -0400)]
Minor doc update.

11 years agoDon't abbreviate titles in TOC.
Richard Heck [Sun, 24 Mar 2013 13:39:41 +0000 (09:39 -0400)]
Don't abbreviate titles in TOC.

11 years agoFix bug #8603: We want unabbreviated TOC entries here.
Richard Heck [Sun, 24 Mar 2013 13:34:00 +0000 (09:34 -0400)]
Fix bug #8603: We want unabbreviated TOC entries here.

11 years agoSilly mistake here in earlier commit.
Richard Heck [Sun, 24 Mar 2013 13:33:47 +0000 (09:33 -0400)]
Silly mistake here in earlier commit.

11 years agoprefs2prefs: While handling converters, make sure
Kornel Benko [Sat, 23 Mar 2013 14:31:21 +0000 (15:31 +0100)]
prefs2prefs: While handling converters, make sure
the entry is really '\converter' and not e.g. '\converter_cache_maxage'

11 years agoFix bug #8604: Forgot not to escape the caption string in listings.
Richard Heck [Sat, 23 Mar 2013 14:05:56 +0000 (10:05 -0400)]
Fix bug #8604: Forgot not to escape the caption string in listings.

11 years agoFix a couple problems with new prefs2prefs material.
Richard Heck [Sat, 23 Mar 2013 13:35:26 +0000 (09:35 -0400)]
Fix a couple problems with new prefs2prefs material.

11 years agoCrush warning.
Richard Heck [Sat, 23 Mar 2013 13:14:44 +0000 (09:14 -0400)]
Crush warning.

11 years agoFix a few more translation probelms for XHTML output.
Richard Heck [Sat, 23 Mar 2013 13:10:01 +0000 (09:10 -0400)]
Fix a few more translation probelms for XHTML output.

11 years agoInsetGraphics: add a layoutName method
Scott Kostyshak [Fri, 22 Mar 2013 19:09:59 +0000 (15:09 -0400)]
InsetGraphics: add a layoutName method

Now when using inset-forall, "Graphics" can be used
to refer to all Graphics insets.

11 years agoforgot format entry
Georg Baum [Sat, 23 Mar 2013 08:26:04 +0000 (09:26 +0100)]
forgot format entry

11 years agoSupport \caption* (bug #3209)
Georg Baum [Fri, 22 Mar 2013 21:23:38 +0000 (22:23 +0100)]
Support \caption* (bug #3209)

This was a low hanging fruit which would have to wait for a long time because
of a file format change if it was not implemented before 2.1.

11 years agoImplement inset-select-all in mathed
Jean-Marc Lasgouttes [Fri, 22 Mar 2013 13:41:57 +0000 (14:41 +0100)]
Implement inset-select-all in mathed

11 years agoMore documentation for the poor man's profiler
Jean-Marc Lasgouttes [Fri, 22 Mar 2013 10:23:48 +0000 (11:23 +0100)]
More documentation for the poor man's profiler

11 years agoA poor man's profiler.
Jean-Marc Lasgouttes [Thu, 21 Mar 2013 11:14:21 +0000 (12:14 +0100)]
A poor man's profiler.

The use of this profiler is trivial:

 * #include <support/pmprof.h>

 * in the block one wants to profile, add
   PROFILE_THIS_BLOCK(some_identifier)

 * At the end of the execution, statistics will be sent to standard error.

11 years agotex2lyx: we support now \framebox without options
Uwe Stöhr [Fri, 22 Mar 2013 01:00:25 +0000 (02:00 +0100)]
tex2lyx: we support now \framebox without options

-> this is \fbox

- also update the tex2lyx example file result

11 years agosupport for \mbox and \fbox
Uwe Stöhr [Fri, 22 Mar 2013 00:33:58 +0000 (01:33 +0100)]
support for \mbox and \fbox

- fileformat change
- it was a pity that LyX did not yet support a simple rectangular frame without a defined width but LyX did this for e.g. oval frames
- \fbox and \mbox often occur in TeX files and can now be imported

11 years agoSplit pdf format as discussed on the list
Georg Baum [Thu, 21 Mar 2013 19:13:02 +0000 (20:13 +0100)]
Split pdf format as discussed on the list

Previously, the format used for included pdf files was the same as for
document export via ps2pdf. This caused unwanted conversion routes, e.g.
export via odt->pdf instead of dvi->ps->pdf.
I renamed the format for included graphics and not for exported documents,
since otherwise the command line syntax for export would change. This would
require more adaptions for the users, since with the chosen solution the
custom converters are almost always changed correctly in prefs2prefs(),
so that only custom external templates need manual adjustement.

11 years agolyx2lyx/lyx_2_1.py: typos
Uwe Stöhr [Thu, 21 Mar 2013 01:11:42 +0000 (02:11 +0100)]
lyx2lyx/lyx_2_1.py: typos

11 years agoCmake build: Unfortunatelly, there are some cmake versions
Kornel Benko [Wed, 20 Mar 2013 19:51:50 +0000 (20:51 +0100)]
Cmake build: Unfortunatelly, there are some cmake versions
which have not error-free version of FindQt4.cmake.
We have to stick with our own (and old) module.

11 years agoavoid redundant toolbar initialization
Juergen Spitzmueller [Wed, 20 Mar 2013 12:59:25 +0000 (13:59 +0100)]
avoid redundant toolbar initialization

11 years agoFix the zombie toolbar problem (bug #8520)
Juergen Spitzmueller [Wed, 20 Mar 2013 12:01:48 +0000 (13:01 +0100)]
Fix the zombie toolbar problem (bug #8520)

11 years agocmake build: Add check for required QT-version 4.5.0 or higher
Kornel Benko [Wed, 20 Mar 2013 10:39:45 +0000 (11:39 +0100)]
cmake build: Add check for required QT-version 4.5.0 or higher
Since our own module does not respect the version parameter,
while the cmake provided does, also remove our FindQt4.cmake

11 years agolanguages: fix support for Serbian Cyrillic
Uwe Stöhr [Tue, 19 Mar 2013 23:20:27 +0000 (00:20 +0100)]
languages: fix support for Serbian Cyrillic

- there is a Serbian Cyrillic support file for babel available. Its support works the same as for Lithuanian, Belarusian, etc.
- fixes bug #8590

11 years agoinstaller: support for Serbian Cyrillic
Uwe Stöhr [Tue, 19 Mar 2013 23:12:16 +0000 (00:12 +0100)]
installer: support for Serbian Cyrillic

11 years agolanguages: update support for Kazakh
Uwe Stöhr [Tue, 19 Mar 2013 22:53:17 +0000 (23:53 +0100)]
languages: update support for Kazakh

as discussed on the list, as there is not support for Kazakh in babel we must assure that the T2A fontenc is loaded

11 years agoUpdate test references
Georg Baum [Tue, 19 Mar 2013 20:24:51 +0000 (21:24 +0100)]
Update test references

11 years agoUpdate lyxrc.defaults to current format
Georg Baum [Tue, 19 Mar 2013 20:17:15 +0000 (21:17 +0100)]
Update lyxrc.defaults to current format

Actually, configure.py was already producing the current format, since it
did not output default_language.

11 years agoGuiTabular: disabling is now done on textChanged()
Scott Kostyshak [Tue, 19 Mar 2013 18:48:20 +0000 (14:48 -0400)]
GuiTabular: disabling is now done on textChanged()

Before, it was done on editingFinished(). The new behavior is more
intuitive because it is easier for the user to see how editing the box
is connected with enabling/disabling the other widgets. Before, the user
would not get instant feedback and would have to click away before the
connection is revealed. This new behavior is less efficient, however,
because checkEnabled() is called after every keystroke.

11 years agoGuiTabular: LC and ED should both be disabled
Scott Kostyshak [Tue, 19 Mar 2013 07:16:07 +0000 (03:16 -0400)]
GuiTabular: LC and ED should both be disabled

Previously, only columnWidthED was disabled.

11 years agoContinue pre-spring cleaning of configure script
Jean-Marc Lasgouttes [Tue, 19 Mar 2013 15:17:40 +0000 (16:17 +0100)]
Continue pre-spring cleaning of configure script

 * build-type=profiling implies -fno-omit-frame-pointer in gcc. This allows sysprof to yield proper call trees
 * remove --enable-grpof option (the build type is enough)
 * remove --with-frontend option since we have only one frontend. Move stuff around and generally simplify the Qt detection code
 * do not check for bc anymore.
 * Update README.

11 years agoFix bug #8587 properly, by using local language for translation.
Richard Heck [Tue, 19 Mar 2013 15:30:09 +0000 (11:30 -0400)]
Fix bug #8587 properly, by using local language for translation.

11 years agoSmall updates to the configure script
Jean-Marc Lasgouttes [Tue, 19 Mar 2013 14:38:47 +0000 (15:38 +0100)]
Small updates to the configure script

Remove some tests that are not needed. Put --enable and --with options together in help output.