]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoRemove all BufferParam arguments in InsetXXX methods (since insets know about their...
Jean-Marc Lasgouttes [Mon, 13 Jul 2009 12:56:20 +0000 (12:56 +0000)]
Remove all BufferParam arguments in InsetXXX methods (since insets know about their Buffer)

Add an assertion in Inset::dispatch that checks that buffer() == *cur.buffer()

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

15 years agosmall optimization and cleanup of Counters::counterLabel
Jean-Marc Lasgouttes [Mon, 13 Jul 2009 11:05:31 +0000 (11:05 +0000)]
small optimization and cleanup of Counters::counterLabel

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

15 years agoUpdate credit of John.
Pavel Sanda [Mon, 13 Jul 2009 09:50:47 +0000 (09:50 +0000)]
Update credit of John.

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

15 years agoFix leftover from r27378. Patch and report from John McCabe-Dansted.
Pavel Sanda [Mon, 13 Jul 2009 09:50:46 +0000 (09:50 +0000)]
Fix leftover from r27378. Patch and report from John McCabe-Dansted.
Presumably it fixes
"r30414 unselects insets after a fraction of a second. 1.5.7 doesn't exhibit this bug"
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152960.html

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

15 years agoadd missing quote
Edwin Leuven [Mon, 13 Jul 2009 09:21:06 +0000 (09:21 +0000)]
add missing quote

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

15 years agoCheck for hunspell
Kornel Benko [Mon, 13 Jul 2009 07:44:00 +0000 (07:44 +0000)]
Check for hunspell

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

15 years agoFinally make the label color of multiple index entries work.
Jürgen Spitzmüller [Mon, 13 Jul 2009 06:46:52 +0000 (06:46 +0000)]
Finally make the label color of multiple index entries work.

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

15 years ago* InsetExternal.cpp (xhtml): fix compiler warning and formatting.
Jürgen Spitzmüller [Mon, 13 Jul 2009 06:34:05 +0000 (06:34 +0000)]
* InsetExternal.cpp (xhtml): fix compiler warning and formatting.

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

15 years agoremove BufferParams parameter from Inset::accept/rejectChanges; adapt rest of code...
Jean-Marc Lasgouttes [Mon, 13 Jul 2009 00:57:51 +0000 (00:57 +0000)]
remove BufferParams parameter from Inset::accept/rejectChanges; adapt rest of code accordingly

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

15 years agoFirst step of InsetLayout cleanup.
Jean-Marc Lasgouttes [Mon, 13 Jul 2009 00:28:22 +0000 (00:28 +0000)]
First step of InsetLayout cleanup.

Get rid of Inset::getLayout(BufferParams), since all insets have access to
their own buffer. Inset::getLayout() does the same now.

Get rid of InsetCollapsable::getLayout(BufferParams) too, and remove most references to InsetCollapsable::layout_. For now IC::getLayout() still returns layout_, but the idea is to change this (provided there is no performance problem).

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

15 years agoscons_manifest.py: fix hunspell entries
Uwe Stöhr [Mon, 13 Jul 2009 00:16:14 +0000 (00:16 +0000)]
scons_manifest.py: fix hunspell entries

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

15 years agoTrying to do something for hunspell but I'm affraid this won't be enough... More...
Abdelrazak Younes [Sun, 12 Jul 2009 22:47:17 +0000 (22:47 +0000)]
Trying to do something for hunspell but I'm affraid this won't be enough... More precisely I am sure this won't be enough...

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

15 years agoNew support files for Hunspell support. Only autotools for now.
Abdelrazak Younes [Sun, 12 Jul 2009 22:46:01 +0000 (22:46 +0000)]
New support files for Hunspell support. Only autotools for now.
Hunspell is not used yet, don't try it.

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

15 years agoMathMatrixUi.ui: proper naming
Uwe Stöhr [Sun, 12 Jul 2009 22:15:46 +0000 (22:15 +0000)]
MathMatrixUi.ui: proper naming

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

15 years agoremove the now unused Paragraph::translateIfPossible
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 22:14:49 +0000 (22:14 +0000)]
remove the now unused Paragraph::translateIfPossible

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

