Commit Graph

794 Commits

Author SHA1 Message Date
Michael Schmitt
88f55657d9 * po/ru.po:
* po/sk.po:
	* po/sl.po:
	* po/tr.po: remerge with better 1.4 translations


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15671 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 15:27:09 +00:00
Michael Schmitt
84db512089 * po/nl.po:
* po/nn.po:
	* po/pl.po:
	* po/ro.po: remerge with better 1.4 translations


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15670 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 15:22:10 +00:00
Michael Schmitt
2840fcf38c * po/fi.po:
* po/fr.po:
	* po/hu.po:
	* po/it.po: remerge with the better 1.4 translations


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15664 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 14:36:07 +00:00
Michael Schmitt
c1106b1d06 * po/da.po:
* po/de.po:
	* po/es.po:
	* po/eu.po: remerge with 1.4.X translations (which covered more messages)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15662 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 14:28:40 +00:00
Michael Schmitt
efcafae120 * po/*.po: remerge files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15660 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 13:05:37 +00:00
Jean-Marc Lasgouttes
cedf8e2ed0 add galician to known languages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15528 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-24 13:52:11 +00:00
Jean-Marc Lasgouttes
e415a823aa new Galician l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15527 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-24 13:49:50 +00:00
Lars Gullik Bjønnes
8f261b1529 The Gtk removal from trunk.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15488 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-22 18:05:16 +00:00
André Pönitz
a63cddf51c remove qt3 frontend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15432 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-21 08:35:47 +00:00
Georg Baum
b02242bfaf Rework InsetCommandParams interface and file storage
* src/insets/insetcommandparams.[Ch]:
	(operator[]): New, access a parameter
	(clear): New, clear all parameters
	(info_): New, stire info about this command
	(cmdname): Rename to name_
	(contents, options, sec_options): Replace with params_. Parameters
	are now stored as docstring.
	(findInfo): New factor for command info for all commands
	(read, write): Use new syntax
	(parameter set and get methods): reimplemenmt for new parameter storage

	* src/insets/insetcommand.h
	(getParam): New, get a parameter
	(setParam): New, set a parameter
	(parameter set and get methods): Adjust to InsetCommandParams changes

	* src/insets/insetbibitem.[Ch]
	(write): Remove, not needed anymore
	(directWrite): ditto

	* src/insets/insetbibitem.C
	(InsetBibitem::read): Use InsetCommand::read

	* src/insets/insetref.C
	(InsetRef::latex): Use new InsetCommandParams interface

	* src/mathed/InsetMathHull.C
	(InsetMathHull::doDispatch): ditto

	* src/text3.C
	(LyXText::dispatch): ditto

	* src/factory.C
	(createInset): Create InsetCommandParams with command name
	(readInset): ditto
	(readInset): Remove error message for bibitem, since bibitem is
	now a normal command inset

	* src/buffer.C: Bump file format number

	* src/frontends/controllers/ControlCommand.[Ch]
	(ControlCommand): take an additional command name parameter

	* src/text.C
	(readParToken): Remove code for \bibitem

	* lib/lyx2lyx/LyX.py: Bump latest file format number

	* lib/lyx2lyx/lyx_1_5.py
	(convert_bibitem, convert_commandparams): new, convert to new format
	(revert_commandparams): new, convert to old format

	* development/FORMAT: document new format

	* many other files: Adjust to the changes above


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15357 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-17 21:07:16 +00:00
Lars Gullik Bjønnes
081d1e9438 Slight update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15052 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 19:48:18 +00:00
Lars Gullik Bjønnes
ddbafa138f remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15051 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 19:31:35 +00:00
Lars Gullik Bjønnes
becfc55b08 Updated.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15050 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 19:20:51 +00:00
Lars Gullik Bjønnes
e36ccf18f0 Extract l10n info from qt4 ui files. Disregard caption information from qt3 ui files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15048 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 18:34:27 +00:00
Lars Gullik Bjønnes
3965875172 Remerge after mathed filename changes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15034 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-17 20:40:15 +00:00
Lars Gullik Bjønnes
eec4492cb4 Remerge. Update nb.po a bit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14950 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-09 11:10:26 +00:00
Jean-Marc Lasgouttes
886817079a update POTFILES.in
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14914 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-06 12:57:17 +00:00
Michael Schmitt
2a71306d77 drop linuxdoc support (part 4)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14821 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-23 11:16:08 +00:00
Jean-Marc Lasgouttes
9690c55e15 Fix crash in tialian locale when setting Theorem environment (bug2774)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14702 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-16 14:07:33 +00:00
Jean-Marc Lasgouttes
e0cf54f37c * po/*.po:
* po/POTFILES.in: remerge

	* po/Makefile.in.in: get rid of Qt shortcuts


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14697 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-16 09:57:24 +00:00
Jean-Marc Lasgouttes
50da557e94 new Czech translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14600 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-10 08:56:59 +00:00
Michael Schmitt
66662d3f26 * pocheck.pl: re-introduce check for '|' shortcuts
which are not only used by the former xforms frontend
        but also in the menus


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14484 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-18 21:06:47 +00:00
Michael Schmitt
4eccc22119 remove xforms relicts
* src/frontends/qt3/QPrefs.C:
        * src/frontends/controllers/BCView.tmpl:
        * src/support/package.h: fix/remove comment

        * po/pocheck.pl: no longer check for xforms shortcuts
        * development/Win32/lyx.vcproj: ignore ControlPreamble.[Ch]


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14372 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-08 09:40:15 +00:00
Jean-Marc Lasgouttes
48a5df5ffe update postats script to use proper trac URL
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14328 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-03 22:00:18 +00:00
Lars Gullik Bjønnes
22861453fe Remove the XForms frontend, update the autotools files, and fixup po.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14320 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-03 19:20:25 +00:00
Abdelrazak Younes
9f5f309ea2 QURL renamed to UrlView
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14256 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-28 12:09:25 +00:00
Jean-Marc Lasgouttes
206b13ef95 forward port it.po from 1.4.x branch to fix a bug with counters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14245 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-27 12:02:27 +00:00
Jean-Marc Lasgouttes
2b587768f5 forward port pl.po from 1.4.x branch to fix a bug with counters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14244 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-27 12:01:17 +00:00
Jean-Marc Lasgouttes
44a5cfc89c Renaming:
cygwin_path_fix		->	windows_style_tex_paths
	cygwin_path_fix_needed	->	tex_expects_windows_paths
	check_cygwin_path	->	check_windows_style_tex_paths
	use_cygwin_paths	->	use_windows_paths
	RC_CYGWIN_PATH_FIX	->	RC_TEX_EXPECTS_WINDOWS_PATHS

	* src/frontends/qt4/ui/QPrefCygwinPathUi.ui
	* src/frontends/qt3/ui/QPrefCygwinPathModule.ui
	  Updated checkbutton label and description

	* src/frontends/qt4/QPrefsDialog.C
	  (PrefCygwinPath): cygwin_path_fix -> windows_style_tex_paths
	  (QPrefsDialog): Enable checkbutton for native WIN32 builds

	* src/frontends/xforms/forms/form_preferences.fd
	  Updated label and name of checkbutton

	* src/frontends/xforms/FormPreferences.C
	  (apply): cygwin_path_fix -> windows_style_tex_paths
	           check_cygwin_path -> check_windows_style_tex_paths
	  (build): Enable checkbutton for native WIN32 builds
	  (update): Ditto
	  (feedback): Updated description

	* src/frontends/qt3/QPrefs.C
	* src/frontends/qt3/QPrefsDialog.C
	* src/frontends/qt3/QPrefsDialog.h
	  Renaming as above, enabled checkbutton for native WIN32 builds

	* src/support/os_unix.C
	* src/support/os.h
	* src/support/os_win32.C
	  Renaming cygwin_path_fix -> windows_style_tex_paths
	* src/support/os_cygwin.C
	  Ditto
	  (external_path, external_path_list): always return windows
	  style paths, not depending on the checkbutton status

	* src/lyxrc.C
	* src/lyxrc.h
	* src/lyxfunc.C
	* src/lyx_main.C
	  Renaming

	* lib/configure.py
	  Renaming, more meaningful diagnostics




git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14242 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-27 10:51:24 +00:00
Lars Gullik Bjønnes
eefc9ad640 * Rename src/frontends/qt2 to src/frontends/qt3,
update users of the dir accordingly.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13731 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-24 13:48:24 +00:00
Bo Peng
eb485caa96 view-source feature, from Bo Peng <ben.bob@gmail.com>
* src/buffer.h buffer.C - getSourceCode()
	* src/lyxfunc.C -  open view-source dialog
	* src/text3.C - change LFUN_MOUSE_RELEASE
	* src/output_linuxdoc.C, src/output_docbook.C, src/output_latex.C 
		- intercept output
	* src/outputparams.h, outputparams.C - add par_begin, par_end, dryrun
	* src/insets/insetgraphics.C  - add dryrun mode of file conversion
	* lib/ui/stdmenus.ui - add view-source menu item under view
	* Add view-source dialog, add 
	    src/frontends/qt2/QViewSourceDialog.h, QViewSource.C, QViewSource.h, QViewSourceDialog.C
	    src/frontends/qt2/ui/QViewSourceDialogBase.ui
	    src/frontends/controllers/ControlViewSource.h ControlViewSource.C
	  modify
	    src/frontends/qt2/Makefile.dialogs, Makefile.am, Dialogs.C,
	    src/frontends/controllers/Makefile.am, po.POTFILES.in


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13610 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-09 02:48:54 +00:00
Lars Gullik Bjønnes
9d6cad3fe6 * output_latex.h:
* buffer.h:
        * CutAndPaste.h:
        * pariterator.h:
        * paragraph_funcs.h:
        * output_linuxdoc.h:
        * output_docbook.h:
        * insets/insettext.h: get forward declaration of ParagraphList

        * output_plaintext.C:
        * bufferlist.C:
        * undo.C:
        * lyxtext.h:
        * undo.h:
        * buffer_funcs.C:
        * insets/insetbibitem.C: get proper ParagraphList decls

        * output_linuxdoc.C (linuxdocParagraphs):
        * output_latex.C (TeXOnePar):
        * insets/insettext.C (appendParagraphs):
        * insets/insetcharstyle.C (docbook): use std::distance

        * CutAndPaste.C (pasteSelectionHelper, copySelectionHelper):
        * paragraph_funcs.C (breakParagraph,
        breakParagraphConservative, mergeParagraph):
        * text.C (acceptChange, rejectChange):
        * text2.C (deleteEmptyParagraphMechanism): use boost::next

        * output_docbook.C (several places): use boost::next and
        std::distance

        * ParagraphList_fwd.h: modify to provid a forward declaratoin
        of the new ParagraphList.

        * RandomAccessList.h: New container for Paragraphs from
        Abdelrazak Younes

        * ParagraphList.h: new file, setup user of RandomAccessList

        * paragraph.C: remove ParagraphList constructor from this file



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13467 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-23 20:11:06 +00:00
Michael Schmitt
d1ef036182 tiny changes to de.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13279 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-27 18:36:52 +00:00
Lars Gullik Bjønnes
3d9b16f9e2 remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13209 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-11 19:47:05 +00:00
Lars Gullik Bjønnes
4a7ab830bc Delete all .cvsignore files from trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13208 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-10 22:09:45 +00:00
Jean-Marc Lasgouttes
7f00c8fa52 fix file menu binding in Polish locale (bug 1898)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10801 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-01 14:40:47 +00:00
Lars Gullik Bjønnes
e65ec11f9d remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10795 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-29 14:37:27 +00:00
Lars Gullik Bjønnes
aa485c36b4 remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10792 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-28 22:01:12 +00:00
Michael Schmitt
0e8782ff48 de.po: minor update for the gtk frontend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10791 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-28 21:38:38 +00:00
Jean-Marc Lasgouttes
d45d976bfb Polish update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10739 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-16 10:37:02 +00:00
Jean-Marc Lasgouttes
84bafaa2c2 remerge italian translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10733 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-12 21:46:18 +00:00
Jean-Marc Lasgouttes
84efce83bb update from Kostantino
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10722 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-11 12:14:29 +00:00
Jean-Marc Lasgouttes
5404e12f88 nynorsk update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10720 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-10 13:30:07 +00:00
Jean-Marc Lasgouttes
a95bd65e3e update from Alex
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10705 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-04 11:03:35 +00:00
Jean-Marc Lasgouttes
f125f73517 update Spanish; update po stats
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10701 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-03 11:32:40 +00:00
Michael Schmitt
7562e52b85 minor update to de.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10694 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-01 14:36:32 +00:00
Lars Gullik Bjønnes
ae85c9f49f pl.po update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10687 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-28 20:51:30 +00:00
Lars Gullik Bjønnes
908f814920 remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10681 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-23 18:52:43 +00:00
Lars Gullik Bjønnes
3fd20621a5 remove obsolete entries
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10667 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-18 14:49:43 +00:00
Lars Gullik Bjønnes
da8338a660 remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10666 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-18 14:32:23 +00:00
Michael Schmitt
959a988e7e minor changes proposed by Hartmut Haase + shortcut conflict resolution
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10632 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-29 23:09:03 +00:00
Jean-Marc Lasgouttes
ff4ae7a2b5 another update to french l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10617 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-23 09:00:29 +00:00
Jean-Marc Lasgouttes
8dd52d17f1 update to french l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10615 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-22 12:52:10 +00:00
Michael Schmitt
530ee7d3c6 improve German translations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10612 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-19 15:21:47 +00:00
Michael Schmitt
5696f56825 a few more German messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10605 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-15 23:07:31 +00:00
Michael Schmitt
04d16eeed4 more de.po updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10604 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-15 22:37:08 +00:00
Michael Schmitt
dfe4c05d4f more German translation work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10580 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-01 00:01:50 +00:00
Lars Gullik Bjønnes
387fafc5d3 remerge and CRLF removal
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10567 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-23 13:26:52 +00:00
Michael Schmitt
8761b8a717 German update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10566 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-23 10:41:52 +00:00
Jean-Marc Lasgouttes
95724cba75 adapt i18n stats to the new devel site
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10543 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-12 15:46:38 +00:00
Lars Gullik Bjønnes
21148fd4b0 nb -> no
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10531 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-09 00:02:38 +00:00
Lars Gullik Bjønnes
a2773b4b38 update no.po from Helge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10530 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-07 17:16:36 +00:00
Michael Schmitt
e0bad3d2f4 tiny improvements by Hartmut Haase
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10516 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-03 12:26:50 +00:00
Jean-Marc Lasgouttes
8f56234b6f fix awk nightmare; remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10448 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-15 15:18:48 +00:00
Jean-Marc Lasgouttes
5c4d937af8 do not require gawk (bug 1980)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10440 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-13 13:53:42 +00:00
Martin Vermeer
6c3d48c0c6 Fix and simplify Hebrew (generally: locale non-standard) counters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10430 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-08 16:57:13 +00:00
Michael Schmitt
39fe2ed0c1 Michael Schmitt => Michael Gerz
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10414 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-06 17:20:44 +00:00
Lars Gullik Bjønnes
1368806376 remerge po files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10403 a592a061-630c-0410-9148-cb99ea01b6c8
2005-08-21 13:14:34 +00:00
Jean-Marc Lasgouttes
ea7c8548d2 another update from Helge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10379 a592a061-630c-0410-9148-cb99ea01b6c8
2005-08-01 08:53:35 +00:00
Michael Schmitt
cd816fed68 another small update for de.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10344 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-21 22:12:02 +00:00
Lars Gullik Bjønnes
966c977951 update a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10316 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 09:22:26 +00:00
Lars Gullik Bjønnes
6c39f2aafe update a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10313 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 08:49:45 +00:00
Angus Leeming
7704aa9055 Help Lars spell his name.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10311 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 08:04:50 +00:00
Lars Gullik Bjønnes
eff183c5a8 remerge and remove obsolete entries
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10305 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 23:59:05 +00:00
Jean-Marc Lasgouttes
d6a33844c3 make the stats work when defqult language is not english
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10302 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 23:39:49 +00:00
Lars Gullik Bjønnes
c410c393ad remerge an small update to no.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10280 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 12:49:47 +00:00
Michael Schmitt
ebfa2efab3 update menu items of de.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10251 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 16:34:14 +00:00
Lars Gullik Bjønnes
ef8e527612 drop reLyX like it is hot, and setup to use tex2lyx instead (and remerged po files + no.po small update)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10244 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 15:18:14 +00:00
Jean-Marc Lasgouttes
4f96e3c41e get rid of the lib/xfonts hack
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10238 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 11:06:12 +00:00
Lars Gullik Bjønnes
3ed377276b update a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10231 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 22:48:48 +00:00
Lars Gullik Bjønnes
05680d3e4f set AWK to gawk and use it
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10226 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 18:58:17 +00:00
Jean-Marc Lasgouttes
2a0b4dbbe8 update from Helge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10163 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-11 12:21:11 +00:00
Jean-Marc Lasgouttes
e579fdec82 another update from Helge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10138 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-06 12:55:36 +00:00
Jean-Marc Lasgouttes
cbed116ae4 another no update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10122 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-04 12:24:06 +00:00
Jean-Marc Lasgouttes
988551da8b tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10120 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-04 10:40:10 +00:00
Jean-Marc Lasgouttes
a8c44fc105 another no update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10119 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-04 10:30:37 +00:00
Jean-Marc Lasgouttes
78145de0a7 Helge strikes again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10116 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-01 12:46:58 +00:00
Jean-Marc Lasgouttes
a6dba65cd3 remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10107 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-28 12:15:11 +00:00
Jean-Marc Lasgouttes
f64085c331 another update from Helge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10106 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-28 10:11:58 +00:00
Jean-Marc Lasgouttes
7e5a71a8eb update from Helge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10103 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-24 14:28:30 +00:00
Georg Baum
e533e83f06 fix translation of Section* by Helge Hafting
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10050 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-11 11:12:24 +00:00
Jean-Marc Lasgouttes
b1895c8349 another German update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9997 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-06 08:08:01 +00:00
Jean-Marc Lasgouttes
a60ef90b5e german updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9992 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-02 10:01:22 +00:00
Jürgen Spitzmüller
3f4a165058 de.po update from Michael
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9981 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-29 11:38:33 +00:00
Jean-Marc Lasgouttes
0f51d7cabf better (and localizable) display of vertical spaces
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9968 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-24 10:23:30 +00:00
Lars Gullik Bjønnes
0f52688b3a remove reference to gnome files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9961 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-20 10:31:21 +00:00
Jean-Marc Lasgouttes
971d9986b7 fix bug 1807: New on-screen translations do not work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9960 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-20 09:13:42 +00:00
Angus Leeming
a8a852b4e9 Make the Qt Alert boxes recognize their parent.
Lots of gratuitous changes that should not alter Lyx's behaviour.

**************************************************************************
You're all going to get failure on link. Please "rm -f lengthvalidator.*".
**************************************************************************


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9940 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-12 22:37:43 +00:00
Angus Leeming
201e5bdf70 Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
Break compilation with MSVC. See accompanying mail on the lyx-devel list.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9895 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-02 13:35:30 +00:00
Jean-Marc Lasgouttes
8923218965 remove duplicate lines
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9891 a592a061-630c-0410-9148-cb99ea01b6c8
2005-04-29 14:56:05 +00:00