]> git.lyx.org Git - lyx.git/log
lyx.git
17 years agodeclare 'std::foo' and remove 'lyx::'
Abdelrazak Younes [Tue, 8 May 2007 14:01:40 +0000 (14:01 +0000)]
declare 'std::foo' and remove 'lyx::'

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

17 years agocode formatting.
Abdelrazak Younes [Tue, 8 May 2007 13:21:50 +0000 (13:21 +0000)]
code formatting.

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

17 years agoinstaller: move all Aspell parts to Aspell.nsh
Uwe Stöhr [Tue, 8 May 2007 00:24:52 +0000 (00:24 +0000)]
installer: move all Aspell parts to Aspell.nsh

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

17 years agoBufferParams.h: add comment
Uwe Stöhr [Mon, 7 May 2007 22:32:44 +0000 (22:32 +0000)]
BufferParams.h: add comment

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

17 years agoBufferParams.cpp: fix bug 3568:
Uwe Stöhr [Mon, 7 May 2007 18:55:14 +0000 (18:55 +0000)]
BufferParams.cpp: fix bug 3568:
http://bugzilla.lyx.org/show_bug.cgi?id=3568

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

17 years agoQMathMatrixDialog.cpp: fix part of bug 3475
Uwe Stöhr [Mon, 7 May 2007 18:30:41 +0000 (18:30 +0000)]
QMathMatrixDialog.cpp: fix part of bug 3475

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

17 years agolib/encodings: fix typo in comment
Uwe Stöhr [Mon, 7 May 2007 18:25:25 +0000 (18:25 +0000)]
lib/encodings: fix typo in comment

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

17 years agoCleanup in order to better understand bug 3043 and 3561.
Abdelrazak Younes [Mon, 7 May 2007 17:10:10 +0000 (17:10 +0000)]
Cleanup in order to better understand bug 3043 and 3561.

* switchEncoding(): simplify return logic (transform 'and -> do' to 'or ->return')

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

17 years agounicodesymbols: fix character order
Uwe Stöhr [Mon, 7 May 2007 17:03:44 +0000 (17:03 +0000)]
unicodesymbols: fix character order

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

17 years ago* lib/unicodesymbols: add endash and emdash.
Jürgen Spitzmüller [Mon, 7 May 2007 16:08:01 +0000 (16:08 +0000)]
* lib/unicodesymbols: add endash and emdash.

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

17 years ago* src/Encoding.cpp (latexChar):
Jürgen Spitzmüller [Mon, 7 May 2007 15:08:27 +0000 (15:08 +0000)]
* src/Encoding.cpp (latexChar):
- assure the encodings are proper initialized.
  supposedely fixes bugs 3561 and 3562

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

17 years agoFix remaining parts of bug 3146.
Jürgen Spitzmüller [Mon, 7 May 2007 08:57:53 +0000 (08:57 +0000)]
Fix remaining parts of bug 3146.
* src/Cursor.cpp:
- new helper function parbreak that checks whether a blank line is
  to be inserted or not (currently only relevant for ERT content)
- (selectionAsString): use parbreak instead of hardcoded "\n\n"

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

17 years ago* lib/encodings: just a tiny reordering: move utf8-plain to those encodings that...
Jürgen Spitzmüller [Mon, 7 May 2007 06:00:29 +0000 (06:00 +0000)]
* lib/encodings: just a tiny reordering: move utf8-plain to those encodings that do not load a package.

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

17 years agoinstaller:
Uwe Stöhr [Mon, 7 May 2007 01:19:52 +0000 (01:19 +0000)]
installer:
- using Joost's patched pdfopen/pdfclose programs as these now also work for Acrobat 8 using the latest version
-> Could get rid of ugly hack that was only used for Acrobat 8

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

17 years agolib/languages:
Uwe Stöhr [Sun, 6 May 2007 21:49:40 +0000 (21:49 +0000)]
lib/languages:
- add Country codes for Japanese and Chinese
- add info about Korean country code

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

17 years agoGeorg's patch for bug 3043:
Uwe Stöhr [Sun, 6 May 2007 20:26:02 +0000 (20:26 +0000)]
Georg's patch for bug 3043:
Introduces new encodings for the CJK-languages.
The CJK-languages can now be selected from LyX's menu.
For remaining small problems, see the thread "Help needed for bug 3043" on the devel-list.

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

