Commit Graph

1036 Commits

Author SHA1 Message Date
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
Jean-Marc Lasgouttes
076c15b63c fix translation of layout names with spaces
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9885 a592a061-630c-0410-9148-cb99ea01b6c8
2005-04-28 13:08:05 +00:00
Angus Leeming
4991816dc9 support/userinfo.C now contains some translated text.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9870 a592a061-630c-0410-9148-cb99ea01b6c8
2005-04-25 11:07:54 +00:00
Angus Leeming
bc5b71cc96 Someone got busy and added i18n-able warnings to some mathed insets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9841 a592a061-630c-0410-9148-cb99ea01b6c8
2005-04-20 17:33:51 +00:00
Jean-Marc Lasgouttes
0c44766d21 update Nynorsk l10n (was done by mistake instead of 1.3.6cvs :)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9836 a592a061-630c-0410-9148-cb99ea01b6c8
2005-04-19 15:07:13 +00:00
Jean-Marc Lasgouttes
173634c205 update again Polish translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9765 a592a061-630c-0410-9148-cb99ea01b6c8
2005-03-31 08:23:52 +00:00
Jean-Marc Lasgouttes
48ad4ce154 update Polish translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9759 a592a061-630c-0410-9148-cb99ea01b6c8
2005-03-30 10:50:55 +00:00
Jean-Marc Lasgouttes
2e7621d77b enable running latex on files which path contains spaces
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9745 a592a061-630c-0410-9148-cb99ea01b6c8
2005-03-25 15:27:30 +00:00
Angus Leeming
a73ed93eb0 Update the HEAD version of the script. It's now identical to the 13x version,
save for different lyx_version and lyx_branch tags. The script is now able
to decide whether to add a branch tag to a request to look at a po file in
the repository.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9743 a592a061-630c-0410-9148-cb99ea01b6c8
2005-03-24 15:57:38 +00:00
Jean-Marc Lasgouttes
208c57fad7 clean-up gettext support code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9710 a592a061-630c-0410-9148-cb99ea01b6c8
2005-03-11 10:49:09 +00:00
Jean-Marc Lasgouttes
4088deebe2 Michael's patch to change 'reference' to 'label' in xref dialogs (same as BRANCH_1_3_X)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9655 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-21 10:30:11 +00:00
Jean-Marc Lasgouttes
72d6ae2022 this got forgotten
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9653 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-21 09:28:12 +00:00
Jean-Marc Lasgouttes
733b1b1363 remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9641 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-16 16:23:37 +00:00
Lars Gullik Bjønnes
cfe1079df3 update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9548 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-31 11:43:28 +00:00
Lars Gullik Bjønnes
342cdf4322 the convert patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9538 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-27 21:05:44 +00:00
Angus Leeming
412f8af4fd Enable "lyx -dbg init" to run.
Tweak gettext search mechanism.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9467 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-12 12:25:30 +00:00
Angus Leeming
b5589bf6cf The package reworking.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9463 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-10 19:17:43 +00:00
Angus Leeming
998d99a057 *** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9356 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-07 10:43:01 +00:00
Lars Gullik Bjønnes
686f1e276f InsetOld -> InsetBase renaming
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9310 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-25 19:13:07 +00:00
Jean-Marc Lasgouttes
ce2cab2732 update the screen while spellchecking and merging changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9289 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-22 14:56:14 +00:00
Jean-Marc Lasgouttes
3c6f968676 correctly disable buffer-related menu entries when a dialog has focus (bug 1720)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9258 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-16 10:46:23 +00:00
Lars Gullik Bjønnes
ab9e55eb69 * lyxfunctional.h: delete compare_memfun and helper classes
* xformsImage.C (loadableFormats): use bind, equal_to instead of
compare_memfun
* QLImage.C (loadableFormats): use bind, equal_to instead of
compare_memfun
* bufferlist.C (exists): use bind and equal_to instead of
compare_memfun
(getBuffer): ditto
* lyxtextclasslist.C (NumberOfClass): ditto


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9183 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-06 16:14:22 +00:00
Jean-Marc Lasgouttes
c80d330132 better fix for bug 1523
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9164 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-04 14:44:34 +00:00
Angus Leeming
46ee486bda Whitespace, only whitespace. Part II.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9138 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-28 14:35:53 +00:00
Georg Baum
e416d1aea7 enable translation of ambigous messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9097 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-19 09:11:02 +00:00
Jean-Marc Lasgouttes
ec733357e0 fix bug 1694
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9090 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-15 08:27:59 +00:00
Jean-Marc Lasgouttes
38ca78e7ac fix crash when autosaving
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9054 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-05 16:45:04 +00:00
Angus Leeming
7a8f2f4743 Re-sync with the new GCharacter.C, GParagraph.C, GSearch.C and GToc.C.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9042 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-05 08:25:19 +00:00
Lars Gullik Bjønnes
6d7fdb139b remerge dammit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8989 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-18 13:39:33 +00:00
Jean-Marc Lasgouttes
1194db1b09 add i18n.php3 target
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8977 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-13 09:39:45 +00:00
Lars Gullik Bjønnes
cf40817160 lyxclient moved from development and cleaned up a bit + some assorted fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8967 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-04 12:13:50 +00:00
Lars Gullik Bjønnes
d20f0af816 some nicer margins and some small cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8925 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-14 15:55:22 +00:00
Jean-Marc Lasgouttes
42afdcb9c4 forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8880 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-09 12:37:48 +00:00
Jean-Marc Lasgouttes
b62363c070 fix portability problem with OS X
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8863 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-03 10:09:46 +00:00
Jean-Marc Lasgouttes
05eff3d204 german l10n update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8858 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-02 14:32:30 +00:00
Lars Gullik Bjønnes
8b60b23552 2004-06-08 Lars Gullik Bjonnes <larsbj@lyx.org>
Makefile.in.in (xforms_l10n.pot, qt_l10n.pot, layouts_l10n.pot)
guages_l10n.pot, ui_l10n.pot): Set awk variable top_srcdir to
variable $(top_srcdir), add a awk function fixupfilename
it in printint out the filename to the pot file.

