]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoadd qrc file to cmake build process
Peter Kümmel [Thu, 18 Oct 2007 19:35:38 +0000 (19:35 +0000)]
add qrc file to cmake build process

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

16 years agostart using FileName::exists()
André Pönitz [Thu, 18 Oct 2007 19:29:32 +0000 (19:29 +0000)]
start using FileName::exists()

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

16 years agoScons: fix the handling of layout module files
Bo Peng [Thu, 18 Oct 2007 18:42:07 +0000 (18:42 +0000)]
Scons: fix the handling of layout module files

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

16 years agoFix scons for Andre's Resource.cpp change
Bo Peng [Thu, 18 Oct 2007 18:32:09 +0000 (18:32 +0000)]
Fix scons for Andre's Resource.cpp change

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

16 years agoUpdate the documentation on copiers a little bit.
Richard Heck [Thu, 18 Oct 2007 16:57:59 +0000 (16:57 +0000)]
Update the documentation on copiers a little bit.

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

16 years agoFix lyx2lyx
Enrico Forestieri [Thu, 18 Oct 2007 16:49:22 +0000 (16:49 +0000)]
Fix lyx2lyx

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

16 years agoPrefShortcuts: add a simple shortcut dialog (does nothing now), adjust prefShortcuts...
Bo Peng [Thu, 18 Oct 2007 16:47:31 +0000 (16:47 +0000)]
PrefShortcuts: add a simple shortcut dialog (does nothing now), adjust prefShortcuts panel

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

16 years agoPrefShortcuts: fix a typo, add some more buttons
Bo Peng [Thu, 18 Oct 2007 16:09:01 +0000 (16:09 +0000)]
PrefShortcuts: fix a typo, add some more buttons

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

16 years agoPrefShortcuts: list all shortcuts (bound and unbound), using a better implementation
Bo Peng [Thu, 18 Oct 2007 15:48:51 +0000 (15:48 +0000)]
PrefShortcuts: list all shortcuts (bound and unbound), using a better implementation

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

16 years agooups...
Abdelrazak Younes [Thu, 18 Oct 2007 15:38:12 +0000 (15:38 +0000)]
oups...

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

16 years agoReduce header dependencies in Paragraph.h
Abdelrazak Younes [Thu, 18 Oct 2007 15:29:51 +0000 (15:29 +0000)]
Reduce header dependencies in Paragraph.h
- Move Changes.h out of Paragraph.h
- pimpl the inset list.

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

16 years agoremove unused declaration
Abdelrazak Younes [Thu, 18 Oct 2007 12:05:11 +0000 (12:05 +0000)]
remove unused declaration

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

16 years agoRefactor Undo/Redo framework into an Undo class owned by a Buffer. This reduces heade...
Abdelrazak Younes [Thu, 18 Oct 2007 11:51:17 +0000 (11:51 +0000)]
Refactor Undo/Redo framework into an Undo class owned by a Buffer. This reduces header dependencies from Undo.h which was including lots of stuff previously. This also solves the bug where undo/redo were reset upon buffer switching. Now, each buffer has a truly independant undo/redo architecture.
In the future, when Cursor has been fixed to work correctly with multiple views of the same Buffer, we could transfer the Undo owner from Buffer to Cursor.

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

16 years agocompil fix.
Abdelrazak Younes [Thu, 18 Oct 2007 09:24:16 +0000 (09:24 +0000)]
compil fix.

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

16 years agoFix up the HREF inset reversion routine.
Richard Heck [Thu, 18 Oct 2007 05:34:00 +0000 (05:34 +0000)]
Fix up the HREF inset reversion routine.

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

16 years agoGet LFUN_DIALOG_SHOW_NEW_INSET using InsetCode, too.
Richard Heck [Thu, 18 Oct 2007 05:08:16 +0000 (05:08 +0000)]
Get LFUN_DIALOG_SHOW_NEW_INSET using InsetCode, too.

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

