summaryrefslogtreecommitdiff
path: root/misc/koffice
AgeCommit message (Collapse)AuthorFilesLines
2005-07-25Fix a comment that made make report:kristerw1-3/+4
Unassociated shell command "# on NetBSD 1.6"
2005-07-25Update to koffice 1.4.1markd3-25/+19
Changes (from 1.4.0a some already in 1.4.0b) KOfficeCore: * OASIS loading/saving fix for embedded objects * Fix crash when pressing Quit in the initial startup dialog * Fix the handling of Automatically select filename extension when directory was selected KOffice UI: * Fix typing a URL in startup dialog and clicking OK; the URL wasn't loaded * Fix "Always start X with this template" behaving as if it was checked when it wasn't KOffice Workspace: * Has an icon, finally :) KWord * Fix crash when updating a TOC with a table inside it * Fixes for OASIS OpenDocument support KPresenter * Fix painting shadows of all 2D shapes * Fixed "copy-page has a little offset for embedded objects" * OASIS OpenDocument fixes for polyline, polygon and regular-polygon KSpread * Fix crash related to obscured cells in rendering code Krita * Fix bugs * Move the layers palette to the control box docker, so there's one docker less on screen * Add shortcut keys for many more actions (Thanks to Alan) * Various performance optimizations * On selecting the crop tool when there is a selections present, crop * Crop layer on double click * Improved .psd loading Kexi * Fix compilation using gcc on some platforms * Fix crash on startup when Kexi is started from K Menu * Form widgets: shadow in label widgets is properly set for altered indenting, margins and alignment
2005-07-17Update koffice to 1.4.0bmarkd2-2/+9
1.4.0b Changes since 1.4.0a * Crash when pressing Quit on startup * KSpread crashes when rendering obscured cells * KWord crash when updating TOC with table inside of it * Revised OASIS saving in KSpread * Revised OASIS support in KPresenter * Many improvements and bugfixes in Krita and Kexi. * Various other bugfixes.
2005-07-17Remove patch file that should have gone with the last update.markd4-15/+24
Fix build on NetBSD 1.6: 1.6's tar misnamed a file when unpacking (!?) so fix up if this happens. g++'s vector template doesn't have an at() method but what we actually want is back() (which it does have) so use it.
2005-06-27Update koffice to version 1.4.0amarkd14-296/+1318
The principal improvements over KOffice 1.3 are: * Krita: Krita is an image editor and paint application with a wide range of applications, from photo editing to the creation of original artwork. Sporting a clear and uncluttered interface (for a paint app...) it makes the features it delivers accessible and intuitive to use. This is the first public release of Krita and while it provides a coherent set of features, it is only the first stepping stone towards a flexible paint application for artists and image editors. * Kexi. KOffice 1.4 is the first official release to include Kexi. Kexi is an integrated environment for creating and managing databases. It can be used for creating database schemas; inserting data; performing queries, and processing data. Forms can be created to provide a custom interface to your data. All database objects - tables, queries and forms - are stored in the database, making it easy to share databases. Kexi is considered as a long awaited Open Source competitor for MS Access, Filemaker and Oracle Forms. Its development is motivated by the lack of Rapid Application Development (RAD) tools for database systems that are sufficiently powerful, inexpensive, open standards driven and portable across many OSes and hardware platforms. * OASIS OpenDocument support: Most KOffice applications now support the OASIS OpenDocument file format. KOffice developer David Faure is part of the OASIS technical committee and was able to participate in the discussions that led to the creation of this standard file format. * KWord (Word Processor): o rewritten spell-checking support which is much faster and solves many problems (e.g. KOffice-1.3's right-click-menu sometimes hanging); with aspell, spell-checking is available in more than 70 languages. o word completion with tooltip; o a new WordPerfect import filter, based on an external library, libwpd; * KPresenter (Presentation Tool): o a master page concept; o reworked dialogs (property editor, object and page effects); and o customizable slide order and selection for slide show. * KSpread (Spreadsheet): o Support for right-to-left spreadsheets; o much improved value parsing and formatting; o a calendar plug-in; o additional options for cell validity, 5 new functions, and o a new Microsoft Excel import filter. * KChart (Graph and chart drawing tool): o New, much improved, data editor; o linear or logarithmic scale; o printing support; o support for data as rows or columns; and o export to PNG and SVG formats. * Kivio (Flow-charting application): o New stencils: Nassi Schneiderman; o a docker for adding stencils to the document; o a tool for adding connector targets to stencils; and o a poly-line connector.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-18Remove Linux work-around for bug noted in PR #25402 from artsreed1-8/+1
and koffice build. And do in meta-pkgs/kde3/kde3.mk as suggested by maintainer, markd. It helps with builds on Linux for kdegraphics3, libkipi, gwenview, kdelibs3, kdebase3, arts, and many other KDE-based packages on Linux. (It was not needed for kile, but will be used.) Thank you, Torsten Harenberg for testing many packages such as kdenetwork, kdegames, kdepim, kdemultimedia. I still don't know what the correct fix is for PR #25402.
2005-05-18Add missing @dirrm.markd1-1/+2
Pointed out by Jeremy C. Reed
2005-05-12For Linux, usereed1-1/+8
BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined to workaround bug noted in PR #25402
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-21latest xpdf vulnerability as it occurs in kword pdf import filter.markd3-3/+21
http://www.kde.org/info/security/advisory-20050120-1.txt Bump PKGREVISION.
2005-01-09Package builds with latest version of Python.darcy1-2/+2
2004-12-30Add patches to address the latest xpdf security issue in the PDF importmarkd4-3/+48
filter. Bump PKGREVISION.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed2-4/+4
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-24Bump PKGREVISION for aspell dependency update.wiz1-1/+2
2004-11-23Update to koffice 1.3.5markd4-93/+8
Changes: KWord * Fix image inserting * Fixes when changing properties of multiple frames at once. Also allow changing "protect-size" for multiple frames. KPresenter * Ignore sticky objects when duplicating a page KSpread * Fix un-merging of cells Filters KWord's PDF Import Filter * SECURITY: more robust fix for the integer overflow vulnerability [was already in pkgsrc pkg] KPresenter's OpenOffice.org Impress Export Filter * Export Group object * Export Text Vertical Alignment * Export Text Margins * Fix "KPresenter export bad horizontal lines in Open Office" * Fix export vertical line
2004-11-02Improved integer overflow fix for KWord's PDF import filter. Officialmarkd4-2/+87
koffice patch. Bump PKGREVISION.
2004-10-28Update to koffice 1.3.4markd3-10/+17
Changes: KOffice Libraries KOfficeUI * Compile again with Qt 3.1 KPresenter * Compile again with KDE 3.1 * Fix crash in history of group/ungroup commands * Fix loading and saving of picture objects marked "sticky" KSpread * Make the Control-C key work again * Make columns and rows that are not on the top-left side of a sheet sizable again. * Fix painting of the gridlines, when a row or column is resized. KChart * Fix pressing Enter in the Data Editor Filters KWord's OpenOffice.org Writer Export Filter * Fix auto-justification KWord's RTF Import Filter * Temporary fix to avoid empty font names KWord's PDF Import Filter * SECURITY: fix the integer overflow vulnerability * Fix for compiling with --enable-final KPresenter's OpenOffice.org Impress Export Filter * In formulas, convert the decimal symbol used by the locale KFormula's MathML Import Filter * Make the import filter work again KFormula's MathML Export Filter * Fix the invisible multiply operator
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-273/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update koffice to 1.3.3markd2-8/+8
Changes: KOffice Libraries KOfficeCore: * Support MS-DOS EPS files directly without stripping them internally. * Display errors when the part cannot be loaded - e.g. due to an undefined symbol. This fixes the long-standing "program exits with error code 1 and no warning" problem. KOfficeUI: * Fixed initial active tab in the opening dialog, to also remember when "Open Recent File" was used last. KoText library features (shared between KWord and KPresenter): * Fixed date format not available for some date variables * Match words to auto-correct in a case-sensitive way to allow entries to have upper case letters. * Do not use a different size for bullets/numbers in front of paragraphs starting with bold or italic. * Fixed copy/pasting of lines containing tabs (not all lines would be pasted) * Indic/Malayalam support, with thanks to Rajeev J Sebastian. All Applications * Fixed handling of remote KOffice files in Konqueror. * Fixed race condition when using dcopstart. KWord * Fix all 3 style menus for any translation * Fix loading of tabulators in old KWord documents * Restart numbering starting a new list KSpread * Fix special paste from cell with formula * Fix "Expense Report" template * Fix untranslatable strings in function descriptions Filters KWord's OOWriter export filter: * Fix generation of spaces KPresenter's OOImpress import filter: * Fix crash when we load presentation background page * Import help line * Import animation order * Import setting * Import transparency for object KPresenter's OOImpress export filter: * Export settings into settings.xml (Snap drawing line) * Fix generate list of picture * Export transparency attribute * Fix header into content.xml KSpread's OOCalc export filter: * Fix save manifest.xml into META-INF/ * Implement save settings into settings.xml (active table, cursor position) KSpread's GNUmeric export filter: * Fix writting * Generate UTF-8 * Fix export of sheets with more than 255 rows or columns KSpread's MS Excel import filter: * Fix generating numbers, especially if the decimal symbol is a comma KSpread's CSV export filter: * Fix export of sheets with more than 255 rows or columns KSpread's HTML export filter: * Fix export of sheets with more than 255 rows or columns
2004-07-09Update to koffice 1.3.2markd3-13/+9
KOffice Libraries KOfficeCore: * Give the backup file the same permissions as the original file * Save window settings also when using File/Close KOfficeUI: * Improved unit widgets KoText library features (shared between KWord and KPresenter): * Changing a style in the style manager remembered a wrong "following style", so later changes in the style manager wouldn't propagate correctly * Fixed wrong position of suffix in numbered right-to-left paragraphs * Fixed formatting bug, where an inline formula or any other big character after the paragraph counter, would make the paragraph counter disappear * Fixed wrong alignment when using numbered paragraphs and a tab as first character * Added newParagraph DCOP call (see this short howto) KWord * Fixed wrong printing of frame borders due to excessive clipping * Turning off the "Create backup file" option now works. KPresenter * Fixed crash in infinite loop presentation mode when first slide is not shown * Fixed show the duration for the correct page if not all slides are shown * Fixes for vertical alignment of text inside text objects. * Fixed bug export web presentation into network * Turning off the "Create backup file" option now works. KSpread * Fix condition cell attribute (multi condition) * Fix (KSpread SEXDEC parse error) * Fix enable/disable action into validation dialogbox * Fix disable/enable "show table" menu item * Fix crash when viewing a KSpread document in Konqueror KChart * Fix crash bug Karbon * Fixed bug "Unable to close or fill bezier curves" * Fixed bug "new objects do not appear immediately in layers list" * Fixed bug "changing zoom setting freezes application" Filters KWord's RTF import filter: * Avoid crashing if more cells are defined than declared on a row * Allow ampersands in font names KPresenter's OOImpress import filter: * Import rotate object * Fix load end/start line * Import hide/show slide * Import randow page effect * Import duration slide transition * Import sticky objects * Fix allow to load template file * Fix import background style KPresenter's OOImpress export filter: * Export polygone/polyline object * Export pie/chord/arc object * Export rotate object * Export object name * Export picture object KSpread's OOCalc import filter: * Import support for protect document * Fix import template document * Import load print attribute * Import validation attribute * Import column width * Import text indent * Fix import note with multiline KSpread's OOCalc export filter: * Fix export header/footer * Export print range * Fix export don't print cell Karbon's EPS filter: * Fix parsing of boundingbox in the presence of "%ALDBoundingBox"
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-1/+2
2004-05-04Update koffice to 1.3.1markd4-19/+36
Changes: KOfficeCore: * Changed .desktop file setup so that changes to the K menu structure, to file-program associations, or other distribution customizations cannot prevent KOffice applications from starting. * Fixed parsing of number+unit, due to change in Qt 3.3. Fixes problems when opening OOWriter documents in particular. * Don't show the filter dialog when generating thumbnails * Improved error handling to catch "partition full" problems. KOfficeUI: * Fix overwriting of templates * Fix loading icons when creating templates * Allow template icons up to 64x64 instead of 60x60 and scale better if too big KoText library features (shared between KWord and KPresenter): * Date variables for printing-date, last-modified, and creation-date were not loaded correctly. * Background spellchecking works again * Fixed crash during background spellchecking (refcounting of formats) * Fixed race condition during background spellchecking (leading to misplaced red underlines) * Repaint paragraph after bg spell checking, in all cases (errors or not), otherwise newly-added-to-the-dictionary words were still red-underlined * Fixed hyphenation checkbox not correctly set in font dialog * Fixed wrong hyphenation in many cases, due to wrong word sent to hyphenation engine * Font dialog usability: turn radiobuttons superscript/subscript into checkboxes to make it possible to deactivate both. * Usability in style dialog: when creating a new style, select it as the 'next style' for itself * Allow decimal values in "multiple" (proportional) linespacing. * Fixed wrong left margin on multiline paragraphs with a counter. KWord * Fixed "add bookmark" for the case where there's no selection * Keep bookmark valid after deleting its paragraph * Usability improvements in "select bookmark" dialog * Fixed drawing of borders for copied frames (e.g. header/footers) * Fixed "text doesn't immediately run around copied frame on new page" * Fixed crash when activating text view mode and there's no text frameset * Allow to save custom shortcuts for 'insert variable' actions * Fixed crash when undoing a paste action * Fixed crash related to tables and deleting frames * Fixed crash when pasting plain text over a selection * Fixed wrong conversion of values in config dialog when switching units KPresenter * Fixed possible crash in presentation mode if not all slides are shown * Fixed wrong clipping of fullscreen presentation * Fixed show the duration for the correct page if not all slides are shown * Fixed crash in infinite loop presentation mode when first slide is not shown * Fixed speed of automatic presentation (it was reversed) * Fixed wrong positioning of text when using "Vertical Alignment" * Fixed redrawing of lines in drawing mode in case of a repaint event * Save HTML Slideshow export settings does not add extension to filenames * If a page is shown more than once during a presentation, add the time for the duration instead of showing only the last duration. KSpread * undo not working after deleting multiple cells * fixed crash when opening a file over the network Kivio * Add missing code to make the 'Crop picture to edges' option in the page export dialog work. * Fixed painting bug when moving stencils containing text. * Add boundaries to the zoom to prevent lockups and crashes.
2004-04-26Finish conversion to buildlink3.snj2-248/+30
2004-04-26Convert to buildlink3.snj1-13/+13
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-10Fix configure to find and use the python headers and libraries that belongmarkd3-2/+19
to the version of python that has been selected for use via pkgsrc. Should fix PR pkg/24288
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-1/+2
2004-02-09When built against kde3.2 mimelnk files are not installed (as they are inmarkd1-15/+1
kdelibs) so drop from PLIST.
2004-02-06Re-add buildlink2.mk for pkgsrc-wip/koffice-i18n-de.wiz1-0/+247
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-28Update koffice to version 1.3.markd10-1200/+2137
based on koffice-devel package updated to latest version by me. The principal improvements over KOffice 1.2 are: KWord (Word Processor). * support for automatic hyphenation; * a new MS Word import filter; * support for pictures, tables and footnotes in the RTF export filter (which has been re-written); * support for pictures and footnotes in the LaTeX export filter; * a new MS Write export filter and a re-written MS Write import filter; * support for bookmarks; * text sorting; * new character attributes, such as word-by-word underlining and relative font sizes; and * improved spell checking (selection only; ignore words; etc.). KPresenter (Presentation Tool). * support for automatic hyphenation; * an improved slide transition dialog, featuring a preview of the slide effect; * drawing images with alpha channels; * customizable printing of slide notes; and * improved HTML export as well as usability enhancements to the HTML export wizard. KSpread (Spreadsheet). * over 100 new formulas (date/time, math, statistical, financial and more); * an OpenCalc import and export filter; * a new LaTeX export filter; * enhancements to the CSV import and export options; * new date and time formats; * a subtotal dialog and formula; and * default cell styles. Kugar / Kugar Designer (Business Reporting). * redesigned to better integrate into the KOffice environment; * enhanced handling of items in the designer (cut / copy / paste; undo / redo; manual z-ordering; etc.); * support for printing reports from the command line / scripts; and * a DCOP interface.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz2-4/+4
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+2
2003-10-09Added five patches so koffice would build with newer gcc 3.3.1.reed6-1/+195
The first four patches come directly from KDE's cvs for KOFFICE_1_2_BRANCH. The patch-ae comes from a KDE bug report. I did not bump the revision, because no features changed -- this just makes it build on some platforms that couldn't build before. It is said that these fixes use a non-standard C++ header and maybe may not work with some compilers.
2003-09-17compiler.mk is included automatically, nuke it from here.grant1-2/+1
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17Use compiler.mk instead of deprecated gcc.buildlink2.mk.xtraeme1-2/+2
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-3/+3
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-08-05update for revision bumpsdrochner1-2/+2
2003-08-05bump revision after qt3/kde prefix changedrochner1-2/+2
2003-08-04some more X11BASE->LOCALBASE changesdrochner1-2/+2
2003-07-30x11/kde3/ -> meta-pkgs/kde3/markd2-4/+4