*.po: remerge


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8808 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-08 16:03:54 +00:00
Jean-Marc Lasgouttes
80fbee4eba translate correctly things like "list of algorithms" (bug 1312)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8806 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-08 13:35:14 +00:00
Angus Leeming
07dbb8fad8 Ignore .pot file with version suffix. E.g., lyx-1.4.0cvs.pot.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8802 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-03 10:06:20 +00:00
Lars Gullik Bjønnes
db75417319 remerge and remove obsoletes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8793 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-01 19:08:10 +00:00
Lars Gullik Bjønnes
d419179b52 fix a regexp
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8790 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-01 13:23:51 +00:00
Lars Gullik Bjønnes
d2946329fe typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8787 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-28 11:52:49 +00:00
Lars Gullik Bjønnes
d9f0882887 make distcheck work, and some cleanups to the config system
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8786 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-28 07:14:58 +00:00
Lars Gullik Bjønnes
7cda6341ca some more gettext work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8783 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-26 22:44:45 +00:00
Lars Gullik Bjønnes
225610e3e0 some more gettext work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8782 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-26 20:26:10 +00:00
Lars Gullik Bjønnes
b02093873e Update gettext
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8781 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-26 16:53:50 +00:00
Lars Gullik Bjønnes
31bfe0870f makefile gtk fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8778 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-25 23:45:52 +00:00
Lars Gullik Bjønnes
2c0668646a update m4 files and remove warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8774 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-25 14:42:10 +00:00
Angus Leeming
b03580df17 A layout engine for XForms.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8704 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-28 17:22:05 +00:00
John Levon
3bcf40e96d Make M-x show the minibuffer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8686 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-21 00:19:27 +00:00
Angus Leeming
90b993e576 Change a few ...@localhost.localdomain email addresses...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8656 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-16 15:49:31 +00:00
Jean-Marc Lasgouttes
b3bed8d879 Georg\'s last patch for bug 605
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8627 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-08 10:09:09 +00:00
Lars Gullik Bjønnes
fd80d9ff4e Define BOOST_USER_CONFIG.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8595 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-03 09:06:18 +00:00
Angus Leeming
d2603b93c7 Remove all the cruft needed by the original MVC dialog code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8578 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-31 22:09:52 +00:00
Jürgen Spitzmüller
4072a82b6e support for sidewaysfloats and fix for bug 1016 (float placement allows impossible settings).
BTW: floats are still broken (dialogs do not get updated). No idea where this bug sits.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8557 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-29 11:38:39 +00:00
Angus Leeming
7c70a8ee0f Georg's take on Bug 605.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8528 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-25 10:12:44 +00:00
Jean-Marc Lasgouttes
f54151f2d6 update danish l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8513 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-22 15:31:12 +00:00
Angus Leeming
5394e9acc5 Remove the Forks dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8497 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-17 21:21:47 +00:00
Jürgen Spitzmüller
891bb08e37 support for second \cite option.
Natbib users can now use the before field.
file format is up to 230.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8479 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-05 14:49:10 +00:00
Jean-Marc Lasgouttes
c4bbb682aa fix crash with drag and drop
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8465 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-27 14:21:00 +00:00
Jean-Marc Lasgouttes
d891a896f4 Georg Baum\'s no-tempdir patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8458 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-25 12:00:53 +00:00
Lars Gullik Bjønnes
65047994df gtk-patch_2004_2_9.new
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8454 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-23 00:21:04 +00:00
Lars Gullik Bjønnes
3420904448 The func.diff patch. Functors work and some tiny cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8377 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-31 15:30:24 +00:00
Lars Gullik Bjønnes
7ea6f6e883 use std::advance and std::distance instead of home-grown versions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8372 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-26 17:00:09 +00:00
Angus Leeming
2f1d525ee1 Handle Qt-style file filters like
"TeX documents (*.tex);;LyX Documents (*.lyx)".


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8327 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-08 10:59:51 +00:00
Jean-Marc Lasgouttes
7c5b667020 fix some e-mail addresses
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8275 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-23 14:11:30 +00:00
Jean-Marc Lasgouttes
3833192776 update nynorsk l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8254 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-15 17:03:33 +00:00
Angus Leeming
d80377e089 No longer mention InsetMinipage in the po files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8252 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-15 11:41:20 +00:00
Angus Leeming
028edb795e Update POTFILES.in to reflect the current state.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8216 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-09 11:52:55 +00:00
Jean-Marc Lasgouttes
ab49553ba3 fix file order in lyx.pot
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8185 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-02 15:23:37 +00:00
Angus Leeming
6ba7f0c43f What is FormDocumentNew.C?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8161 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-30 17:42:07 +00:00
Jürgen Spitzmüller
2e1abd05a7 QVSpace dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8154 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-29 09:39:35 +00:00
Angus Leeming
48f7421140 The VSpace inset is now fully functional AFAICT.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8151 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-28 17:38:39 +00:00
Jean-Marc Lasgouttes
a1b23b2f07 fix generation of pot files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8131 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-24 18:01:48 +00:00
Jean-Marc Lasgouttes
bd3c961ace remove non-ascii characters from translatable strings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8113 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-21 11:38:17 +00:00
Martin Vermeer
59fefa0759 The Character Style and XML short element inset.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8078 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-12 14:38:26 +00:00
Jean-Marc Lasgouttes
a5d57d5511 create a resource list file for Display Postscript in lib/xfonts (forward port from 1.3.x)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8062 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-07 15:24:54 +00:00
Lars Gullik Bjønnes
c38370d1c3 the exception safety patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8020 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-03 17:47:28 +00:00
Lars Gullik Bjønnes
1d7a715329 more dispatch work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8001 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-29 13:24:57 +00:00
Jürgen Spitzmüller
4c3beeee65 qt branches: color fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7981 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-27 07:05:07 +00:00
Jürgen Spitzmüller
838ec5d986 qt branch support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7964 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-23 11:58:01 +00:00
Lars Gullik Bjønnes
87ca6fbbeb the dispatch patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7931 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-17 18:01:15 +00:00
Angus Leeming
dff822442a RenderButton, RenderGraphic and RenderPreview now have a common lineage.
Almost sane code ;-)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7894 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-10 21:08:55 +00:00
Lars Gullik Bjønnes
fc1437e74e Bug: 1025
2003-10-08  Lars Gullik Bj�nnes  <larsbj@gullik.net>