15 years agoRemove Layout::labelstring_appendix method; add a bool parameter to Layout::labelstri...
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 21:48:50 +0000 (21:48 +0000)]
Remove Layout::labelstring_appendix method; add a bool parameter to Layout::labelstring instead.

Fix the rest of the code, whih implies fixing a few potential bugs where the appendix status was not taken in account.

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

15 years agosupport for matrix decoration in the MathMatrix dialog;
Uwe Stöhr [Sun, 12 Jul 2009 21:39:21 +0000 (21:39 +0000)]
support for matrix decoration in the MathMatrix dialog;
introduces a new LFUN and fixes #4620

This can in principle also go to branch when new LFUNs are there allowed, Jürgen?

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

15 years agoTabularUi.ui: add and correct a tooltip
Uwe Stöhr [Sun, 12 Jul 2009 21:36:02 +0000 (21:36 +0000)]
TabularUi.ui: add and correct a tooltip

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

15 years agoFix the infinite loop when automatically closing the view after a on_lastWorkAreaRemo...
Vincent van Ravesteijn [Sun, 12 Jul 2009 20:42:14 +0000 (20:42 +0000)]
Fix the infinite loop when automatically closing the view after a on_lastWorkAreaRemoved() signal was received.

In this case, all workareas are closed, but the tabworkarea still exists.

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

15 years agoMake sure that the new caching mechanism for flattened labels respects languages.
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 20:09:53 +0000 (20:09 +0000)]
Make sure that the new caching mechanism for flattened labels respects languages.

 * Counters.cpp (flatLabelString): return a cache of the flattened strings for each used language
 * Counters.cpp (theCounter, counterLabel, flattenLabelString): add a lang parameter; in theCounter, populate the cache as needed.

 * insets/InsetCaption.cpp:
 * insets/InsetFoot.cpp:
 * insets/InsetBibitem.cpp:
 * insets/InsetCollapsable.cpp:
 * Paragraph.cpp:
 * Buffer.cpp: pass a language argument to counter methods.

 * Paragraph.cpp (translateIfPossible): use the function with same name in gettext.cpp.

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

15 years agofix label for enumii
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 19:55:22 +0000 (19:55 +0000)]
fix label for enumii

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

15 years agofix another warning
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 17:54:35 +0000 (17:54 +0000)]
fix another warning

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

15 years ago(try 2) fix a couple warnings after the number localization patch
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 17:32:23 +0000 (17:32 +0000)]
(try 2) fix a couple warnings after the number localization patch

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

15 years agorevert r30515: too many files there
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 17:30:56 +0000 (17:30 +0000)]
revert r30515: too many files there

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

15 years agofix a couple warnings after the number localization patch
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 17:28:46 +0000 (17:28 +0000)]
fix a couple warnings after the number localization patch

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

15 years agoAdd support for number localization in the GUI (using Qt's locale facilities).
Jürgen Spitzmüller [Sun, 12 Jul 2009 15:44:26 +0000 (15:44 +0000)]
Add support for number localization in the GUI (using Qt's locale facilities).

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

15 years agoHonour preferences by allowing inline completion in mathed on "Ctrl-L".
Enrico Forestieri [Sun, 12 Jul 2009 14:56:38 +0000 (14:56 +0000)]
Honour preferences by allowing inline completion in mathed on "Ctrl-L".

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

15 years ago * gettext.cpp (translateIfPossible): @Use the same tests as i
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 14:50:51 +0000 (14:50 +0000)]
 * gettext.cpp (translateIfPossible): @Use the same tests as i
   Paragraph::translateIfPossible

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

15 years agoRemove dummy gettext.cpp from tex2lyx source and use a dummy message
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 14:49:30 +0000 (14:49 +0000)]
Remove dummy gettext.cpp from tex2lyx source and use a dummy message
object instead.

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

15 years agoInsetTabular.cpp: coding style
Uwe Stöhr [Sun, 12 Jul 2009 14:36:42 +0000 (14:36 +0000)]
InsetTabular.cpp: coding style

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

15 years ago* correct bug reference.
Jürgen Spitzmüller [Sun, 12 Jul 2009 13:47:06 +0000 (13:47 +0000)]
* correct bug reference.

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

