]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoImplementation of the conclusion of the "LyX/Mac 1.6 -- Window issues" thread:
Stefan Schimanski [Sat, 15 Mar 2008 01:00:25 +0000 (01:00 +0000)]
Implementation of the conclusion of the "LyX/Mac 1.6 -- Window issues" thread:

* add tab popup menu to hide and close a buffer.
* remove the very non-standard hide-button on the left of the tabbar.

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

16 years agocosmetics/#include cleanup
André Pönitz [Sat, 15 Mar 2008 00:22:54 +0000 (00:22 +0000)]
cosmetics/#include cleanup

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

16 years ago* compile fix
Stefan Schimanski [Sat, 15 Mar 2008 00:18:48 +0000 (00:18 +0000)]
* compile fix

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

16 years ago* fix order
Stefan Schimanski [Sat, 15 Mar 2008 00:14:15 +0000 (00:14 +0000)]
* fix order

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

16 years agoearder cleanup; cosmetics;
André Pönitz [Sat, 15 Mar 2008 00:02:41 +0000 (00:02 +0000)]
earder cleanup; cosmetics;

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

16 years agoTry to deuglify RTL in Language preferences a bit.
Pavel Sanda [Fri, 14 Mar 2008 23:50:02 +0000 (23:50 +0000)]
Try to deuglify RTL in Language preferences a bit.

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

16 years ago* QWidget::show is synchronous, hence we see the LyX logo for a moment, even if
Stefan Schimanski [Fri, 14 Mar 2008 23:33:05 +0000 (23:33 +0000)]
* QWidget::show is synchronous, hence we see the LyX logo for a moment, even if
  in the next moment the new buffer appears. So we first create the buffer and
  then show the view.

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

16 years ago* Some work was done in 2007 and 2008 which should deserve a copyright, no?
Stefan Schimanski [Fri, 14 Mar 2008 23:32:34 +0000 (23:32 +0000)]
* Some work was done in 2007 and 2008 which should deserve a copyright, no?

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

16 years ago* comment
Stefan Schimanski [Fri, 14 Mar 2008 23:31:44 +0000 (23:31 +0000)]
* comment

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

16 years ago* comment
Stefan Schimanski [Fri, 14 Mar 2008 23:30:28 +0000 (23:30 +0000)]
* comment

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

16 years ago* activate the view from the constructor. This makes sure that the
Stefan Schimanski [Fri, 14 Mar 2008 23:29:11 +0000 (23:29 +0000)]
* activate the view from the constructor. This makes sure that the
  special menu item for Mac see the "right" status of the LFUNs.

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

16 years ago* Use open_buffers_in_tabs instead of single_window. The latter even confused me.
Stefan Schimanski [Fri, 14 Mar 2008 23:27:31 +0000 (23:27 +0000)]
* Use open_buffers_in_tabs instead of single_window. The latter even confused me.

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

16 years ago* only autoclose GuiView on last removed tab if the tab mode is not enabled.
Stefan Schimanski [Fri, 14 Mar 2008 23:26:47 +0000 (23:26 +0000)]
* only autoclose GuiView on last removed tab if the tab mode is not enabled.

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

16 years ago* dialog can only be shown via a GuiView up to now. This shouldn't be
Stefan Schimanski [Fri, 14 Mar 2008 23:26:22 +0000 (23:26 +0000)]
* dialog can only be shown via a GuiView up to now. This shouldn't be
  the case for GuiView independent dialogs like about or prefs. But
  for now it is.

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

16 years ago* When clicking the close button on a background window, it can be that the window...
Stefan Schimanski [Fri, 14 Mar 2008 23:25:56 +0000 (23:25 +0000)]
* When clicking the close button on a background window, it can be that the window does
  not get the current view when the closeEvent arrives. So better make sure it is the current
  explicitly.

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

16 years ago* in fact we have more than one menubar at the moment, even on Mac. It
Stefan Schimanski [Fri, 14 Mar 2008 23:25:38 +0000 (23:25 +0000)]
* in fact we have more than one menubar at the moment, even on Mac. It
  should be possible to only keep one, but then the reference to
  menuBar() in GuiView must go or point to the global one.

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

