]> git.lyx.org Git - lyx.git/log
lyx.git
13 years agoThe time_t type seems to be an unsigned type when compiling with MSVC.
Enrico Forestieri [Wed, 25 May 2011 13:06:33 +0000 (13:06 +0000)]
The time_t type seems to be an unsigned type when compiling with MSVC.
Thus, we can't rely on the returned timestamp being -1 if a pdf doesn't exist.

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

13 years agoChanged 'správa' to 'hlásenie' for sk.po
Kornel Benko [Wed, 25 May 2011 10:14:25 +0000 (10:14 +0000)]
Changed 'správa' to 'hlásenie' for sk.po

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

13 years agoPrepare cmake-build for debian multiarch implementation
Kornel Benko [Tue, 24 May 2011 06:58:40 +0000 (06:58 +0000)]
Prepare cmake-build for debian multiarch implementation

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

13 years agoFix bug #7543: Default Output Format in Preferences
Julien Rioux [Tue, 24 May 2011 01:26:41 +0000 (01:26 +0000)]
Fix bug #7543: Default Output Format in Preferences
does not contain all the possible options.

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

13 years ago* BufferParams.cpp: font name can be non-ASCII! (bug #7569).
Jürgen Spitzmüller [Mon, 23 May 2011 17:14:29 +0000 (17:14 +0000)]
* BufferParams.cpp: font name can be non-ASCII! (bug #7569).

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

13 years agoZlib search adapted for ubuntu 11.4, 64 bit
Kornel Benko [Mon, 23 May 2011 16:51:58 +0000 (16:51 +0000)]
Zlib search adapted for ubuntu 11.4, 64 bit

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

13 years agoTypo
Kornel Benko [Mon, 23 May 2011 10:40:50 +0000 (10:40 +0000)]
Typo

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

13 years agoCreat source package with 'make package_source' from inside the build directory
Kornel Benko [Mon, 23 May 2011 08:44:32 +0000 (08:44 +0000)]
Creat source package with 'make package_source' from inside the build directory

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

13 years agoinstaller: fix 2 things that went in my accidentally in last commit
Uwe Stöhr [Mon, 23 May 2011 04:21:10 +0000 (04:21 +0000)]
installer: fix 2 things that went in my accidentally in last commit

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

13 years agoinstaller: merge LyXWinInstaller with the new one, see my mail
Uwe Stöhr [Mon, 23 May 2011 04:12:10 +0000 (04:12 +0000)]
installer: merge LyXWinInstaller with the new one, see my mail

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

13 years agoAddressing #7581: now I'm copying the document class as well
Tommaso Cucinotta [Sun, 22 May 2011 21:09:57 +0000 (21:09 +0000)]
Addressing #7581: now I'm copying the document class as well
from the main document WA to the find/replace WAs (in addition
to the language, as required for addressing #6560).
I'm not cloning the whole BufferParams because we learned
from

  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg168175.html

that, for example, if we inherit the default master by mistake,
then we may run into problems.

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

13 years agoTweak it.po
Enrico Forestieri [Sun, 22 May 2011 18:53:53 +0000 (18:53 +0000)]
Tweak it.po

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

13 years agoUpdate it.po
Enrico Forestieri [Sun, 22 May 2011 18:48:46 +0000 (18:48 +0000)]
Update it.po

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

13 years agovld: less output.
Peter Kümmel [Sun, 22 May 2011 14:58:25 +0000 (14:58 +0000)]
vld: less output.
status: (maybe there are false alarms)
  - open then close -> 39 leaks
  - open, load tutorial, close -> 3004 leaks
  - open, load user guide, close -> 9059 leaks

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

13 years agocmake: add vld config and output file to project
Peter Kümmel [Sun, 22 May 2011 14:36:17 +0000 (14:36 +0000)]
cmake: add vld config and output file to project

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

13 years ago* sk.po
Kornel Benko [Sun, 22 May 2011 13:45:38 +0000 (13:45 +0000)]
* sk.po

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

13 years agoCreation of LFUNs.lyx added
Kornel Benko [Sun, 22 May 2011 12:45:12 +0000 (12:45 +0000)]
Creation of LFUNs.lyx added

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

13 years agocmake: integrate vld
Peter Kümmel [Sun, 22 May 2011 11:38:10 +0000 (11:38 +0000)]
cmake: integrate vld

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

13 years agovld: remove msvc2005 project file
Peter Kümmel [Sun, 22 May 2011 11:29:48 +0000 (11:29 +0000)]
vld: remove msvc2005 project file

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

13 years agovisual leak detector: update add patch for msvc10
Peter Kümmel [Sun, 22 May 2011 11:26:44 +0000 (11:26 +0000)]
visual leak detector: update add patch for msvc10

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

13 years agoCpack variables and package creation transfered to LyxPackaging.cmake
Kornel Benko [Sun, 22 May 2011 09:33:53 +0000 (09:33 +0000)]
Cpack variables and package creation transfered to LyxPackaging.cmake

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

13 years agoHold cpack-variables together
Kornel Benko [Sun, 22 May 2011 08:38:31 +0000 (08:38 +0000)]
Hold cpack-variables together

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

13 years agocmake: update TODO list, move svnrvison code, remove duplicated code
Peter Kümmel [Sun, 22 May 2011 08:18:54 +0000 (08:18 +0000)]
cmake: update TODO list, move svnrvison code, remove duplicated code

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

13 years agoRevert the not needed part for 'Run in place', as it was already done
Kornel Benko [Sat, 21 May 2011 14:15:55 +0000 (14:15 +0000)]
Revert the not needed part for 'Run in place', as it was already done

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

13 years ago1.) Run in place feature: If everything fails, try with source path
Kornel Benko [Sat, 21 May 2011 13:48:45 +0000 (13:48 +0000)]
1.) Run in place feature: If everything fails, try with source path
2.) Read the PATCH_VERSION from configure.ac too
3.) Ident-text in script

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