15 years ago* InsetTabular.cpp: fix bug 6057: longtable captions must always be in a first header.
Jürgen Spitzmüller [Sun, 12 Jul 2009 13:43:05 +0000 (13:43 +0000)]
* InsetTabular.cpp: fix bug 6057: longtable captions must always be in a first header.

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

15 years agoFix bug #6063: Keylogger lyx::lyxbreaker: Crash in Math.
Enrico Forestieri [Sun, 12 Jul 2009 10:52:28 +0000 (10:52 +0000)]
Fix bug #6063: Keylogger lyx::lyxbreaker: Crash in Math.

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

15 years agosimplify the sweave module description
Jean-Marc Lasgouttes [Sun, 12 Jul 2009 10:19:51 +0000 (10:19 +0000)]
simplify the sweave module description

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

15 years agoRemove duplicate line that prevents LyX from installing,
Richard Heck [Sun, 12 Jul 2009 00:58:33 +0000 (00:58 +0000)]
Remove duplicate line that prevents LyX from installing,
at least under F11.

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

15 years ago* ja.po: update from Koji.
Jürgen Spitzmüller [Sat, 11 Jul 2009 17:45:00 +0000 (17:45 +0000)]
* ja.po: update from Koji.

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

15 years ago* GuiBranches.cpp: avoid message after cancel.
Jürgen Spitzmüller [Sat, 11 Jul 2009 17:29:52 +0000 (17:29 +0000)]
* GuiBranches.cpp: avoid message after cancel.

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

15 years agoGerman Extended.lyx: update from Hartmut and me
Uwe Stöhr [Sat, 11 Jul 2009 15:40:26 +0000 (15:40 +0000)]
German Extended.lyx: update from Hartmut and me

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

15 years agolyx_2_0.py: fix revert_tabularvalign to make it work also for booktabs and for more...
Uwe Stöhr [Sat, 11 Jul 2009 15:36:11 +0000 (15:36 +0000)]
lyx_2_0.py: fix revert_tabularvalign to make it work also for booktabs and for more than one table in a line

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

15 years agoTabularUi: follow our naming convention
Uwe Stöhr [Sat, 11 Jul 2009 14:43:30 +0000 (14:43 +0000)]
TabularUi: follow our naming convention

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

15 years ago- GuiTabular.cpp: longtables cannot have a vertical alignment
Uwe Stöhr [Sat, 11 Jul 2009 14:33:05 +0000 (14:33 +0000)]
- GuiTabular.cpp: longtables cannot have a vertical alignment
- InsetTabular.cpp: write the alignment as last features (to match the existing tex2lyx routines)
- InsetTabular.h: fix indexes

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

15 years agoTabularUi.ui:
Uwe Stöhr [Sat, 11 Jul 2009 14:00:29 +0000 (14:00 +0000)]
TabularUi.ui:
- correct spacing for the border tab
- move break line to group box in longtable tab

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

15 years agoInsetTabular.cpp: whitespace again, sorry
Uwe Stöhr [Sat, 11 Jul 2009 13:47:19 +0000 (13:47 +0000)]
InsetTabular.cpp: whitespace again, sorry

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

15 years agoInsetTabular.cpp: whitespace
Uwe Stöhr [Sat, 11 Jul 2009 13:44:13 +0000 (13:44 +0000)]
InsetTabular.cpp: whitespace

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

15 years agoInsetTabular.cpp:
Uwe Stöhr [Sat, 11 Jul 2009 13:41:34 +0000 (13:41 +0000)]
InsetTabular.cpp:
- longtables cannot have a valignment, tables not a longtablealignment

- squash a compiler warning

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

15 years ago- support for longtable alignment, fileformat change
Uwe Stöhr [Sat, 11 Jul 2009 13:09:45 +0000 (13:09 +0000)]
- support for longtable alignment, fileformat change
- GUI support for table alignment

(all comments to the polished layout of the table dialog welcome)

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

15 years agolyx_2_0.py: fix revert_tabularvalign
Uwe Stöhr [Sat, 11 Jul 2009 13:01:16 +0000 (13:01 +0000)]
lyx_2_0.py: fix revert_tabularvalign

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

15 years agoTextMetrics.cpp: fix bug that AlignRight were aligned like Inline
Uwe Stöhr [Sat, 11 Jul 2009 11:30:41 +0000 (11:30 +0000)]
TextMetrics.cpp: fix bug that AlignRight were aligned like Inline

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