* text2.C (incrementItemDepth): new function, use a backtracking
algorithm to discover the correct item depth.
(resetEnumCounterIfNeeded): new function, use a backtracking
algorithm to discover if counter reset is needed.
(setCounter): use them. Simplify a bit. Add different labels for
different item depths for itemize.

* paragraph.C (Paragraph): remove initialization of enumdepth
(operator=): ditto

* paragraph.h: get rid of enumdepth, and use itemdepth both for
enumerate and itemize. Change the type of itemdepth to signed char.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7882 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-08 17:44:32 +00:00
Angus Leeming
fbd9df3dbb Forgotten ChangeLogs, whitespace and some unnecessary namespace stuff removed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7875 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-07 21:44:59 +00:00
Martin Vermeer
800c0dfc38 The Box patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7865 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-07 07:42:15 +00:00
Lars Gullik Bjønnes
44cd0fc9a1 The std::string mammoth path.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7862 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-06 15:43:21 +00:00
Lars Gullik Bjønnes
8d098dcb56 New debugstream.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7832 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-26 14:27:20 +00:00
Lars Gullik Bjønnes
08265598c5 some configure output changes, fix a new bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7798 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-21 16:02:54 +00:00
Lars Gullik Bjønnes
cd03e2b7db Get rid of lyxstring, remove usage of STRCONV.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7751 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-15 11:00:00 +00:00
Jean-Marc Lasgouttes
ccc118437a some files useful for MacOSX support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7720 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-09 15:12:56 +00:00
Lars Gullik Bjønnes
4f8690cc21 output paragraph position in state text
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7661 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-04 13:00:12 +00:00
Lars Gullik Bjønnes
f268743f8c The Gtk patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7632 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-02 10:29:05 +00:00
Lars Gullik Bjønnes
9d3229d5d7 Fix some zlib issues, use a temp file for lyx2lyx conversion.
Simplify some parts of file loading and insertion.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7631 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-02 08:26:20 +00:00
Lars Gullik Bjønnes
b881ed2d5a Use Buffer const reference in most placees possible.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7623 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-28 07:41:31 +00:00
Angus Leeming
495ba12545 (Michael Schmitt) update de.po.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7602 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-23 10:14:50 +00:00
André Pönitz
9823626b59 Michaels patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7568 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-18 12:57:30 +00:00
Martin Vermeer
fd6cd728a3 The 'Branches' mega-patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7560 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-17 11:28:23 +00:00
Angus Leeming
1c155241d8 Martin's changes to the Note inset.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7456 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-30 21:47:18 +00:00
Jean-Marc Lasgouttes
3261bad69e fix bug when reading bind files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7438 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-29 09:43:15 +00:00
José Matox
131eabe56c \layout -> \begin_layout and missing \end_layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7420 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-28 15:17:11 +00:00
Jean-Marc Lasgouttes
6f91069b50 fix writing of tabulars; output the real lyx version number at the top of generated files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7418 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-28 14:09:05 +00:00
Lars Gullik Bjønnes
a16c8a8759 zlib stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7405 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-27 23:40:08 +00:00
Angus Leeming
01403f7e71 *** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7364 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-26 18:17:48 +00:00
Jean-Marc Lasgouttes
c7f1fcdc65 towards saner frontends (?). Part II: the menubar (now it is possible to switch frontend without recompiling GUII code)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7361 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-25 21:34:45 +00:00
Lars Gullik Bjønnes
4ba8a4d6f6 the clone auto_ptr patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7356 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-25 17:11:25 +00:00
John Levon
6f2c9fd6b2 Aiksaurus 1.0 support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7345 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-22 15:23:35 +00:00
Angus Leeming
42942c285a (Michael Schmitt) Updated translations.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7325 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-21 08:00:53 +00:00
Angus Leeming
dd9cd9f751 (Michael Schmitt): fix the extraction of language names from lib/languages.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7324 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-21 07:48:59 +00:00
Jürgen Spitzmüller
dc85736c7f The QNote dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7280 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-15 12:48:24 +00:00
Jean-Marc Lasgouttes
0271e16afc fix pl.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7266 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-11 08:38:47 +00:00
Jean-Marc Lasgouttes
5c17c617f7 do not add non-exisitent icons in toolbar (qt); honor the LYX_DIR_14x variable; set LyX version in documents to 1.4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7204 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-23 13:18:56 +00:00
Angus Leeming
2b1a447714 Fix the texinfo dialog and associated cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7196 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-20 14:03:49 +00:00
Jean-Marc Lasgouttes
260e97342e compilation fix; audit and fix calls to cutSelection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7174 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-16 14:21:52 +00:00
Angus Leeming
ba01e80b7c Replace InsetButton and ButtonInset with a ButtonRenderer that can be
included as a member variable.
Enable InsetExternal to choose its renderer dynamically.
diffstat tells me
25 files changed, 627 insertions(+), 646 deletions(-)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7160 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 08:52:36 +00:00
Lars Gullik Bjønnes
309c18fbeb the current_view patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7140 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 14:39:45 +00:00
Angus Leeming
021369da29 (Michael Schmitt) Consider classic.ui etc. for the creation of pox/pot files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6997 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 09:38:59 +00:00
Jean-Marc Lasgouttes
44e50e1dcd update german l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6991 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-21 10:03:58 +00:00
Lars Gullik Bjønnes
4c16922aad shared-4.diff. Gui independant config.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6962 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-14 09:17:22 +00:00
Jean-Marc Lasgouttes
65416ed3ee fix sorting order
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6947 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-07 12:36:11 +00:00
Jean-Marc Lasgouttes
d65aa55131 do not write colors to prefs when they have not been changed (Bug 1069)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6901 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-30 15:11:25 +00:00
Jean-Marc Lasgouttes
1dcf372174 german and pocheck update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6898 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-30 14:16:24 +00:00
Jean-Marc Lasgouttes
be647db7c0 another pocheck update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6871 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-28 14:30:50 +00:00
Jean-Marc Lasgouttes
8acbaf9565 pocheck update from Michael
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6869 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-28 14:03:28 +00:00
Jean-Marc Lasgouttes
21f9037c77 update german l10n, add nynorsk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6796 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-14 13:23:03 +00:00
John Levon
4f8b5b4990 toolbar2.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6746 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-09 19:53:10 +00:00
Jean-Marc Lasgouttes
84588694c0 polish update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6736 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-08 09:05:51 +00:00
John Levon
eab9836ca2 fix quoting of " in .ui files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6649 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-30 17:28:24 +00:00
Lars Gullik Bjønnes
bd950a4c4e ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6588 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-26 15:55:52 +00:00
Lars Gullik Bjønnes
064714a102 Remove the BufferView* arg from almost all LyXText class functions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6519 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-17 16:25:00 +00:00
Lars Gullik Bjønnes
a915be94cb never ask for one past last
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6479 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-13 10:30:28 +00:00
Jean-Marc Lasgouttes
f791a6c4d1 new pocheck.pl script
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6419 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-10 12:57:57 +00:00
Lars Gullik Bjønnes
63e1ebc312 use ParagraphList::iterator a bit more
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6330 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-03 23:19:01 +00:00
Jean-Marc Lasgouttes
b4a440e1c2 fix generation of reLyX/noweb2lyx scripts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6280 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-26 14:25:45 +00:00
Jean-Marc Lasgouttes
b28a3d6836 document --with-frontend in INSTALL; fix writing of user email in pref; move some of john's changelogs where they belong
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6203 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-18 17:23:55 +00:00
Jean-Marc Lasgouttes
1d938e16c7 fix sort order of POTFILES.in
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6153 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-14 16:01:21 +00:00
Lars Gullik Bjønnes
99d1627a47 dont use pragma impementation and interface anymore
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6138 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-13 16:53:15 +00:00
John Levon
ae87b94515 The big change tracking patch. Changes from posted version :
1) abstract time_t into lyx::time_type
2) abstrace struct passwd into support/userinfo
3) make authorlist a per-buffer property instead of global

