]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoConnect to InsetInfo
Pavel Sanda [Fri, 12 Feb 2010 01:44:04 +0000 (01:44 +0000)]
Connect to InsetInfo

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

14 years agoVCS: Extended API for revision info
Pavel Sanda [Fri, 12 Feb 2010 01:43:59 +0000 (01:43 +0000)]
VCS: Extended API for revision info

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

14 years agoSVN file revision number
Pavel Sanda [Fri, 12 Feb 2010 01:43:55 +0000 (01:43 +0000)]
SVN file revision number

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

14 years agolyx_2_0.py: fix routine to revert multirows so that it works in all cases (independen...
Uwe Stöhr [Fri, 12 Feb 2010 01:10:45 +0000 (01:10 +0000)]
lyx_2_0.py: fix routine to revert multirows so that it works in all cases (independent if a table cell includes further insets)

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

14 years agoGuiTabular despaghettization: pass out tabular_ instead of using it
Abdelrazak Younes [Thu, 11 Feb 2010 10:38:41 +0000 (10:38 +0000)]
GuiTabular despaghettization: pass out tabular_ instead of using it
directly.

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

14 years agolyx_2_0.py:
Uwe Stöhr [Thu, 11 Feb 2010 04:10:57 +0000 (04:10 +0000)]
lyx_2_0.py:
- fix the "revert_tabularvalign" routine (avoid endless loop when a cell contains ERT)
- add a command in routine "revert_nomencl_cwidth"
- routine to revert multirow table cells

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

14 years agoautoconf 2.65 is reported to work by John (#6524).
Pavel Sanda [Thu, 11 Feb 2010 02:12:50 +0000 (02:12 +0000)]
autoconf 2.65 is reported to work by John (#6524).
Branch?

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

14 years agoInsetTabular.h:
Uwe Stöhr [Thu, 11 Feb 2010 01:47:06 +0000 (01:47 +0000)]
InsetTabular.h:
- remove things from the todo list that we already support
- add authors

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

14 years agoGuiPrefs.cpp: revert changes that accidentally slipped in in r33414
Uwe Stöhr [Thu, 11 Feb 2010 01:41:47 +0000 (01:41 +0000)]
GuiPrefs.cpp: revert changes that accidentally slipped in in r33414

(That was Vincents patch for #5735)

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

14 years ago-xml
Pavel Sanda [Thu, 11 Feb 2010 01:15:12 +0000 (01:15 +0000)]
-xml

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

14 years agosupport for multirows in tables:
Uwe Stöhr [Thu, 11 Feb 2010 01:07:54 +0000 (01:07 +0000)]
support for multirows in tables:
- fileformat change (lyx2lyx code follows the next days)
- the patch is a joint work of Edwin and me

The patch is huge but the major parts work already. I put it in now as the minor known issues can be solved step by step the next days. I think this is the best solution because collaborating with such large patches already lead to copy/paste bugs.

The known issues are listed here:
http://wiki.lyx.org/Devel/Multirow

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

14 years ago* InsetFloat:
Abdelrazak Younes [Wed, 10 Feb 2010 17:33:39 +0000 (17:33 +0000)]
* InsetFloat:
- now accept a full parameter string at construction
- LFUN_INSET_MODIFY now also interprets float type.

* FloatPlacement:
- The float type label is replace with a combo that can be used to
change the type.

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

14 years agoFix i18n as suggested by Jürgen:
Abdelrazak Younes [Wed, 10 Feb 2010 12:42:30 +0000 (12:42 +0000)]
Fix i18n as suggested by Jürgen:

You cannot use params.type for that, because that's not flagged for
translation. Have a look at InsetCollapsable::floatName().

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

14 years agoFloatPlacement: code cleanup and bug fixing (pretty much nothing worked)
Abdelrazak Younes [Wed, 10 Feb 2010 12:26:59 +0000 (12:26 +0000)]
FloatPlacement: code cleanup and bug fixing (pretty much nothing worked)

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

14 years ago* Thesaurus.cpp:
Jürgen Spitzmüller [Wed, 10 Feb 2010 10:24:10 +0000 (10:24 +0000)]
* Thesaurus.cpp:
* docstring.{cpp,h}:
- move conversion functions to_iconv_encoding and from_iconv_encoding
  from Thesaurus to docstring.

* HunspellChecker.cpp:
- use correct encoding for string conversion.

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

14 years agoFix hunspell.
Jürgen Spitzmüller [Wed, 10 Feb 2010 09:13:58 +0000 (09:13 +0000)]
Fix hunspell.

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

14 years ago* Spellchecker dialog:
Jürgen Spitzmüller [Wed, 10 Feb 2010 08:10:31 +0000 (08:10 +0000)]
* Spellchecker dialog:
- mark languages that can be spell checked.
* Thesaurus dialog:
- mark languages that have a thesaurus dictionary.

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

14 years agoMake float type translatable.
Abdelrazak Younes [Wed, 10 Feb 2010 07:06:14 +0000 (07:06 +0000)]
Make float type translatable.

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

14 years agohasDigit(): Avoid a string copy as this is in a critical path for inline spellchecking.
Abdelrazak Younes [Wed, 10 Feb 2010 06:51:49 +0000 (06:51 +0000)]
hasDigit(): Avoid a string copy as this is in a critical path for inline spellchecking.

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

14 years agoUse readonly for manuals only in released versions.
Pavel Sanda [Wed, 10 Feb 2010 04:03:35 +0000 (04:03 +0000)]
Use readonly for manuals only in released versions.
Closing #6518.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg157541.html

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

14 years agoUpdate it.po
Enrico Forestieri [Tue, 9 Feb 2010 19:38:28 +0000 (19:38 +0000)]
Update it.po

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

14 years ago* de.po: update
Jürgen Spitzmüller [Tue, 9 Feb 2010 19:03:23 +0000 (19:03 +0000)]
* de.po: update

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

14 years ago* po/*.po: remerge
Jürgen Spitzmüller [Tue, 9 Feb 2010 18:22:15 +0000 (18:22 +0000)]
* po/*.po: remerge

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

14 years ago* GuiSpellchecker.cpp:
Jürgen Spitzmüller [Tue, 9 Feb 2010 17:55:17 +0000 (17:55 +0000)]
* GuiSpellchecker.cpp:
- clear selection when ignore is clicked. Otherwise, LyX hangs
  at the last word of an inset, if this word was misspelled.

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

14 years ago* support/lstring.{cpp,h}:
Jürgen Spitzmüller [Tue, 9 Feb 2010 17:35:35 +0000 (17:35 +0000)]
* support/lstring.{cpp,h}:
- new function hasDigit
* src/Paragraph.cpp (spellcheck):
- ignore words with digits, as in 1.6 (bug 6493).

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

14 years agoApplication: get rid of 2 virtual interface.
Abdelrazak Younes [Tue, 9 Feb 2010 17:25:44 +0000 (17:25 +0000)]
Application: get rid of 2 virtual interface.

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

14 years agoToday is a sad day, LyXView has passed over... long live GuiView!
Abdelrazak Younes [Tue, 9 Feb 2010 17:06:40 +0000 (17:06 +0000)]
Today is a sad day, LyXView has passed over... long live GuiView!

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

14 years agoRemove unneeded include.
Richard Heck [Tue, 9 Feb 2010 16:31:09 +0000 (16:31 +0000)]
Remove unneeded include.

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

14 years agoWhitespace.
Richard Heck [Tue, 9 Feb 2010 16:30:12 +0000 (16:30 +0000)]
Whitespace.

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

14 years agowhitespace.
Jürgen Spitzmüller [Tue, 9 Feb 2010 16:24:01 +0000 (16:24 +0000)]
whitespace.

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

14 years agoTransfer LyXfunc code to GuiApplication::dispatch() and getStatus(). Now
Abdelrazak Younes [Tue, 9 Feb 2010 16:11:13 +0000 (16:11 +0000)]
Transfer LyXfunc code to GuiApplication::dispatch() and getStatus(). Now
a lot of simplification is possible. Except some instability period...

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

14 years agothis was not intended to go in.
Jürgen Spitzmüller [Tue, 9 Feb 2010 14:34:58 +0000 (14:34 +0000)]
this was not intended to go in.

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

14 years ago* Paragraph.cpp (spellcheck):
Jürgen Spitzmüller [Tue, 9 Feb 2010 14:33:16 +0000 (14:33 +0000)]
* Paragraph.cpp (spellcheck):
- comment out code that makes aspell abort
  if a word in an unknown language is being checked
  (instead of just skipping this word)

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

14 years agoremove last member variables from LyXFunc and move them to cursor. Now the class...
Jean-Marc Lasgouttes [Tue, 9 Feb 2010 14:29:27 +0000 (14:29 +0000)]
remove last member variables from LyXFunc and move them to cursor. Now the class can be replaced by a namespace

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

14 years agodo not use theLyXFunc()
Jean-Marc Lasgouttes [Tue, 9 Feb 2010 14:26:59 +0000 (14:26 +0000)]
do not use theLyXFunc()

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

14 years ago* EnchantChecker.cpp: don't crash if dictionary is not found.
Jürgen Spitzmüller [Tue, 9 Feb 2010 14:14:38 +0000 (14:14 +0000)]
* EnchantChecker.cpp: don't crash if dictionary is not found.

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

14 years agoFix bug #6510: URL in the footnote will cause the `CJK' environment to terminate
Enrico Forestieri [Tue, 9 Feb 2010 14:01:21 +0000 (14:01 +0000)]
Fix bug #6510: URL in the footnote will cause the `CJK' environment to terminate

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

14 years agoAdd language selector to the spell chekcer dialog (bug 2208).
Jürgen Spitzmüller [Tue, 9 Feb 2010 13:01:37 +0000 (13:01 +0000)]
Add language selector to the spell chekcer dialog (bug 2208).

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

14 years agoTemporarily fix bug #6412. The side effect is that, in LyX/Mac, when a
Abdelrazak Younes [Tue, 9 Feb 2010 12:42:38 +0000 (12:42 +0000)]
Temporarily fix bug #6412. The side effect is that, in LyX/Mac, when a
dialog is open, the menu entries that are buffer or view-related are not
going to be disabled. I'll try to solve that last issue later.

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

14 years ago* WordLangTuple.h: better initialization.
Jürgen Spitzmüller [Tue, 9 Feb 2010 11:52:06 +0000 (11:52 +0000)]
* WordLangTuple.h: better initialization.

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

14 years ago* store the full Language in WordLangTuple.
Jürgen Spitzmüller [Tue, 9 Feb 2010 11:26:49 +0000 (11:26 +0000)]
* store the full Language in WordLangTuple.

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

14 years agofix assertion in Inset::getLayout when there is no buffer (bug #6497)
Jean-Marc Lasgouttes [Tue, 9 Feb 2010 11:16:17 +0000 (11:16 +0000)]
fix assertion in Inset::getLayout when there is no buffer (bug #6497)

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

14 years agoqt 4.2
Pavel Sanda [Tue, 9 Feb 2010 08:42:12 +0000 (08:42 +0000)]
qt 4.2

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

14 years agoLink fix, sorry.
Abdelrazak Younes [Tue, 9 Feb 2010 08:35:19 +0000 (08:35 +0000)]
Link fix, sorry.

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

14 years agoSpanish Math.lyx: translations by Ignacio
Uwe Stöhr [Tue, 9 Feb 2010 01:10:18 +0000 (01:10 +0000)]
Spanish Math.lyx: translations by Ignacio

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

14 years agoFix compilation with 4.2.
Abdelrazak Younes [Mon, 8 Feb 2010 22:20:02 +0000 (22:20 +0000)]
Fix compilation with 4.2.

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

14 years ago* Migrate InsetFloat to InsetDialog
Abdelrazak Younes [Mon, 8 Feb 2010 22:09:40 +0000 (22:09 +0000)]
* Migrate InsetFloat to InsetDialog
* Bug fix and clean up InsetFloat parameter handling: this is still not very clean as the float type is not really a parameter still... The solution is to defer the float type reading to the actual inset reading, not its creation.

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

14 years agoPatch by John McCabe-Dansted to fix bug #6502:
Jürgen Spitzmüller [Mon, 8 Feb 2010 17:39:55 +0000 (17:39 +0000)]
Patch by John McCabe-Dansted to fix bug #6502:
Wrong line count with parent math macros:

* TeXRow.{cpp,h}:
- new helper function to insert multiple newline at once.

* mathed/MacroTable.{cpp,h}:
* mathed/MacroTemplate.{cpp,h}:
- make write() an int, returning number of newlines

* Buffer.cpp (writeLaTeXSource):
- update texrow's newline on parent macro output.

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

14 years agoAllow to switch buffer languages via the menu.
Jürgen Spitzmüller [Mon, 8 Feb 2010 17:15:00 +0000 (17:15 +0000)]
Allow to switch buffer languages via the menu.

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

14 years ago* de.po: resolve a few shortcut conflicts
Jürgen Spitzmüller [Mon, 8 Feb 2010 13:52:08 +0000 (13:52 +0000)]
* de.po: resolve a few shortcut conflicts

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

14 years agoConst.
Richard Heck [Mon, 8 Feb 2010 13:24:30 +0000 (13:24 +0000)]
Const.

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

14 years agocleanup handling of LFUN_REGEXP_MODE ; cleanup Text::getStatus
Jean-Marc Lasgouttes [Mon, 8 Feb 2010 11:19:48 +0000 (11:19 +0000)]
cleanup handling of LFUN_REGEXP_MODE ; cleanup Text::getStatus

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

14 years agofix compilation with qt 4.2
Jean-Marc Lasgouttes [Mon, 8 Feb 2010 10:52:16 +0000 (10:52 +0000)]
fix compilation with qt 4.2

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

14 years agoNext one
Pavel Sanda [Mon, 8 Feb 2010 07:19:48 +0000 (07:19 +0000)]
Next one

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

14 years agoUnneeded include
Pavel Sanda [Mon, 8 Feb 2010 07:19:43 +0000 (07:19 +0000)]
Unneeded include

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

14 years agoMath.lyx: add description of \displaystyle and friends
Uwe Stöhr [Mon, 8 Feb 2010 03:17:49 +0000 (03:17 +0000)]
Math.lyx: add description of \displaystyle and friends

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

14 years agoFix inset creation, the inset name code was already passed.
Abdelrazak Younes [Sun, 7 Feb 2010 22:11:32 +0000 (22:11 +0000)]
Fix inset creation, the inset name code was already passed.

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

14 years agoERT and Box insets: simplify dialog creation and don't hide the dialogs upon destruct...
Abdelrazak Younes [Sun, 7 Feb 2010 21:46:40 +0000 (21:46 +0000)]
ERT and Box insets: simplify dialog creation and don't hide the dialogs upon destruction anymore

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

14 years agoMost common cases with regexps seem to work, at least with ignore-format on.
Tommaso Cucinotta [Sun, 7 Feb 2010 21:44:31 +0000 (21:44 +0000)]
Most common cases with regexps seem to work, at least with ignore-format on.

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

14 years agoMigrate ERT dialog to InsetDialog.
Abdelrazak Younes [Sun, 7 Feb 2010 21:41:39 +0000 (21:41 +0000)]
Migrate ERT dialog to InsetDialog.

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

14 years agoGuiBox: don't call applyView twice
Abdelrazak Younes [Sun, 7 Feb 2010 21:12:46 +0000 (21:12 +0000)]
GuiBox: don't call applyView twice

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

14 years agoDialog: move method to protected area
Abdelrazak Younes [Sun, 7 Feb 2010 21:06:43 +0000 (21:06 +0000)]
Dialog: move method to protected area

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

14 years agoBox dialog: migrate to the new InsetDialog architecture. This simplifies the code...
Abdelrazak Younes [Sun, 7 Feb 2010 20:28:41 +0000 (20:28 +0000)]
Box dialog: migrate to the new InsetDialog architecture. This simplifies the code and allows for immediate application of any change in the dialog. This is quite a complicated and non intuitive dialog still...

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

14 years ago* Dialog:
Abdelrazak Younes [Sun, 7 Feb 2010 20:25:53 +0000 (20:25 +0000)]
* Dialog:
- transfer ans simplify a bit the CheckedLineEdit class from ButtonController.

* InsetDialog:
- Pimpl private data
- applyView(): now a slot, check widget before applying.

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

14 years agoGuiInfo: simplify code.
Abdelrazak Younes [Sun, 7 Feb 2010 20:13:30 +0000 (20:13 +0000)]
GuiInfo: simplify code.

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

14 years agoFix shortcut target for the Contents combo.
Enrico Forestieri [Sat, 6 Feb 2010 16:49:38 +0000 (16:49 +0000)]
Fix shortcut target for the Contents combo.

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

14 years agoSpanish Math.lyx, UserGuide.lyx: translations by Ignacio
Uwe Stöhr [Sat, 6 Feb 2010 14:58:52 +0000 (14:58 +0000)]
Spanish Math.lyx, UserGuide.lyx: translations by Ignacio

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

14 years agoGuiProgressView.cpp:
Jürgen Spitzmüller [Sat, 6 Feb 2010 14:38:02 +0000 (14:38 +0000)]
GuiProgressView.cpp:
- fix #6509: All Progressview levels should be set
  after selecting 'All' radio button

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

14 years agoCompleting r33336 (coloured box around regexp visible also if InsetPreview enabled).
Tommaso Cucinotta [Sat, 6 Feb 2010 12:14:54 +0000 (12:14 +0000)]
Completing r33336 (coloured box around regexp visible also if InsetPreview enabled).

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

14 years agoNow the coloured box around the regexp is visible also if InsetPreview is enabled.
Tommaso Cucinotta [Fri, 5 Feb 2010 18:34:01 +0000 (18:34 +0000)]
Now the coloured box around the regexp is visible also if InsetPreview is enabled.

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

14 years agoExtracting also strings containing dash from languages-file
Kornel Benko [Fri, 5 Feb 2010 14:49:58 +0000 (14:49 +0000)]
Extracting also strings containing dash from languages-file

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

14 years agorevert r33327.
Jürgen Spitzmüller [Fri, 5 Feb 2010 09:25:49 +0000 (09:25 +0000)]
revert r33327.

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

14 years agoImproved appearence of regexp insets (at least I hope so), also suggested in #6498...
Tommaso Cucinotta [Fri, 5 Feb 2010 09:00:40 +0000 (09:00 +0000)]
Improved appearence of regexp insets (at least I hope so), also suggested in #6498 (Regex looks like math).
- added a frame around regexp insets, with a customizable dedicated color code
- regexp insets font turned to texttt
- recovered back the preamble snippet allowing for latex compilation of regexp insets, something that happens if you have instant preview on.

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

14 years agoAutomate the setting of the ascii only flag.
Enrico Forestieri [Thu, 4 Feb 2010 23:03:48 +0000 (23:03 +0000)]
Automate the setting of the ascii only flag.

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

14 years agoChange, so that lyx_pot.py is extracting this string too
Kornel Benko [Thu, 4 Feb 2010 19:40:51 +0000 (19:40 +0000)]
Change, so that lyx_pot.py is extracting this string too

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

14 years agoFix bug #3325: Labels with special characters in equations do not work
Enrico Forestieri [Thu, 4 Feb 2010 19:08:17 +0000 (19:08 +0000)]
Fix bug #3325: Labels with special characters in equations do not work

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

14 years agoFix bug #2872: reference in math to label with "underscore"...
Enrico Forestieri [Thu, 4 Feb 2010 10:32:58 +0000 (10:32 +0000)]
Fix bug #2872: reference in math to label with "underscore"...

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

14 years ago* doxy
Pavel Sanda [Thu, 4 Feb 2010 05:26:08 +0000 (05:26 +0000)]
* doxy

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

14 years agoMath.lyx: update typographic advice
Uwe Stöhr [Thu, 4 Feb 2010 01:18:47 +0000 (01:18 +0000)]
Math.lyx: update typographic advice

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

14 years agoelsarticle.lyx: don't use the geometry package because this leads to option clashes...
Uwe Stöhr [Thu, 4 Feb 2010 00:07:08 +0000 (00:07 +0000)]
elsarticle.lyx: don't use the geometry package because this leads to option clashes when global document class options are used, see this thread: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg79184.html

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

14 years agoFixed crash on searching for empty list inside empty list with ignore-format off...
Tommaso Cucinotta [Tue, 2 Feb 2010 20:36:12 +0000 (20:36 +0000)]
Fixed crash on searching for empty list inside empty list with ignore-format off (bug #6500).

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

14 years agoremove variables initializations that are immediately overridden
Jean-Marc Lasgouttes [Tue, 2 Feb 2010 19:26:04 +0000 (19:26 +0000)]
remove variables initializations that are immediately overridden

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

14 years agoTry to mitigate shortcut collisions in it.po
Enrico Forestieri [Tue, 2 Feb 2010 15:57:59 +0000 (15:57 +0000)]
Try to mitigate shortcut collisions in it.po

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

14 years agoremove tautology
Jürgen Spitzmüller [Mon, 1 Feb 2010 17:13:30 +0000 (17:13 +0000)]
remove tautology

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

14 years agoresolve shortcut conflict
Jürgen Spitzmüller [Mon, 1 Feb 2010 17:09:58 +0000 (17:09 +0000)]
resolve shortcut conflict

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

14 years agoFinally add some comments to the currentBufferView() and documentBufferView() functions.
Vincent van Ravesteijn [Mon, 1 Feb 2010 15:58:29 +0000 (15:58 +0000)]
Finally add some comments to the currentBufferView() and documentBufferView() functions.

Text from Tommaso (adjusted to my own taste) from the devel-list.

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

14 years ago* GuiDocument.cpp: before accessing the buffer() in paramsToDialog(), check
Jürgen Spitzmüller [Mon, 1 Feb 2010 14:44:12 +0000 (14:44 +0000)]
* GuiDocument.cpp: before accessing the buffer() in paramsToDialog(), check
  if we have a bufferview() (fixes bug 6499)

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

14 years agoUse better include for 'struct QHeaderView'
Kornel Benko [Mon, 1 Feb 2010 09:54:41 +0000 (09:54 +0000)]
Use better include for 'struct QHeaderView'

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

14 years agoMake it compilable for QT4.3. (/usr/include/QtGui/qtreeview.h:51: error: forward...
Kornel Benko [Mon, 1 Feb 2010 06:00:46 +0000 (06:00 +0000)]
Make it compilable for QT4.3. (/usr/include/QtGui/qtreeview.h:51: error: forward declaration of ‘struct QHeaderView’)

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

14 years agoAccording to André, QLatin1String is cheaper.
Enrico Forestieri [Mon, 1 Feb 2010 01:07:32 +0000 (01:07 +0000)]
According to André, QLatin1String is cheaper.

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

14 years agoUpdate it.po
Enrico Forestieri [Sun, 31 Jan 2010 23:49:00 +0000 (23:49 +0000)]
Update it.po

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

14 years agoRemoved obsolete FIXME (the invoked isInternal() method already does that).
Tommaso Cucinotta [Sun, 31 Jan 2010 22:18:21 +0000 (22:18 +0000)]
Removed obsolete FIXME (the invoked isInternal() method already does that).

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

14 years agoRefactor of r33302 (addressing #6457) according to vfr comments.
Tommaso Cucinotta [Sun, 31 Jan 2010 22:12:23 +0000 (22:12 +0000)]
Refactor of r33302 (addressing #6457) according to vfr comments.

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

14 years agoInhibits insertion of Regexp insets within InsetERT context (and fixes #6495).
Tommaso Cucinotta [Sun, 31 Jan 2010 21:38:18 +0000 (21:38 +0000)]
Inhibits insertion of Regexp insets within InsetERT context (and fixes #6495).

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

14 years agoRevert r33295. This seems to be a not so great idea. The assert already fires when...
Vincent van Ravesteijn [Sun, 31 Jan 2010 20:51:15 +0000 (20:51 +0000)]
Revert r33295. This seems to be a not so great idea. The assert already fires when copying something.

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

14 years agoUserGuide.lyx: fix some typos and add an information
Uwe Stöhr [Sun, 31 Jan 2010 18:22:58 +0000 (18:22 +0000)]
UserGuide.lyx: fix some typos and add an information

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

14 years ago- EmbeddedObjects.lyx: fix spelling of the KOMA-Script package
Uwe Stöhr [Sun, 31 Jan 2010 17:52:51 +0000 (17:52 +0000)]
- EmbeddedObjects.lyx: fix spelling of the KOMA-Script package
- English EmbeddedObjects.lyx: fix some typos

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

14 years agoUserGuide.lyx:
Uwe Stöhr [Sun, 31 Jan 2010 17:23:50 +0000 (17:23 +0000)]
UserGuide.lyx:
- accept most of Richard's changes
- fix some typos

(again: please add all non LyX 2.0-specific stuff only to the docs in branch.)

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

14 years agoAdd an assert to check for a fully loaded Buffer before trying to save it.
Vincent van Ravesteijn [Sun, 31 Jan 2010 16:20:47 +0000 (16:20 +0000)]
Add an assert to check for a fully loaded Buffer before trying to save it.

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

14 years agoFix bug #6491: Empty .emergency file causes crash.
Vincent van Ravesteijn [Sun, 31 Jan 2010 16:17:17 +0000 (16:17 +0000)]
Fix bug #6491: Empty .emergency file causes crash.

If the load fails, we should not try to save an emergency file as the file was not yet fully loaded and weird things may happen.

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