16 years ago* release keyboard grab from global menubar again when a new GuiView is created
Stefan Schimanski [Fri, 14 Mar 2008 23:25:24 +0000 (23:25 +0000)]
* release keyboard grab from global menubar again when a new GuiView is created

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

16 years ago* create global menubar on Mac without a parent. It will be shown if no GuiView exists.
Stefan Schimanski [Fri, 14 Mar 2008 23:25:11 +0000 (23:25 +0000)]
* create global menubar on Mac without a parent. It will be shown if no GuiView exists.
* fill global menubar with the normal actions
* capture the keyboard on the menubar if no GuiView exists. This
  enables the shortcuts on Mac in those cases.

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

16 years ago* on Mac close GuiView when the last tab was closed
Stefan Schimanski [Fri, 14 Mar 2008 23:24:59 +0000 (23:24 +0000)]
* on Mac close GuiView when the last tab was closed

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

16 years ago* preference option to open buffers in tabs or new windows
Stefan Schimanski [Fri, 14 Mar 2008 23:24:45 +0000 (23:24 +0000)]
* preference option to open buffers in tabs or new windows
* moved the open/new file dispatches into GuiApplication to make them GuiView independent

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

16 years ago* only for Mac
Stefan Schimanski [Fri, 14 Mar 2008 23:07:40 +0000 (23:07 +0000)]
* only for Mac

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

16 years agoDistinguish layout and preference string.
Pavel Sanda [Fri, 14 Mar 2008 22:19:40 +0000 (22:19 +0000)]
Distinguish layout and preference string.

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

16 years agoGet rid of minimalistic comboboxes with oversensitive
Pavel Sanda [Fri, 14 Mar 2008 21:59:31 +0000 (21:59 +0000)]
Get rid of minimalistic comboboxes with oversensitive
scrollbars in settings.

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

16 years agoSilence uic warning.
Pavel Sanda [Fri, 14 Mar 2008 20:20:24 +0000 (20:20 +0000)]
Silence uic warning.
Spellchecker doesn't work anyway.

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

16 years agocompile fix (missing forward declaration)
André Pönitz [Fri, 14 Mar 2008 19:51:42 +0000 (19:51 +0000)]
compile fix (missing forward declaration)

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

16 years agoadd -DQT_NO_KEYWORDS to the statistic scripts, since that's what we use in
André Pönitz [Fri, 14 Mar 2008 19:48:58 +0000 (19:48 +0000)]
add  -DQT_NO_KEYWORDS to the statistic scripts, since that's what we use in
reality

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

16 years ago* compile fix
Stefan Schimanski [Fri, 14 Mar 2008 16:39:51 +0000 (16:39 +0000)]
* compile fix

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

16 years ago* copy icon size to new GuiView from the last GuiView
Stefan Schimanski [Fri, 14 Mar 2008 16:39:34 +0000 (16:39 +0000)]
* copy icon size to new GuiView from the last GuiView
* use small Mac combobox widget for small icon size. Otherwise the combobox is bigger than the icons.

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

16 years ago* cosmetic
Stefan Schimanski [Fri, 14 Mar 2008 16:35:44 +0000 (16:35 +0000)]
* cosmetic

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

16 years ago* remove the need of an active GuiView
Stefan Schimanski [Fri, 14 Mar 2008 16:33:16 +0000 (16:33 +0000)]
* remove the need of an active GuiView

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

16 years ago* we have not only one instance of the menu bar. Hence we better take the right Menu...
Stefan Schimanski [Fri, 14 Mar 2008 15:34:31 +0000 (15:34 +0000)]
* we have not only one instance of the menu bar. Hence we better take the right Menu objects of the current buffer. Otherwise we easily get crashes if the last GuiView is closed. The Menu objects are gone then too.

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

16 years ago* put "group layout list" option into tab list
Stefan Schimanski [Fri, 14 Mar 2008 15:31:59 +0000 (15:31 +0000)]
* put "group layout list" option into tab list

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

16 years ago* Doxy.
Pavel Sanda [Fri, 14 Mar 2008 12:54:38 +0000 (12:54 +0000)]
* Doxy.

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

