2aaafbd633
Changes: * KTouch o Changed default lecture font from Courier to Monospace in KTouch and all lecture files o Statistics are also stored for the mini-default level o Statistics dialog has been rearranged o Fixed freeze of appliation on click on "clear statistics" button o Fixing several wrong keyboard-layouts o Default keyboard is selected based on KDE locale o Color scheme entries in the main menu will be shown without interpreting & as automatic accelerator o Slideline algorithm reworked and enhanced, cleared bugs related to improper cursor movement/size, wrong sliding etc. o Trailing spaces are removed from lines when lecture is read o KTouch has also seen some minor feature-improvements. o Configuration settings allow change of sliding widget height limit, useful for large screen resolutions o Line length limit removed, teacher text can now be as long as desired, wrong student line text is limited to size of teacher lengths + some offset o New default mini level with a few more lines o Default keyboard is selected based on KDE locale o Quick select lists of training lectures/keyboard layouts are now sorted alphabetically o Added keyboard hiding feature in configuration o Show language names for keyboards in addition to file names in quick selection menu o Manual level change buttons can be disabled in automatic-level change mode * Kalzium o Don't stop moving the KalziumTip if the mouse hovers it. * KmPlot o Make the initial function color wrap around after 10 functions had been created. o Use [-?,?] as the default interval for parametric equations instead of the current x-range. o Fixed storage of small numbers (was using e.g. "1.22e-6", but as "e" is a constant, this was parsed as "(1.22*e)-6"). o Make sure range to numerically integrate over is tiled perfectly
19 lines
542 B
Makefile
19 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.42 2006/06/01 14:06:41 markd Exp $
|
|
|
|
DISTNAME= kdeedu-${_KDE_VERSION}
|
|
CATEGORIES= misc
|
|
COMMENT= Edu{tainment,cation} tools for the KDE integrated X11 desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
REPLACE_PERL+= \
|
|
kvoctrain/kvoctrain/langen2kvtml \
|
|
kvoctrain/kvoctrain/spotlight2kvtml
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|