Uwe Stöhr
a8f9211366
installer: update also icon image
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19315 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-05 00:21:29 +00:00
Uwe Stöhr
f217c9fa97
installer: update to LyX 1.5.1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19313 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-05 00:02:31 +00:00
Uwe Stöhr
47c1a1ec2a
configure.ac: fix whitespace character
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19310 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-04 23:56:38 +00:00
Enrico Forestieri
3790dc945b
On Windows, remove log file generated by miktex and copy chkconfig.ltx
...
obeying the umask value as on cygwin access is controlled through ACLs
and the python port knows nothing about them.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19309 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-04 23:33:34 +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
64a52bf76b
LyX 1.5.1 is coming
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19304 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-04 12:48:41 +00:00
Jean-Marc Lasgouttes
15520efb8f
remerge for 1.5.1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19303 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-04 12:46:25 +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
c4d2c1f514
Fix bug 4094, as in trunk.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19299 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-04 03:05:53 +00:00
Bo Peng
6a4b38c97d
Fix some incorrect middle button paste behavior. A better fix is due after 1.5.1.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19297 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-03 21:53:24 +00:00
Jean-Marc Lasgouttes
c83c5b0510
revert r19290
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19295 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-03 21:18:37 +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
3c78a6d2a7
Use mk4ht oolatex' instead of
htlatex etc etc etc', per Jean-Pierre's advice.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19290 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-03 14:44:52 +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
Richard Heck
02fb80e579
Fix bug 4096. Don't disconnect the buffer until we're ready to connect again.
...
Also, clean up the code a little.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19288 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-03 14:10:02 +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
d49fa65675
credit Darren
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19283 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-03 10:14:03 +00:00
Dov Feldstern
a26973fb1c
another typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19274 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-02 18:55:09 +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
3ed4ef84b6
* src/support/gzstream,cpp:
...
* src/support/gzstream.h: re-introduce the stream we were using in
1.4.x. The boost iostream solution produces unreadable streams
on windows and we do not know why currently.
* src/support/Makefile.am:
* src/Buffer.cpp:
* src/Lexer.cpp:
* development/scons/scons_manifest.py: adapt.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19270 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-01 15:13:01 +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
Jean-Marc Lasgouttes
499ee23ddd
* LyXAction.cpp: mark LFUN_SERVER_GOTO_FILE_ROW as working for
...
read-only files (fixes bug 4023)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19267 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-01 13:15:57 +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
Richard Heck
538fd6796e
Bug 2085
...
Get OpenDocument export working when htlatex is available but oolatex
is not. Also check for oowriter as an ODT viewer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19262 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-31 17:19:39 +00:00
Bo Peng
775d93c837
src/frontends/qt4/GuiApplication.cpp: fix a bug that prevents translator of languages with long names to be loaded
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19261 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-31 17:18:44 +00:00
Jean-Marc Lasgouttes
3ba9ffc28b
update email address for Hartmut Haase
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19256 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-31 14:46:05 +00:00
Enrico Forestieri
ea191d9095
Use home made code for the bool facet.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19251 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-31 13:14:50 +00:00
Jürgen Spitzmüller
0f85db4b41
* lib/Makefile.am:
...
* development/scons/scons_manifest.py:
- add apa template.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19246 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-31 04:45:14 +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
Bo Peng
e138a93ec7
SCons: allow linking SConstruct to lyx top source directory because I am tired of typing development/scons/SConstrct again and again
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19244 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-30 16:07:07 +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
7b2fd3b411
* lib/template/apa.lyx: update to 1.5 format.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19227 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-27 18:30:48 +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
Joost Verburg
ba5b4f385d
fix dictionary downloading
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19213 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-25 18:59:21 +00:00
José Matox
ecee7dd1cf
Move back to svn
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19208 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-25 13:14:41 +00:00
José Matox
a79ebaf570
LyX 1.5.0 is released
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19205 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-25 13:07:59 +00:00
Bo Peng
afdf83f235
quick fix for bug: "select, select, middle-button paste" pastes the first selection
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19199 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-25 05:12:52 +00:00
José Matox
54eeca1c0a
revert locale sorting since it gives problems with gcc 3.x (see bug 2738)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19198 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-24 22:50:46 +00:00
Joost Verburg
b3ace671d2
configure.py: add support for the EMF file format and the metafile2eps conversion utility for WMF/EMF to EPS conversion
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19196 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-24 21:08:25 +00:00
José Matox
23d0362d04
update announce and synchronise with news
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19195 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-24 20:42:35 +00:00
José Matox
b543571d74
update announce
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19193 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-24 18:39:31 +00:00