16 years agoremove unused variable
Edwin Leuven [Thu, 13 Mar 2008 23:47:29 +0000 (23:47 +0000)]
remove unused variable

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

16 years ago* cs.po: start work on 1.6
Pavel Sanda [Thu, 13 Mar 2008 22:55:20 +0000 (22:55 +0000)]
* cs.po: start work on 1.6

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

16 years agoEmbedding: move file validation from InsetExternal to GuiExternal
Bo Peng [Thu, 13 Mar 2008 17:27:20 +0000 (17:27 +0000)]
Embedding: move file validation from InsetExternal to GuiExternal

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

16 years agoEmbedding: move file validation from InsetBibtex to GuiBibtex
Bo Peng [Thu, 13 Mar 2008 17:19:36 +0000 (17:19 +0000)]
Embedding: move file validation from InsetBibtex to GuiBibtex

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

16 years agoEmbedding: move file validation from InsetGraphics to GuiGraphics
Bo Peng [Thu, 13 Mar 2008 16:49:04 +0000 (16:49 +0000)]
Embedding: move file validation from InsetGraphics to GuiGraphics

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

16 years agoEmbedding: prepare params()[embed] in GuiInclude rather than InsetInclude
Bo Peng [Thu, 13 Mar 2008 14:16:47 +0000 (14:16 +0000)]
Embedding: prepare params()[embed] in GuiInclude rather than InsetInclude

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

16 years agotwo uninitialized variables uncovered by valgrind, and a gcc warning
Jean-Marc Lasgouttes [Thu, 13 Mar 2008 10:28:02 +0000 (10:28 +0000)]
two uninitialized variables uncovered by valgrind, and a gcc warning

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

16 years agoUpdate the description of the bm package in LaTeXConfig.lyx.
Enrico Forestieri [Thu, 13 Mar 2008 01:44:49 +0000 (01:44 +0000)]
Update the description of the bm package in LaTeXConfig.lyx.
Also make sure that bm is loaded after amsmath.

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

16 years agoMath.lyx: bug 2556 is now fixed
Uwe Stöhr [Thu, 13 Mar 2008 01:16:41 +0000 (01:16 +0000)]
Math.lyx: bug 2556 is now fixed

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

16 years agoComment.
Richard Heck [Thu, 13 Mar 2008 01:09:41 +0000 (01:09 +0000)]
Comment.

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

16 years agoinstaller: new Japanese translation
Uwe Stöhr [Thu, 13 Mar 2008 00:51:55 +0000 (00:51 +0000)]
installer: new Japanese translation

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

16 years agoFrench UserGuide: missing translations from Siegfried
Uwe Stöhr [Thu, 13 Mar 2008 00:45:05 +0000 (00:45 +0000)]
French UserGuide: missing translations from Siegfried
German Extended.lyx: revert unwanted changes from previous commit

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

16 years agoGerman Extended.lyx: updated by Hartmut
Uwe Stöhr [Thu, 13 Mar 2008 00:20:12 +0000 (00:20 +0000)]
German Extended.lyx: updated by Hartmut

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

16 years agoFix loading opened files from last session
Bo Peng [Wed, 12 Mar 2008 22:02:22 +0000 (22:02 +0000)]
Fix loading opened files from last session

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

16 years agoEmbedding: adjust how parameters are passed from the graphics dialog to InsetInclude
Bo Peng [Wed, 12 Mar 2008 21:42:55 +0000 (21:42 +0000)]
Embedding: adjust how parameters are passed from the graphics dialog to InsetInclude

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

16 years agoEmbedding: markDirty should not be called in EmbeddedFiles::enable(), which is handle...
Bo Peng [Wed, 12 Mar 2008 21:29:37 +0000 (21:29 +0000)]
Embedding: markDirty should not be called in EmbeddedFiles::enable(), which is handled in BufferView

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

16 years agofix monolithic compilation and add usage comment
André Pönitz [Wed, 12 Mar 2008 19:39:14 +0000 (19:39 +0000)]
fix monolithic compilation and add usage comment

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

