]> git.lyx.org Git - lyx.git/log
lyx.git
13 years ago#7170 Disable hunspell dict path in prefs when hunspell is not compiled in
Stephan Witt [Tue, 8 Feb 2011 14:48:46 +0000 (14:48 +0000)]
#7170 Disable hunspell dict path in prefs when hunspell is not compiled in

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

13 years agofix a crash when the inset containing the new word at cursor is deleted
Stephan Witt [Tue, 8 Feb 2011 09:42:00 +0000 (09:42 +0000)]
fix a crash when the inset containing the new word at cursor is deleted

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

13 years agoRemoving dependency on longOperationCancelled() patch.
Tommaso Cucinotta [Tue, 8 Feb 2011 09:11:58 +0000 (09:11 +0000)]
Removing dependency on longOperationCancelled() patch.

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

13 years agoSuppress killall output when killing STOP button.
Tommaso Cucinotta [Tue, 8 Feb 2011 00:14:23 +0000 (00:14 +0000)]
Suppress killall output when killing STOP button.

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

13 years agoFix up some comments, and change the recursive call to match the new
Richard Heck [Tue, 8 Feb 2011 00:13:32 +0000 (00:13 +0000)]
Fix up some comments, and change the recursive call to match the new
signature.

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

13 years agoGet rid of the global lyx2lyx variable.
Richard Heck [Tue, 8 Feb 2011 00:10:19 +0000 (00:10 +0000)]
Get rid of the global lyx2lyx variable.

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

13 years agoFactor out the routine that finds lyx2lyx.
Richard Heck [Tue, 8 Feb 2011 00:07:47 +0000 (00:07 +0000)]
Factor out the routine that finds lyx2lyx.

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

13 years agoCompleting r37549.
Tommaso Cucinotta [Mon, 7 Feb 2011 23:55:02 +0000 (23:55 +0000)]
Completing r37549.

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

13 years agoVery minor cleanup.
Richard Heck [Mon, 7 Feb 2011 23:48:29 +0000 (23:48 +0000)]
Very minor cleanup.

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

13 years agoOutput width and height parameters for XHTML images. Thanks to Rob Oakes
Richard Heck [Mon, 7 Feb 2011 23:47:43 +0000 (23:47 +0000)]
Output width and height parameters for XHTML images. Thanks to Rob Oakes
for the patch.

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

13 years agoForgot to terminate the emergency button.
Tommaso Cucinotta [Mon, 7 Feb 2011 23:37:34 +0000 (23:37 +0000)]
Forgot to terminate the emergency button.

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

13 years agoAdded emergency STOP button in tcl/tk window for immediate & painless termination...
Tommaso Cucinotta [Mon, 7 Feb 2011 23:32:27 +0000 (23:32 +0000)]
Added emergency STOP button in tcl/tk window for immediate & painless termination of the tests.

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

13 years agoFix a couple of compilation issues with gcc 4.6. See bug #7285.
Richard Heck [Mon, 7 Feb 2011 22:47:02 +0000 (22:47 +0000)]
Fix a couple of compilation issues with gcc 4.6. See bug #7285.

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

13 years agoSearch and replace buffers are now passed from the GUI to the Model
Tommaso Cucinotta [Mon, 7 Feb 2011 20:36:40 +0000 (20:36 +0000)]
Search and replace buffers are now passed from the GUI to the Model
just by their file-name, and directly accessed there.
All string/latex exporting of those buffers is handled on the Model
side (lyxfind.cpp) according to the selected options.
Fixed bugs when searching with ignore-format disabled material
in the middle of a paragraph, and when using regular expressions.

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

13 years agoAdded possibility to retrieve internal buffers (by their tmp file-name) from the...
Tommaso Cucinotta [Mon, 7 Feb 2011 20:31:09 +0000 (20:31 +0000)]
Added possibility to retrieve internal buffers (by their tmp file-name) from the Model.

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

13 years agoIntroduce options for the lyxpak script, allowing the user to choose whether
Richard Heck [Mon, 7 Feb 2011 19:38:44 +0000 (19:38 +0000)]
Introduce options for the lyxpak script, allowing the user to choose whether
to create a zip or a tar.gz, to provide the output directory as an option,
and also to specify the location of the lyx2lyx script as an option.

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

13 years ago* LaTeX.{cpp,h}: run biber if necessary (bug 7281).
Jürgen Spitzmüller [Mon, 7 Feb 2011 07:03:31 +0000 (07:03 +0000)]
* LaTeX.{cpp,h}: run biber if necessary (bug 7281).

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

