]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agode.po: some translations by Hartmut and me
Uwe Stöhr [Sat, 19 Sep 2009 15:02:30 +0000 (15:02 +0000)]
de.po: some translations by Hartmut and me

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

14 years agoFix gcc compile bug... weird...
Abdelrazak Younes [Sat, 19 Sep 2009 14:42:07 +0000 (14:42 +0000)]
Fix gcc compile bug...  weird...

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

14 years ago* Move LFUN_BUFFER_CLOSE and LFUN_BUFFER_CLOSE_ALL to GuiView.
Abdelrazak Younes [Sat, 19 Sep 2009 14:34:46 +0000 (14:34 +0000)]
* Move LFUN_BUFFER_CLOSE and LFUN_BUFFER_CLOSE_ALL to GuiView.
* Create a status for LFUN_BUFFER_CLOSE

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

14 years agoMove LFUN_BUFFER_LANGUAGE to Buffer and enables it only when the document is not...
Abdelrazak Younes [Sat, 19 Sep 2009 14:20:05 +0000 (14:20 +0000)]
Move LFUN_BUFFER_LANGUAGE to Buffer and enables it only when the document is not read-only.

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

14 years ago* Move Buffer specific LFUNs to Buffer::dispatch() and Buffer::getStatus().
Abdelrazak Younes [Sat, 19 Sep 2009 14:05:52 +0000 (14:05 +0000)]
* Move Buffer specific LFUNs to Buffer::dispatch() and Buffer::getStatus().
There is a FIXME in there that says that if some LFUN need to be dispatched even if the Buffer is internal then we should add some code. But I couldn't find any for now.
* Move LFUN_BUFFER_IMPORT status to GuiView where it belongs.

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

14 years agoTransfer LFUN_BUFFER_TOGGLE_READ_ONLY to Buffer.
Abdelrazak Younes [Sat, 19 Sep 2009 11:59:39 +0000 (11:59 +0000)]
Transfer LFUN_BUFFER_TOGGLE_READ_ONLY to Buffer.

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

14 years agoTransfer completely LFUN_COMMAND_EXECUTE and LFUN_MESSAGE to GuiView.
Abdelrazak Younes [Sat, 19 Sep 2009 11:54:23 +0000 (11:54 +0000)]
Transfer completely LFUN_COMMAND_EXECUTE and LFUN_MESSAGE to GuiView.

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

14 years agoIt appears that somewhere along the way, backing up originals when saving
Richard Heck [Fri, 18 Sep 2009 16:44:20 +0000 (16:44 +0000)]
It appears that somewhere along the way, backing up originals when saving
got conflated with autosaving, with the result that it became impossible to
disable autosaving, as reported on the user list. This patch disentangles
the two again.

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

14 years agoMath.lyx: revision of appendix A, symbol for the Fourier translation added
Uwe Stöhr [Thu, 17 Sep 2009 02:06:13 +0000 (02:06 +0000)]
Math.lyx: revision of appendix A, symbol for the Fourier translation added

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

14 years agoProperly reset the stream encoding after an environment. Fixes bug #6216.
Enrico Forestieri [Wed, 16 Sep 2009 20:50:40 +0000 (20:50 +0000)]
Properly reset the stream encoding after an environment. Fixes bug #6216.

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

14 years agoConstify.
Enrico Forestieri [Sun, 13 Sep 2009 18:12:11 +0000 (18:12 +0000)]
Constify.

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

14 years agoFix display of toolbar icons after r31255.
Enrico Forestieri [Sun, 13 Sep 2009 18:09:40 +0000 (18:09 +0000)]
Fix display of toolbar icons after r31255.

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

14 years agoTake into account that Qt doesn't allow GUI operations outside the main thread.
Enrico Forestieri [Sun, 13 Sep 2009 15:07:28 +0000 (15:07 +0000)]
Take into account that Qt doesn't allow GUI operations outside the main thread.

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

14 years agoFix bug #6188: Assertion with multiple views of same document.
Vincent van Ravesteijn [Sat, 12 Sep 2009 23:50:03 +0000 (23:50 +0000)]
Fix bug #6188: Assertion with multiple views of same document.

We have to prevent that two views share the same ID, also when an id was supplied (because we can open the same document twice).

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

14 years agoAdd a server_monitor.pro file.
Enrico Forestieri [Sat, 12 Sep 2009 21:50:46 +0000 (21:50 +0000)]
Add a server_monitor.pro file.

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