17 years agoChanged to using 'rc' instead of 'pre'
Christian Ridderström [Sun, 6 May 2007 19:10:15 +0000 (19:10 +0000)]
Changed to using 'rc' instead of 'pre'

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

17 years agoEmbeddedObjects manual: two fixes reported by Hartmut
Uwe Stöhr [Sun, 6 May 2007 14:54:58 +0000 (14:54 +0000)]
EmbeddedObjects manual: two fixes reported by Hartmut

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

17 years agoinstaller updates
Uwe Stöhr [Sun, 6 May 2007 14:47:59 +0000 (14:47 +0000)]
installer updates

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

17 years agoEmbeddedObjects manual:
Uwe Stöhr [Sun, 6 May 2007 14:45:47 +0000 (14:45 +0000)]
EmbeddedObjects manual:
- new section about float numbering
- some corrections

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

17 years agofix inputenc handling bug introduced with r18198
Uwe Stöhr [Sun, 6 May 2007 14:18:40 +0000 (14:18 +0000)]
fix inputenc handling bug introduced with r18198

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

17 years ago* src/Cursor.cpp:
Jürgen Spitzmüller [Sun, 6 May 2007 08:38:10 +0000 (08:38 +0000)]
* src/Cursor.cpp:
- revert accidental commit in r18206.

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

17 years agoFix bug 3508:
Jürgen Spitzmüller [Sun, 6 May 2007 07:26:51 +0000 (07:26 +0000)]
Fix bug 3508:
* src/ToolbarBackend.cpp:
* lib/ui/stdtoolbars.inc:
- add tooltip to table widget
* src/frontends/qt4/QLToolbar.cpp:
- display tooltip as icon text

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

17 years agoforgot this in my last commit
Uwe Stöhr [Sat, 5 May 2007 20:27:43 +0000 (20:27 +0000)]
forgot this in my last commit

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

17 years agoset infrastructure to allow not to call babel
Uwe Stöhr [Sat, 5 May 2007 19:18:34 +0000 (19:18 +0000)]
set infrastructure to allow not to call babel
This is a part of the fix for bug 3043.
I got the OK from Georg, that this patch doesn't introduce conflicts as it only sets the infrastructure.

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

17 years ago* src/TextMetrics.cpp (setHeightOfRow):
Jürgen Spitzmüller [Sat, 5 May 2007 12:06:37 +0000 (12:06 +0000)]
* src/TextMetrics.cpp (setHeightOfRow):
- don't use parkip in ERT insets (bug 3146)

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

17 years ago* make background of reload icon transparent (was white) and slightly adjust promote...
Edwin Leuven [Sat, 5 May 2007 09:26:44 +0000 (09:26 +0000)]
* make background of reload icon transparent (was white) and slightly adjust promote and demote arrows

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

17 years agorevision 18202: I forgot this one.
Abdelrazak Younes [Fri, 4 May 2007 17:46:03 +0000 (17:46 +0000)]
revision 18202: I forgot this one.

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

17 years agoTOC Widget beautification by Stefan Schimanski:
Abdelrazak Younes [Fri, 4 May 2007 17:37:05 +0000 (17:37 +0000)]
TOC Widget beautification by Stefan Schimanski:

* lib/images: 3 new icons
* TocUi/TocWidget: Replace labeled button with icon buttons.

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

17 years ago* LyX::addFileToLoad(): new method for double-clicked file icons on MacOS.
Abdelrazak Younes [Fri, 4 May 2007 17:20:53 +0000 (17:20 +0000)]
* LyX::addFileToLoad(): new method for double-clicked file icons on MacOS.

* GuiApplication::event():
  special case for FileOpen events: memorize the filenames if LyX is not properly started yet.

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

17 years agofix xpm
Peter Kümmel [Fri, 4 May 2007 16:59:21 +0000 (16:59 +0000)]
fix xpm

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