13 years ago* de.po: update
Jürgen Spitzmüller [Mon, 7 Feb 2011 06:54:06 +0000 (06:54 +0000)]
* de.po: update

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

13 years agoStray commit
Pavel Sanda [Mon, 7 Feb 2011 01:50:34 +0000 (01:50 +0000)]
Stray commit

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

13 years agoFix header of pl.po
Pavel Sanda [Mon, 7 Feb 2011 01:23:49 +0000 (01:23 +0000)]
Fix header of pl.po

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

13 years agoUpdates from Jean Pierre.
Pavel Sanda [Mon, 7 Feb 2011 01:02:34 +0000 (01:02 +0000)]
Updates from Jean Pierre.

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

13 years agoBack to svn
Pavel Sanda [Mon, 7 Feb 2011 00:51:53 +0000 (00:51 +0000)]
Back to svn

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

13 years agointernationalized messages should not contain the `\r' escape sequence 2.0.0beta4
Pavel Sanda [Mon, 7 Feb 2011 00:45:51 +0000 (00:45 +0000)]
internationalized messages should not contain the `\r' escape sequence

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

13 years agoGo for beta4
Pavel Sanda [Mon, 7 Feb 2011 00:45:50 +0000 (00:45 +0000)]
Go for beta4

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

13 years agoFinal string remerge
Pavel Sanda [Mon, 7 Feb 2011 00:45:38 +0000 (00:45 +0000)]
Final string remerge

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

13 years ago* ANNOUNCE
Pavel Sanda [Mon, 7 Feb 2011 00:15:21 +0000 (00:15 +0000)]
* ANNOUNCE

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

13 years agoDon't rely on external utilities and use python modules for creating
Enrico Forestieri [Sun, 6 Feb 2011 23:45:03 +0000 (23:45 +0000)]
Don't rely on external utilities and use python modules for creating
a LyX archive. A zip archive is created on Windows and a gzip compressed
tar archive on *nix, as those are the de facto platform standards.

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

13 years ago* NEWS
Pavel Sanda [Sun, 6 Feb 2011 23:35:22 +0000 (23:35 +0000)]
* NEWS

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

13 years agoAllowed to set the default typing delay via environment variable.
Tommaso Cucinotta [Sun, 6 Feb 2011 23:14:49 +0000 (23:14 +0000)]
Allowed to set the default typing delay via environment variable.
Improved documentation of usage.

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

13 years agoIf XVKBD_HACKED env var is not set, then don't try to build any custom xvkbd.
Tommaso Cucinotta [Sun, 6 Feb 2011 22:56:02 +0000 (22:56 +0000)]
If XVKBD_HACKED env var is not set, then don't try to build any custom xvkbd.

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

13 years agoMade use of internal hacked xvkbd optional. Now it is needed and
Tommaso Cucinotta [Sun, 6 Feb 2011 22:50:07 +0000 (22:50 +0000)]
Made use of internal hacked xvkbd optional. Now it is needed and
used only if the XVKBD_HACKED environment var is defined.
Made keytest.py exploit the -wait_idle option of the hacked xvkbd.

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

13 years agoMore regular expression testing.
Tommaso Cucinotta [Sun, 6 Feb 2011 22:48:54 +0000 (22:48 +0000)]
More regular expression testing.

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

13 years agoAdded -wait_idle option to wait for the target process to idle at each key press.
Tommaso Cucinotta [Sun, 6 Feb 2011 22:47:33 +0000 (22:47 +0000)]
Added -wait_idle option to wait for the target process to idle at each key press.

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