14 years agoFix a crash when the modified uncompleted macro is a font changing command.
Enrico Forestieri [Sat, 12 Sep 2009 21:20:51 +0000 (21:20 +0000)]
Fix a crash when the modified uncompleted macro is a font changing command.

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

14 years agoMove LFUN status check to where they belong.
Abdelrazak Younes [Sat, 12 Sep 2009 21:12:24 +0000 (21:12 +0000)]
Move LFUN status check to where they belong.

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

14 years agosome more buffer -> document buffer fixes.
Abdelrazak Younes [Sat, 12 Sep 2009 20:55:35 +0000 (20:55 +0000)]
some more buffer -> document buffer fixes.

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

14 years agoMove LFUN_BUFFER_RELOAD and LFUN_VC_* to GuiView. Try to use the document buffer...
Abdelrazak Younes [Sat, 12 Sep 2009 20:41:24 +0000 (20:41 +0000)]
Move LFUN_BUFFER_RELOAD and LFUN_VC_* to GuiView. Try to use  the document buffer correctly.

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

14 years agoserver_monitor.h must be included last for msvc sake.
Enrico Forestieri [Sat, 12 Sep 2009 17:40:54 +0000 (17:40 +0000)]
server_monitor.h must be included last for msvc sake.

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

14 years agoSome more coding style fixes
Enrico Forestieri [Sat, 12 Sep 2009 16:20:37 +0000 (16:20 +0000)]
Some more coding style fixes

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

14 years agoCoding style fixes
André Pönitz [Sat, 12 Sep 2009 09:38:26 +0000 (09:38 +0000)]
Coding style fixes

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

14 years agoAdd a Qt version of the LyX server monitor program.
Enrico Forestieri [Sat, 12 Sep 2009 00:15:00 +0000 (00:15 +0000)]
Add a Qt version of the LyX server monitor program.
I tried to account for msvc based on the MS docs, but I cannot test it.
Apologies if it does not compile out of the box. It works with mingw.

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

14 years agoProperly reinitialise the OVERLAPPED structure (thanks Vincent!)
Enrico Forestieri [Fri, 11 Sep 2009 18:19:59 +0000 (18:19 +0000)]
Properly reinitialise the OVERLAPPED structure (thanks Vincent!)

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

14 years agoAdded scrollbar that shows up when dialog too small, so all buttons are accessible.
Tommaso Cucinotta [Fri, 11 Sep 2009 17:54:21 +0000 (17:54 +0000)]
Added scrollbar that shows up when dialog too small, so all buttons are accessible.

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

14 years agoFor some reason our shortcut ui is ignore-case while bind settings
Pavel Sanda [Fri, 11 Sep 2009 12:23:29 +0000 (12:23 +0000)]
For some reason our shortcut ui is ignore-case while bind settings
are case sensitive as far as BackTab is concerned.

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

14 years agopowerdot-example.lyx: remove obsolete option to be able to compile the document with...
Uwe Stöhr [Thu, 10 Sep 2009 23:30:00 +0000 (23:30 +0000)]
powerdot-example.lyx: remove obsolete option to be able to compile the document with recent versions of powerdot

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

14 years agoinstaller: sync with branch
Uwe Stöhr [Thu, 10 Sep 2009 23:23:35 +0000 (23:23 +0000)]
installer: sync with branch

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

14 years agoFrench UserGuide.lyx, EmbeddedObjects.lyx: a note from Jean-Pierre for a bug in TeXLi...
Uwe Stöhr [Thu, 10 Sep 2009 22:09:15 +0000 (22:09 +0000)]
French UserGuide.lyx, EmbeddedObjects.lyx: a note from Jean-Pierre for a bug in TeXLive 2007

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

14 years agoFix bug 6179 ("|" in index entries not embraced in ERT by lyx2lyx).
Jürgen Spitzmüller [Thu, 10 Sep 2009 12:07:42 +0000 (12:07 +0000)]
Fix bug 6179 ("|" in index entries not embraced in ERT by lyx2lyx).

* OutputParams.{cpp,h}:
- new param inIndexEntry
* InsetIndex.cpp (latex):
- set param.
* InsetErt.cpp (plainText):
- output active chars in IndexInsets

* lib/lyx2lyx/lyx_1_6.py:
- embrace "|" in ERT when converting old index entries to collapsables.

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

