Uwe Stöhr
ce933b1e14
colored-boxes.lyx: new example file for the tcolorbox.module
...
- also improve the tcolorbox.module
This is a fileformat change - only to be able to revert the new styles defined in the module.
2015-10-19 07:10:09 +02:00
Uwe Stöhr
2b125cc54a
stdmenus.inc: replace R-S statements by H-P statements
2015-05-28 21:39:12 +02:00
Richard Heck
3c2b3e6907
Remove printing support from LyX.
...
This was bug #6747 .
2015-05-27 18:13:08 -04:00
Juergen Spitzmueller
1175d44504
Fix shortcut conflict
2015-05-25 10:50:57 +02:00
Jean-Marc Lasgouttes
7db7a7fe4e
Add menu entry Document>Disable Editing
...
Fixes: bug #6692
2015-05-14 20:53:47 +02:00
Uwe Stöhr
5c5877b5fa
stdmenus.inc: add PDF forms example to Help menu
2015-05-11 01:13:05 +02:00
Georg Baum
3e9e6e344a
Replace automatic logofication with insets
...
Previously, LyX did replace some words with typeset logos, and there was no
way to prvent this except putting them, in ERT (bug #4752 ). Now we have
special insets for these words, and standard text is left alone.
2015-03-01 11:16:57 +01:00
Georg Baum
93be0e08a1
whitespace
2015-02-26 20:43:05 +01:00
Uwe Stöhr
23f9b71187
stdmenus.inc: add PDF-comment.lyx as special manual
2015-02-17 00:24:55 +01:00
Scott Kostyshak
f63146c019
Insert menu accelerator 'x' now goes to box menu
...
Before, 'x' would go to "TeX Code" but that already has a shortcut
in the common bind files.
Reported and discussed on lyx-devel at:
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg185082.html
2014-08-22 18:46:08 -04:00
Uwe Stöhr
30f2c2c4e3
stdmenus.inc: add move rows/columns feature to Edit menu
...
fixes bug #9047
2014-04-21 11:51:58 -04:00
Vincent van Ravesteijn
7cda8f36b2
Update uifiles to latest fileformat
2014-03-20 22:11:13 +01:00
Uwe Stöhr
225a48d0a7
stdmenus.inc: correct 2 expressions
2014-02-16 20:06:23 +01:00
Georg Baum
ac2c91be02
Document paste options (bug #8749 )
...
As discussed in trac. Unformatted Text is removed, since it is too similar to
Plain text, adn nobody knows why it is needed in the standard menu. The lfun
is kept, so users can easily activate it in private ui files if needed.
2014-02-05 21:53:02 +01:00
Uwe Stöhr
e8de2df4f9
stdmenus.inc: move menu entry of visible space
...
the visible space is a character and should therefore be treated as special character (also proposed by Jürgen)
2014-02-03 00:32:45 +01:00
Juergen Spitzmueller
5a3f1a731f
Extend environment-split to an 'outer' split function
...
This fixes a major beamer UI flaw reported by several users.
2014-01-27 08:01:24 +01:00
Georg Baum
8b3f3a02c7
Make the different paste menu items optional
...
This was suggested by Jean-Marc some time ago, and I simply forgot to apply.
With this change you do not see unusable menu entries like linkback on linux
anymore. I also added an entry for emf, since this will be quite useful on
windows.
2013-05-11 09:39:06 +02:00
Georg Baum
c14b9e67bc
Implement paste from LaTeX and HTML (bug #3096 )
...
As discussed on the list. No automatic contents detection is done, the user
needs to use the special paste menu instead. I used the new TempFile class
for safe temporary file handling.
The documentation would go into section 2.2 of UserGuide.lyx, but I am not
allowed to edit that document.
2013-04-14 19:45:36 +02:00
Georg Baum
0526eb9d47
Implement VCS copy and rename
...
The advantage of having this in LyX is the intelligent file name handling
of included files. Implementation as discussed on the list, but ensure also
that an attempt to use locked files fails.
2013-02-06 20:38:54 +01:00
Juergen Spitzmueller
1abfa1fd79
Add a beamer manual (introduction to the basics) which uses the new layouts
2012-12-31 13:19:20 +01:00
Juergen Spitzmueller
c246076ed5
Fix the 'caption inset mess' (bug #4647 )
2012-12-30 18:29:02 +01:00
Juergen Spitzmueller
2f7cd8cc8a
Add environment-split to the menu
2012-12-27 11:28:55 +01:00
Juergen Spitzmueller
2e69c66195
InsetArgument revision, first working version
2012-11-19 14:21:02 +01:00
Jean-Marc Lasgouttes
02ec8457c9
Continue menu tweaking
...
Move View/toolbar submenu together with the various pane entries.
2012-11-06 09:18:38 +01:00
Scott Kostyshak
24eae3d841
Remove repetitious "Manual" from specific manuals
2012-10-29 22:10:22 -04:00
Scott Kostyshak
d526c05df9
Add knitr manual to Help > Specific Manuals
2012-10-29 21:49:49 -04:00
Tommaso Cucinotta
1bd405a93b
Remove the "pleonastic" View word from View menu entries.
...
Adding the "pane" term to those entries seems also a nice thing,
at least according to the New Oxf. Dict. :-).
See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg175453.html
2012-10-17 00:27:42 +01:00
Tommaso Cucinotta
afa15e7649
Moved Outline to View menu, and rendering options (dvi,pdf,...) to Document menu.
2012-10-15 21:29:59 +01:00
Pavel Sanda
7da8d9904d
Leftover from the famous bundle flame.
2012-10-01 12:35:32 +02:00
Pavel Sanda
d63b137ae6
Leftover from previous commit.
2012-09-29 17:38:15 +02:00
Pavel Sanda
a72b75c50c
Proper naming for tab-group-close.
2012-09-29 17:16:52 +02:00
Richard Heck
a0afcdb391
LFUN_CLOSE_TAB_GROUP does exactly the same thing as
...
LFUN_BUFFER_CLOSE_ALL if there's only one tab group open, so there's
no need to enable it in that case.
2012-07-14 22:13:40 -04:00
Vincent van Ravesteijn
c3ba1eb3e2
Consistent casing of menu items
2012-05-07 21:25:44 +02:00
Georg Baum
27733452f7
Native support for \lstlistoflistings
2012-04-16 21:40:59 +02:00
Jürgen Spitzmüller
f626cfb7a3
Implement a native IPA inset (bug #2591 ) with instant preview.
...
Currently only basic functionality (our math-tipa functionality plus multipar input). Further enhancements (such as proper unicode input and a specific toolbar) are planned. DocBook and XHTML output also need to be audited.
The lyx2lyx reversion routine surely can be improved (help appreciated), and I don't know tex2lyx enough to handle this file format change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40867 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-06 07:54:22 +00:00
Uwe Stöhr
6b01721dfa
new module: Multilingual captions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40414 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-07 01:06:06 +00:00
Uwe Stöhr
fa7687397f
stdmenus.inc: register the Sweave example file as specific manual (bug #7891 )
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40187 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-13 18:01:24 +00:00
Tommaso Cucinotta
824d640227
Adding the capability to paste as simple unformatted text.
...
Documentation (and perhaps menu items) need still to be a bit
clarified in order to distinguish the various paste options
for the average user.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40060 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-29 15:42:01 +00:00
Tommaso Cucinotta
c5496cbf5d
Remove conflict for menu shortcut.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39862 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-15 13:27:00 +00:00
Tommaso Cucinotta
164ae1584a
Added Export As... dialog, exploiting the new destination path that can
...
be specified when exporting.
This fixes #3402 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39805 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-06 13:47:42 +00:00
Uwe Stöhr
7ba7ce4006
new module and example file for chemical risk and safety statements; requires the package rsphrase which is bundled with the package mhchem that we already support
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39545 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 03:59:16 +00:00
Jürgen Spitzmüller
6a3ff009db
Issue the math space dialog (not the text one) when in math (bug 7746).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39536 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-27 10:45:59 +00:00
Uwe Stöhr
960897aded
stdmenus.inc: correct previous commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39488 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-18 14:36:10 +00:00
Uwe Stöhr
a2e314206c
stdmenus.inc: new menu entry for inset-select-all
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39487 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-18 14:27:48 +00:00
Uwe Stöhr
9a7117af5b
- lilypond.lyx: adjust some formattings
...
- stdmenus.inc: add lilypond.lyx to the specific manuals, sort the entries, remove multicol as this is now gone (included in the Additional manual
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39450 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-09 14:44:46 +00:00
Pavel Sanda
5005facace
Add visible space. After long discussion the solution is part of InsetSpace.
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169847.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39367 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-23 18:40:21 +00:00
Pavel Sanda
1b53a52099
We have one missing string due to the bug in lyx_pot
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg167433.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38366 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-13 17:47:03 +00:00
Pavel Sanda
78263b1c19
Broken link, closing #7388 . Patch from Diego Queiroz.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38114 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-29 00:41:35 +00:00
Jürgen Spitzmüller
4a2d5b5177
resolve shortcut conflct
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37908 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-13 10:16:16 +00:00
Jürgen Spitzmüller
0489d3c496
Introduce new file format flag "menu=export" to define which document formats the File > Export menu should list. All other formats are available via the "More Formats & Options ..." (former "Custom ...") dialog.
...
The actual selection of formats needs to be audited.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37616 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-13 09:34:10 +00:00