13 years agomaster cmakefile "What a mess!"
Peter Kümmel [Sat, 21 May 2011 12:26:05 +0000 (12:26 +0000)]
master cmakefile "What a mess!"

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

13 years agocmake: better cmake messages, don't overwrite CPacks default
Peter Kümmel [Sat, 21 May 2011 12:17:05 +0000 (12:17 +0000)]
cmake: better cmake messages, don't overwrite CPacks default

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

13 years agoWhitespace: correct whitespace after r38779 and r38789.
Vincent van Ravesteijn [Sat, 21 May 2011 10:44:27 +0000 (10:44 +0000)]
Whitespace: correct whitespace after r38779 and r38789.

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

13 years agocmake: also support binary releases on Linux
Peter Kümmel [Sat, 21 May 2011 10:29:41 +0000 (10:29 +0000)]
cmake: also support binary releases on Linux

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

13 years agocmake: generate ready-to-use nsis files
Peter Kümmel [Sat, 21 May 2011 09:50:41 +0000 (09:50 +0000)]
cmake: generate ready-to-use nsis files

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

13 years agocmake: prepage ready-to-use nsis files generation
Peter Kümmel [Sat, 21 May 2011 08:57:52 +0000 (08:57 +0000)]
cmake: prepage ready-to-use nsis files generation

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

13 years agocmake: also fixup on win32
Peter Kümmel [Fri, 20 May 2011 22:26:46 +0000 (22:26 +0000)]
cmake: also fixup on win32

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

13 years agoCorected docs for use LYX_USERDIR_VER
Kornel Benko [Fri, 20 May 2011 06:42:00 +0000 (06:42 +0000)]
Corected docs for use LYX_USERDIR_VER

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

13 years agoRemove the need for perl if creating doc
Kornel Benko [Fri, 20 May 2011 06:40:04 +0000 (06:40 +0000)]
Remove the need for perl if creating doc

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

13 years agoRevert r38779. I guess even the most innocent seeming of these will need more work.
Richard Heck [Thu, 19 May 2011 11:56:36 +0000 (11:56 +0000)]
Revert r38779. I guess even the most innocent seeming of these will need more work.

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

13 years agoGracefuly omit doc creation if no perl detected
Kornel Benko [Thu, 19 May 2011 07:44:04 +0000 (07:44 +0000)]
Gracefuly omit doc creation if no perl detected

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

13 years ago#7564 move the text cursor to the end of the word after replace of the misspelled...
Stephan Witt [Thu, 19 May 2011 05:54:47 +0000 (05:54 +0000)]
#7564 move the text cursor to the end of the word after replace of the misspelled with suggested text

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

13 years ago#7564 add new argument to the documentation of LFUN_WORD_REPLACE, make the default...
Stephan Witt [Thu, 19 May 2011 05:50:55 +0000 (05:50 +0000)]
#7564 add new argument to the documentation of LFUN_WORD_REPLACE, make the default of the new argument backward compatible

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