14 years agoMove LFUN_BUFFER_SWITCH from LyXFunc::getStatus to GuiView::getStatus.
Vincent van Ravesteijn [Wed, 9 Sep 2009 05:49:51 +0000 (05:49 +0000)]
Move LFUN_BUFFER_SWITCH from LyXFunc::getStatus to GuiView::getStatus.

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

14 years agoMove LFUN_WORD_FIND_FORWARD and LFUN_WORD_FIND_BACKWARD to their friends in BufferView.
Vincent van Ravesteijn [Wed, 9 Sep 2009 05:20:30 +0000 (05:20 +0000)]
Move LFUN_WORD_FIND_FORWARD and LFUN_WORD_FIND_BACKWARD to their friends in BufferView.

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

14 years agobuffer_pimpl.C doesn't even exist.
Vincent van Ravesteijn [Wed, 9 Sep 2009 05:03:38 +0000 (05:03 +0000)]
buffer_pimpl.C doesn't even exist.

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

14 years agoRemove other explicit tests for an internal buffer.
Vincent van Ravesteijn [Wed, 9 Sep 2009 04:58:48 +0000 (04:58 +0000)]
Remove other explicit tests for an internal buffer.

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

14 years agoRevert r31219.
Vincent van Ravesteijn [Wed, 9 Sep 2009 04:46:32 +0000 (04:46 +0000)]
Revert r31219.

This is wrong and should have been reverted long ago and since r31340 it even doesn't have any function because addToToc isn't called for an internal buffer anymore.

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

14 years agoFix visualization of keyboard short-cut in Edit menu for toggling Advanced Find and...
Tommaso Cucinotta [Tue, 8 Sep 2009 22:11:13 +0000 (22:11 +0000)]
Fix visualization of keyboard short-cut in Edit menu for toggling Advanced Find and Replace panel.

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

14 years agoFix bug #6194.
Pavel Sanda [Tue, 8 Sep 2009 19:52:39 +0000 (19:52 +0000)]
Fix bug #6194.

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

14 years agotypo
Pavel Sanda [Tue, 8 Sep 2009 16:21:54 +0000 (16:21 +0000)]
typo

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

14 years agoAdded isInternal() method, mapped temporarily on check about ".internal" filename...
Tommaso Cucinotta [Tue, 8 Sep 2009 01:29:07 +0000 (01:29 +0000)]
Added isInternal() method, mapped temporarily on check about ".internal" filename extension (minimum impact on current code).
Replaced various replica of such check with the invocation of the new method.
TocBackend now does not call addToToc() for internal buffers.

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

14 years agoFix crash when positioning cursor under some conditions, e.g., when finding in the...
Tommaso Cucinotta [Mon, 7 Sep 2009 23:58:56 +0000 (23:58 +0000)]
Fix crash when positioning cursor under some conditions, e.g., when finding in the sample documents attached to #6112.

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

14 years agoUpdate it.po
Enrico Forestieri [Mon, 7 Sep 2009 23:15:06 +0000 (23:15 +0000)]
Update it.po

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

14 years ago* GuiRef.cpp:
Jürgen Spitzmüller [Mon, 7 Sep 2009 09:04:27 +0000 (09:04 +0000)]
* GuiRef.cpp:
- use itemDoubleClicked() instead of itemActivated(). The latter is traditionally defined as single click
  on UNIX, which is not desired here (bug 6204)

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

14 years ago* PrefFileformatsUi.ui:
Jürgen Spitzmüller [Mon, 7 Sep 2009 06:04:17 +0000 (06:04 +0000)]
* PrefFileformatsUi.ui:
- comboboxes adjust to contents.

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

14 years ago* Menus.cpp: Spelling.
Jürgen Spitzmüller [Mon, 7 Sep 2009 05:54:51 +0000 (05:54 +0000)]
* Menus.cpp: Spelling.

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

14 years ago* LyXRC.cpp:
Jürgen Spitzmüller [Sun, 6 Sep 2009 16:06:50 +0000 (16:06 +0000)]
* LyXRC.cpp:
- support blanks in viewer_alternatives command.

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

14 years ago* Menus.cpp:
Jürgen Spitzmüller [Sun, 6 Sep 2009 14:35:08 +0000 (14:35 +0000)]
* Menus.cpp:
- re-add accelerators.

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

