summaryrefslogtreecommitdiff
path: root/editors/lyx-qt/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2009-10-16Remove editors/lyx-qt, editors/lyx15, editors/lyx-xforms.reed1-9/+0
I added editors/lyx. It should load all old documents. Also xforms has not been supported for a long time.
2007-08-13make sure the configure.py script finds the right Python interpreter,drochner1-1/+2
ride on recent update
2007-08-11Include buildlink for qt3-libs also.reed1-4/+4
Upgrade to 1.4.5.1. This is the maintenance release and is expected to be last 1.4.x release. Too many changes to list here. "Besides the obligatory bug fixes, its main feature is the ability to read filescreated by LyX 1.5.0 (this feature requires python 2.3.4 or later)." (1.4.5 was not released). The 1.4.4 release had these new features: - Outline support: it is now possible to move around parts of documents in the Table of Contents dialog. - Add new UI settings default-autotoolbars and default-alltoolbars allowing to select what toolbars are active or shown automatically. - Improved documentation. - Speed improvments, especially on windows. (See lyx.org website to see all changes.)
2006-11-10Update to version 1.4.3.reed1-4/+4
Also replace "python" with real path to python in more files. NOTE: this is not complete a few more files still have "python" hard-coded. The release notes says: "This is a bug fix release that improves stability and MS Windows support. Notable new features include: * The windows port does not need a MSys (unix-like tools) installation anymore. * A new function inset-dissolve has been added to delete an text inset and put its contents in the enclosing text; this can be accessed (like in the math editor) by pressing Backspace at the start of an inset, or Delete at the end. * Many crashes have been fixed, in particular for systems based on gcc 4.1. All current 1.4.x users are encouraged to upgrade to this version."
2006-10-17Fix "test =="markd1-1/+2
2006-07-23Update to 1.4.2.reed1-6/+4
New features include: * A new function buffer-toggle-compression (and corresponding entry in the Document menu) has been added to change whether the file will be compressed on disk or not. * A "LaTeX (pdflatex)" output format has been added. This new output format produces .tex files that are suitable for pdflatex, including figure conversion to png, pdf or jpeg instead of eps. Changelog is at http://www.lyx.org/announce/1_4_2.txt MESSAGE updated for new user interface. gtar not needed to extract. (Note that the xforms version was not tested.)
2006-04-18This is an update to lyx 1.4.1. The jump from 1.3.x to 1.4 isreed1-9/+7
huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt and http://www.lyx.org/announce/1_4_1.txt This adds a different interface, change tracking, character styles new tex2lyx (instead of reLyX) and a lot more. Pkgsrc changes include: DESCR -- remove the word "New" since it is not new. Improve COMMENT. makepsres tool not used anymore. New python scripts. Remove post-install target for texmf files as now done via normal install. patch-ah removed -- already integrated. patch-ai removed -- reLyX was removed. patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild between build and install steps -- need to check this.) patch-ac added for sys./time.h needed; already in lyx development version. (I did this update last week and tested on Linux, NetBSD and DragonFly and havce been using on NetBSD.)
2006-04-07Do not create a directory for tex files, because they are installed inminskim1-2/+2
PKG_LOCALTEXMFPREFIX.
2006-01-18Update lyx to lyx-1.3.7.reed1-11/+7
Verified that this works without qt3-tools so remove that comment and BUILDLINK_DEPMETHOD for that. (Now defaults to build only.) Add another download mirror. Use bzipped tar file. Update PLIST to add "hu" locale file, compiled python code, and other updates. And use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX for the dirrm. Removed three patches related to DragonFly and other patch for a bug fix as all are now fixed in official release. Updated patch-ab. The official release removed the unlock() so still coredumps on NetBSD without this patch. And regenerated two other patches as lines didn't line up anymore. And remove PKGREVISION from Makefiles. (Note I did not test "xforms" version.) Changes include: ** Updates - Update lyx2lyx to handle properly the latest LyX 1.4 format (245). - New hungarian translation. Update Spanish translation. - Update German documentation. ** Bug fixes * Document input/output: - Don't load the wasysym package automatically anymore (bug 1942) - Fix crash with S-Home while entering a macro name (bug 2046) - Do not delete selection when entering an index entry. - Fix LaTeX output when a bibtex inset is used in a child document. - Support tex4ht for Tex -> MS Word conversion - Support the previewers kdvi, kpdf, and kghostview * User Interface: - Fix wrong path when drag-and-dropping files on Windows. [Qt only] - Fix interaction of LyX with external clipboard (e.g. Klipper) (bug 1976). - Ensure that no dialogs have one shortcut assigned to more than one action. Always connect the OK button to the Alt-O shortcut. [Qt only] - Ensure that the user cannot create a reference without first selecting one in the reference dialog. [Qt only]. - The Return key is no longer bound to the Goto button in the reference dialog. [Qt only]. - Double clicking in the reference dialog now inserts a reference (bug 2187) [Qt only]. - Searching backwards in the citation dialog always skipped one result (bug 2002). Fixed now. - Do not trim spaces from either end of the find and replace strings in the Edit->Find & Replace... dialog. [XForms only]. - Fix crash when trying to display current directory and ${HOME} is empty. - Don't force alignment to BLOCK when switching to fixed width cell (bug 1840). - Add key bindings for "primary-selection-paste". - Fix some math key sequences for sciword.bind. - On exit, don't attempt to unlock a mutex in the Qt library --- it causes undefined behaviour and leads to a crash on NetBSD. - Enable Instant Preview to work if the path to the external GhostScript executable contains spaces. (bug 2193). - The error/warning/confirmation dialogs aren't hidden behind the main window anymore [Qt only] (bug 1977). * Configuration/Installation: - Enable TeXFiles.sh to run when its path contains spaces. - Compile without STL compatibility support, since some systems do that by default (Slackware, for ex.). [Qt only] - Fix compilation with gcc 2.95 under OSX 10.4. This is useful because LyX crashes on startup when compiled with gcc3. - Fix compilation with Solaris/x86 (bug 992). - Enable compilation of LyX on DragonFly BSD. - Add missing cygwin support file in the distribution (bug 2035). - Enable Windows boxes to recognize the hard-coded paths needed to run LyX from the build tree.
2005-11-18Use the new print/teTeX/module.mk framework and installreed1-1/+2
the tex files to ${PKG_TEXMFPREFIX}/tex/latex/lyx/. This makes it so the latex recognizes these available classes/styles. I noticed that previously cv (curriculum vitae) was not recognized, but now it is available. Bumped PKGREVISION.
2005-11-18Add support for DragonFly. This is in the "boost" libraries.reed1-1/+4
This was fixed upstream for "boost" also.
2005-11-16Add patch so on NetBSD, it will not core dump on exit.reed1-1/+2
According to trolltech's support, the QT code for Lyx was done wrong and so the locked() doesn't return with true and so the unlock() is never done causing NetBSD's Error detected by libpthread: Destroying locked mutex. I contacted lyx developers about this several times. This is for PR 26454.
2005-07-19update to 1.3.6drochner1-5/+6
changes: bugfixes, in particular: * It is now possible to typeset files which reside in a directory with spaces in its name; this requires a modern TeX implementation (such as teTeX 3.0). * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and <opt><shift>-tab with LyX/Mac) to switch between the open documents. * LaTeX-type accents, ligature breaks and hyphenation marks are now considered as part of words
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2005-01-04When configuring reLyX use the value of PERL that is passed in rathermarkd1-1/+2
than trying to work it out again (badly). Fixes the build problems seen in the bulk builds. OK'ed by maintainer.
2004-12-21Updated lyx-qt and lyx-xforms to 1.3.5martti1-9/+4
This is mainly a bugfix release, with few notable user-visible improvements. However, we would like to highlight two fixes in particular: * Nested documents (with Insert>Include File...), which have been broken since LyX 1.2.0, should now work properly, including the case where the files are in different directories. * It is now possible to compile LyX with gcc 3.4.
2004-05-29Backported correction from HEAD to correct problem that package does not ↵shannonjr1-1/+8
compile with gcc 3.4.0. The patches were those submitted in PR 25695
2004-03-17Updated lyx-xforms and lyx-qt to 1.3.4martti1-3/+3
* It adds support for old files from LyX 0.10.x or 0.12.x; * Lyx documents can now be opened and edited even if they use text classes not present in your latex installation; * New Qt features have been added (improved selection, drag-and-drop); * Mac OS X support is much improved; * The interface and documentation localization have been polished.
2003-09-26Update to 1.3.3recht1-3/+3
Remove dependency on ispell since it can be installed at any time later. Adapted changes to CXXFLAGS from LyX's configure script and downgrade optimizations only for archs where gcc is known to produce broken code for >= -02. What's new ========== ** Updates - add basic support for the memoir class - add Proof layout to elsart class and get sections to be numbered - make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX) - add a bit of documentation of the AGU journals support in the Extended manual; small tweaks to the english documentation; german documentation overhaul; french documentation and examples update - completely new italian localization; french, german, russian and slovenian localization updates ** Bug fixes - fix possible crash when changing text class [bug #1050] - fix language setting when switching textclass - fix math bug where formulas containing for example a \prettyref would not be parsed correctly [bug #1126] - speed up conversion of large old files on some systems - fix bad conversion of tables from LyX 1.0 [bug #1045] - convert old files (0.11 series) correctly, suppressing space between number and units [bug #763] - fix docbook export with nested environments [bug #821] - output newline and hfill correctly in docbook [bug #1148] - when pressing delete or backspace over a selection, do not modify the clipboard [bug #1049] - when inserting a float or a note over a selection, make sure that the insets and font changes in the selection are correctly kept (note however that doing this now modifies the clipboard) - clean-up properly after completed graphics conversion processes. - enable graphics conversion using the default convertDefault.sh converter when exporting, even if convertDefault.sh is not executable. - work around a Qt 3.1.2 bug with the environment combo box [bug #1136] - fix bug where browsing for files in graphics inset would always return an absolute path [bug #1028, Qt only] - do not write in preference file the colors which are still at their default value [bug #1069, Qt only] - fix loading of symbol fonts [Qt 3.2.0 only] - fix loading of symbol fonts on solaris - fix the math panel symbols [Qt 3.2.0 only] - do not reset natbib style when adding a new entry to a citation [Qt only] - allow insertion of width strings like "2.5in" into tabular dialog [Qt only] - fix some cases where the View>TeX information dialog would get confused because the same file gets listed several times - remove annoying message on console when LyX tries to make TeX fonts available to the X server - it was not possible to view the french versions of the Extended and Customization manual. - the lib/configure script now works correctly with zsh [bug #977] - add missing c_str.sed file in the distribution - hopefully really fix problems with patch requiring aclocal-1.6 - fix compilation on HP-UX 11.x - do not report failed inlining when compiling with gcc - fix compilation with new development versions of xforms - fix compilation with AikSaurus 1.0
2003-05-09Updated lyx to 1.3.2martti1-4/+3
* the spellchecker code has been overhauled and many bugs have been squashed * many small bugs in the Qt frontend have been fixed * several languages now benefit from an improved translation of the user interface
2003-03-22Initial import of lyx-qt, version 1.3.1:jmmv1-0/+6
LyX is a wordprocessor frontend to LaTeX, which gives both the ease-of-use of a wordprocessor, and the flexibility and power of LaTeX. Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. Fixes part of PR pkg/20805 by Marc Recht.