15 years agoTextMetrics.cpp: typo
Uwe Stöhr [Sat, 11 Jul 2009 11:16:34 +0000 (11:16 +0000)]
TextMetrics.cpp: typo

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

15 years agoGuiTabular.cpp: revert r30422 as discussed o the list
Uwe Stöhr [Sat, 11 Jul 2009 11:10:38 +0000 (11:10 +0000)]
GuiTabular.cpp: revert r30422 as discussed o the list

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

15 years ago* GuiDocument.cpp:
Jürgen Spitzmüller [Sat, 11 Jul 2009 10:53:29 +0000 (10:53 +0000)]
* GuiDocument.cpp:
- update colors before changing branches.

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

15 years ago* GuiDocument.cpp:
Jürgen Spitzmüller [Sat, 11 Jul 2009 10:31:32 +0000 (10:31 +0000)]
* GuiDocument.cpp:
- clear changedBranches_ cache after branches were changed.

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

15 years ago* Release notes.
Pavel Sanda [Sat, 11 Jul 2009 09:41:53 +0000 (09:41 +0000)]
* Release notes.

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

15 years ago* LFUNs.lyx
Pavel Sanda [Sat, 11 Jul 2009 09:41:51 +0000 (09:41 +0000)]
* LFUNs.lyx

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

15 years agoAdd LFUN_BRANCH_ADD_INSERT.
Pavel Sanda [Sat, 11 Jul 2009 09:38:31 +0000 (09:38 +0000)]
Add LFUN_BRANCH_ADD_INSERT.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152890.html

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

15 years ago* GuiDocument.{cpp,h}:
Jürgen Spitzmüller [Sat, 11 Jul 2009 09:37:28 +0000 (09:37 +0000)]
* GuiDocument.{cpp,h}:
- do not rename branches in the document unless the dialog was applied.

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

15 years ago* Buffer.cpp:
Jürgen Spitzmüller [Sat, 11 Jul 2009 08:29:30 +0000 (08:29 +0000)]
* Buffer.cpp:
- rewrite getUsedBranches() with an InsetIterator approach.

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

15 years ago* Buffer.{cpp,h}:
Jürgen Spitzmüller [Sat, 11 Jul 2009 08:18:26 +0000 (08:18 +0000)]
* Buffer.{cpp,h}:
- rewrite LFUN_BRANCHES_RENAME with an InsetIterator approach.

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

15 years ago* Buffer.cpp: squash compiler warning.
Jürgen Spitzmüller [Sat, 11 Jul 2009 06:50:18 +0000 (06:50 +0000)]
* Buffer.cpp: squash compiler warning.

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

15 years ago* GuiBranches.cpp:
Jürgen Spitzmüller [Sat, 11 Jul 2009 06:29:57 +0000 (06:29 +0000)]
* GuiBranches.cpp:
* GuiIndices.{cpp,h}: more UI polishment.

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

15 years ago* GuiBranches.{cpp,h}: UI polishment.
Jürgen Spitzmüller [Sat, 11 Jul 2009 06:12:27 +0000 (06:12 +0000)]
* GuiBranches.{cpp,h}: UI polishment.

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

15 years agorevert unintended commit.
Jürgen Spitzmüller [Sat, 11 Jul 2009 05:38:27 +0000 (05:38 +0000)]
revert unintended commit.

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

15 years ago* Buffer.cpp (renameBranches): record undo.
Jürgen Spitzmüller [Sat, 11 Jul 2009 05:08:44 +0000 (05:08 +0000)]
* Buffer.cpp (renameBranches): record undo.

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

15 years agoFix setting via context menu.
Pavel Sanda [Sat, 11 Jul 2009 00:11:59 +0000 (00:11 +0000)]
Fix setting via context menu.

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

15 years agoFix status check of branch (de)activation from the child, when master
Pavel Sanda [Sat, 11 Jul 2009 00:10:18 +0000 (00:10 +0000)]
Fix status check of branch (de)activation from the child, when master
has no info about that branch.

Context menu still does not work.

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

15 years agoCosmetics
Pavel Sanda [Fri, 10 Jul 2009 19:06:10 +0000 (19:06 +0000)]
Cosmetics

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