14 years ago* Menus.cpp:
Jürgen Spitzmüller [Sun, 6 Sep 2009 14:28:17 +0000 (14:28 +0000)]
* Menus.cpp:
- show name of default format.

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

14 years agoThe call to checkStopServer was only needed when we were asking Qt
Enrico Forestieri [Sun, 6 Sep 2009 14:26:59 +0000 (14:26 +0000)]
The call to checkStopServer was only needed when we were asking Qt
to be notified on quit. Now it is superfluous.

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

14 years agoInterrupt the wait if the stopserver event is triggered.
Enrico Forestieri [Sun, 6 Sep 2009 13:49:34 +0000 (13:49 +0000)]
Interrupt the wait if the stopserver event is triggered.

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

14 years agoDisable the TOC when no document is open.
Vincent van Ravesteijn [Sun, 6 Sep 2009 13:07:24 +0000 (13:07 +0000)]
Disable the TOC when no document is open.

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

14 years ago* PrefFileformatsUi.ui: tweaks.
Jürgen Spitzmüller [Sun, 6 Sep 2009 09:53:50 +0000 (09:53 +0000)]
* PrefFileformatsUi.ui: tweaks.

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

14 years ago* GuiPrefs.cpp: cut and paste issue.
Jürgen Spitzmüller [Sun, 6 Sep 2009 09:42:31 +0000 (09:42 +0000)]
* GuiPrefs.cpp: cut and paste issue.

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

14 years ago* configure.py: remove debug code.
Jürgen Spitzmüller [Sun, 6 Sep 2009 09:38:11 +0000 (09:38 +0000)]
* configure.py: remove debug code.

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

14 years agoSmall factorization.
Abdelrazak Younes [Sun, 6 Sep 2009 09:31:05 +0000 (09:31 +0000)]
Small factorization.

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

14 years ago* configure.py: fix construction of *_alternatives rc.
Jürgen Spitzmüller [Sun, 6 Sep 2009 09:30:33 +0000 (09:30 +0000)]
* configure.py: fix construction of *_alternatives rc.

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

14 years agopo-files: remerge
Uwe Stöhr [Sun, 6 Sep 2009 00:37:24 +0000 (00:37 +0000)]
po-files: remerge

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

14 years agode.po: some translations
Uwe Stöhr [Sun, 6 Sep 2009 00:32:35 +0000 (00:32 +0000)]
de.po: some translations

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

14 years agoFix LyX.
Vincent van Ravesteijn [Sat, 5 Sep 2009 23:40:56 +0000 (23:40 +0000)]
Fix LyX.

In r31286, view() was changed in currentBufferView(), but in r31290 buffer() was changed in documentBufferView()->buffer().

Please be careful with this!

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

14 years agoCompile fix.
Vincent van Ravesteijn [Sat, 5 Sep 2009 23:06:24 +0000 (23:06 +0000)]
Compile fix.

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

14 years agode.po: translations by Hartmut and me
Uwe Stöhr [Sat, 5 Sep 2009 21:09:52 +0000 (21:09 +0000)]
de.po: translations by Hartmut and me

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

14 years agoFindAndReplaceUi.ui: typo
Uwe Stöhr [Sat, 5 Sep 2009 20:57:24 +0000 (20:57 +0000)]
FindAndReplaceUi.ui: typo

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

14 years agoOn Windows, shutdown the pipe server when an unrecoverable error occurs.
Enrico Forestieri [Sat, 5 Sep 2009 16:39:33 +0000 (16:39 +0000)]
On Windows, shutdown the pipe server when an unrecoverable error occurs.

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

14 years agoget rid of LyXFunc::view() and try to use the correct BufferView where it makes sense.
Abdelrazak Younes [Sat, 5 Sep 2009 15:42:53 +0000 (15:42 +0000)]
get rid of LyXFunc::view() and try to use the correct BufferView where it makes sense.

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

14 years agosigned/unsigned warning fix.
Abdelrazak Younes [Sat, 5 Sep 2009 15:40:31 +0000 (15:40 +0000)]
signed/unsigned warning fix.

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

14 years agoX11 compile fix, sorry.
Abdelrazak Younes [Sat, 5 Sep 2009 15:40:07 +0000 (15:40 +0000)]
X11 compile fix, sorry.

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

14 years ago* copy&paste fix.
Abdelrazak Younes [Sat, 5 Sep 2009 15:12:51 +0000 (15:12 +0000)]
* copy&paste fix.

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

