Martin Vermeer
d22e679d78
fix bug 580
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19391 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-10 08:21:26 +00:00
Bo Peng
ca3ffc6c37
Enable File -> Revert when the file is externally modified, rename this menu item to File -> Revert to saved, and check if the .lyx file has been externally modified when a buffer is saved. (Bugs 3766 and 4114)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19379 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 20:44:44 +00:00
Richard Heck
253654d6b9
Status for last commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19365 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-08 16:05:57 +00:00
Jean-Marc Lasgouttes
6be9d9a505
explained what happened with translations
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19359 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-07 22:23:47 +00:00
Jean-Marc Lasgouttes
eee9800ce4
[the "translation" patch series] Part 1: upgrading to gettext 0.14.6
...
* m4/*:
* intl/*:
* ABOUT-NLS:
* po/Makefile.in.in:
* po/POTFILES.in:
* po/Makevars.template:
* config/mkinstalldirs:
* config/config.rpath: update from gettext 0.14.6 source. This enables
translation to system language on Mac OS X
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19348 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-07 20:20:49 +00:00
Bo Peng
b08540d0d8
Fix loading non-lyx child documents with relative path names, change Load to Edit in the child document dialog. (Bug 4107 and 4111)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19345 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-07 18:37:33 +00:00
Richard Heck
8908823bc5
Update status.15x for my previous commits. Sorry again....
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19344 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-07 13:44:11 +00:00
Jean-Marc Lasgouttes
665c36357a
distribute zh_CN
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19324 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-05 15:05:07 +00:00
Enrico Forestieri
514ae9453b
Was forgetting this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19316 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-05 01:08:43 +00:00
Jean-Marc Lasgouttes
6d602a5845
back to work
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19307 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-04 14:45:20 +00:00
Jean-Marc Lasgouttes
d9251d210b
latex_lang should not have a babel language
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19301 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-04 12:41:42 +00:00
Richard Heck
1a7724c622
Status for last patch. Sorry again.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19300 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-04 03:07:09 +00:00
Richard Heck
f8d53598d8
Fix bugs 4077 and 4086.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19294 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-03 16:14:50 +00:00
Jean-Marc Lasgouttes
eac423830d
Fix several middle-click pasting problems
...
* src/BufferView.cpp (workAreaDispatch): be sure to call haveSelection()
as we do in LyXFunc::dispatch.
* src/Text3.cpp (doDispatch): refactor the handling of LFUN_MOUSE_PRESS.
In particular, make sure that the cursor is alsways set through
BufferView::mouseSetCursor, so that the selection is correctly saved.
* src/CutAndPaste.cpp (pasteSelection): do not set the selection, since
paste methods do not do it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19292 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-03 16:02:25 +00:00
Richard Heck
8be0cd50b7
Whoops.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19289 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-03 14:19:29 +00:00
Jean-Marc Lasgouttes
37f4a3dad1
honor all the link flags coming from pkg-config
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19286 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-03 10:37:33 +00:00
Jean-Marc Lasgouttes
ba1ead6fde
typos spotted by dov
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19273 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-02 09:02:16 +00:00
Jean-Marc Lasgouttes
4e3721c476
first steps towards 1.5.1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19272 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-01 15:19:08 +00:00
Jean-Marc Lasgouttes
3b4be12c6d
forgot that
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19269 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-01 13:32:25 +00:00
Richard Heck
b2b3831ea6
Update with OpenDocument info.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19264 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-31 17:40:04 +00:00
Bo Peng
ff17e1f139
update status.15x for r19244
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19245 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-30 16:28:45 +00:00
Jürgen Spitzmüller
d4df3a6b6f
* src/LyXFunc.cpp (doDispatch):
...
- force full screen update on buffer switch (fixes bug 3969).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19242 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-30 14:58:12 +00:00
Jürgen Spitzmüller
63c587190f
* src/frontends/controllers/frontend_helpers.{cpp,h}:
...
- new function getSortedColors
* src/frontends/qt4/QPrefs.cpp:
- use that to sort the colors (bug 2571)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19235 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-30 13:48:01 +00:00
Enrico Forestieri
e9bcf4b0a7
Add missing facets for extraction from an idocstream on platforms
...
lacking support for wchar_t. This solves bug 4076.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19234 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-30 13:22:01 +00:00
Jürgen Spitzmüller
39650c58f4
* src/Text3.cpp (doDispatch):
...
- always replace selected text when inserting an inset (bug 672)
- inset selected text in inserted URL inset (bug 683)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19232 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-30 10:34:51 +00:00
Jürgen Spitzmüller
2a3514c21f
* src/LaTeX.cpp: Get rid of annoying LaTeX error after changing the document language
...
(bug 2468)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19230 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-27 18:43:52 +00:00
Jürgen Spitzmüller
432703e6a4
* lib/template/apa.lyx: new file (fix bug 2390).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19226 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-27 18:26:56 +00:00
Bo Peng
7fd53d7148
Fix Bug 4053: Update other controls allows invalid listings parameters to be passed in listings-related dialogs.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19223 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-27 17:55:31 +00:00
Jürgen Spitzmüller
df3c4dcd9f
* status.15x: new file.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19222 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-27 12:39:36 +00:00