15 years agoCredit Sergiu.
Richard Heck [Fri, 10 Jul 2009 16:23:46 +0000 (16:23 +0000)]
Credit Sergiu.

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

15 years agoFix for bug 5522, by Sergiu Carpov.
Richard Heck [Fri, 10 Jul 2009 16:21:47 +0000 (16:21 +0000)]
Fix for bug 5522, by Sergiu Carpov.

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

15 years agoFlags
Pavel Sanda [Fri, 10 Jul 2009 15:57:41 +0000 (15:57 +0000)]
Flags

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

15 years agoNext contribution to key tests from John McCabe-Dansted.
Pavel Sanda [Fri, 10 Jul 2009 15:52:43 +0000 (15:52 +0000)]
Next contribution to key tests from John McCabe-Dansted.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152761.html

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

15 years agotex2lyx/preamble.cpp: take also care of lyxlist, lyxcode, and lyxaddress
Uwe Stöhr [Fri, 10 Jul 2009 12:38:22 +0000 (12:38 +0000)]
tex2lyx/preamble.cpp: take also care of lyxlist, lyxcode, and lyxaddress

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

15 years agorevert unintended commit.
Jürgen Spitzmüller [Fri, 10 Jul 2009 06:58:54 +0000 (06:58 +0000)]
revert unintended commit.

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

15 years ago* Add ability to rename branches (bug 4128).
Jürgen Spitzmüller [Fri, 10 Jul 2009 06:49:51 +0000 (06:49 +0000)]
* Add ability to rename branches (bug 4128).

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

15 years agorevert r30406
Uwe Stöhr [Thu, 9 Jul 2009 22:51:34 +0000 (22:51 +0000)]
revert r30406

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

15 years agocontinue spellchecking after "replace all"
Edwin Leuven [Thu, 9 Jul 2009 20:03:00 +0000 (20:03 +0000)]
continue spellchecking after "replace all"

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

15 years agoSConstruct: apply Jürgen's patch to disable assertions in release mode (works only...
Uwe Stöhr [Thu, 9 Jul 2009 18:05:49 +0000 (18:05 +0000)]
SConstruct: apply Jürgen's patch to disable assertions in release mode (works only on Linux not on Windows, but better than nothing). I tested the patch the last weeks without having problems.

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

15 years agoAllow undoing changes to the name of macros that are already finalized.
Enrico Forestieri [Thu, 9 Jul 2009 18:00:27 +0000 (18:00 +0000)]
Allow undoing changes to the name of macros that are already finalized.

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

15 years ago* GuiLog.cpp: don't forget Package warnings.
Jürgen Spitzmüller [Thu, 9 Jul 2009 16:17:40 +0000 (16:17 +0000)]
* GuiLog.cpp: don't forget Package warnings.

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

15 years agoLogUi.ui: string redundancy.
Jürgen Spitzmüller [Thu, 9 Jul 2009 16:06:47 +0000 (16:06 +0000)]
LogUi.ui: string redundancy.

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

15 years agoLogUi.ui: typo.
Jürgen Spitzmüller [Thu, 9 Jul 2009 16:01:23 +0000 (16:01 +0000)]
LogUi.ui: typo.

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

15 years agoBetter fix for bug #5923. Now the macro name can be freely edited.
Enrico Forestieri [Thu, 9 Jul 2009 15:21:21 +0000 (15:21 +0000)]
Better fix for bug #5923. Now the macro name can be freely edited.

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

15 years ago* InsetBranch.cpp:
Jürgen Spitzmüller [Thu, 9 Jul 2009 11:45:19 +0000 (11:45 +0000)]
* InsetBranch.cpp:
- fix display of "child only" suffix, and "undefined" suffix.

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

15 years agoGuiTabular.cpp: fix #6057
Uwe Stöhr [Thu, 9 Jul 2009 11:17:14 +0000 (11:17 +0000)]
GuiTabular.cpp: fix #6057

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

15 years ago*sigh*
Jürgen Spitzmüller [Thu, 9 Jul 2009 11:16:27 +0000 (11:16 +0000)]
*sigh*

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