I will look at the paragraph breaking soon, in the meantime I opened a bug on bugzilla.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6074 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-08 19:18:01 +00:00
Lars Gullik Bjønnes
6fd8912368 remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6041 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-06 21:42:17 +00:00
Lars Gullik Bjønnes
072fa256d6 update no.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6036 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-05 23:14:07 +00:00
Angus Leeming
911f96d7cf 'Tighter spanish' from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6035 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-05 19:21:55 +00:00
Lars Gullik Bjønnes
8f3fbc2949 update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6023 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-04 10:02:53 +00:00
Jean-Marc Lasgouttes
9ac41a21c2 danish translation is 100% complete
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6022 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-03 15:36:28 +00:00
Angus Leeming
4e8c85febc updated translations from Zdenko Podobny and Tomasz Luczak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6021 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-03 14:28:45 +00:00
Angus Leeming
d225c8485b Alfredo's latest update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6018 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-02 21:38:40 +00:00
Angus Leeming
bb2a2f5d1f Michael's patch removing invalid email addresses.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6012 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-31 16:50:12 +00:00
Angus Leeming
edf8c9f811 Alfredo's update of es.po.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6011 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-31 16:44:51 +00:00
Lars Gullik Bjønnes
febb872436 remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6004 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-30 10:03:41 +00:00
Lars Gullik Bjønnes
2b6e5ee1ea small update of no.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6003 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-30 01:30:18 +00:00
Angus Leeming
df8a77437e Further tidy. More robust.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6002 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-29 16:29:28 +00:00
Angus Leeming
7e39ffbe40 bug fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6000 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-28 23:56:30 +00:00
Angus Leeming
9b30b913a4 Rewrite postats.sh to:
1. Not need the existence of a Makefile in order to run;
2. Not result in php warnings about uninitialised variables if any of the
   translated, fuzzy or untranslated strings are missing.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5999 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-28 23:39:57 +00:00