16 years ago* src/mathed/InsetMathNest.cpp:
Jürgen Spitzmüller [Wed, 12 Mar 2008 18:50:50 +0000 (18:50 +0000)]
* src/mathed/InsetMathNest.cpp:
- also handle the Color_inherit case.

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

16 years agoAdjust format and comments in src/EmbeddedFiles.*
Bo Peng [Wed, 12 Mar 2008 18:22:41 +0000 (18:22 +0000)]
Adjust format and comments in src/EmbeddedFiles.*

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

16 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4194 .
Pavel Sanda [Wed, 12 Mar 2008 16:17:25 +0000 (16:17 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4194 .

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

16 years agoMerge InsetMathBoldSymbol and InsetMathBM by providing \boldsymbol
Enrico Forestieri [Wed, 12 Mar 2008 14:33:16 +0000 (14:33 +0000)]
Merge InsetMathBoldSymbol and InsetMathBM by providing \boldsymbol
through the bm package.

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

16 years ago* recover the status bar by only showing the layout list hints when the layout list...
Stefan Schimanski [Wed, 12 Mar 2008 14:07:53 +0000 (14:07 +0000)]
* recover the status bar by only showing the layout list hints when the layout list is visible.

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

16 years ago* handle the multiple-selected-cells case also for color changes in mathed
Stefan Schimanski [Wed, 12 Mar 2008 14:04:25 +0000 (14:04 +0000)]
* handle the multiple-selected-cells case also for color changes in mathed

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

16 years ago* half of the fix for http://bugzilla.lyx.org/show_bug.cgi?id=4091
Stefan Schimanski [Wed, 12 Mar 2008 13:20:40 +0000 (13:20 +0000)]
* half of the fix for http://bugzilla.lyx.org/show_bug.cgi?id=4091

  "Applying Text-style to math generates \color{ignore}"

Which kind of font changes do we want to support here? After all the
text style dialog is meant for text. So it only really make sense for
\mbox'es. But there we probably cannot store every font change because
it still math up to now.

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

16 years agoFix Andre.
Richard Heck [Wed, 12 Mar 2008 03:51:35 +0000 (03:51 +0000)]
Fix Andre.

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

16 years agoRemove another 'Create directory' message
Bo Peng [Wed, 12 Mar 2008 03:46:49 +0000 (03:46 +0000)]
Remove another 'Create directory' message

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

16 years agoone more doxy move.
Pavel Sanda [Wed, 12 Mar 2008 01:38:58 +0000 (01:38 +0000)]
one more doxy move.

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

16 years agoDoxy: reorganize structure.
Pavel Sanda [Wed, 12 Mar 2008 01:35:13 +0000 (01:35 +0000)]
Doxy: reorganize structure.

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

16 years agoAdd doxy.
Pavel Sanda [Wed, 12 Mar 2008 01:27:53 +0000 (01:27 +0000)]
Add doxy.

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

16 years ago* fix a serious data loss problem: undo did not save the whole
Stefan Schimanski [Wed, 12 Mar 2008 00:59:29 +0000 (00:59 +0000)]
* fix a serious data loss problem: undo did not save the whole
  selection in mathed if more than one cell was selected.

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

16 years ago* Doxy.
Pavel Sanda [Wed, 12 Mar 2008 00:26:31 +0000 (00:26 +0000)]
* Doxy.

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

16 years ago* fix for http://bugzilla.lyx.org/show_bug.cgi?id=4566
Stefan Schimanski [Wed, 12 Mar 2008 00:19:31 +0000 (00:19 +0000)]
* fix for http://bugzilla.lyx.org/show_bug.cgi?id=4566

  "Eqnarray multiple cells size change erases what they contain"

  We now loop over the selected cells and change the font in each of them.

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

16 years ago* or does anybody have this in mind for 1.6?
Stefan Schimanski [Wed, 12 Mar 2008 00:19:18 +0000 (00:19 +0000)]
* or does anybody have this in mind for 1.6?

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

16 years ago* typo
Stefan Schimanski [Wed, 12 Mar 2008 00:19:07 +0000 (00:19 +0000)]
* typo

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

16 years ago* only use selection of current cell when starting a macro (fixes http://bugzilla...
Stefan Schimanski [Wed, 12 Mar 2008 00:18:39 +0000 (00:18 +0000)]
* only use selection of current cell when starting a macro (fixes http://bugzilla.lyx.org/show_bug.cgi?id=4566 for macros)

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

16 years agofix a typo
Bo Peng [Tue, 11 Mar 2008 19:29:16 +0000 (19:29 +0000)]
fix a typo

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

16 years agoEmbed: fix a bug in initialize embedded file in InsetInclude
Bo Peng [Tue, 11 Mar 2008 19:21:34 +0000 (19:21 +0000)]
Embed: fix a bug in initialize embedded file in InsetInclude

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

16 years agoEmbed: allow the use of embedded layout and class (.cls, .sty) files.
Bo Peng [Tue, 11 Mar 2008 18:31:38 +0000 (18:31 +0000)]
Embed: allow the use of embedded layout and class (.cls, .sty) files.
* src/EmbeddedFiles.h|cpp: add validate() function to validate loaded .lyx file.
* src/LayoutFile.h|cpp: add Layout_Type parameter to addLayoutFile to load an embedded layout.
* src/BufferParams.h|cpp: read layout from temp directory, then local directory.
* src/frontends/qt4/GuiDocument.cpp: handle embedded layout type
* src/LyXFunc.cpp: handle embedded layout when a layout is re-read.
* src/Buffer.cpp: validate after a buffer is read. handle exceptions properly.

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

16 years agosuppress unneeded output in minizip/zipunzip.cpp
Bo Peng [Tue, 11 Mar 2008 18:24:32 +0000 (18:24 +0000)]
suppress unneeded output in minizip/zipunzip.cpp

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

16 years ago* fix for http://bugzilla.lyx.org/show_bug.cgi?id=518
Stefan Schimanski [Tue, 11 Mar 2008 17:54:05 +0000 (17:54 +0000)]
* fix for http://bugzilla.lyx.org/show_bug.cgi?id=518

"wrong numbering of multline environment inside LyX"

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

16 years agoMakefile bug.
Richard Heck [Tue, 11 Mar 2008 17:51:29 +0000 (17:51 +0000)]
Makefile bug.

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

16 years ago* fix http://bugzilla.lyx.org/show_bug.cgi?id=4622
Stefan Schimanski [Tue, 11 Mar 2008 17:23:14 +0000 (17:23 +0000)]
* fix http://bugzilla.lyx.org/show_bug.cgi?id=4622

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

16 years agoTry again to fix bug 2178.
Richard Heck [Tue, 11 Mar 2008 15:16:58 +0000 (15:16 +0000)]
Try again to fix bug 2178.

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

16 years agoNavigator: default to table of contents.
Abdelrazak Younes [Tue, 11 Mar 2008 10:34:20 +0000 (10:34 +0000)]
Navigator: default to table of contents.

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

16 years ago* use base color for layout list background. Qt docs say:
Stefan Schimanski [Tue, 11 Mar 2008 10:29:14 +0000 (10:29 +0000)]
* use base color for layout list background. Qt docs say:

QPalette::Base: Used mostly as the background color for text
entry widgets, but can also be used for other painting - such as the
background of combobox drop down lists and toolbar handles. It is
usually white or another light color.

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

16 years ago* add "List of Graphics"
Abdelrazak Younes [Tue, 11 Mar 2008 10:27:33 +0000 (10:27 +0000)]
* add "List of Graphics"
* don't append "(embedded)" to embedded list items.
* limit the number of entry to 30 items and offer to open the Navigator if above.

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

16 years agoadd "Embedded Files" to Navigator.
Abdelrazak Younes [Tue, 11 Mar 2008 09:04:09 +0000 (09:04 +0000)]
add "Embedded Files" to Navigator.

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

16 years ago* InsetInclude::addToToc(): show embedded status if any in Navigator.
Abdelrazak Younes [Tue, 11 Mar 2008 08:37:30 +0000 (08:37 +0000)]
* InsetInclude::addToToc(): show embedded status if any in Navigator.

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

16 years ago* add "Child Documents" navigate submenu.
Abdelrazak Younes [Tue, 11 Mar 2008 08:25:13 +0000 (08:25 +0000)]
* add "Child Documents" navigate submenu.
* move secondary lists to "Other Lists" navigate submenu as the menu started to be crowded.

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

16 years agorefine browseRelFile in function addExtraEmbeddedFile
Bo Peng [Tue, 11 Mar 2008 02:26:20 +0000 (02:26 +0000)]
refine browseRelFile in function addExtraEmbeddedFile

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

16 years ago* simplified layout list a lot by subclassing QItemDelegate instead of
Stefan Schimanski [Mon, 10 Mar 2008 23:00:53 +0000 (23:00 +0000)]
* simplified layout list a lot by subclassing QItemDelegate instead of
trying to simulate a menu with a QListView (that's what QComboBox does
on some platforms, but not on all).

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

16 years agoless pointers...
André Pönitz [Mon, 10 Mar 2008 22:23:16 +0000 (22:23 +0000)]
less pointers...

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

16 years agoAllow selection of a local layout file from the document->settings dialog.
Bo Peng [Mon, 10 Mar 2008 21:31:22 +0000 (21:31 +0000)]
Allow selection of a local layout file from the document->settings dialog.

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

16 years agouhrrm.
Pavel Sanda [Mon, 10 Mar 2008 20:27:50 +0000 (20:27 +0000)]
uhrrm.

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

16 years ago* Doxy.
Pavel Sanda [Mon, 10 Mar 2008 20:24:28 +0000 (20:24 +0000)]
* Doxy.

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

16 years agofr.po: updates by Jean-Pierre
Uwe Stöhr [Mon, 10 Mar 2008 20:22:01 +0000 (20:22 +0000)]
fr.po: updates by Jean-Pierre

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

16 years ago* restart cursor not only after mouse- and keyboard events, but also after those...
Stefan Schimanski [Mon, 10 Mar 2008 19:08:03 +0000 (19:08 +0000)]
* restart cursor not only after mouse- and keyboard events, but also after those from the toolbar, menus, etc.

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

16 years agoAdd lfuns to RELEASE-NOTES.
Pavel Sanda [Mon, 10 Mar 2008 18:46:09 +0000 (18:46 +0000)]
Add lfuns to RELEASE-NOTES.

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

16 years ago* remove style, left from debugging
Stefan Schimanski [Mon, 10 Mar 2008 18:44:28 +0000 (18:44 +0000)]
* remove style, left from debugging

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

16 years agoquick shot at designer 4.3 -> 4.2 conversion.
André Pönitz [Mon, 10 Mar 2008 18:31:14 +0000 (18:31 +0000)]
quick shot at designer 4.3 -> 4.2 conversion.
Usage: perl -i designer43to42  <the_ui_file_you_want_to_fix>

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

16 years ago* patch by Pavel to make the layout list look like it used to be in 1.5.
Stefan Schimanski [Mon, 10 Mar 2008 17:11:14 +0000 (17:11 +0000)]
* patch by Pavel to make the layout list look like it used to be in 1.5.

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

16 years ago* also forward delete numbering in math hull
Stefan Schimanski [Mon, 10 Mar 2008 17:09:02 +0000 (17:09 +0000)]
* also forward delete numbering in math hull

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

16 years ago* made compatible with Qt 4.2 again.
Stefan Schimanski [Mon, 10 Mar 2008 16:20:33 +0000 (16:20 +0000)]
* made compatible with Qt 4.2 again.

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

16 years agoupdate to Japanese l10n
Jean-Marc Lasgouttes [Mon, 10 Mar 2008 16:03:42 +0000 (16:03 +0000)]
update to Japanese l10n

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

16 years ago* use small font for the header metrics
Stefan Schimanski [Mon, 10 Mar 2008 15:43:47 +0000 (15:43 +0000)]
* use small font for the header metrics

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

16 years ago* compile fix
Stefan Schimanski [Mon, 10 Mar 2008 15:42:35 +0000 (15:42 +0000)]
* compile fix

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

16 years ago* reduce spacing in layout list
Stefan Schimanski [Mon, 10 Mar 2008 15:41:30 +0000 (15:41 +0000)]
* reduce spacing in layout list

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