14 years ago* store all available viewers/editors and allow for an alternative selection in the...
Jürgen Spitzmüller [Sat, 5 Sep 2009 15:11:43 +0000 (15:11 +0000)]
* store all available viewers/editors and allow for an alternative selection in the GUI.

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

14 years ago* GuiView: get rid of Buffer() and documentBuffer() access.
Abdelrazak Younes [Sat, 5 Sep 2009 15:09:45 +0000 (15:09 +0000)]
* GuiView: get rid of Buffer() and documentBuffer() access.

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

14 years ago* LyXView: get rid of two pure virtual methods.
Abdelrazak Younes [Sat, 5 Sep 2009 14:48:36 +0000 (14:48 +0000)]
* LyXView: get rid of two pure virtual methods.
* GuiView.h: link fix, sorry.

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

14 years ago* LyXView:
Abdelrazak Younes [Sat, 5 Sep 2009 14:29:11 +0000 (14:29 +0000)]
* LyXView:
  - view() -> currentBufferView()
  - add const access to bufferViews.
* GuiView.h: cleanups

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

14 years ago- French Braille.lyx: updates by Jean-Pierre
Uwe Stöhr [Sat, 5 Sep 2009 14:16:10 +0000 (14:16 +0000)]
- French Braille.lyx: updates by Jean-Pierre
- Braille.lyx: my Email address can already be found in the LyX credits

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

14 years agode.po: small update by Hartmut
Uwe Stöhr [Sat, 5 Sep 2009 14:03:40 +0000 (14:03 +0000)]
de.po: small update by Hartmut

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

14 years agostdmenus.inc: The advanced search manual will become part of the UserGuide as discuss...
Uwe Stöhr [Sat, 5 Sep 2009 01:11:31 +0000 (01:11 +0000)]
stdmenus.inc: The advanced search manual will become part of the UserGuide as discussed with Tommaso

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

14 years agoBetter message.
Richard Heck [Fri, 4 Sep 2009 13:53:12 +0000 (13:53 +0000)]
Better message.

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

14 years agoFix typo.
Richard Heck [Fri, 4 Sep 2009 13:52:49 +0000 (13:52 +0000)]
Fix typo.

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

14 years ago* de.po: update.
Jürgen Spitzmüller [Fri, 4 Sep 2009 13:12:27 +0000 (13:12 +0000)]
* de.po: update.

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

14 years agostylistics
Jürgen Spitzmüller [Fri, 4 Sep 2009 13:08:09 +0000 (13:08 +0000)]
stylistics

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

14 years agostylistics.
Jürgen Spitzmüller [Fri, 4 Sep 2009 13:06:43 +0000 (13:06 +0000)]
stylistics.

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

14 years ago* stmenus.inc: hide regexp menu item if disabled.
Jürgen Spitzmüller [Fri, 4 Sep 2009 11:59:53 +0000 (11:59 +0000)]
* stmenus.inc: hide regexp menu item if disabled.

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

14 years ago* de.po: change translation as discussed with Hartmut.
Jürgen Spitzmüller [Fri, 4 Sep 2009 09:24:02 +0000 (09:24 +0000)]
* de.po: change translation as discussed with Hartmut.

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

14 years agoconfigure.py: fix the calling of eLyXer. Now also files with spaces in the path can...
Uwe Stöhr [Thu, 3 Sep 2009 22:36:48 +0000 (22:36 +0000)]
configure.py: fix the calling of eLyXer. Now also files with spaces in the path can be handled correctly. This makes it possible to convert files on Windows like our documentation files when you open them via the Help menu.
To use now eLyXer, you only need to copy it to LyX's scripts folder.

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

14 years agoOutputParams.linelen now controls line-width also for LaTeX exports, additionally...
Tommaso Cucinotta [Wed, 2 Sep 2009 23:46:04 +0000 (23:46 +0000)]
OutputParams.linelen now controls line-width also for LaTeX exports, additionally to plaintext ones.

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

14 years agoview-others.png, update-others.png: move these files to the folder of the other buffe...
Uwe Stöhr [Tue, 1 Sep 2009 01:08:48 +0000 (01:08 +0000)]
view-others.png, update-others.png: move these files to the folder of the other buffer-related icons - it is confusing why these two buffer- and not math-related icons are in the math folder

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