16 years agocreate some helper functions in FileName
André Pönitz [Wed, 17 Oct 2007 22:21:50 +0000 (22:21 +0000)]
create some helper functions in FileName
cosmetics;

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

16 years agodo not pack part of the working copy...
André Pönitz [Wed, 17 Oct 2007 20:23:50 +0000 (20:23 +0000)]
do not pack part of the working copy...

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

16 years agodo not pack parts of the working copy
André Pönitz [Wed, 17 Oct 2007 20:22:11 +0000 (20:22 +0000)]
do not pack parts of the working copy

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

16 years agomake 'make dist' work again
André Pönitz [Wed, 17 Oct 2007 19:59:55 +0000 (19:59 +0000)]
make 'make dist' work again

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

16 years agorevert 21014
André Pönitz [Wed, 17 Oct 2007 19:40:20 +0000 (19:40 +0000)]
revert 21014

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

16 years agorevert 21014
André Pönitz [Wed, 17 Oct 2007 19:39:21 +0000 (19:39 +0000)]
revert 21014

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

16 years agofix typo
André Pönitz [Wed, 17 Oct 2007 19:32:46 +0000 (19:32 +0000)]
fix typo

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

16 years agoadjust
André Pönitz [Wed, 17 Oct 2007 19:17:23 +0000 (19:17 +0000)]
adjust

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

16 years agono need to install images anymore...
André Pönitz [Wed, 17 Oct 2007 19:14:15 +0000 (19:14 +0000)]
no need to install images anymore...

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

16 years agocosmetics
André Pönitz [Wed, 17 Oct 2007 18:47:47 +0000 (18:47 +0000)]
cosmetics

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

16 years agoun-break display of toolbuttons wiuth delimiters
André Pönitz [Wed, 17 Oct 2007 18:45:55 +0000 (18:45 +0000)]
un-break display of toolbuttons wiuth delimiters

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

16 years agouse "real" resources
André Pönitz [Wed, 17 Oct 2007 18:28:45 +0000 (18:28 +0000)]
use "real" resources

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

16 years agoSwitch on InsetCodes in the factory.
Richard Heck [Wed, 17 Oct 2007 12:50:25 +0000 (12:50 +0000)]
Switch on InsetCodes in the factory.

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

16 years agoSilence some warnings.
Richard Heck [Wed, 17 Oct 2007 12:33:47 +0000 (12:33 +0000)]
Silence some warnings.

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

16 years agoPrefShortcuts: iteratively add all LFUN to different categories
Bo Peng [Wed, 17 Oct 2007 05:13:34 +0000 (05:13 +0000)]
PrefShortcuts: iteratively add all LFUN to different categories

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

16 years agoFix bug due to empty default commands.
Richard Heck [Tue, 16 Oct 2007 19:21:00 +0000 (19:21 +0000)]
Fix bug due to empty default commands.

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

16 years agoChange how InsetBibTeX does this check.
Richard Heck [Tue, 16 Oct 2007 18:53:10 +0000 (18:53 +0000)]
Change how InsetBibTeX does this check.

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

16 years agoList currently used shortcuts in the shortcuts panel of the preference dialog
Bo Peng [Tue, 16 Oct 2007 17:48:37 +0000 (17:48 +0000)]
List currently used shortcuts in the shortcuts panel of the preference dialog

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

16 years agoRationalize lyxCode().
Richard Heck [Tue, 16 Oct 2007 16:48:21 +0000 (16:48 +0000)]
Rationalize lyxCode().

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

16 years agoSeparate PrefShortcuts from PrefUi, in preparation for a shortcuts configuration...
Bo Peng [Tue, 16 Oct 2007 14:41:46 +0000 (14:41 +0000)]
Separate PrefShortcuts from PrefUi, in preparation for a shortcuts configuration panel

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

16 years agoCosmetics.
Richard Heck [Tue, 16 Oct 2007 08:33:37 +0000 (08:33 +0000)]
Cosmetics.

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

