Jean-Marc Lasgouttes
7dd29bb818
Move translated files to their own directory
...
What I did:
* move xx_foo.ext to xx/foo.ext
* update Makefile.am to make install work
* minimally update scons_manifest.py (I'd be surprised to see it
work).
* update i18nLibFileSearch to use the new naming scheme, and keep
temporarily some code that checks the old method.
* update image paths in .lyx files
* update name of files (examples in tutorial, for ex.) in lyx files
What is definitely broken:
* cmake (did not touch it)
* TOC files (I am not sure how the code works)
I would be surprised if nothing else was wrong.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17343 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-25 18:12:03 +00:00
Michael Schmitt
9d7bfb32b2
* bind/fi_menus.bind:
...
* bind/menus.bind:
* bind/pt_menus.bind:
* bind/sv_menus.bind:
* bind/de_menus.bind: remove bindings for "layout caption"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17004 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-01 13:25:39 +00:00
Michael Schmitt
6f2529e569
* lib/bind/cua.bind:
...
* lib/bind/sciword.bind:
* lib/bind/mac.bind: bind "select all" to "C-a"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16955 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-30 22:26:50 +00:00
Michael Schmitt
1f7a1257f1
* change LFUN file-insert-ascii to file-insert-plaintext
...
* change LFUN file-insert-ascii-para to file-insert-plaintext-para
* change LyXRC::RC_ASCIIROFF_COMMAND to LyXRC::RC_PLAINTEXT_ROFF_COMMAND
* change LyXRC::RC_ASCII_LINELEN to LyXRC::RC_PLAINTEXT_LINELEN
* replace "ascii" by "plaintext" in method names
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16697 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-15 22:49:14 +00:00
Bo Peng
57686e9d61
Fix bug 3062, bookmark-goto x crashes lyx for invalid bookmark
...
* src/session.C: check validity of temp bookmark
* src/lyxfunc.C: check validity of bookmark in GOTO_BOOKMARK
* lib/bind/*.bind: remove shortcuts to bookmark-save 2/3/4/5
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16589 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-07 22:41:54 +00:00
Georg Baum
1103be3d85
Fix thinko: default paste method for plain text
...
* src/lyxtext.h
* src/text3.C
(pasteString): Change argument to bool
* src/text3.C
(LyXText::dispatch): (LFUN_PASTE): Paste plain text as paragraphs,
not as lines
(LyXText::dispatch): Adjust to pasteString change
* lib/bind/cua.bind:
* lib/bind/sciword.bind:
* lib/bind/mac.bind: Move shortcuts from "clipboard-paste paragraph"
and "primary-selection-paste paragraph" to "primary-selection-paste"
and "clipboard-paste", since the "paragaph" versions are used in
LFUN_PASTE and middle-mouse-button paste. Now "primary-selection-paste"
has the same shortcut it always had, and "clipboard-paste" has the
shortcut that was originally assigned to
"primary-selection-paste paragraph".
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16553 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-06 15:33:07 +00:00
Michael Schmitt
1eecab0885
* lib/bind/cua.bind:
...
* lib/bind/mac.bind:
* lib/bind/sciword.bind: move the shortcut C-M-v from "primary-selection-paste" to "clipboard-paste paragraph"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16550 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-06 13:56:58 +00:00
Jean-Marc Lasgouttes
79f3f377e3
* bind/menus.bind: digits may need the shift modifier (on french
...
kbd for example).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15830 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-09 15:45:01 +00:00
Michael Schmitt
26f65e29a8
* cua.bind: bind CTRL-Y to "redo" (like most apps);
...
keep the CTRL-Shift-Z binding
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15774 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-06 22:05:18 +00:00
Michael Schmitt
13b48b7172
* lib/bind/aqua.bind:
...
* lib/ui/classic.ui:
* lib/ui/stdmenus.ui: remove tooltips-toggle
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15328 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-14 12:36:19 +00:00
Michael Schmitt
d056d51087
revert recent change to development/FORMAT (don't change history)
...
drop LinuxDoc support (final part)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14823 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-23 12:55:23 +00:00
Jean-Marc Lasgouttes
54d193a0a9
update to reflect the new menu structure
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14581 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-08 21:41:16 +00:00
Michael Schmitt
1396ade8b1
fix LFUN enum values (some of them were broken by r13801)
...
adjust some commands according to the LyX naming conventions
(toggle-tooltip => tooltip-toggle, *-change(s) => change(s)-*)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13811 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-08 18:09:19 +00:00
Edwin Leuven
513ea10589
Adding PARAGRAPH_MOVE_UP/DOWN + key bindings:
...
* src/LyXAction.C
* src/text3.C
* src/lfuns.h
* lib/bind/cua.bind
* lib/bind/sciword.bind
* lib/bind/xemacs.bind
* lib/bind/emacs.bind
* lib/bind/mac.bind
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13752 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-26 22:43:26 +00:00
Jean-Marc Lasgouttes
e22e28f6d6
* lib/bind/sciword.bind: fix find&replace
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13437 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-20 15:56:08 +00:00
Jürgen Spitzmüller
f574a6deaf
comment out obsolete bindings (bug 1161)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13257 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-19 15:13:51 +00:00
Jean-Marc Lasgouttes
80d4e59b81
fix typo in sciword bindings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10656 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-12 10:08:53 +00:00
Jean-Marc Lasgouttes
8a7ef247d8
fix bindings for quote insertion
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10571 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-25 08:39:15 +00:00
Lars Gullik Bjønnes
6a05cd6a5c
couple of mac updates from Bennet Helm
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10539 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-11 17:58:38 +00:00
Michael Schmitt
878e743d6d
Michael Schmitt => Michael Gerz
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10415 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-06 17:32:09 +00:00
Michael Schmitt
805232656b
bind "paste-primary-selection (paragraph)"
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10413 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-06 16:41:52 +00:00
Georg Baum
7e41f0b392
s/reference-goto/label-goto/ by Michael
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9927 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-09 18:28:30 +00:00
Martin Vermeer
96cdf4a91a
Georg Baum's and my math array partition lines related stuff
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9626 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-14 14:25:18 +00:00
Georg Baum
46e21249ef
increase number of default bookmarks to 5
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9480 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-15 18:36:02 +00:00
Jean-Marc Lasgouttes
cf4269a299
use <cmd>-Tab and <cmd>-backtab as shortcuts for
...
buffer-next/previous (bug 1639)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9177 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-05 13:28:01 +00:00
Angus Leeming
eb00187fea
Whitespace, nothing but whitespace.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9131 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-26 21:16:44 +00:00
Jean-Marc Lasgouttes
8b7da465d8
implement buffer-next/previous (bug 515)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9103 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-22 10:24:55 +00:00
Jean-Marc Lasgouttes
705add840e
fix mac bindings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9077 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-11 13:45:52 +00:00
Jean-Marc Lasgouttes
680e0279be
new bind file for mac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8922 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-14 11:12:30 +00:00
Jean-Marc Lasgouttes
608f5d2d3e
fix math bindings with german keyboards
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8769 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-19 16:27:43 +00:00
Angus Leeming
991b0ec589
A slightly buggy lfun all-insets-toggle.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8564 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-30 12:36:33 +00:00
Jürgen Spitzmüller
56a3e2e1c0
add lfun 'quote-insert' arguments single/double (ERT fixes not included)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8450 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-20 10:32:44 +00:00
Angus Leeming
a60b5c0b72
Whitespace only.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7905 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-13 09:50:10 +00:00
Jean-Marc Lasgouttes
49d09f876f
small osx-related bits
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7881 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-08 14:46:05 +00:00
Jean-Marc Lasgouttes
67ad3b90ef
useful bindings for LyX/Mac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7714 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-08 16:52:53 +00:00
Angus Leeming
7ec7270dae
Authorship of ui files, emacs 'text' identifier for bind files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7587 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-22 10:37:26 +00:00
Angus Leeming
1adfa0a402
Standand blurb for all binding files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7585 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-22 10:08:21 +00:00
Angus Leeming
979b3c8c1e
More licencing blurbs...
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7582 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-22 09:36:41 +00:00
André Pönitz
9823626b59
Michaels patch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7568 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-18 12:57:30 +00:00
John Levon
ee8d50c73d
Michael's UI patch v2
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7548 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-14 15:45:09 +00:00
Angus Leeming
bb01b3884c
Remove 14 LFUNs; use "dialog-show <name> <data>" instead.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7191 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-19 16:49:45 +00:00
John Levon
9208d7f890
remove broken line
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7014 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 21:29:54 +00:00
John Levon
c58b71d337
fix space insert
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7011 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 21:05:53 +00:00
Angus Leeming
b3608133b0
(Juergen) the new space inset.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6998 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 10:40:57 +00:00
John Levon
f48e8300e1
Two small fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6931 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-03 19:21:50 +00:00
John Levon
db8d0b3817
Ooops, more missing
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6835 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-21 18:55:38 +00:00
John Levon
3bea8a72a5
missing commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6834 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-21 18:54:32 +00:00
John Levon
d283cc7745
tab lfun changed
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6690 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-02 22:10:58 +00:00
John Levon
6075ffd88d
remove greek bindings too
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6603 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-28 02:51:52 +00:00
John Levon
4c2f3a09da
Add MS Word's "Track changes" shortcut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6599 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-27 18:36:38 +00:00