14 years agoOn Windows, use the same number of output pipe instances as that of
Enrico Forestieri [Mon, 31 Aug 2009 23:32:46 +0000 (23:32 +0000)]
On Windows, use the same number of output pipe instances as that of
the input ones. In this way, two (or more) concurrent readers can each
get a reply, which otherwise would be stealed by only one of them.

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

14 years ago* InsetIndex.cpp: add some FIXMEs.
Jürgen Spitzmüller [Mon, 31 Aug 2009 12:32:39 +0000 (12:32 +0000)]
* InsetIndex.cpp: add some FIXMEs.

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

14 years ago* UserGuide: typo spotted by Hartmut.
Jürgen Spitzmüller [Mon, 31 Aug 2009 07:07:26 +0000 (07:07 +0000)]
* UserGuide: typo spotted by Hartmut.

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

14 years agoStandardToolbar.png: update image of toolbar according to LyX 1.6.4
Uwe Stöhr [Sun, 30 Aug 2009 20:42:33 +0000 (20:42 +0000)]
StandardToolbar.png: update image of toolbar according to LyX 1.6.4

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

14 years agoDuring an emergency cleanup, better to not indefinitely wait for
Enrico Forestieri [Sun, 30 Aug 2009 16:06:51 +0000 (16:06 +0000)]
During an emergency cleanup, better to not indefinitely wait for
the pipe server to finish.

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

14 years agoQuit notification from Qt is not needed anymore.
Enrico Forestieri [Sun, 30 Aug 2009 15:31:22 +0000 (15:31 +0000)]
Quit notification from Qt is not needed anymore.

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

14 years agoOn Windows, use true asynchronous I/O for the pipe server.
Enrico Forestieri [Sat, 29 Aug 2009 23:42:06 +0000 (23:42 +0000)]
On Windows, use true asynchronous I/O for the pipe server.
Now, even the nasty JabRef works.

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

14 years agoFix bug #6160 and #6182: Assertion when viewing master document.
Vincent van Ravesteijn [Sat, 29 Aug 2009 23:14:38 +0000 (23:14 +0000)]
Fix bug #6160 and #6182: Assertion when viewing master document.

Set Buffer to Insets when reading a document. InsetSpecialChar and InsetLine are the only Insets that are instantiated in readParToken.

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

14 years agoinstaller: sync with branch
Uwe Stöhr [Sat, 29 Aug 2009 20:42:00 +0000 (20:42 +0000)]
installer: sync with branch

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

14 years agoMath.lyx: translation updates by Ignacio
Uwe Stöhr [Sat, 29 Aug 2009 20:26:16 +0000 (20:26 +0000)]
Math.lyx: translation updates by Ignacio

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

14 years agopo-files: remerge
Uwe Stöhr [Sat, 29 Aug 2009 19:57:48 +0000 (19:57 +0000)]
po-files: remerge
de.po: some translations

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

14 years agoKeyMap.cpp: more consistent messages
Uwe Stöhr [Sat, 29 Aug 2009 19:44:56 +0000 (19:44 +0000)]
KeyMap.cpp: more consistent messages

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

14 years agode.po: Some more translations by Hartmut and me
Uwe Stöhr [Sat, 29 Aug 2009 19:27:24 +0000 (19:27 +0000)]
de.po: Some more translations by Hartmut and me

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

14 years agoBiblioUi.ui: fix spelling
Uwe Stöhr [Sat, 29 Aug 2009 19:25:43 +0000 (19:25 +0000)]
BiblioUi.ui: fix spelling

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

14 years agoFrom JMarc:
Richard Heck [Fri, 28 Aug 2009 14:57:52 +0000 (14:57 +0000)]
From JMarc:

The reason is gettext. The NEWS from version 0.14.7 (we use 0.16.1) says:

* The gettext autoconf macros now assume 'aclocal' from automake 1.8 or newer.

So we should assume 1.8 (and maybe check what this buys us).

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

14 years agode.po: translation corrections by Hartmut
Uwe Stöhr [Fri, 28 Aug 2009 02:32:07 +0000 (02:32 +0000)]
de.po: translation corrections by Hartmut

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

14 years ago* GuiIndices.cpp:
Jürgen Spitzmüller [Thu, 27 Aug 2009 16:47:45 +0000 (16:47 +0000)]
* GuiIndices.cpp:
- do not issue error if renaming has been cancelled.

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