Angus Leeming
749286d8d1 msgfmt complains about a missing \n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5998 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-28 23:37:58 +00:00
Angus Leeming
8cf318bb55 Alfredo's latest update to es.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5997 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-28 19:21:50 +00:00
Jean-Marc Lasgouttes
a747e4e3a6 update finnish l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5996 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-28 09:11:20 +00:00
Angus Leeming
614aeecc10 make it generate conformant xhtml
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5995 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-27 21:02:04 +00:00
Angus Leeming
524964bcb4 Lars' patch to postats.sh fixes all but one of the errors found by
validator.w3.org, so I'm committing his patch.
Also update of Danish translation from Claus.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5993 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-27 16:15:19 +00:00
Angus Leeming
12faff56e7 Alfredo's update of es.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5992 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-27 15:41:28 +00:00
Angus Leeming
869c355da7 Ignore commented out entries in default.ui.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5991 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-27 12:30:25 +00:00
Angus Leeming
446cd663c5 Updated de.po from Michael.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5990 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-27 12:01:39 +00:00
Angus Leeming
0a058961f8 Alfredo's translations.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5989 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-26 23:02:33 +00:00
Angus Leeming
6744254894 Updated german translations from Michael.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5984 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-24 17:20:31 +00:00
Angus Leeming
dceadd40ed Michael's script to generate www.devel.lyx.org/i18n.php3.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5983 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-24 12:04:14 +00:00
Lars Gullik Bjønnes
d6d4c14706 remerge po files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5981 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-23 21:22:20 +00:00
Jean-Marc Lasgouttes
caa181e661 update from pauli
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5979 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-23 15:04:26 +00:00
Jean-Marc Lasgouttes
98f44fd8a5 forgot chagelog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5974 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-20 17:15:26 +00:00
Jean-Marc Lasgouttes
43338d13f5 update danish l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5973 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-20 17:13:15 +00:00
Jean-Marc Lasgouttes
bec72b880f update german l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5972 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-20 13:54:59 +00:00
Jean-Marc Lasgouttes
d040424561 finnish and german updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5957 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-15 09:26:01 +00:00
Lars Gullik Bjønnes
8833b65eef pre2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5952 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-14 01:19:55 +00:00
Lars Gullik Bjønnes
036fb43f9d remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5948 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 23:15:30 +00:00
Jean-Marc Lasgouttes
171d8796c7 agu/egs patches from martin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5945 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 16:52:20 +00:00
Lars Gullik Bjønnes
265a017728 forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5934 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-12 22:03:56 +00:00
Lars Gullik Bjønnes
a2e844af31 make distcheck work and remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5933 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-12 21:49:41 +00:00
Jean-Marc Lasgouttes
b3aa409152 update danish translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5929 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-10 10:19:30 +00:00
Jean-Marc Lasgouttes
12c2f4e984 fix cut/copy in tables; update fr.po and POTFILES.in
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5927 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-09 14:31:24 +00:00
Jean-Marc Lasgouttes
fda29b370a update from Michael
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5916 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-08 09:15:57 +00:00
Jean-Marc Lasgouttes
258adafea7 update from Claus Hindsgaul
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5900 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-02 14:37:25 +00:00
Jean-Marc Lasgouttes
79e8564fee update from M. Schmitt
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5899 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-02 11:44:47 +00:00
Jean-Marc Lasgouttes
b1e1c598c4 remove extra spaces; fix error message with xforms menus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5893 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-26 14:14:29 +00:00
Jean-Marc Lasgouttes
4d4874704b update spanish translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5890 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-23 14:00:37 +00:00
Lars Gullik Bjønnes
f32f44b0d7 more de.po updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5889 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-22 22:48:15 +00:00
Lars Gullik Bjønnes
c75cd5bee3 remerge, fix stuff and commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5877 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-19 18:14:41 +00:00
Jean-Marc Lasgouttes
be052302d8 update de.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5872 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-19 11:03:59 +00:00
Jean-Marc Lasgouttes
fec072f968 remove preamble and tooltips menu entries on qt2; small compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5855 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 14:24:32 +00:00
Lars Gullik Bjønnes
61a9ea079b update no.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5843 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 17:39:39 +00:00
Lars Gullik Bjønnes
e3188e8869 de.po updated
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5840 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 12:31:43 +00:00
Lars Gullik Bjønnes
179ae3e843 fix stupid leftover
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5836 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 00:04:39 +00:00
Lars Gullik Bjønnes
6d6a742833 remerge the po files with lyx.pot
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5833 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 23:14:55 +00:00
Lars Gullik Bjønnes
da5a42a841 dont use a tmp file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5832 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 23:10:34 +00:00
Lars Gullik Bjønnes
4c180ccef6 fix a qt extraction bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5831 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 22:56:32 +00:00
Lars Gullik Bjønnes
e0902a5679 pot file generation changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5829 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 22:02:10 +00:00
Lars Gullik Bjønnes
906052a19b update de.po from Michael Schmitt
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5826 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 15:15:53 +00:00
Lars Gullik Bjønnes
f138892b9c add targets for l10n extraction
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5793 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-09 00:45:06 +00:00
Lars Gullik Bjønnes
0cb6ceabf8 da po updated
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5787 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-08 16:57:01 +00:00
Jean-Marc Lasgouttes
5a6845779e remove support for epsi; fix size of insetnote button
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5776 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-04 13:26:55 +00:00
Lars Gullik Bjønnes
7f262a2432 remerge and small update to no.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5764 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-02 18:47:19 +00:00
Jean-Marc Lasgouttes
61fa03aeae fix bug 662 (remove accent-vector)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5750 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-29 13:22:38 +00:00
Lars Gullik Bjønnes
525a57ac01 update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5722 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-26 17:47:13 +00:00
Lars Gullik Bjønnes
267e4d92ea update no.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5714 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-25 17:56:48 +00:00
Lars Gullik Bjønnes
205aeb8d73 remerge and update no.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5708 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-25 01:51:46 +00:00
Lars Gullik Bjønnes
1b0cfa4381 remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5696 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-21 21:23:19 +00:00
Lars Gullik Bjønnes
b016d9d773 use boost::format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5694 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-21 18:33:09 +00:00
Lars Gullik Bjønnes
6a1167adab STRCONV
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5573 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-04 02:12:42 +00:00
Lars Gullik Bjønnes
dd9b8de435 small changes
prepare for the STRINGCONV patch


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5572 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-04 00:15:56 +00:00
Jean-Marc Lasgouttes
a9510d9432 small changes to autogen.sh and xforms_helpers suggested by rob lahaye
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5374 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-09 14:38:18 +00:00
Jean-Marc Lasgouttes
0bd9a0a81e fix extension problem for filenames with dots
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5254 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-10 16:04:10 +00:00
Jürgen Vigna
b093dab69b Fixed the selection problem for insettext/insettabular John reported
(as promised ;)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5162 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 08:04:22 +00:00
John Levon
6af5ac769a Rob's followup (nr. 1 ;)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5127 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-27 20:30:20 +00:00
Jean-Marc Lasgouttes
a0d71b53fe move floatlist to textclass
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5124 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-27 15:51:19 +00:00
Lars Gullik Bjønnes
a4d47c3448 compile fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5110 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-26 11:27:37 +00:00
Jean-Marc Lasgouttes
11953d3734 the optional argument patch from martin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5079 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-23 09:05:32 +00:00
Lars Gullik Bjønnes
38b325846c move breakParagraph and breakParagraphConservative out of Paragraph
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5043 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-20 19:41:13 +00:00
Jean-Marc Lasgouttes
1776a3d0af fix bug 568
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5028 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-20 11:14:46 +00:00
John Levon
cf0b2ab5ae remove xforms check from qt config
fix build


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4982 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 21:22:29 +00:00
Jean-Marc Lasgouttes
421e40c038 fix encoding
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4952 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-13 10:27:28 +00:00
Lars Gullik Bjønnes
2266b53c87 handle 2.13 and 2.53
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4894 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-07 22:45:38 +00:00
Lars Gullik Bjønnes
e39935204d remove some unneeded version of functions from lstrings,
some gcc 3.2. minor compile fixes.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4800 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-28 18:13:51 +00:00
Jean-Marc Lasgouttes
7086f52fc8 small unimportant cleanups
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4723 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-20 15:25:41 +00:00
Jean-Marc Lasgouttes
f6fa515491 toggleInset improvement; make lyxpreview work out of the box (?); apply aspect ratio patch, with a part disabled (angus, help!)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4714 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-19 21:44:14 +00:00
Jean-Marc Lasgouttes
acb4e0a1d3 fix compilation; remove cruft in configure script (I may have removed too much, but we will readd them if needed)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4695 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 21:14:04 +00:00
Jean-Marc Lasgouttes
72a19def29 better support for keypad keys
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4592 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-10 15:03:25 +00:00
Lars Gullik Bjønnes
de236c41d8 Changes to make RH-7.3 be able to run lyx.
Also changes to make gcc 3.1 compiled lyx exit cleanly after
above changes.