16 years agoInsetList no longer exists.
Richard Heck [Tue, 16 Oct 2007 08:09:58 +0000 (08:09 +0000)]
InsetList no longer exists.

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

16 years agoCosmetics.
Richard Heck [Tue, 16 Oct 2007 08:09:15 +0000 (08:09 +0000)]
Cosmetics.

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

16 years agoReduce use of dynamic_cast.
Abdelrazak Younes [Tue, 16 Oct 2007 06:50:09 +0000 (06:50 +0000)]
Reduce use of dynamic_cast.

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

16 years agoFix DraftDVI entry
Enrico Forestieri [Mon, 15 Oct 2007 23:32:07 +0000 (23:32 +0000)]
Fix DraftDVI entry

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

16 years agomainly reduce include dependencies
André Pönitz [Mon, 15 Oct 2007 22:43:55 +0000 (22:43 +0000)]
mainly reduce include dependencies

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

16 years agoThe lyx2lyx for recent work on href inset done by Uwe.
Richard Heck [Mon, 15 Oct 2007 16:40:47 +0000 (16:40 +0000)]
The lyx2lyx for recent work on href inset done by Uwe.

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

16 years agoFix annoying menu warning. Please, test shortcuts before using them.
Enrico Forestieri [Mon, 15 Oct 2007 15:05:36 +0000 (15:05 +0000)]
Fix annoying menu warning. Please, test shortcuts before using them.

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

16 years agoBetter safe than sorry...
Enrico Forestieri [Mon, 15 Oct 2007 13:48:44 +0000 (13:48 +0000)]
Better safe than sorry...

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

16 years agoPlease Andre' and return early
Enrico Forestieri [Mon, 15 Oct 2007 13:04:53 +0000 (13:04 +0000)]
Please Andre' and return early

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

16 years agoreset the locale
José Matox [Mon, 15 Oct 2007 08:57:42 +0000 (08:57 +0000)]
reset the locale

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

16 years agocorrect numbering
Bernhard Roider [Sun, 14 Oct 2007 19:08:04 +0000 (19:08 +0000)]
correct numbering

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

16 years agoCheck and show proper error message if configure.py fails (part of buf 2829)
Bo Peng [Sun, 14 Oct 2007 14:51:05 +0000 (14:51 +0000)]
Check and show proper error message if configure.py fails (part of buf 2829)

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

16 years agoadd Japanese layout files, provided by Yokata-san
Uwe Stöhr [Sun, 14 Oct 2007 11:09:26 +0000 (11:09 +0000)]
add Japanese layout files, provided by Yokata-san

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

16 years agoFix two author entries.
Uwe Stöhr [Sun, 14 Oct 2007 10:41:10 +0000 (10:41 +0000)]
Fix two author entries.

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

16 years agoInsetHyperlink.cpp: fix bug 449: handle special characters in the url and name field
Uwe Stöhr [Sun, 14 Oct 2007 03:10:51 +0000 (03:10 +0000)]
InsetHyperlink.cpp: fix bug 449: handle special characters in the url and name field

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

16 years agoFix typos in the comment in InsetInfo.h
Bo Peng [Sun, 14 Oct 2007 01:37:02 +0000 (01:37 +0000)]
Fix typos in the comment in InsetInfo.h

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

