summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2004-05-04statfs->statvfsmrg3-1/+47
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-05-03Update to version 1.1.1.mrauch128-9852/+5364
New features include: * PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export * Accessibility * Support for Complex Text Layout (CTL) * User installation automated
2004-05-03Convert to buildlink3.wiz3-8/+46
2004-05-03Convert to buildlink3.snj2-9/+9
2004-05-03Convert to buildlink3.snj1-4/+4
2004-05-02Added HOMEPAGE. Package uses no compiler at allheinz1-1/+3
2004-05-02This pkg works with pkgviews, mark it sohubertf1-1/+4
2004-05-02Convert to buildlink3.snj2-8/+8
2004-05-02Convert to buildlink3.snj1-4/+4
2004-05-02Convert to buildlink3.snj1-4/+4
2004-04-29Add patch-aa I've forgot to commit.taca1-0/+13
2004-04-28Convert to buildlink3.snj1-4/+9
2004-04-28Convert to buildlink3.snj1-3/+4
2004-04-27Convert to buildlink3.snj12-25/+25
2004-04-26Convert to buildlink3.snj1-4/+4
2004-04-26Convert to buildlink3.snj2-12/+12
2004-04-26Convert to buildlink3.snj1-4/+4
2004-04-26Finish conversion to buildlink3.snj2-248/+30
2004-04-26Convert to buildlink3.snj1-13/+13
2004-04-26Convert to bl3.wiz1-4/+4
2004-04-25Unused.wiz2-157/+0
2004-04-25Unused.wiz1-26/+0
2004-04-25Set CPPFLAGs like in bl2.wiz1-1/+3
2004-04-25use my NetBSD.org email address.dillo1-2/+2
2004-04-25Unused.wiz1-25/+0
2004-04-25Add.wiz1-0/+21
2004-04-25Convert to bl3; use bdb/bl3 instead of db/bl2.wiz1-5/+5
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-2/+2
2004-04-25bl3ifyxtraeme2-4/+4
2004-04-24Unused.wiz2-169/+0
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam4-8/+8
2004-04-24Convert to buildlink3.snj1-4/+4
2004-04-24Convert to buildlink3.snj5-17/+17
2004-04-24Convert to buildlink3.snj1-3/+3
2004-04-24Convert to buildlink3.snj3-9/+9
2004-04-24Update to 0.6.2, providing some minor bugfixes:jschauma2-6/+5
2004-04-13: - fix some bugs in the X handling noticed under XFree86 >= 4.3 - let's call it 0.6.2 2003-11-23: - apply patch from Dave Serls: * initialize some variables to prevent odd core-dumps - apply patch by Michael G. Henderson to update GrabWeather manual page
2004-04-24Convert to buildlink3.snj3-8/+8
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed2-4/+2
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-22set drochner@ as maintainerrecht1-2/+2
2004-04-21Update p5-File-MMagic package to 1.22.taca2-5/+6
2004-03-15 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm: Version 1.22. Changed to treat string/[BCc] as same as string. * Added the 4th test. 2003-11-21 NOKUBI Takatsugu <knok@daionet.gr.jp> * Version 1.21. * Fixed some tests (bad usage of new method). * Added the third test. Contributed by Simon Matthews, thank you! 2003-11-20 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm (new): Fixed mod_perl issue. Contributed by Simon Matthews, thank you!
2004-04-20bl3ify and update to kde3.2.2.markd2-8/+8
2004-04-20bl3ify and update to kde3.2.2.markd2-11/+11
Changes: * konqueror/uachanger: List of possible Konqueror browser user agent strings are now sorted
2004-04-20bl3ify and update to kde3.2.2.markd2-8/+8
2004-04-20bl3ify and update to kde3.2.2.markd2-8/+8
2004-04-20bl3ify and update to kde3.2.2.markd4-20/+16
Changes: * Kig: fix some untranslated UI strings. * kstars: fixes to LX200 telescope driver. * kstars: fixed some broken URLs for object-specific links.
2004-04-20bl3ify and update to kde3.2.2.markd6-19/+79
Changes: * kalarm: Fix Ctrl+Q must QUIT the application and not hide it to system tray * kalarm: Update time entry field after editing when mouse cursor leaves it. * kalarm: Prevent undeleted recurring alarms being triggered immediately. * kalarm: Do not allow alarms to be undeleted if they are completely expired. * kmail: Improved look with other styles than Keramik. * KNode: Don't save accounts before they have a valid id * KNotes: o lots of fixes o finished rich text support o use KConfig XT for default values o use XML GUI for all actions * Make various scripts install with the executable bit set
2004-04-20bl3ify and update to kde3.2.2.markd4-16/+39
Changes: * kwalletmanager: Fix no popup for kwallet in system tray * kwalletmanager: Fix kwallet in system tray does not provide configure option * kwalletmanager: Fix "Launch wallet manager" in kwalletmanager prefs does not make sense * kwalletmanager: Fix When changing a value the 'Save' button is not activated * kgpg: Fix kgpg exports gpg warnings within public key * kgpg: Fix not possible to store keys/config in a different location * kgpg: Fix kgpg editor doesn't use KDE's default fixed width font. Breaks layout * kgpg: Fix Qtrl+Q must QUIT the application and not hide it to system tray icon * configure: Fix Extraneous message in admin/Makefile.common using --prefix
2004-04-19NO_BUILD implies USE_LANGUAGES empty.xtraeme1-2/+1