Move operator== out out InsetCommandParams.

Change some signals in GraphicsImage to function instead.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4535 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-04 17:45:35 +00:00
Jean-Marc Lasgouttes
3fac52583e fix 459; support epsi and fig formats; fix bug in hu.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4527 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-04 09:58:16 +00:00
Jean-Marc Lasgouttes
64f38ce0cb better cyrillic languages support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4525 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-03 14:18:32 +00:00
Jean-Marc Lasgouttes
4e2dae89d2 fix latex output for graphics file names containing "."; partly fix 381
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4508 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-01 14:31:57 +00:00
Lars Gullik Bjønnes
4db18ce050 portoaddons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4472 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-24 22:24:57 +00:00
Lars Gullik Bjønnes
65d4b13616 layout as layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4471 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-24 20:28:12 +00:00
Jean-Marc Lasgouttes
35de4638f7 fix flimage.h handling; xpm format patch from herbert; math delim drawing patch from martin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4382 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-12 14:21:58 +00:00
Jean-Marc Lasgouttes
d7a98e8bb8 update russian l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4363 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-11 13:13:07 +00:00
Lars Gullik Bjønnes
7eb5643f4f 2002-06-03 Lars Gullik Bj�nnes <larsbj@birdstep.com>
* configure.in: remove LYX_REGEX call