15 years ago* po/*.po: remerge.
Jürgen Spitzmüller [Thu, 9 Jul 2009 09:56:01 +0000 (09:56 +0000)]
* po/*.po: remerge.

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

15 years agoEase the pain with unknown branches:
Jürgen Spitzmüller [Thu, 9 Jul 2009 09:48:34 +0000 (09:48 +0000)]
Ease the pain with unknown branches:
* on paste, ask if unknown branches shall be added to the branch list
  (entails new LFUN_BRANCH_ADD)
* add a list of undefined branches to the buffer and the GUI

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

15 years agoFix bug #5998.
Vincent van Ravesteijn [Wed, 8 Jul 2009 21:37:37 +0000 (21:37 +0000)]
Fix bug #5998.

When one document has a split view, closing this document will close two splitters at a time.

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

15 years agoMore comments.
Richard Heck [Wed, 8 Jul 2009 19:55:03 +0000 (19:55 +0000)]
More comments.

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

15 years ago* doxy
Pavel Sanda [Wed, 8 Jul 2009 15:59:48 +0000 (15:59 +0000)]
* doxy

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

15 years agoProper fix for bug #5923 that doesn't introduce bug #6015.
Enrico Forestieri [Wed, 8 Jul 2009 01:48:19 +0000 (01:48 +0000)]
Proper fix for bug #5923 that doesn't introduce bug #6015.

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

15 years agoRevert r30398, r30396, r30395, r30393, r30392, and r29387.
Enrico Forestieri [Wed, 8 Jul 2009 01:41:06 +0000 (01:41 +0000)]
Revert r30398, r30396, r30395, r30393, r30392, and r29387.
Soon to be replaced with a proper fix.

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

15 years agoGuiTabular.cpp: correct a comment
Uwe Stöhr [Tue, 7 Jul 2009 19:24:07 +0000 (19:24 +0000)]
GuiTabular.cpp: correct a comment

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

15 years agoINSTALL: require Qt 4.4 for LyX 2.0
Uwe Stöhr [Tue, 7 Jul 2009 18:22:57 +0000 (18:22 +0000)]
INSTALL: require Qt 4.4 for LyX 2.0
(Qt 4.2 is 3 years old and requiring at least a one year old release of Qt should be acceptable for a new major release.)

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

15 years agoAdd and update some comments.
Richard Heck [Tue, 7 Jul 2009 15:29:33 +0000 (15:29 +0000)]
Add and update some comments.

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

15 years agoMove LFUN_TAB* handling from InsetListings to InsetCollapsable, so that
Richard Heck [Tue, 7 Jul 2009 13:25:43 +0000 (13:25 +0000)]
Move LFUN_TAB* handling from InsetListings to InsetCollapsable, so that
the tabkeys works as such whenever PassThru is true.

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

15 years ago* NomenclUi.ui: fix.
Jürgen Spitzmüller [Tue, 7 Jul 2009 12:24:23 +0000 (12:24 +0000)]
* NomenclUi.ui: fix.

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

15 years agoNomenclUi.ui: fix #3936 also for the description field of the nomenclature dialog...
Uwe Stöhr [Tue, 7 Jul 2009 12:06:15 +0000 (12:06 +0000)]
NomenclUi.ui: fix #3936 also for the description field of the nomenclature dialog as reported in #6054

OK for branch too?

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

15 years agoFix #6013: SIGABRT if we spell check inside a math macro, and then hit replace
Jean-Marc Lasgouttes [Tue, 7 Jul 2009 10:50:27 +0000 (10:50 +0000)]
Fix #6013: SIGABRT if we spell check inside a math macro, and then hit replace

This is just a matter of checking that we are in an insettext before calling
replaceSelectionWithString. I guess there are other good ways to fix the crash.

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

15 years agoFix previous commit for macros with arguments, again.
Vincent van Ravesteijn [Tue, 7 Jul 2009 08:23:31 +0000 (08:23 +0000)]
Fix previous commit for macros with arguments, again.

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

15 years agoOnly allow the cursor to be in lastpos for macros as editing in macro-mode is only...
Vincent van Ravesteijn [Tue, 7 Jul 2009 08:16:21 +0000 (08:16 +0000)]
Only allow the cursor to be in lastpos for macros as editing in macro-mode is only possible at lastpos.

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