Commit Graph

721 Commits

Author SHA1 Message Date
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