2002-06-03  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

* libs/regex/src/Makefile.am: only compile the source files that
we actually have to.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4329 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-03 18:58:50 +00:00
Jean-Marc Lasgouttes
c3f9ef4313 fix bug 391, parrot patch from herbert
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4313 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-31 12:17:28 +00:00
Lars Gullik Bjønnes
837e4e597c da.po update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4277 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-29 15:16:52 +00:00
Lars Gullik Bjønnes
6352b88f9f add the boost signals librarys source files, and compile the libboostsignals.la library
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4209 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-26 13:02:17 +00:00
Jürgen Vigna
20d61473cc Enable compilation with lyxstring again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4198 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-24 10:39:34 +00:00
Lars Gullik Bjønnes
00addb46c3 merge po files with lyx.pot
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4167 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-15 22:56:59 +00:00
Lars Gullik Bjønnes
152ccdf274 da.po update from Claus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4158 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-14 09:32:16 +00:00
Lars Gullik Bjønnes
d570c8dab8 update from Helge Hafting
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4136 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-07 12:36:55 +00:00
Lars Gullik Bjønnes
b5d8b10c9f remerge with lyx.pot
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4127 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-03 20:37:46 +00:00
Lars Gullik Bjønnes
04dbc33c97 danish updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4126 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-03 18:34:48 +00:00
Jean-Marc Lasgouttes
ec18ff30ad it seems I still have karma, so here is a small finnish doc update!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4121 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-02 22:32:21 +00:00
Angus Leeming
ae167d7459 (Adrien Rebollo): French po file update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4114 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-02 11:21:06 +00:00
Lars Gullik Bjønnes
80fdae686b new de.po file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4093 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-30 10:19:24 +00:00
Lars Gullik Bjønnes
89fe0a8461 remerge with lyx.pot
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4074 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-26 10:18:40 +00:00
Lars Gullik Bjønnes
14e9550f3c small update to no.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4068 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-25 09:03:29 +00:00
Lars Gullik Bjønnes
4200fd4a6f update da.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4067 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-25 09:01:16 +00:00
Lars Gullik Bjønnes
8ce18ac0cd merge with lyx.pot
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4057 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-24 15:42:27 +00:00
Lars Gullik Bjønnes
3f61de71f9 merge po files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4047 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-23 17:30:28 +00:00
Jürgen Vigna
ba79607927 Simplified code and don't enter inset on cursor down/up while we are selecting.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4013 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-17 08:34:59 +00:00
Lars Gullik Bjønnes
893eab90a2 remerge po files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4010 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-16 21:59:48 +00:00
Lars Gullik Bjønnes
bf26b2a519 update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3996 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-15 13:25:49 +00:00
Jean-Marc Lasgouttes
5b787c3c33 update fi.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3993 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-15 09:02:35 +00:00
Lars Gullik Bjønnes
3bb410a347 update da.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3964 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-11 08:27:38 +00:00
Lars Gullik Bjønnes
a77224a3e1 update put revision
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3942 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-08 09:32:30 +00:00
Lars Gullik Bjønnes
f2d171fc9c update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3935 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-07 17:51:23 +00:00
Lars Gullik Bjønnes
89935da2d0 pot-revision date
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3929 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-07 15:27:45 +00:00
Lars Gullik Bjønnes
a98db037fb update pot creation cate
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3924 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-06 16:07:47 +00:00
Lars Gullik Bjønnes
96baa149c3 remerge the po files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3915 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-06 11:17:48 +00:00
Jean-Marc Lasgouttes
cfd441248e update README file for translators
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3908 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-05 10:29:23 +00:00
Allan Rae
567dfee6a0 make .po.pox work when builddir != srcdir
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3894 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-04 06:30:34 +00:00