aboutsummaryrefslogtreecommitdiff
path: root/misc/kdeutils4/files/patch-ksimcpu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE 3.2.0Michael Nottebrock2004-02-051-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series. Notes: svn path=/head/; revision=100015
* Readd patch-ksimcpu.cpp, which was accidently removed with the 3.1.1 update.Tilman Keskinoz2003-05-081-0/+11
| | | | | | | | | | This fixes the build on alpha. Reported & tested by: kris Submitted by: Frerich Raabe <raabe@KDE.org> Notes: svn path=/head/; revision=80435
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!Alan Eldridge2003-04-051-31/+0
| | | | Notes: svn path=/head/; revision=78353
* Use a size_t to hold the result of sizeof() instead of an unsigned int.John Baldwin2003-03-181-12/+14
| | | | | | | | | | Use a const char * instead of a char * type for a variable to quiet a warning. These fix the build on alpha. Requested by: kris Notes: svn path=/head/; revision=77152
* Fix Build on CURRENT.Tilman Keskinoz2003-03-031-0/+29
Submitted by: Andy Fawcett <tap@hex.athame.co.uk> Reported by: many Tested by: leafy@leafy.idv.tw (CURRENT), Andy Fawcett (4.7 5.0R) Notes: svn path=/head/; revision=76791