13 years agoinstaller/lyx.nsi: reversion of the conversion to utf8 (was not a clever idea in...
Uwe Stöhr [Thu, 19 May 2011 02:37:36 +0000 (02:37 +0000)]
installer/lyx.nsi: reversion of the conversion to utf8 (was not a clever idea in r38783)

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

13 years agoinstaller:
Uwe Stöhr [Thu, 19 May 2011 00:51:40 +0000 (00:51 +0000)]
installer:
- lyx.nsi: transform to Unicode
- settings.nsh: update to latest MiKTeX version

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

13 years agoinstaller: whitespace only
Uwe Stöhr [Thu, 19 May 2011 00:49:34 +0000 (00:49 +0000)]
installer: whitespace only

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

13 years ago#7564 make the move forward to next match after text replacement optional and suppres...
Stephan Witt [Wed, 18 May 2011 20:33:57 +0000 (20:33 +0000)]
#7564 make the move forward to next match after text replacement optional and suppress it when replace a word by selected suggestion

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

13 years agocmake: fix .dmg creation
Peter Kümmel [Tue, 17 May 2011 21:53:05 +0000 (21:53 +0000)]
cmake: fix .dmg creation

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

13 years agoThis should not need doing, as we are called from
Richard Heck [Tue, 17 May 2011 01:58:52 +0000 (01:58 +0000)]
This should not need doing, as we are called from
BufferView::dispatch(), and the screen update is done properly there.

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

13 years agoCheck the return status of Lexer::setFile().
Richard Heck [Mon, 16 May 2011 18:17:39 +0000 (18:17 +0000)]
Check the return status of Lexer::setFile().

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

13 years agoSorry, no need to have variables in cache before using congure_file()
Kornel Benko [Mon, 16 May 2011 11:54:54 +0000 (11:54 +0000)]
Sorry, no need to have variables in cache before using congure_file()

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

13 years agoUse Doxyfile.in as source to create Doxyfile. (As in autotools)
Kornel Benko [Mon, 16 May 2011 11:43:53 +0000 (11:43 +0000)]
Use Doxyfile.in as source to create Doxyfile. (As in autotools)

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

13 years agoAdded doxygen target if found doxygen executable
Kornel Benko [Mon, 16 May 2011 10:51:33 +0000 (10:51 +0000)]
Added doxygen target if found doxygen executable

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

13 years agoChanged update_po_files - target to 'update-po'
Kornel Benko [Sun, 15 May 2011 21:22:07 +0000 (21:22 +0000)]
Changed update_po_files - target to 'update-po'

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

13 years ago* cmake/TODO.txt
Pavel Sanda [Sun, 15 May 2011 20:56:22 +0000 (20:56 +0000)]
* cmake/TODO.txt

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

13 years agoadjust macro to '#if' tests
Peter Kümmel [Sun, 15 May 2011 20:56:11 +0000 (20:56 +0000)]
adjust macro to '#if' tests

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

13 years agoes.po: fix two shortcut clashes (ported from branch)
Uwe Stöhr [Sun, 15 May 2011 17:32:46 +0000 (17:32 +0000)]
es.po: fix two shortcut clashes (ported from branch)

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

13 years agocmake: fix option listing
Peter Kümmel [Sun, 15 May 2011 13:37:18 +0000 (13:37 +0000)]
cmake: fix option listing

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

13 years agocmake: build a .dmg file on Mac, looks not as nice as the official installer but...
Peter Kümmel [Sun, 15 May 2011 13:21:18 +0000 (13:21 +0000)]
cmake: build a .dmg file on Mac,  looks not as nice as the official installer but it runs

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

13 years agocmake: update todo
Peter Kümmel [Sun, 15 May 2011 11:24:40 +0000 (11:24 +0000)]
cmake: update todo

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

13 years agocmake: update todo
Peter Kümmel [Sun, 15 May 2011 09:40:04 +0000 (09:40 +0000)]
cmake: update todo

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

13 years agocmake: add TODO list
Peter Kümmel [Sun, 15 May 2011 09:19:00 +0000 (09:19 +0000)]
cmake: add TODO list

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

13 years agoSCons: zdll is no longer necessary
Uwe Stöhr [Sun, 15 May 2011 03:34:38 +0000 (03:34 +0000)]
SCons: zdll is no longer necessary

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

13 years agoSCons: to be able to compile with MSVC 2010
Uwe Stöhr [Sun, 15 May 2011 01:47:14 +0000 (01:47 +0000)]
SCons: to be able to compile with MSVC 2010

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

13 years agoimprove function name
Peter Kümmel [Sat, 14 May 2011 13:03:48 +0000 (13:03 +0000)]
improve function name

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

13 years agocmake: move intl config file into source
Peter Kümmel [Sat, 14 May 2011 12:54:43 +0000 (12:54 +0000)]
cmake: move intl config file into source

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

13 years agocmake: remove mac warnings when building intl
Peter Kümmel [Sat, 14 May 2011 12:49:26 +0000 (12:49 +0000)]
cmake: remove mac warnings when building intl

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

13 years agorun in-place: don't speculate where the lyx binary is, search for it at the common...
Peter Kümmel [Sat, 14 May 2011 12:26:11 +0000 (12:26 +0000)]
run in-place: don't speculate where the lyx binary is, search for it at the common places

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

13 years agobabel knows \proofname already (bug #7513)
Georg Baum [Sat, 14 May 2011 10:13:17 +0000 (10:13 +0000)]
babel knows \proofname already (bug #7513)

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

13 years agocmake: more logs for intl support
Peter Kümmel [Sat, 14 May 2011 09:26:47 +0000 (09:26 +0000)]
cmake: more logs for intl support

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

13 years agocmake: more logs for intl support
Peter Kümmel [Sat, 14 May 2011 09:22:35 +0000 (09:22 +0000)]
cmake: more logs for intl support

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

13 years agocmake: sorry for the noise, seems may source dir was not clean
Peter Kümmel [Sat, 14 May 2011 07:47:18 +0000 (07:47 +0000)]
cmake: sorry for the noise, seems may source dir was not clean

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

13 years agocmake: cleanup, merge two patches
Peter Kümmel [Sat, 14 May 2011 07:41:05 +0000 (07:41 +0000)]
cmake: cleanup, merge two patches

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

13 years agoMinor fixups thanks to Vincent.
Richard Heck [Fri, 13 May 2011 22:26:35 +0000 (22:26 +0000)]
Minor fixups thanks to Vincent.

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

13 years agoThe point of the previous commit: We just need the params here, not
Richard Heck [Fri, 13 May 2011 19:40:04 +0000 (19:40 +0000)]
The point of the previous commit: We just need the params here, not
the whole buffer.

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

13 years agoMove a bunch of code from Buffer to BufferParams. The point of this
Richard Heck [Fri, 13 May 2011 19:39:56 +0000 (19:39 +0000)]
Move a bunch of code from Buffer to BufferParams. The point of this
is contained in the next commit.

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

13 years ago* sk.po
Kornel Benko [Fri, 13 May 2011 13:24:22 +0000 (13:24 +0000)]
* sk.po

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

13 years agoWarn user about the TeX engine detection.
Enrico Forestieri [Fri, 13 May 2011 13:07:25 +0000 (13:07 +0000)]
Warn user about the TeX engine detection.

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

13 years agoFix bug #7557 (TeX engine cannot be switched on Windows)
Enrico Forestieri [Fri, 13 May 2011 12:31:19 +0000 (12:31 +0000)]
Fix bug #7557 (TeX engine cannot be switched on Windows)

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

13 years agoactOnUpdatedPrefs: In order to act on updated preferences, actually do as done
Enrico Forestieri [Fri, 13 May 2011 11:47:38 +0000 (11:47 +0000)]
actOnUpdatedPrefs: In order to act on updated preferences, actually do as done
in LyXRC::write(), i.e., by listing RC_LAST as the first item in the switch.

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

13 years agoFor consistency, use lyxrc_new (which is a reference to lyxrc).
Enrico Forestieri [Fri, 13 May 2011 09:40:38 +0000 (09:40 +0000)]
For consistency, use lyxrc_new (which is a reference to lyxrc).

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

13 years agoMake actOnUpdatedPrefs() actually act on updated preferences.
Enrico Forestieri [Fri, 13 May 2011 09:29:48 +0000 (09:29 +0000)]
Make actOnUpdatedPrefs() actually act on updated preferences.
Always wondered why I had to restart LyX after changing the PATH prefix.

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

13 years agoRemove NOOP code
Enrico Forestieri [Fri, 13 May 2011 09:18:54 +0000 (09:18 +0000)]
Remove NOOP code

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

13 years agoFix bug #7553 (Crash on latex import, also on html import)
Enrico Forestieri [Thu, 12 May 2011 23:08:50 +0000 (23:08 +0000)]
Fix bug #7553 (Crash on latex import, also on html import)

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

13 years agocmake on mac: also build with LYX_NLS=0
Peter Kümmel [Thu, 12 May 2011 22:06:06 +0000 (22:06 +0000)]
cmake on mac: also build with LYX_NLS=0

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

13 years agocmake: LIBINTL_LIBRARIES could be empty
Peter Kümmel [Thu, 12 May 2011 21:55:24 +0000 (21:55 +0000)]
cmake: LIBINTL_LIBRARIES could be empty

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

13 years agocmake on mac: precompiled libintl comes from ports, then also use iconv from ports...
Peter Kümmel [Thu, 12 May 2011 21:48:11 +0000 (21:48 +0000)]
cmake on mac: precompiled libintl comes from ports, then also use iconv from ports, this is necessary to fix linker errors and removes the cmake warning

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

13 years agocmake on mac: build with internal libintl, cleanup
Peter Kümmel [Thu, 12 May 2011 21:25:56 +0000 (21:25 +0000)]
cmake on mac: build with internal libintl, cleanup

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

13 years agocmake on mac: build with external libintl, find gettext, build merged
Peter Kümmel [Thu, 12 May 2011 21:11:35 +0000 (21:11 +0000)]
cmake on mac: build with external libintl, find gettext, build merged

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

13 years agoSCons: link hunspell instead of Aspell
Uwe Stöhr [Thu, 12 May 2011 18:48:53 +0000 (18:48 +0000)]
SCons: link hunspell instead of Aspell

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

13 years agode.po: some translations
Uwe Stöhr [Thu, 12 May 2011 18:48:22 +0000 (18:48 +0000)]
de.po: some translations

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

13 years agoAdded missing cmakedefines to intl
Kornel Benko [Thu, 12 May 2011 17:12:08 +0000 (17:12 +0000)]
Added missing cmakedefines to intl

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

13 years ago* sk.po
Kornel Benko [Thu, 12 May 2011 14:03:21 +0000 (14:03 +0000)]
* sk.po

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

13 years agoRevert no intended change
Kornel Benko [Thu, 12 May 2011 13:35:10 +0000 (13:35 +0000)]
Revert no intended change

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

13 years agoMake sure we do not crash here in release mode.
Richard Heck [Thu, 12 May 2011 13:28:23 +0000 (13:28 +0000)]
Make sure we do not crash here in release mode.

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

13 years agoFix XHTML output for fractions and fix a crash reported on the list
Richard Heck [Thu, 12 May 2011 13:16:36 +0000 (13:16 +0000)]
Fix XHTML output for fractions and fix a crash reported on the list
by Jan Paul Imhoff. The problem was that we were assuming (as we still
do in some places) that there are always at least two cells.

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

13 years agocmake: we already test on gettext
Peter Kümmel [Thu, 12 May 2011 04:22:14 +0000 (04:22 +0000)]
cmake: we already test on gettext

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

13 years agoFixing positioning of cells in multi-row align environments.
Tommaso Cucinotta [Wed, 11 May 2011 19:44:27 +0000 (19:44 +0000)]
Fixing positioning of cells in multi-row align environments.

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

13 years agoFix #7549, due to a problem in exporting to plaintext a
Tommaso Cucinotta [Wed, 11 May 2011 18:59:54 +0000 (18:59 +0000)]
Fix #7549, due to a problem in exporting to plaintext a
multicell inset, where we now export all of the cells
separated by "\t", instead of only the first cell.

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

13 years agoDon't write a comma if not needed.
Enrico Forestieri [Wed, 11 May 2011 17:11:08 +0000 (17:11 +0000)]
Don't write a comma if not needed.

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

13 years agoThere's no reason to leave in place the 10pt option, as it may not be the
Enrico Forestieri [Wed, 11 May 2011 14:33:49 +0000 (14:33 +0000)]
There's no reason to leave in place the 10pt option, as it may not be the
default option. Also account for the fact that babel may be switched off.

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

13 years agoFix multirow output for XHTML.
Richard Heck [Wed, 11 May 2011 14:20:24 +0000 (14:20 +0000)]
Fix multirow output for XHTML.

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

13 years agoFix bug #7547. We need to check whether we are in a multirow here.
Richard Heck [Wed, 11 May 2011 14:12:00 +0000 (14:12 +0000)]
Fix bug #7547. We need to check whether we are in a multirow here.
Otherwise, we were asking to construct strings of random size at a
certain point, e.g., two 2GB strings, in one case I saw.

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

13 years agoFix bugs #7110 and #7160 by reverting r36521.
Richard Heck [Wed, 11 May 2011 12:44:39 +0000 (12:44 +0000)]
Fix bugs #7110 and #7160 by reverting r36521.

This was an attempt to fix #2743 without re-working the InsetBibitem
mess. It didn't work, so we have to do that.

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

13 years agoFix bug #2200 (The size of previewed images should be independent of the latex font...
Enrico Forestieri [Wed, 11 May 2011 11:48:20 +0000 (11:48 +0000)]
Fix bug #2200 (The size of previewed images should be independent of the latex font size)

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