17 years ago* do not ignore "requires" field in MathMacro
Edwin Leuven [Fri, 4 May 2007 15:30:27 +0000 (15:30 +0000)]
* do not ignore "requires" field in MathMacro
  (fixes http://bugzilla.lyx.org/show_bug.cgi?id=3520)

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

17 years ago* lib/encodings:
Jürgen Spitzmüller [Fri, 4 May 2007 12:27:00 +0000 (12:27 +0000)]
* lib/encodings:
- add new encoding utf8-plain for the sake of XeTeX users (bug 3526)
* src/BufferParams.cpp:
- implement new encoding (skip inputenc)
- fix logic error with thailatex

* src/Buffer.cpp:
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_5.pyx:
* development/FORMAT:
- format increment to 267
- reset encoding to utf8 on reversion.

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

17 years ago* QLPainter: antialias edges of primitives only if text is antialiased.
Abdelrazak Younes [Fri, 4 May 2007 09:24:44 +0000 (09:24 +0000)]
* QLPainter: antialias edges of primitives only if text is antialiased.

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

17 years agoFix antialiasing problem in straight lines within polylines. Prepare for optional...
Abdelrazak Younes [Fri, 4 May 2007 08:52:40 +0000 (08:52 +0000)]
Fix antialiasing problem in straight lines within polylines. Prepare for optional antialiasing.

* QLPainter::lines(): use QPainter::drawLine() multiple times instead QPainter::drawPolyline().

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

17 years agoRenamed Changelog.txt to ChangeLog.txt
Christian Ridderström [Fri, 4 May 2007 08:02:52 +0000 (08:02 +0000)]
Renamed Changelog.txt to ChangeLog.txt

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

17 years agoLast(?) missing rename: version.C -> version.cpp
Enrico Forestieri [Fri, 4 May 2007 00:47:24 +0000 (00:47 +0000)]
Last(?) missing rename: version.C -> version.cpp

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

17 years agoEmbeddedObjects manual: add note for caption widths in longtables
Uwe Stöhr [Thu, 3 May 2007 23:30:44 +0000 (23:30 +0000)]
EmbeddedObjects manual: add note for caption widths in longtables

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

17 years agoinstaller updates
Uwe Stöhr [Thu, 3 May 2007 21:40:49 +0000 (21:40 +0000)]
installer updates

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

17 years ago* replace old toc-view with new dialog-toggle
Edwin Leuven [Thu, 3 May 2007 21:07:39 +0000 (21:07 +0000)]
* replace old toc-view with new dialog-toggle

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

17 years agoChanged references as to where/how known issues are shown, i.e. added reference to...
Christian Ridderström [Thu, 3 May 2007 20:51:31 +0000 (20:51 +0000)]
Changed references as to where/how known issues are shown, i.e. added reference to http://wiki.lyx.org/LyX/ReleaseNotes

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

17 years ago* src/insets/InsetMarginal.h:
Jürgen Spitzmüller [Thu, 3 May 2007 15:54:56 +0000 (15:54 +0000)]
* src/insets/InsetMarginal.h:
- revert accidental encoding change

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

17 years ago* src/insets/InsetMarginal.h:
Jürgen Spitzmüller [Thu, 3 May 2007 15:53:14 +0000 (15:53 +0000)]
* src/insets/InsetMarginal.h:
- add missing name() (fix bug 3540)

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

17 years agorevert 18186: this cannot be done right now because of the way LFUN_BUFFER_PARAMS_APP...
Abdelrazak Younes [Thu, 3 May 2007 14:47:22 +0000 (14:47 +0000)]
revert 18186: this cannot be done right now because of the way LFUN_BUFFER_PARAMS_APPLY is implemented.

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

17 years agoFix interface problem in order to cleanly support "cursor position memory" in the...
Abdelrazak Younes [Thu, 3 May 2007 14:20:12 +0000 (14:20 +0000)]
Fix interface problem in order to cleanly support "cursor position memory" in the preamble editor.

* ControlDocument::params(): replace BufferParams local copy with Buffer::params() direct access.

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

17 years ago * src/Cursor.cpp (isRTL): simplify
Jean-Marc Lasgouttes [Thu, 3 May 2007 13:31:16 +0000 (13:31 +0000)]
* src/Cursor.cpp (isRTL): simplify

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

17 years agoremove fr/CV.lyx to fr/simplecv.lyx
Jean-Marc Lasgouttes [Thu, 3 May 2007 13:08:29 +0000 (13:08 +0000)]
remove fr/CV.lyx to fr/simplecv.lyx

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

17 years ago* update math symbols to be in a uniform style.
Edwin Leuven [Thu, 3 May 2007 11:33:02 +0000 (11:33 +0000)]
* update math symbols to be in a uniform style.
  most icons are taken from this site:

  http://us.metamath.org/symbols/symbols.html

  the license of these files is the creative commons public
  domain dedication

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

17 years agoexamples/armenian-article.lyx: fix typo
Uwe Stöhr [Wed, 2 May 2007 23:07:11 +0000 (23:07 +0000)]
examples/armenian-article.lyx: fix typo

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

17 years agoinstaller: get rid of all NSIS compiler warnings
Uwe Stöhr [Wed, 2 May 2007 23:06:01 +0000 (23:06 +0000)]
installer: get rid of all NSIS compiler warnings

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

17 years agoinstaller:
Uwe Stöhr [Wed, 2 May 2007 22:13:27 +0000 (22:13 +0000)]
installer:
- more initialization work for next version
- reflect latest SVN commits
- fix bug, see changelog

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

17 years agoremove examples/TableExamples.lyx as its content is explained in detail in the Embedd...
Uwe Stöhr [Wed, 2 May 2007 21:50:19 +0000 (21:50 +0000)]
remove examples/TableExamples.lyx as its content is explained in detail in the EmbeddedObjects manual - the same as for decimal.lyx i deleted last week after JMarc gave his OK.

As I did for decimal.lyx I leave the file in examples/de until the EmbeddedObjects manual is translated and renamed it to a German name.
(Hartmut also updated this file today.)

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

17 years agofix de_Userguide - necessary due to bug 3540
Uwe Stöhr [Wed, 2 May 2007 21:36:03 +0000 (21:36 +0000)]
fix de_Userguide - necessary due to bug 3540

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

17 years agoEmbeddedObjects: fix some bugs reported by Hartmut
Uwe Stöhr [Wed, 2 May 2007 21:07:56 +0000 (21:07 +0000)]
EmbeddedObjects: fix some bugs reported by Hartmut

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

17 years agocmake: initial install support, only copying files is working
Peter Kümmel [Wed, 2 May 2007 20:59:48 +0000 (20:59 +0000)]
cmake: initial install support, only copying files is working

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

17 years agocmake: don't rebuild merges files on each cmake run, force rebuild by -Dmerge_rebuild=1
Peter Kümmel [Wed, 2 May 2007 20:47:47 +0000 (20:47 +0000)]
cmake: don't rebuild merges files on each cmake run, force rebuild by -Dmerge_rebuild=1

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

17 years agoMinor language changes only
Christian Ridderström [Wed, 2 May 2007 20:43:39 +0000 (20:43 +0000)]
Minor language changes only

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

17 years agoInstaller:
Uwe Stöhr [Wed, 2 May 2007 19:20:12 +0000 (19:20 +0000)]
Installer:
- initialize for next release
- small bugfix
- reflect cv.xxx removal

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

17 years agoremove the Armenian characters from unicodesymbols as we now have proper support
Uwe Stöhr [Wed, 2 May 2007 19:10:51 +0000 (19:10 +0000)]
remove the Armenian characters from unicodesymbols as we now have proper support

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

17 years agoscons update for cv
Jean-Marc Lasgouttes [Wed, 2 May 2007 11:58:38 +0000 (11:58 +0000)]
scons update for cv

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

17 years agoremove class cv, now that it has been superceded by simplecv
Jean-Marc Lasgouttes [Wed, 2 May 2007 10:41:05 +0000 (10:41 +0000)]
remove class cv, now that it has been superceded by simplecv

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

17 years agoremove useless SubSection declaration
Jean-Marc Lasgouttes [Wed, 2 May 2007 10:31:55 +0000 (10:31 +0000)]
remove useless SubSection declaration

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

17 years agoupdate SCons
Uwe Stöhr [Wed, 2 May 2007 01:41:03 +0000 (01:41 +0000)]
update SCons

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

17 years agoresolve makefile problem step 2
Uwe Stöhr [Wed, 2 May 2007 01:38:10 +0000 (01:38 +0000)]
resolve makefile problem step 2

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

17 years agoresolve makefile problem step 1
Uwe Stöhr [Wed, 2 May 2007 01:37:09 +0000 (01:37 +0000)]
resolve makefile problem step 1

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

17 years agoinstaller:
Uwe Stöhr [Tue, 1 May 2007 22:53:06 +0000 (22:53 +0000)]
installer:
- fix to Update Installer
- move InstallerStructure graphics

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

17 years agoUpdate scons_manifest.py (separate .inc from layout directory) to make generated...
Bo Peng [Tue, 1 May 2007 22:04:21 +0000 (22:04 +0000)]
Update scons_manifest.py (separate .inc from layout directory) to make generated po files in the same order as what autotools generates

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

17 years agode_Userguide: image changes due to todays renaming of view_toc.xpm
Uwe Stöhr [Tue, 1 May 2007 21:16:27 +0000 (21:16 +0000)]
de_Userguide: image changes due to todays renaming of view_toc.xpm

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

17 years agolyx_1_5.py: better method to write preamble, suggested by Georg
Uwe Stöhr [Tue, 1 May 2007 21:14:03 +0000 (21:14 +0000)]
lyx_1_5.py: better method to write preamble, suggested by Georg

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

17 years agoforgot to move also the biblio file with the CV-classes
Uwe Stöhr [Tue, 1 May 2007 18:44:40 +0000 (18:44 +0000)]
forgot to move also the biblio file with the CV-classes

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

17 years agoinstaller: updates
Uwe Stöhr [Tue, 1 May 2007 18:21:56 +0000 (18:21 +0000)]
installer: updates

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

17 years agolanguages: whitespace fix
Uwe Stöhr [Tue, 1 May 2007 18:13:24 +0000 (18:13 +0000)]
languages: whitespace fix

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

17 years agoLaTeXFeatures.h: fix tipo
Uwe Stöhr [Tue, 1 May 2007 18:12:31 +0000 (18:12 +0000)]
LaTeXFeatures.h: fix tipo

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

17 years agoChanged comment character from ';' to '#*
Christian Ridderström [Tue, 1 May 2007 17:55:54 +0000 (17:55 +0000)]
Changed comment character from ';' to '#*

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

17 years agofile format change: support for Armenian
Uwe Stöhr [Tue, 1 May 2007 17:48:04 +0000 (17:48 +0000)]
file format change: support for Armenian

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

17 years agoRestor 1.4.x behaviour: Don't touch the preamble QTextEdit if the preamble text is...
Abdelrazak Younes [Tue, 1 May 2007 17:33:04 +0000 (17:33 +0000)]
Restor 1.4.x behaviour: Don't touch the preamble QTextEdit if the preamble text is unchanged.

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

17 years agoupdate installer structure graphic
Uwe Stöhr [Tue, 1 May 2007 14:27:51 +0000 (14:27 +0000)]
update installer structure graphic

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

17 years agomore installer infrastructure changes:
Uwe Stöhr [Tue, 1 May 2007 14:21:21 +0000 (14:21 +0000)]
more installer infrastructure changes:

- hide LyX's console window
- update source code Readmes
- get rid of abi_util_fileassoc.nsh
- small uninstaller cleanup
- fix all known Update installer bugs

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

17 years ago * po/*.po: fix one more message
Michael Schmitt [Tue, 1 May 2007 10:34:17 +0000 (10:34 +0000)]
* po/*.po: fix one more message

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

17 years ago * po/de.po: update German translations
Michael Schmitt [Tue, 1 May 2007 10:32:26 +0000 (10:32 +0000)]
* po/de.po: update German translations

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

17 years ago * src/Text2.cpp: fix error message (do not refer to old, non-existing menu item);
Michael Schmitt [Tue, 1 May 2007 10:25:46 +0000 (10:25 +0000)]
* src/Text2.cpp: fix error message (do not refer to old, non-existing menu item);
I wonder whether this message is used at all, as it does not occur when
runnig font-free-apply after program start

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

17 years ago * po/*.po: fix two messages
Michael Schmitt [Tue, 1 May 2007 10:11:03 +0000 (10:11 +0000)]
* po/*.po: fix two messages

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

17 years ago * src/frontends/qt4/QParagraph.cpp: reduce the verbosity of a tooltip
Michael Schmitt [Tue, 1 May 2007 10:07:29 +0000 (10:07 +0000)]
* src/frontends/qt4/QParagraph.cpp: reduce the verbosity of a tooltip

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

17 years ago * lib/ui/stdtoolbar.inc: "Math Spacing" => "Math Spacings" (use plural form consiste...
Michael Schmitt [Tue, 1 May 2007 09:57:45 +0000 (09:57 +0000)]
* lib/ui/stdtoolbar.inc: "Math Spacing" => "Math Spacings" (use plural form consistently)

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

17 years ago * po/*.po:
Michael Schmitt [Tue, 1 May 2007 09:28:19 +0000 (09:28 +0000)]
* po/*.po:
* po/POTFILES.in: another giant po files update;
hopefully, the messages, the source files, and the order, in which
the source files are processed, will stay stable for a few days...

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

17 years ago* lib/Makefile.am: toc icon change.
Jürgen Spitzmüller [Tue, 1 May 2007 08:26:48 +0000 (08:26 +0000)]
* lib/Makefile.am: toc icon change.

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

17 years ago"fix" bug #3332 (plain text export depends on the menu language)
Michael Schmitt [Tue, 1 May 2007 08:26:40 +0000 (08:26 +0000)]
"fix" bug #3332 (plain text export depends on the menu language)

Please note that method B_ (translate text to buffer language) is presently broken (at least on Windows)!

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

17 years ago * development/scons/scons_manifest.py: fix icon list
Michael Schmitt [Tue, 1 May 2007 08:17:05 +0000 (08:17 +0000)]
* development/scons/scons_manifest.py: fix icon list

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

17 years ago* lib/images:
Jürgen Spitzmüller [Tue, 1 May 2007 07:05:12 +0000 (07:05 +0000)]
* lib/images:
- rename toc-view.xpm to dialog-toggle_toc.xpm

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

17 years ago* src/LyXFunc.cpp: add comment.
Jürgen Spitzmüller [Tue, 1 May 2007 06:50:09 +0000 (06:50 +0000)]
* src/LyXFunc.cpp: add comment.

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

17 years agofix SCons
Uwe Stöhr [Mon, 30 Apr 2007 22:30:39 +0000 (22:30 +0000)]
fix SCons

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

17 years agoset SCons and Makefile for the previous CV-class changes
Uwe Stöhr [Mon, 30 Apr 2007 22:21:06 +0000 (22:21 +0000)]
set SCons and Makefile for the previous CV-class changes

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

17 years agoalso move the images for the CV-class examples
Uwe Stöhr [Mon, 30 Apr 2007 22:10:21 +0000 (22:10 +0000)]
also move the images for the CV-class examples

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

17 years agobe nice to scons people
André Pönitz [Mon, 30 Apr 2007 22:04:13 +0000 (22:04 +0000)]
be nice to scons people

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

17 years agoremove RowList_fwd.h. Not really needed
André Pönitz [Mon, 30 Apr 2007 22:02:15 +0000 (22:02 +0000)]
remove RowList_fwd.h. Not really needed

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

17 years agosome more installer updates
Uwe Stöhr [Mon, 30 Apr 2007 21:56:57 +0000 (21:56 +0000)]
some more installer updates

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

17 years ago- Update LaTeXConfig.lyx.in for moderncv and europecv
Uwe Stöhr [Mon, 30 Apr 2007 21:51:52 +0000 (21:51 +0000)]
- Update LaTeXConfig.lyx.in for moderncv and europecv
- move the CV templates to examples
- delete double and outdated g-brief2 example - there is an actualized version since a while now in the templates.

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

17 years agobe nice to scons folk
André Pönitz [Mon, 30 Apr 2007 21:45:11 +0000 (21:45 +0000)]
be nice to scons folk

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

17 years agoconsolidate tex-accent.* Trans.* KmodInfo.h into Trans.{h,cpp}. All stuff was used...
André Pönitz [Mon, 30 Apr 2007 21:44:00 +0000 (21:44 +0000)]
consolidate tex-accent.* Trans.* KmodInfo.h into Trans.{h,cpp}. All stuff was used at most once and basically implementation details

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

17 years agodistribute content sof tex-strings.cpp to their respective unique places of usage
André Pönitz [Mon, 30 Apr 2007 21:01:24 +0000 (21:01 +0000)]
distribute content sof tex-strings.cpp to their respective unique places of usage

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