13 years agoAdded proper propagation of Ctrl-C from os.system()-executed command to keytest.py...
Tommaso Cucinotta [Sun, 6 Feb 2011 22:16:51 +0000 (22:16 +0000)]
Added proper propagation of Ctrl-C from os.system()-executed command to keytest.py (makes stopping tests easier while they're running).

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

13 years agolyxpak.py has to operate on the original file, not the one in the tmpdir.
Enrico Forestieri [Sun, 6 Feb 2011 19:09:54 +0000 (19:09 +0000)]
lyxpak.py has to operate on the original file, not the one in the tmpdir.

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

13 years agoProtect against multiple occurrences of the common prefix.
Enrico Forestieri [Sun, 6 Feb 2011 18:35:27 +0000 (18:35 +0000)]
Protect against multiple occurrences of the common prefix.
For example, if the common prefix is only the root '/'.

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

13 years agolyxpak.py has been moved to lib/scripts.
Enrico Forestieri [Sun, 6 Feb 2011 18:32:10 +0000 (18:32 +0000)]
lyxpak.py has been moved to lib/scripts.

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

13 years ago* fr/FeynmanDiagrams.lyx: update by Jean-Pierre.
Jürgen Spitzmüller [Sun, 6 Feb 2011 17:55:24 +0000 (17:55 +0000)]
* fr/FeynmanDiagrams.lyx: update by Jean-Pierre.

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

13 years agoUpdate it.po
Enrico Forestieri [Sun, 6 Feb 2011 17:32:32 +0000 (17:32 +0000)]
Update it.po

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

13 years ago* sk.po
Kornel Benko [Sun, 6 Feb 2011 16:33:15 +0000 (16:33 +0000)]
* sk.po

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

13 years agoIn the tabular dialog, associate label with the correct field.
Enrico Forestieri [Sun, 6 Feb 2011 16:25:36 +0000 (16:25 +0000)]
In the tabular dialog, associate label with the correct field.

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

13 years agoAdd lyxpak.py to the distribution, and configure it appropriately for export.
Richard Heck [Sun, 6 Feb 2011 14:50:06 +0000 (14:50 +0000)]
Add lyxpak.py to the distribution, and configure it appropriately for export.

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

13 years agoThe sets module is deprecated since Python 2.6, so use the built-in
Enrico Forestieri [Sat, 5 Feb 2011 22:59:01 +0000 (22:59 +0000)]
The sets module is deprecated since Python 2.6, so use the built-in
type set, available as almost drop-in replacement since Python 2.4.

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

13 years agoRevert part of r37496. This was wrong.
Richard Heck [Sat, 5 Feb 2011 14:04:28 +0000 (14:04 +0000)]
Revert part of r37496. This was wrong.

Probalby we have a better "isLyXFile()" routine for use also in gather_files().

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

13 years ago* id.po: update from Waluyo.
Jürgen Spitzmüller [Sat, 5 Feb 2011 11:17:00 +0000 (11:17 +0000)]
* id.po: update from Waluyo.

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

13 years agoRemerge strings
Pavel Sanda [Sat, 5 Feb 2011 01:13:23 +0000 (01:13 +0000)]
Remerge strings

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

13 years agoAllow lyxpak to work when LyX is run in place.
Richard Heck [Fri, 4 Feb 2011 20:33:52 +0000 (20:33 +0000)]
Allow lyxpak to work when LyX is run in place.

Note that this should also make lyx2lyx detection a lot easier than
it was before.

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

13 years agoForgot this.
Richard Heck [Fri, 4 Feb 2011 20:15:39 +0000 (20:15 +0000)]
Forgot this.

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

13 years agoClean up the lyxpak script a bit, towards possible inclusion.
Richard Heck [Fri, 4 Feb 2011 19:43:52 +0000 (19:43 +0000)]
Clean up the lyxpak script a bit, towards possible inclusion.

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

13 years agocosmetics
Pavel Sanda [Fri, 4 Feb 2011 13:13:46 +0000 (13:13 +0000)]
cosmetics

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

13 years ago* ANNOUNCE
Pavel Sanda [Fri, 4 Feb 2011 13:12:43 +0000 (13:12 +0000)]
* ANNOUNCE

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

13 years agoattempt at consistency in widget naming in tabular dialog
Edwin Leuven [Fri, 4 Feb 2011 13:11:48 +0000 (13:11 +0000)]
attempt at consistency in widget naming in tabular dialog

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

13 years ago* README.localization
Pavel Sanda [Fri, 4 Feb 2011 13:06:29 +0000 (13:06 +0000)]
* README.localization

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

13 years agoforgot to initialize the tabular width length validator
Edwin Leuven [Fri, 4 Feb 2011 09:58:55 +0000 (09:58 +0000)]
forgot to initialize the tabular width length validator

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

13 years agoupdate tabular width fields in dialog correctly
Edwin Leuven [Fri, 4 Feb 2011 09:32:14 +0000 (09:32 +0000)]
update tabular width fields in dialog correctly

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

13 years agoadjust my contributions record
Stephan Witt [Fri, 4 Feb 2011 08:21:45 +0000 (08:21 +0000)]
adjust my contributions record

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

13 years ago* de/UserGuide.lyx: update from Hartmut.
Jürgen Spitzmüller [Fri, 4 Feb 2011 07:51:15 +0000 (07:51 +0000)]
* de/UserGuide.lyx: update from Hartmut.

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

13 years agorevert r37459 and add a note to the sources:
Jürgen Spitzmüller [Fri, 4 Feb 2011 07:37:12 +0000 (07:37 +0000)]
revert r37459 and add a note to the sources:
This was no oversight but a security concern. We do not want the LyX document to define arbitrary index and bibtex converters.

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

13 years agofix lyx2lyx after r37471.
Jürgen Spitzmüller [Fri, 4 Feb 2011 07:35:12 +0000 (07:35 +0000)]
fix lyx2lyx after r37471.

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

13 years ago* sk.po
Kornel Benko [Fri, 4 Feb 2011 06:14:21 +0000 (06:14 +0000)]
* sk.po

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

13 years agoRemerge sk.po
Kornel Benko [Fri, 4 Feb 2011 06:10:32 +0000 (06:10 +0000)]
Remerge sk.po

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

13 years agoRepair tooltip so it can be translated, spotted by Jim.
Pavel Sanda [Thu, 3 Feb 2011 23:55:26 +0000 (23:55 +0000)]
Repair tooltip so it can be translated, spotted by Jim.
New designers are evil.

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

13 years agoResave ExternalUi in Qt 4.4 designer
Pavel Sanda [Thu, 3 Feb 2011 23:55:21 +0000 (23:55 +0000)]
Resave ExternalUi in Qt 4.4 designer

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

13 years agoUpdate it.po
Enrico Forestieri [Thu, 3 Feb 2011 23:21:16 +0000 (23:21 +0000)]
Update it.po

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

13 years agosupport for tabular*
Edwin Leuven [Thu, 3 Feb 2011 23:11:26 +0000 (23:11 +0000)]
support for tabular*

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

13 years agoDon't pass the letterpaper option to the geometry package when using
Enrico Forestieri [Thu, 3 Feb 2011 23:03:18 +0000 (23:03 +0000)]
Don't pass the letterpaper option to the geometry package when using
default paper format and margins are explicitly set.

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

13 years agoprepare for LyX personal dictionary file format with comment markers
Stephan Witt [Thu, 3 Feb 2011 21:47:15 +0000 (21:47 +0000)]
prepare for LyX personal dictionary file format with comment markers

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

13 years agoadd busy.gif to resources (in line with cmake)
Georg Baum [Thu, 3 Feb 2011 21:16:41 +0000 (21:16 +0000)]
add busy.gif to resources (in line with cmake)

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

13 years agoFix wrong script permissions and missing shebang line (bug #7276)
Georg Baum [Thu, 3 Feb 2011 21:15:58 +0000 (21:15 +0000)]
Fix wrong script permissions and missing shebang line (bug #7276)

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

13 years agoUse minus signs instead of unwanted hyphens in mapage (bug #7278).
Georg Baum [Thu, 3 Feb 2011 20:37:05 +0000 (20:37 +0000)]
Use minus signs instead of unwanted hyphens in mapage (bug #7278).
I spotted one more occurence than the patch in trac.

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

13 years ago* sk.po
Kornel Benko [Thu, 3 Feb 2011 18:43:06 +0000 (18:43 +0000)]
* sk.po

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

13 years agoRemerge sk.po
Kornel Benko [Thu, 3 Feb 2011 18:42:11 +0000 (18:42 +0000)]
Remerge sk.po

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

13 years agosuppress the misspelled marker only when typing in a word the first time
Stephan Witt [Thu, 3 Feb 2011 17:27:13 +0000 (17:27 +0000)]
suppress the misspelled marker only when typing in a word the first time

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

13 years ago* de.po: update.
Jürgen Spitzmüller [Thu, 3 Feb 2011 16:32:28 +0000 (16:32 +0000)]
* de.po: update.

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

13 years agod'oh!
Jürgen Spitzmüller [Thu, 3 Feb 2011 15:38:22 +0000 (15:38 +0000)]
d'oh!

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

13 years ago* GuiDocument.cpp:
Jürgen Spitzmüller [Thu, 3 Feb 2011 15:03:38 +0000 (15:03 +0000)]
* GuiDocument.cpp:
* GuiIndices.cpp:
- allow custom processor setting per document. The missing UI was an oversight.

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

13 years agoSpotted by Jim Rotmalm.
Pavel Sanda [Thu, 3 Feb 2011 14:56:47 +0000 (14:56 +0000)]
Spotted by Jim Rotmalm.

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

13 years ago* Allow to set language package on a per-document basis (fixes bug 2909).
Jürgen Spitzmüller [Thu, 3 Feb 2011 14:17:31 +0000 (14:17 +0000)]
* Allow to set language package on a per-document basis (fixes bug 2909).

File format change. Commit approved by Pavel on trac.

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

13 years ago* sk.po
Kornel Benko [Thu, 3 Feb 2011 13:52:07 +0000 (13:52 +0000)]
* sk.po

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

13 years ago* id.po: update from Waluyo.
Jürgen Spitzmüller [Thu, 3 Feb 2011 11:35:57 +0000 (11:35 +0000)]
* id.po: update from Waluyo.

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

13 years ago* de.po: update.
Jürgen Spitzmüller [Thu, 3 Feb 2011 11:23:22 +0000 (11:23 +0000)]
* de.po: update.

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

13 years ago* FORMAT: document forgotten change.
Jürgen Spitzmüller [Thu, 3 Feb 2011 10:50:14 +0000 (10:50 +0000)]
* FORMAT: document forgotten change.

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

13 years agoUpdate it.po
Enrico Forestieri [Thu, 3 Feb 2011 10:35:42 +0000 (10:35 +0000)]
Update it.po

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

13 years agoRemerge po files
Enrico Forestieri [Thu, 3 Feb 2011 10:23:01 +0000 (10:23 +0000)]
Remerge po files

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

13 years agoHelp avoiding shortcut clashes by discriminating strings.
Enrico Forestieri [Thu, 3 Feb 2011 10:22:10 +0000 (10:22 +0000)]
Help avoiding shortcut clashes by discriminating strings.

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

13 years agoSaving a doc is faster and more reliable by Ctrl-s, rather than activating a menu...
Tommaso Cucinotta [Thu, 3 Feb 2011 09:13:19 +0000 (09:13 +0000)]
Saving a doc is faster and more reliable by Ctrl-s, rather than activating a menu (thx Pavel).

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

13 years agoscons_manifest.py: reordering.
Jürgen Spitzmüller [Thu, 3 Feb 2011 08:05:10 +0000 (08:05 +0000)]
scons_manifest.py: reordering.

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

13 years ago* lib/Makefile.am: add missing file (bug 7277).
Jürgen Spitzmüller [Thu, 3 Feb 2011 08:04:46 +0000 (08:04 +0000)]
* lib/Makefile.am: add missing file (bug 7277).

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

13 years agowhitespace.
Jürgen Spitzmüller [Thu, 3 Feb 2011 07:14:00 +0000 (07:14 +0000)]
whitespace.

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

13 years agoHmm.
Richard Heck [Thu, 3 Feb 2011 01:52:24 +0000 (01:52 +0000)]
Hmm.

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

13 years agofix findadv-03-in.txt
Pavel Sanda [Thu, 3 Feb 2011 00:01:53 +0000 (00:01 +0000)]
fix findadv-03-in.txt

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

13 years agoMake achemso more usable by including stuff that goes into the preamble, now that...
Richard Heck [Wed, 2 Feb 2011 23:27:19 +0000 (23:27 +0000)]
Make achemso more usable by including stuff that goes into the preamble, now that this is possible.

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

13 years agoAdded custom xvkbd for avoiding typing into other windows.
Tommaso Cucinotta [Wed, 2 Feb 2011 23:18:16 +0000 (23:18 +0000)]
Added custom xvkbd for avoiding typing into other windows.

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

13 years agoDocs for latest layout changes.
Richard Heck [Wed, 2 Feb 2011 23:11:07 +0000 (23:11 +0000)]
Docs for latest layout changes.

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

13 years agoWe never use numbers here, but others might.
Richard Heck [Wed, 2 Feb 2011 23:00:57 +0000 (23:00 +0000)]
We never use numbers here, but others might.

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

13 years agoFinally, disentangle IsPredefined and UsesFloatPkg. Now achemso gives us
Richard Heck [Wed, 2 Feb 2011 22:57:00 +0000 (22:57 +0000)]
Finally, disentangle IsPredefined and UsesFloatPkg. Now achemso gives us
the option to insert a List of Schemes, etc.

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

13 years ago* pl.po from Michal Fita
Pavel Sanda [Wed, 2 Feb 2011 22:51:36 +0000 (22:51 +0000)]
* pl.po from Michal Fita

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

13 years agoWhitespace.
Richard Heck [Wed, 2 Feb 2011 22:39:03 +0000 (22:39 +0000)]
Whitespace.

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

13 years agoForgot this.
Richard Heck [Wed, 2 Feb 2011 22:34:23 +0000 (22:34 +0000)]
Forgot this.

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

13 years agoThe achemso class provides the float package internally.
Richard Heck [Wed, 2 Feb 2011 22:31:13 +0000 (22:31 +0000)]
The achemso class provides the float package internally.

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