16 years agoAllow the input of an InsetInfo using command buffer (e.g. "info-insert menu paste...
Bo Peng [Sun, 14 Oct 2007 00:47:52 +0000 (00:47 +0000)]
Allow the input of an InsetInfo using command buffer (e.g. "info-insert menu paste"). Document this change in InsetInfo.h

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

16 years agoUse qt422 version of the ui file
Bo Peng [Sun, 14 Oct 2007 00:29:35 +0000 (00:29 +0000)]
Use qt422 version of the ui file

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

16 years agoERTUi.ui: fix dialog size
Uwe Stöhr [Sat, 13 Oct 2007 23:02:28 +0000 (23:02 +0000)]
ERTUi.ui: fix dialog size

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

16 years agoAdd Erlang support for listings (bug 4263)
Bo Peng [Sat, 13 Oct 2007 20:56:28 +0000 (20:56 +0000)]
Add Erlang support for listings (bug 4263)

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

16 years agoDocument InsetInfo in insets/InsetInfo.h
Bo Peng [Sat, 13 Oct 2007 20:49:06 +0000 (20:49 +0000)]
Document InsetInfo in insets/InsetInfo.h

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

16 years agoLaTeXFeatures.cpp: revert unwanted url removal in r20950
Uwe Stöhr [Sat, 13 Oct 2007 19:18:36 +0000 (19:18 +0000)]
LaTeXFeatures.cpp: revert unwanted url removal in r20950

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

16 years agoThe huge URL patch:
Uwe Stöhr [Sat, 13 Oct 2007 19:06:09 +0000 (19:06 +0000)]
The huge URL patch:

- rename the lfun to href-insert.png
- rename the files to Hyperlink...
- the former URLUi produces now \href commands (hyperref)

Only missing thing is the lyx2lyx conversion routine - this will be done by Richard

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

16 years agoFix bug noted by Uwe.
Richard Heck [Sat, 13 Oct 2007 17:34:49 +0000 (17:34 +0000)]
Fix bug noted by Uwe.

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

16 years agoOff-by-one error addCol()
Martin Vermeer [Sat, 13 Oct 2007 15:48:22 +0000 (15:48 +0000)]
Off-by-one error addCol()

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

16 years agoClarify comments.
Enrico Forestieri [Sat, 13 Oct 2007 14:07:04 +0000 (14:07 +0000)]
Clarify comments.

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

16 years agoSome more Greek and Cyrillic symbols.
Enrico Forestieri [Sat, 13 Oct 2007 13:34:33 +0000 (13:34 +0000)]
Some more Greek and Cyrillic symbols.

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

16 years agoDissolve CharStyle initial implementation.
Martin Vermeer [Sat, 13 Oct 2007 12:59:44 +0000 (12:59 +0000)]
Dissolve CharStyle initial implementation.

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

16 years agoRemove mostly unused function.
Abdelrazak Younes [Sat, 13 Oct 2007 12:58:43 +0000 (12:58 +0000)]
Remove mostly unused function.

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

16 years agoInset::translate() -> lyx::insetCode()
Abdelrazak Younes [Sat, 13 Oct 2007 12:50:18 +0000 (12:50 +0000)]
Inset::translate() -> lyx::insetCode()

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

16 years agoOups!
Abdelrazak Younes [Sat, 13 Oct 2007 10:23:16 +0000 (10:23 +0000)]
Oups!

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

16 years agoUse InsetCode.
Abdelrazak Younes [Sat, 13 Oct 2007 09:48:18 +0000 (09:48 +0000)]
Use InsetCode.

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

16 years agoSafer code for allowMultiPar(), thx Angus
Martin Vermeer [Sat, 13 Oct 2007 09:14:49 +0000 (09:14 +0000)]
Safer code for allowMultiPar(), thx Angus

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

16 years agoUse InsetCode
Abdelrazak Younes [Sat, 13 Oct 2007 09:11:10 +0000 (09:11 +0000)]
Use InsetCode

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

16 years agoAdjust scons to InsetCode.h
Abdelrazak Younes [Sat, 13 Oct 2007 09:05:46 +0000 (09:05 +0000)]
Adjust scons to InsetCode.h

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

16 years agoMove Inset::Code to InsetCode.h
Abdelrazak Younes [Sat, 13 Oct 2007 09:04:52 +0000 (09:04 +0000)]
Move Inset::Code to InsetCode.h

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

16 years agoplease Angus.
Abdelrazak Younes [Sat, 13 Oct 2007 07:33:07 +0000 (07:33 +0000)]
please Angus.

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

16 years agolyx_1_6.py: avoid the same name of two different functions.
Uwe Stöhr [Sat, 13 Oct 2007 03:18:51 +0000 (03:18 +0000)]
lyx_1_6.py: avoid the same name of two different functions.

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

16 years agofileformat change to 294 for Pavel's PDFOptions cleanup in r20881
Uwe Stöhr [Fri, 12 Oct 2007 23:51:56 +0000 (23:51 +0000)]
fileformat change to 294 for Pavel's PDFOptions cleanup in r20881

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

16 years agoCorrect ordering
Enrico Forestieri [Fri, 12 Oct 2007 23:43:36 +0000 (23:43 +0000)]
Correct ordering

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

16 years agoAdd support for greek and cyrillic chars such that it is not
Enrico Forestieri [Fri, 12 Oct 2007 18:21:51 +0000 (18:21 +0000)]
Add support for greek and cyrillic chars such that it is not
necessary to mark them in the proper language for typesetting.

* src/Paragraph.cpp
(Paragraph::Pimpl::knownLangChars): new method.
(Paragraph::Pimpl::simpleTeXSpecialChars): output proper
latex code for greek and cyrillic chars.

* src/LaTeXFeatures.cpp: add textgreek and textcyr features.

* src/Encoding.{cpp,h}
(Encodings::isKnownLangChar): new method.

* lib/unicodesymbols: add greek and cyrillic alphabetic chars.

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

16 years agoencodings: disable the new SJIS-plain encoding as long as we don't support it properl...
Uwe Stöhr [Thu, 11 Oct 2007 23:41:57 +0000 (23:41 +0000)]
encodings: disable the new SJIS-plain encoding as long as we don't support it properly, see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg129935.html

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

16 years agoBufferParams.cpp: - load the japanese package only when japanese is not already provided.
Uwe Stöhr [Thu, 11 Oct 2007 23:31:16 +0000 (23:31 +0000)]
BufferParams.cpp: - load the japanese package only when japanese is not already provided.
 - fix japanese babel handling

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

16 years agoPDFOptions.cpp: tiny cleanup by Pavel
Uwe Stöhr [Thu, 11 Oct 2007 23:02:33 +0000 (23:02 +0000)]
PDFOptions.cpp: tiny cleanup by Pavel

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

16 years agoGerman UserGuide.lyx: updates from Hartmut
Uwe Stöhr [Thu, 11 Oct 2007 22:35:38 +0000 (22:35 +0000)]
German UserGuide.lyx: updates from Hartmut

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

16 years agoinstaller: whitespace
Uwe Stöhr [Thu, 11 Oct 2007 22:32:30 +0000 (22:32 +0000)]
installer: whitespace

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

16 years agoinstaller fix two bugs in the Update installer
Uwe Stöhr [Thu, 11 Oct 2007 22:26:52 +0000 (22:26 +0000)]
installer fix two bugs in the Update installer

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

16 years agoinstaller: sync with 1.5.X branch - forgot this file
Uwe Stöhr [Thu, 11 Oct 2007 20:34:28 +0000 (20:34 +0000)]
installer: sync with 1.5.X branch - forgot this file

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

16 years agoinstaller: sync with 1.5.X branch
Uwe Stöhr [Thu, 11 Oct 2007 20:32:56 +0000 (20:32 +0000)]
installer: sync with 1.5.X branch

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

16 years agoadd missing include
Edwin Leuven [Thu, 11 Oct 2007 19:35:49 +0000 (19:35 +0000)]
add missing include

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

16 years agosmall facelift for close button on tabwidget
Edwin Leuven [Thu, 11 Oct 2007 19:00:18 +0000 (19:00 +0000)]
small facelift for close button on tabwidget

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

16 years agoadd "copy to clipboard" button to log dialog
Edwin Leuven [Thu, 11 Oct 2007 18:15:30 +0000 (18:15 +0000)]
add "copy to clipboard" button to log dialog

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

16 years agoSanitize behaviour of line break in simple math inset
Martin Vermeer [Thu, 11 Oct 2007 17:12:34 +0000 (17:12 +0000)]
Sanitize behaviour of line break in simple math inset

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

16 years agoadd Shortcuts.lyx to Makefile.am and scons_manifest.py
Bo Peng [Thu, 11 Oct 2007 16:47:57 +0000 (16:47 +0000)]
add Shortcuts.lyx to Makefile.am and scons_manifest.py

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

16 years agoInsetInfo: Make the display of multiple shortcuts less clumsy by using A, B instead...
Bo Peng [Thu, 11 Oct 2007 16:03:21 +0000 (16:03 +0000)]
InsetInfo: Make the display of multiple shortcuts less clumsy by using A, B instead of [A][B]. This is safe, but a bit contraversial.

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

16 years agoAdd lib/doc/Shortcuts.lyx and menu entry Help->Shortcuts. Please help complete this...
Bo Peng [Thu, 11 Oct 2007 15:55:31 +0000 (15:55 +0000)]
Add lib/doc/Shortcuts.lyx and menu entry Help->Shortcuts. Please help complete this document.

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

16 years agolib/doc/LaTeXConfig.lyx: use InsetInfo instead of @@ sed entries. This file needs...
Bo Peng [Thu, 11 Oct 2007 15:49:37 +0000 (15:49 +0000)]
lib/doc/LaTeXConfig.lyx: use InsetInfo instead of @@ sed entries. This file needs further edition

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

16 years agoInsetInfo: Move LaTeXConfig.lyx.in to LaTeXConfig.lyx and stop processing this file...
Bo Peng [Thu, 11 Oct 2007 15:43:44 +0000 (15:43 +0000)]
InsetInfo: Move LaTeXConfig.lyx.in to LaTeXConfig.lyx and stop processing this file in configure.py (and chkconfig.ltx.

* development/scons/scons_manifest.py: build system changes
* lib/doc/Makefile.am
* lib/doc/LaTeXConfig.lyx.in: rename to
* lib/doc/LaTeXConfig.lyx: this one.
* lib/chkconfig.ltx: stop processing sed file and LaTeXConfig.lyx.in
* lib/configure.py

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

16 years agoInsetInfo: load bind file and menu backend in batch mode as well. Otherwise, InsetInf...
Bo Peng [Thu, 11 Oct 2007 15:27:24 +0000 (15:27 +0000)]
InsetInfo: load bind file and menu backend in batch mode as well. Otherwise, InsetInfo will yield different output in batch mode

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

16 years agoInsetInfo: add LYXRC_INFO (lyxrc bind_file ==> cua)
Bo Peng [Thu, 11 Oct 2007 15:23:52 +0000 (15:23 +0000)]
InsetInfo: add LYXRC_INFO (lyxrc bind_file ==> cua)
NOTE: The syntax in LyXRC.cpp is ugly, and this feature is not extremely useful. Therefore, this patch may be reverted in the end.
* src/insets/InsetInfo.h|cpp: support LYXRC_INFO
* src/LyXRC.h|cpp: allow output of a specific RC item.

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

16 years agoInsetInfo: add MENU_INFO (menu paste ==> Edit > Paste)
Bo Peng [Thu, 11 Oct 2007 15:14:11 +0000 (15:14 +0000)]
InsetInfo: add MENU_INFO (menu paste ==> Edit > Paste)
* src/insets/InsetInfo.h|cpp: handle MENU_INFO
* src/MenuBackend.h|cpp: add searchFunc function

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

16 years agoInsetInfo: add shortcut C-S-I. (there will be no menu item, because this feature...
Bo Peng [Thu, 11 Oct 2007 15:08:30 +0000 (15:08 +0000)]
InsetInfo: add shortcut C-S-I. (there will be no menu item, because this feature is for developers and document maintainers)

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

16 years agoInsetInfo: lyx2lyx support
Bo Peng [Thu, 11 Oct 2007 14:56:34 +0000 (14:56 +0000)]
InsetInfo: lyx2lyx support

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