Initial import of ksensors 0.7.3 sources
commit
191c434271
@ -0,0 +1,143 @@
|
||||
KSensors-0.7.3
|
||||
--------------
|
||||
|
||||
* Fixed too much decimal digits in sensor values
|
||||
* Fixed lock and 100% cpu usage when using hddtemp sensor
|
||||
* Ported to kdevelop 3 project and improved config dialog appearance (by Thomas Nagy <>)
|
||||
* Fix to support adm1025 chip (patch from Jose Luis Martin) <josel.m@terra.com>)
|
||||
* CPU speed panel updated in realtime, usefull in mobile processors ( code from Stefan Gunkler <stegun@yahoo.com> )
|
||||
* Added support for reading cpu temperature from /proc/acpi/thermal_zone/THRM/temperature
|
||||
* Added a alarm sound (by Aurelien Jarno <aurel32@debian.org>)
|
||||
* Fixed a crash when removing info panels (by Aurelien Jarno <aurel32@debian.org>)
|
||||
* Correctly remove white space before processor information (by Aurelien Jarno <aurel32@debian.org>)
|
||||
|
||||
KSensors-0.7.2
|
||||
--------------
|
||||
|
||||
* Fixed crash in kde 3.1 when docking sensors
|
||||
* Used K sufix instead of º in Kelvin temperatures.
|
||||
* Fixed compilation problems with gcc 3.x
|
||||
* Fixed max1617 bug (patch from Aurelien Jarno <aurel32@debian.org>)
|
||||
* Updated code for using new version of hddtemp (v0.3b) (patch from Aurelien Jarno <aurel32@debian.org>)
|
||||
* Restore ksensors main window in correct desktop number (patch from Aurelien Jarno <aurel32@debian.org>)
|
||||
* Correctly save the configuration when exiting KDE (patch from Aurelien Jarno <aurel32@debian.org>)
|
||||
* Added Autostart option in general configuration tab (patch from Aurelien Jarno <aurel32@debian.org>)
|
||||
* Better panel dragging and main window position fix (patch from Terry Mohan <tmohan@users.sourceforge.net>)
|
||||
|
||||
KSensors-0.7.1
|
||||
--------------
|
||||
|
||||
* Added support for Dell Inspiron and Latitude laptops SMM BIOS Fan/Temp sensors
|
||||
(using i8k kernel module: http://www.debian.org/~dz/i8k/)
|
||||
|
||||
KSensors-0.7
|
||||
-------------
|
||||
|
||||
* Allow docking fan and voltage sensors
|
||||
* Configuration dialog redesign (more modular).
|
||||
* Several panel sizes
|
||||
* Fixed crash at startup in some kde binaries, fixed kcolorbutton compilation problem.
|
||||
|
||||
|
||||
KSensors-0.6.1
|
||||
--------------
|
||||
|
||||
* Bug Fix release:
|
||||
|
||||
Fixed a problem executing hddtemp to monitor harddisks temperatures.
|
||||
(After 1000 executions KProcess object don't emit Exited signal and cpu usage jumps to 100%,
|
||||
resolved creating and destroying kprocess every time is need)
|
||||
|
||||
KSensors-0.6
|
||||
------------
|
||||
|
||||
* New Hardisks Temperatures sensor panels (need to install HDDtemp program: http://coredump.free.fr)
|
||||
* Changed cpu state, swap and ram panels appearance
|
||||
* Added splash screen (only on first execution or using --splash parameter).
|
||||
* Added --nodock option (don't dock in KDE System tray, useful to execute ksensors without KDE environment).
|
||||
* Configurable Panels colors
|
||||
* Support for multiple lm-sensors chips.
|
||||
* Fixed About Dialog problem in KDE 3.0 (dialog did not show).
|
||||
* KSensors works in KDE 2.2.x and 3.0
|
||||
|
||||
KSensors-0.5
|
||||
-------------------------
|
||||
|
||||
15/01/2001
|
||||
|
||||
* Now sensors panels blinks on alarm values.
|
||||
|
||||
14/01/2001
|
||||
|
||||
* Added Czech translation (thanks to Michal Cihar)
|
||||
* Applied patch to procinfo.cpp (thanks to Aurelien Jarno), now works better the swap info panel ;)
|
||||
|
||||
13/01/2001
|
||||
|
||||
* Added Voltage Sensors panels
|
||||
* Added Cpu state and Uptime panels
|
||||
* Temperatures in celsius, farenheit or kelvin scales
|
||||
* Configurable update intervals for sensors and system info panels
|
||||
* English, spanish, french, german and dutch translations
|
||||
* Configuration dialog redesign
|
||||
* Dial arcs in clockwise direction.
|
||||
|
||||
KSensors-0.4
|
||||
-------------------------
|
||||
|
||||
18/12/2001
|
||||
|
||||
Bug #492495 Fixed: no sensors listed when only one temp sensor exists.
|
||||
|
||||
17/12/2001
|
||||
|
||||
Added Swap Memory info panel.
|
||||
|
||||
16/12/2001
|
||||
|
||||
Added German translation (thanks to Michael v.Ostheim )
|
||||
|
||||
13/12/2001
|
||||
|
||||
Added French translation (thanks to Aurelien Jarno)
|
||||
|
||||
KSensors-0.3
|
||||
-------------------------
|
||||
|
||||
|
||||
04/12/2001
|
||||
|
||||
Added CPU Speed and Used memory info widgets.
|
||||
Recoded QLCDString class.
|
||||
|
||||
|
||||
KSensors-0.2
|
||||
-------------------------
|
||||
|
||||
|
||||
17/11/2001
|
||||
|
||||
Aesthetic changes in configuration widget.
|
||||
|
||||
Now works alarms configuration:
|
||||
Run command or play sound when reached alarm value.
|
||||
Possibility to pass $SENSOR_NAME and $SENSOR_VALUE environment variables
|
||||
to the command, for example:
|
||||
echo "Sensor: $SENSOR_NAME value: $SENSOR_VALUE warning." | mail admin@foo.com"
|
||||
|
||||
Possibility to adjust sensor value (Value= Value_Read * multiplier + addition )
|
||||
|
||||
|
||||
14/11/2001
|
||||
|
||||
Changed configure dialog, new alarm configuration.
|
||||
|
||||
10/11/2001
|
||||
|
||||
Changed sensors reading method, now use libsensors instead of get
|
||||
values directly from /proc/sys/dev/sensors/*
|
||||
(Need install libsensors-devel to compile)
|
||||
|
||||
Added new Abstract class Display to allow easy programing diferent
|
||||
widgets in main window.
|
||||
|
@ -0,0 +1,248 @@
|
||||
# Doxyfile 1.3.5-KDevelop
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Project related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
PROJECT_NAME = ksensors.kdevelop
|
||||
PROJECT_NUMBER = 0.7.3
|
||||
OUTPUT_DIRECTORY =
|
||||
OUTPUT_LANGUAGE = English
|
||||
USE_WINDOWS_ENCODING = NO
|
||||
BRIEF_MEMBER_DESC = YES
|
||||
REPEAT_BRIEF = YES
|
||||
ABBREVIATE_BRIEF = "The $name class" \
|
||||
"The $name widget" \
|
||||
"The $name file" \
|
||||
is \
|
||||
provides \
|
||||
specifies \
|
||||
contains \
|
||||
represents \
|
||||
a \
|
||||
an \
|
||||
the
|
||||
ALWAYS_DETAILED_SEC = NO
|
||||
INLINE_INHERITED_MEMB = NO
|
||||
FULL_PATH_NAMES = NO
|
||||
STRIP_FROM_PATH = /home/michael/develop/ksensors-0.7.3/
|
||||
SHORT_NAMES = NO
|
||||
JAVADOC_AUTOBRIEF = NO
|
||||
MULTILINE_CPP_IS_BRIEF = NO
|
||||
DETAILS_AT_TOP = NO
|
||||
INHERIT_DOCS = YES
|
||||
DISTRIBUTE_GROUP_DOC = NO
|
||||
TAB_SIZE = 8
|
||||
ALIASES =
|
||||
OPTIMIZE_OUTPUT_FOR_C = NO
|
||||
OPTIMIZE_OUTPUT_JAVA = NO
|
||||
SUBGROUPING = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# Build related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
EXTRACT_ALL = NO
|
||||
EXTRACT_PRIVATE = NO
|
||||
EXTRACT_STATIC = NO
|
||||
EXTRACT_LOCAL_CLASSES = YES
|
||||
HIDE_UNDOC_MEMBERS = NO
|
||||
HIDE_UNDOC_CLASSES = NO
|
||||
HIDE_FRIEND_COMPOUNDS = NO
|
||||
HIDE_IN_BODY_DOCS = NO
|
||||
INTERNAL_DOCS = NO
|
||||
CASE_SENSE_NAMES = YES
|
||||
HIDE_SCOPE_NAMES = NO
|
||||
SHOW_INCLUDE_FILES = YES
|
||||
INLINE_INFO = YES
|
||||
SORT_MEMBER_DOCS = YES
|
||||
SORT_BRIEF_DOCS = NO
|
||||
SORT_BY_SCOPE_NAME = NO
|
||||
GENERATE_TODOLIST = YES
|
||||
GENERATE_TESTLIST = YES
|
||||
GENERATE_BUGLIST = YES
|
||||
GENERATE_DEPRECATEDLIST= YES
|
||||
ENABLED_SECTIONS =
|
||||
MAX_INITIALIZER_LINES = 30
|
||||
SHOW_USED_FILES = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to warning and progress messages
|
||||
#---------------------------------------------------------------------------
|
||||
QUIET = NO
|
||||
WARNINGS = YES
|
||||
WARN_IF_UNDOCUMENTED = YES
|
||||
WARN_IF_DOC_ERROR = YES
|
||||
WARN_FORMAT = "$file:$line: $text"
|
||||
WARN_LOGFILE =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = /home/michael/develop/ksensors-0.7.3
|
||||
FILE_PATTERNS = *.c \
|
||||
*.cc \
|
||||
*.cxx \
|
||||
*.cpp \
|
||||
*.c++ \
|
||||
*.java \
|
||||
*.ii \
|
||||
*.ixx \
|
||||
*.ipp \
|
||||
*.i++ \
|
||||
*.inl \
|
||||
*.h \
|
||||
*.hh \
|
||||
*.hxx \
|
||||
*.hpp \
|
||||
*.h++ \
|
||||
*.idl \
|
||||
*.odl \
|
||||
*.cs \
|
||||
*.php \
|
||||
*.php3 \
|
||||
*.inc \
|
||||
*.C \
|
||||
*.H \
|
||||
*.tlh \
|
||||
*.diff \
|
||||
*.patch \
|
||||
*.moc \
|
||||
*.xpm \
|
||||
*.dox
|
||||
RECURSIVE = YES
|
||||
EXCLUDE =
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS =
|
||||
EXAMPLE_PATH =
|
||||
EXAMPLE_PATTERNS = *
|
||||
EXAMPLE_RECURSIVE = NO
|
||||
IMAGE_PATH =
|
||||
INPUT_FILTER =
|
||||
FILTER_SOURCE_FILES = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to source browsing
|
||||
#---------------------------------------------------------------------------
|
||||
SOURCE_BROWSER = NO
|
||||
INLINE_SOURCES = NO
|
||||
STRIP_CODE_COMMENTS = YES
|
||||
REFERENCED_BY_RELATION = YES
|
||||
REFERENCES_RELATION = YES
|
||||
VERBATIM_HEADERS = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the alphabetical class index
|
||||
#---------------------------------------------------------------------------
|
||||
ALPHABETICAL_INDEX = NO
|
||||
COLS_IN_ALPHA_INDEX = 5
|
||||
IGNORE_PREFIX =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the HTML output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_HTML = YES
|
||||
HTML_OUTPUT = html
|
||||
HTML_FILE_EXTENSION = .html
|
||||
HTML_HEADER =
|
||||
HTML_FOOTER =
|
||||
HTML_STYLESHEET =
|
||||
HTML_ALIGN_MEMBERS = YES
|
||||
GENERATE_HTMLHELP = NO
|
||||
CHM_FILE =
|
||||
HHC_LOCATION =
|
||||
GENERATE_CHI = NO
|
||||
BINARY_TOC = NO
|
||||
TOC_EXPAND = NO
|
||||
DISABLE_INDEX = NO
|
||||
ENUM_VALUES_PER_LINE = 4
|
||||
GENERATE_TREEVIEW = NO
|
||||
TREEVIEW_WIDTH = 250
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the LaTeX output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_LATEX = YES
|
||||
LATEX_OUTPUT = latex
|
||||
LATEX_CMD_NAME = latex
|
||||
MAKEINDEX_CMD_NAME = makeindex
|
||||
COMPACT_LATEX = NO
|
||||
PAPER_TYPE = a4wide
|
||||
EXTRA_PACKAGES =
|
||||
LATEX_HEADER =
|
||||
PDF_HYPERLINKS = NO
|
||||
USE_PDFLATEX = NO
|
||||
LATEX_BATCHMODE = NO
|
||||
LATEX_HIDE_INDICES = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the RTF output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_RTF = NO
|
||||
RTF_OUTPUT = rtf
|
||||
COMPACT_RTF = NO
|
||||
RTF_HYPERLINKS = NO
|
||||
RTF_STYLESHEET_FILE =
|
||||
RTF_EXTENSIONS_FILE =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the man page output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_MAN = NO
|
||||
MAN_OUTPUT = man
|
||||
MAN_EXTENSION = .3
|
||||
MAN_LINKS = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the XML output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_XML = YES
|
||||
XML_OUTPUT = xml
|
||||
XML_SCHEMA =
|
||||
XML_DTD =
|
||||
XML_PROGRAMLISTING = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options for the AutoGen Definitions output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_AUTOGEN_DEF = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the Perl module output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_PERLMOD = NO
|
||||
PERLMOD_LATEX = NO
|
||||
PERLMOD_PRETTY = YES
|
||||
PERLMOD_MAKEVAR_PREFIX =
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the preprocessor
|
||||
#---------------------------------------------------------------------------
|
||||
ENABLE_PREPROCESSING = YES
|
||||
MACRO_EXPANSION = NO
|
||||
EXPAND_ONLY_PREDEF = NO
|
||||
SEARCH_INCLUDES = YES
|
||||
INCLUDE_PATH =
|
||||
INCLUDE_FILE_PATTERNS =
|
||||
PREDEFINED =
|
||||
EXPAND_AS_DEFINED =
|
||||
SKIP_FUNCTION_MACROS = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration::additions related to external references
|
||||
#---------------------------------------------------------------------------
|
||||
TAGFILES =
|
||||
GENERATE_TAGFILE =
|
||||
ALLEXTERNALS = NO
|
||||
EXTERNAL_GROUPS = YES
|
||||
PERL_PATH = /usr/bin/perl
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
#---------------------------------------------------------------------------
|
||||
CLASS_DIAGRAMS = YES
|
||||
HIDE_UNDOC_RELATIONS = YES
|
||||
HAVE_DOT = NO
|
||||
CLASS_GRAPH = YES
|
||||
COLLABORATION_GRAPH = YES
|
||||
UML_LOOK = NO
|
||||
TEMPLATE_RELATIONS = NO
|
||||
INCLUDE_GRAPH = YES
|
||||
INCLUDED_BY_GRAPH = YES
|
||||
CALL_GRAPH = NO
|
||||
GRAPHICAL_HIERARCHY = YES
|
||||
DOT_IMAGE_FORMAT = png
|
||||
DOT_PATH =
|
||||
DOTFILE_DIRS =
|
||||
MAX_DOT_GRAPH_WIDTH = 1024
|
||||
MAX_DOT_GRAPH_HEIGHT = 1024
|
||||
MAX_DOT_GRAPH_DEPTH = 1000
|
||||
GENERATE_LEGEND = YES
|
||||
DOT_CLEANUP = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration::additions related to the search engine
|
||||
#---------------------------------------------------------------------------
|
||||
SEARCHENGINE = NO
|
@ -0,0 +1,17 @@
|
||||
--------------------------------------------------------------------------------
|
||||
KSensors Frequent Asked Questions
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
1. When I try to run KSensors nothing is displayed, no window and
|
||||
no error message. But a ps or pstree shows a ksensors process.
|
||||
|
||||
Enable KDE System Tray applet before execute ksensors.
|
||||
Menu KDE -> Panel Configuration -> Add -> Applet -> System Tray
|
||||
|
||||
2. I'm compiling KSensors in KDE 3.x, and configure does not find qt3 libraries.
|
||||
|
||||
Add qt3 dir path to ./configure, for example:
|
||||
|
||||
./configure --prefix=/opt/kde3 --with-qt-dir=/usr/lib/qt3
|
||||
|
@ -0,0 +1,167 @@
|
||||
Basic Installation
|
||||
==================
|
||||
|
||||
These are generic installation instructions.
|
||||
|
||||
The `configure' shell script attempts to guess correct values for
|
||||
various system-dependent variables used during compilation. It uses
|
||||
those values to create a `Makefile' in each directory of the package.
|
||||
It may also create one or more `.h' files containing system-dependent
|
||||
definitions. Finally, it creates a shell script `config.status' that
|
||||
you can run in the future to recreate the current configuration, a file
|
||||
`config.cache' that saves the results of its tests to speed up
|
||||
reconfiguring, and a file `config.log' containing compiler output
|
||||
(useful mainly for debugging `configure').
|
||||
|
||||
If you need to do unusual things to compile the package, please try
|
||||
to figure out how `configure' could check whether to do them, and mail
|
||||
diffs or instructions to the address given in the `README' so they can
|
||||
be considered for the next release. If at some point `config.cache'
|
||||
contains results you don't want to keep, you may remove or edit it.
|
||||
|
||||
The file `configure.in' is used to create `configure' by a program
|
||||
called `autoconf'. You only need `configure.in' if you want to change
|
||||
it or regenerate `configure' using a newer version of `autoconf'.
|
||||
|
||||
The simplest way to compile this package is:
|
||||
|
||||
1. `cd' to the directory containing the package's source code and type
|
||||
`./configure' to configure the package for your system. If you're
|
||||
using `csh' on an old version of System V, you might need to type
|
||||
`sh ./configure' instead to prevent `csh' from trying to execute
|
||||
`configure' itself.
|
||||
|
||||
Running `configure' takes a while. While running, it prints some
|
||||
messages telling which features it is checking for.
|
||||
|
||||
2. Type `make' to compile the package.
|
||||
|
||||
3. Type `make install' to install the programs and any data files and
|
||||
documentation.
|
||||
|
||||
4. You can remove the program binaries and object files from the
|
||||
source code directory by typing `make clean'.
|
||||
|
||||
Compilers and Options
|
||||
=====================
|
||||
|
||||
Some systems require unusual options for compilation or linking that
|
||||
the `configure' script does not know about. You can give `configure'
|
||||
initial values for variables by setting them in the environment. Using
|
||||
a Bourne-compatible shell, you can do that on the command line like
|
||||
this:
|
||||
CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
|
||||
|
||||
Or on systems that have the `env' program, you can do it like this:
|
||||
env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
|
||||
|
||||
Compiling For Multiple Architectures
|
||||
====================================
|
||||
|
||||
You can compile the package for more than one kind of computer at the
|
||||
same time, by placing the object files for each architecture in their
|
||||
own directory. To do this, you must use a version of `make' that
|
||||
supports the `VPATH' variable, such as GNU `make'. `cd' to the
|
||||
directory where you want the object files and executables to go and run
|
||||
the `configure' script. `configure' automatically checks for the
|
||||
source code in the directory that `configure' is in and in `..'.
|
||||
|
||||
If you have to use a `make' that does not supports the `VPATH'
|
||||
variable, you have to compile the package for one architecture at a time
|
||||
in the source code directory. After you have installed the package for
|
||||
one architecture, use `make distclean' before reconfiguring for another
|
||||
architecture.
|
||||
|
||||
Installation Names
|
||||
==================
|
||||
|
||||
By default, `make install' will install the package's files in
|
||||
`/usr/local/bin', `/usr/local/man', etc. You can specify an
|
||||
installation prefix other than `/usr/local' by giving `configure' the
|
||||
option `--prefix=PATH'.
|
||||
|
||||
You can specify separate installation prefixes for
|
||||
architecture-specific files and architecture-independent files. If you
|
||||
give `configure' the option `--exec-prefix=PATH', the package will use
|
||||
PATH as the prefix for installing programs and libraries.
|
||||
Documentation and other data files will still use the regular prefix.
|
||||
|
||||
If the package supports it, you can cause programs to be installed
|
||||
with an extra prefix or suffix on their names by giving `configure' the
|
||||
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
|
||||
|
||||
Optional Features
|
||||
=================
|
||||
|
||||
Some packages pay attention to `--enable-FEATURE' options to
|
||||
`configure', where FEATURE indicates an optional part of the package.
|
||||
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
|
||||
is something like `gnu-as' or `x' (for the X Window System). The
|
||||
`README' should mention any `--enable-' and `--with-' options that the
|
||||
package recognizes.
|
||||
|
||||
For packages that use the X Window System, `configure' can usually
|
||||
find the X include and library files automatically, but if it doesn't,
|
||||
you can use the `configure' options `--x-includes=DIR' and
|
||||
`--x-libraries=DIR' to specify their locations.
|
||||
|
||||
Specifying the System Type
|
||||
==========================
|
||||
|
||||
There may be some features `configure' can not figure out
|
||||
automatically, but needs to determine by the type of host the package
|
||||
will run on. Usually `configure' can figure that out, but if it prints
|
||||
a message saying it can not guess the host type, give it the
|
||||
`--host=TYPE' option. TYPE can either be a short name for the system
|
||||
type, such as `sun4', or a canonical name with three fields:
|
||||
CPU-COMPANY-SYSTEM
|
||||
|
||||
See the file `config.sub' for the possible values of each field. If
|
||||
`config.sub' isn't included in this package, then this package doesn't
|
||||
need to know the host type.
|
||||
|
||||
If you are building compiler tools for cross-compiling, you can also
|
||||
use the `--target=TYPE' option to select the type of system they will
|
||||
produce code for and the `--build=TYPE' option to select the type of
|
||||
system on which you are compiling the package.
|
||||
|
||||
Sharing Defaults
|
||||
================
|
||||
|
||||
If you want to set default values for `configure' scripts to share,
|
||||
you can create a site shell script called `config.site' that gives
|
||||
default values for variables like `CC', `cache_file', and `prefix'.
|
||||
`configure' looks for `PREFIX/share/config.site' if it exists, then
|
||||
`PREFIX/etc/config.site' if it exists. Or, you can set the
|
||||
`CONFIG_SITE' environment variable to the location of the site script.
|
||||
A warning: not all `configure' scripts look for a site script.
|
||||
|
||||
Operation Controls
|
||||
==================
|
||||
|
||||
`configure' recognizes the following options to control how it
|
||||
operates.
|
||||
|
||||
`--cache-file=FILE'
|
||||
Use and save the results of the tests in FILE instead of
|
||||
`./config.cache'. Set FILE to `/dev/null' to disable caching, for
|
||||
debugging `configure'.
|
||||
|
||||
`--help'
|
||||
Print a summary of the options to `configure', and exit.
|
||||
|
||||
`--quiet'
|
||||
`--silent'
|
||||
`-q'
|
||||
Do not print messages saying which checks are being made.
|
||||
|
||||
`--srcdir=DIR'
|
||||
Look for the package's source code in directory DIR. Usually
|
||||
`configure' can determine that directory automatically.
|
||||
|
||||
`--version'
|
||||
Print the version of Autoconf used to generate the `configure'
|
||||
script, and exit.
|
||||
|
||||
`configure' also accepts some other, not widely useful, options.
|
||||
|
@ -0,0 +1,64 @@
|
||||
==================================================================
|
||||
KSensors (ksensors.sourceforge.net) michaell@teleline.es
|
||||
==================================================================
|
||||
|
||||
Informacion General
|
||||
---------------------
|
||||
|
||||
KSensors es un LMSensors Frontend para KDE.
|
||||
Debes instalar los drivers LMSensors para poder
|
||||
usarlo (http://www.netroedge.com/~lm78/):
|
||||
|
||||
En Mandrake 8.1:
|
||||
urpmi lm_utils lm_utils-devel
|
||||
|
||||
Luego ejecuta el script:
|
||||
sensors-detect
|
||||
Que indicara los modulos necesarios que hay que instalar para
|
||||
poder leer los sensores de temperatura, etc de la placa base.
|
||||
|
||||
|
||||
Nuevo Soporte para monitorizar la temperatura de discos duros
|
||||
-------------------------------------------------------------
|
||||
|
||||
KSensors puede monitorizar la temperatura de los discos
|
||||
duros, gracias al programa HDDTemp de Emmanuel Varagnat.
|
||||
Puedes bajarte HDDTemp de: http://coredump.free.fr
|
||||
HDDTemp debe estar en PATH para que KSensors lo pueda utilizar.
|
||||
Para que hddtemp funcione correctamente es necesario
|
||||
activar el bit SUID, para ello teclear:
|
||||
chmod +s hddtemp
|
||||
|
||||
ATENCION: Activar el bit suid de un programa puede suponer
|
||||
un problema de seguridad.
|
||||
|
||||
|
||||
Compilar e instalar KSensors en KDE 3.x
|
||||
---------------------------------------
|
||||
|
||||
tar -zxvf ksensors-0.7.3.tar.gz
|
||||
cd ksensors-0.7.3
|
||||
./configure --prefix=/opt/kde3 --with-qt-dir=/usr/lib/qt3
|
||||
make
|
||||
make install
|
||||
|
||||
* Reemplaza /opt/kde3 y /usr/lib/qt3 con los directorios de tu KDE3 y qt3
|
||||
|
||||
|
||||
Como desinstalar
|
||||
---------------
|
||||
cd ksensors-0.7.3
|
||||
make uninstall
|
||||
|
||||
|
||||
Informacion de contacto
|
||||
-----------------------
|
||||
No dudes en contactar conmigo si tienes problemas para hacer
|
||||
funcionar el programa o para notificar fallos, questiones,
|
||||
peticiones, etc.
|
||||
|
||||
-------------------------
|
||||
ksensors.sourceforge.net
|
||||
<michaell@teleline.es>
|
||||
(C) Miguel Novas
|
||||
-------------------------
|
@ -0,0 +1,56 @@
|
||||
==================================================================
|
||||
KSensors (ksensors.sourceforge.net) michaell@teleline.es
|
||||
==================================================================
|
||||
|
||||
Allgemeine Informationen
|
||||
------------------------
|
||||
Dies ist ein lmsensors Frontend, Sie müssen zuerst die lmsensors Treiber
|
||||
installieren, um es zu benutzen (http://www.netroedge.com/~lm78/):
|
||||
|
||||
In Mandrake versuchen Sie:
|
||||
urpmi lm_utils lm_utils-devel
|
||||
|
||||
Dann starten Sie das Script:
|
||||
sensors-detect
|
||||
es listet die Module auf, die Sie für Ihr Motherboard installieren müssen.
|
||||
|
||||
Diese Software wurde nur auf meinem Motherboard (PII866 Asus CUBX-L)
|
||||
getestet. Ich weiß nicht, ob es mit anderen Motherboards problemlos
|
||||
funktioniert. Versuchen Sie es.
|
||||
|
||||
|
||||
KSensors kompilieren und installieren
|
||||
-------------------------------------
|
||||
|
||||
Dieses Programm wird standardmäßig in /usr/local/kde installiert.
|
||||
In den neuesten Distributionen (Debian woody, Mandrake, usw.)
|
||||
liegt das KDE Verzeichnis in /usr. In diesem Fall müssen Sie das
|
||||
Verzeichnis mit dem --prefix Argument konfigurieren.
|
||||
|
||||
tar -zxvf ksensors-0.7.3.tar.gz
|
||||
cd ksensors-0.7.3
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make install
|
||||
|
||||
|
||||
Deinstallieren
|
||||
--------------
|
||||
cd ksensors-0.7.3
|
||||
make uninstall
|
||||
|
||||
|
||||
Kontakt Information
|
||||
-------------------
|
||||
Kontakten Sie mich, wenn Sie Probleme haben, diese Software
|
||||
zu benutzen, oder um Fehler zu melden, Fragen zu stellen,
|
||||
Rückmeldungen zu geben usw.
|
||||
|
||||
-------------------------
|
||||
ksensors.sourceforge.net
|
||||
<michaell@teleline.es>
|
||||
(C) Miguel Novas
|
||||
-------------------------
|
||||
|
||||
|
||||
|
@ -0,0 +1,69 @@
|
||||
==================================================================
|
||||
KSensors (ksensors.sourceforge.net) michaell@teleline.es
|
||||
==================================================================
|
||||
|
||||
Information Générales
|
||||
---------------------
|
||||
|
||||
Ce programme est un front-end pour lmsensors, vous devez installer les drivers
|
||||
lmsensors avant de l'utiliser (http://www.netroedge.com/~lm78/):
|
||||
|
||||
Avec une Mandrake 8.1, essayez:
|
||||
urpmi lm_utils lm_utils-devel
|
||||
|
||||
Ensuite, executez le script:
|
||||
sensors-detect
|
||||
il vous montrera les modules de lm-sensors que vous devez installer pour
|
||||
votre carte-mère.
|
||||
|
||||
Ce programme a été testé uniquement sur ma carte-mère (PII866 Asus CUBX-L).
|
||||
Je ne sais pas s'il marche correctement avec d'autres carte-mères, essayez.
|
||||
|
||||
|
||||
NOUVEAU : Surveillance de la température des disques durs
|
||||
---------------------------------------------------------
|
||||
|
||||
KSensors peut maintenant afficher les températures de vos disques durs
|
||||
(uniquement les disques durs récents).
|
||||
Vous devez pour cela installer le programme HDDtemp écrit par Emmanuel
|
||||
Varagnat. HDDTemp doit se trouver dans la variable PATH pour que KSensors
|
||||
puisse l'utiliser.
|
||||
Vous pouvez télécharger HDDTemp à l'adresse http://coredump.free.fr.
|
||||
Le bit SUID bit doit être activé, tapez:
|
||||
chmod +s hddtemp
|
||||
|
||||
ATTENTION: Activer un bit SUID peut créer un trou de sécurité.
|
||||
|
||||
|
||||
Compilation et installation de KSensors avec KDE 3.x
|
||||
----------------------------------------------------
|
||||
|
||||
tar -zxvf ksensors-0.7.3.tar.gz
|
||||
cd ksensors-0.7.3
|
||||
./configure --prefix=/opt/kde3 --with-qt-dir=/usr/lib/qt3
|
||||
make
|
||||
make install
|
||||
|
||||
* Remplacez /opt/kde3 et /usr/lib/qt3 par vos répertoires KDE3 et QT3.
|
||||
|
||||
|
||||
Comment désinstaller
|
||||
--------------------
|
||||
cd ksensors-0.7.3
|
||||
make uninstall
|
||||
|
||||
|
||||
Contact
|
||||
-------
|
||||
Contactez moi (en anglais ou en espagnol) si vous avez des problèmes pour
|
||||
executer ce programme ou pour m'indiquer des bugs, pour me poser des
|
||||
questions, faire des demandes, etc.
|
||||
|
||||
-------------------------
|
||||
ksensors.sourceforge.net
|
||||
<michaell@teleline.es>
|
||||
(C) Miguel Novas
|
||||
-------------------------
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
SUBDIRS = $(TOPSUBDIRS)
|
||||
|
||||
$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
|
||||
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
|
||||
|
||||
$(top_srcdir)/subdirs:
|
||||
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
|
||||
|
||||
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
|
||||
@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
|
||||
|
||||
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
|
||||
|
||||
package-messages:
|
||||
$(MAKE) -f admin/Makefile.common package-messages
|
||||
$(MAKE) -C po merge
|
||||
|
||||
EXTRA_DIST = admin COPYING configure.in.in
|
||||
|
||||
dist-hook:
|
||||
cd $(top_distdir) && perl admin/am_edit -padmin
|
||||
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
|
@ -0,0 +1,716 @@
|
||||
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
||||
# KDE tags expanded automatically by am_edit - $Revision: 1.5 $
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
# Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
libexecdir = @libexecdir@
|
||||
datadir = @datadir@
|
||||
sysconfdir = @sysconfdir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
localstatedir = @localstatedir@
|
||||
libdir = @libdir@
|
||||
infodir = @infodir@
|
||||
mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = .
|
||||
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = @program_transform_name@
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_alias = @build_alias@
|
||||
build_triplet = @build@
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
target_alias = @target_alias@
|
||||
target_triplet = @target@
|
||||
|
||||
EXEEXT = @EXEEXT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
AMTAR = @AMTAR@
|
||||
ARTSCCONFIG = @ARTSCCONFIG@
|
||||
AS = @AS@
|
||||
AUTODIRS = @AUTODIRS@
|
||||
AWK = @AWK@
|
||||
BROCKENBORING = @BROCKENBORING@
|
||||
CC = @CC@
|
||||
CONF_FILES = @CONF_FILES@
|
||||
CPP = @CPP@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
DCOPIDL = @DCOPIDL@
|
||||
DCOPIDL2CPP = @DCOPIDL2CPP@
|
||||
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
|
||||
DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
|
||||
DPMSINC = @DPMSINC@
|
||||
DPMSLIB = @DPMSLIB@
|
||||
ECHO = @ECHO@
|
||||
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
|
||||
GCJ = @GCJ@
|
||||
GCJFLAGS = @GCJFLAGS@
|
||||
GLINC = @GLINC@
|
||||
GLLIB = @GLLIB@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
IDL = @IDL@
|
||||
IDL_DEPENDENCIES = @IDL_DEPENDENCIES@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JVMLIBS = @JVMLIBS@
|
||||
KDECONFIG = @KDECONFIG@
|
||||
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
|
||||
KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@
|
||||
KDE_HAVE_DOT = @KDE_HAVE_DOT@
|
||||
KDE_INCLUDES = @KDE_INCLUDES@
|
||||
KDE_LDFLAGS = @KDE_LDFLAGS@
|
||||
KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
|
||||
KDE_MT_LIBS = @KDE_MT_LIBS@
|
||||
KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
|
||||
KDE_PLUGIN = @KDE_PLUGIN@
|
||||
KDE_RPATH = @KDE_RPATH@
|
||||
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
|
||||
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
|
||||
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
|
||||
KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
|
||||
KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
|
||||
KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
|
||||
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBBZ2 = @LIBBZ2@
|
||||
LIBCOMPAT = @LIBCOMPAT@
|
||||
LIBCRYPT = @LIBCRYPT@
|
||||
LIBDL = @LIBDL@
|
||||
LIBGEN = @LIBGEN@
|
||||
LIBJPEG = @LIBJPEG@
|
||||
LIBMICO = @LIBMICO@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBPNG = @LIBPNG@
|
||||
LIBPTHREAD = @LIBPTHREAD@
|
||||
LIBPYTHON = @LIBPYTHON@
|
||||
LIBQIMGIO = @LIBQIMGIO@
|
||||
LIBRESOLV = @LIBRESOLV@
|
||||
LIBSHADOW = @LIBSHADOW@
|
||||
LIBSM = @LIBSM@
|
||||
LIBSOCKET = @LIBSOCKET@
|
||||
LIBSSL = @LIBSSL@
|
||||
LIBTIFF = @LIBTIFF@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBUCB = @LIBUCB@
|
||||
LIBUTIL = @LIBUTIL@
|
||||
LIBZ = @LIBZ@
|
||||
LIB_JASPER = @LIB_JASPER@
|
||||
LIB_KAB = @LIB_KAB@
|
||||
LIB_KABC = @LIB_KABC@
|
||||
LIB_KDECORE = @LIB_KDECORE@
|
||||
LIB_KDEPRINT = @LIB_KDEPRINT@
|
||||
LIB_KDEUI = @LIB_KDEUI@
|
||||
LIB_KFILE = @LIB_KFILE@
|
||||
LIB_KFM = @LIB_KFM@
|
||||
LIB_KHTML = @LIB_KHTML@
|
||||
LIB_KIMGIO = @LIB_KIMGIO@
|
||||
LIB_KIO = @LIB_KIO@
|
||||
LIB_KPARTS = @LIB_KPARTS@
|
||||
LIB_KSPELL = @LIB_KSPELL@
|
||||
LIB_KSYCOCA = @LIB_KSYCOCA@
|
||||
LIB_POLL = @LIB_POLL@
|
||||
LIB_QPE = @LIB_QPE@
|
||||
LIB_QT = @LIB_QT@
|
||||
LIB_QTOPIA = @LIB_QTOPIA@
|
||||
LIB_SMB = @LIB_SMB@
|
||||
LIB_X11 = @LIB_X11@
|
||||
LIB_XEXT = @LIB_XEXT@
|
||||
LIB_XRENDER = @LIB_XRENDER@
|
||||
LN_S = @LN_S@
|
||||
MCOPIDL = @MCOPIDL@
|
||||
MEINPROC = @MEINPROC@
|
||||
MICO_INCLUDES = @MICO_INCLUDES@
|
||||
MICO_LDFLAGS = @MICO_LDFLAGS@
|
||||
MOC = @MOC@
|
||||
MSGFMT = @MSGFMT@
|
||||
NOOPT_CFLAGS = @NOOPT_CFLAGS@
|
||||
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
|
||||
OBJC = @OBJC@
|
||||
OBJCFLAGS = @OBJCFLAGS@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
PACKAGE = @PACKAGE@
|
||||
PAMLIBS = @PAMLIBS@
|
||||
PASSWDLIBS = @PASSWDLIBS@
|
||||
PYTHONINC = @PYTHONINC@
|
||||
PYTHONLIB = @PYTHONLIB@
|
||||
PYTHONMODDIR = @PYTHONMODDIR@
|
||||
QTDOCDIR = @QTDOCDIR@
|
||||
QTE_NORTTI = @QTE_NORTTI@
|
||||
QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
|
||||
QT_INCLUDES = @QT_INCLUDES@
|
||||
QT_LDFLAGS = @QT_LDFLAGS@
|
||||
RANLIB = @RANLIB@
|
||||
RC = @RC@
|
||||
SETUIDFLAGS = @SETUIDFLAGS@
|
||||
SSL_INCLUDES = @SSL_INCLUDES@
|
||||
SSL_LDFLAGS = @SSL_LDFLAGS@
|
||||
STRIP = @STRIP@
|
||||
TOPSUBDIRS = @TOPSUBDIRS@
|
||||
UIC = @UIC@
|
||||
UIC_TR = @UIC_TR@
|
||||
USER_INCLUDES = @USER_INCLUDES@
|
||||
USER_LDFLAGS = @USER_LDFLAGS@
|
||||
USE_EXCEPTIONS = @USE_EXCEPTIONS@
|
||||
USE_RTTI = @USE_RTTI@
|
||||
USE_THREADS = @USE_THREADS@
|
||||
VERSION = @VERSION@
|
||||
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XPMINC = @XPMINC@
|
||||
XPMLIB = @XPMLIB@
|
||||
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
||||
X_INCLUDES = @X_INCLUDES@
|
||||
X_LDFLAGS = @X_LDFLAGS@
|
||||
X_PRE_LIBS = @X_PRE_LIBS@
|
||||
X_RPATH = @X_RPATH@
|
||||
all_includes = @all_includes@
|
||||
all_libraries = @all_libraries@
|
||||
am__include = @am__include@
|
||||
am__quote = @am__quote@
|
||||
idldir = @idldir@
|
||||
install_sh = @install_sh@
|
||||
jni_includes = @jni_includes@
|
||||
kde_appsdir = @kde_appsdir@
|
||||
kde_bindir = @kde_bindir@
|
||||
kde_confdir = @kde_confdir@
|
||||
kde_datadir = @kde_datadir@
|
||||
kde_htmldir = @kde_htmldir@
|
||||
kde_icondir = @kde_icondir@
|
||||
kde_includes = @kde_includes@
|
||||
kde_libraries = @kde_libraries@
|
||||
kde_libs_htmldir = @kde_libs_htmldir@
|
||||
kde_libs_prefix = @kde_libs_prefix@
|
||||
kde_locale = @kde_locale@
|
||||
kde_mimedir = @kde_mimedir@
|
||||
kde_moduledir = @kde_moduledir@
|
||||
kde_qtver = @kde_qtver@
|
||||
kde_servicesdir = @kde_servicesdir@
|
||||
kde_servicetypesdir = @kde_servicetypesdir@
|
||||
kde_sounddir = @kde_sounddir@
|
||||
kde_styledir = @kde_styledir@
|
||||
kde_templatesdir = @kde_templatesdir@
|
||||
kde_wallpaperdir = @kde_wallpaperdir@
|
||||
kde_widgetdir = @kde_widgetdir@
|
||||
kdeinitdir = @kdeinitdir@
|
||||
micodir = @micodir@
|
||||
qt_includes = @qt_includes@
|
||||
qt_libraries = @qt_libraries@
|
||||
x_includes = @x_includes@
|
||||
x_libraries = @x_libraries@
|
||||
xdg_appsdir = @xdg_appsdir@
|
||||
xdg_directorydir = @xdg_directorydir@
|
||||
SUBDIRS = $(TOPSUBDIRS)
|
||||
|
||||
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
|
||||
|
||||
EXTRA_DIST = admin COPYING configure.in.in
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
|
||||
CONFIG_HEADER = config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_SOURCES =
|
||||
|
||||
#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
||||
#>- uninstall-info-recursive all-recursive install-data-recursive \
|
||||
#>- install-exec-recursive installdirs-recursive install-recursive \
|
||||
#>- uninstall-recursive check-recursive installcheck-recursive
|
||||
#>+ 4
|
||||
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
||||
uninstall-info-recursive all-recursive install-data-recursive \
|
||||
install-exec-recursive installdirs-recursive install-recursive \
|
||||
uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
|
||||
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
||||
Makefile.in NEWS TODO acinclude.m4 aclocal.m4 admin/ChangeLog \
|
||||
admin/compile admin/config.guess admin/config.sub admin/depcomp \
|
||||
admin/install-sh admin/ltmain.sh admin/missing \
|
||||
admin/mkinstalldirs admin/ylwrap config.h.in configure \
|
||||
configure.in
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
#>- all: config.h
|
||||
#>+ 1
|
||||
all: docs-am config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||
configure.lineno
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
#>- cd $(top_srcdir) && \
|
||||
#>- $(AUTOMAKE) --gnu Makefile
|
||||
#>+ 3
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu Makefile
|
||||
cd $(top_srcdir) && perl admin/am_edit ksensors-0.7.3/Makefile.in
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
|
||||
|
||||
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
$(SHELL) ./config.status --recheck
|
||||
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||
#>- cd $(srcdir) && $(AUTOCONF)
|
||||
#>+ 1
|
||||
cd $(srcdir) && rm -f configure && $(MAKE) -f admin/Makefile.common configure
|
||||
|
||||
$(ACLOCAL_M4): configure.in acinclude.m4
|
||||
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||
|
||||
config.h: stamp-h1
|
||||
@if test ! -f $@; then \
|
||||
rm -f stamp-h1; \
|
||||
$(MAKE) stamp-h1; \
|
||||
else :; fi
|
||||
|
||||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
||||
@rm -f stamp-h1
|
||||
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
||||
|
||||
$(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOHEADER)
|
||||
touch $(srcdir)/config.h.in
|
||||
|
||||
distclean-hdr:
|
||||
-rm -f config.h stamp-h1
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
||||
# To change the values of `make' variables: instead of editing Makefiles,
|
||||
# (1) if the variable is set in `config.status', edit `config.status'
|
||||
# (which will cause the Makefiles to be regenerated when you run `make');
|
||||
# (2) otherwise, pass the desired values on the `make' command line.
|
||||
$(RECURSIVE_TARGETS):
|
||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
||||
dot_seen=no; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
dot_seen=yes; \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
mostlyclean-recursive clean-recursive distclean-recursive \
|
||||
maintainer-clean-recursive:
|
||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
||||
dot_seen=no; \
|
||||
case "$@" in \
|
||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||||
*) list='$(SUBDIRS)' ;; \
|
||||
esac; \
|
||||
rev=''; for subdir in $$list; do \
|
||||
if test "$$subdir" = "."; then :; else \
|
||||
rev="$$subdir $$rev"; \
|
||||
fi; \
|
||||
done; \
|
||||
rev="$$rev ."; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
for subdir in $$rev; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
||||
done
|
||||
|
||||
ETAGS = etags
|
||||
ETAGSFLAGS =
|
||||
|
||||
tags: TAGS
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
mkid -fID $$unique
|
||||
|
||||
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
||||
fi; \
|
||||
done; \
|
||||
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
||||
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
||||
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
#>+ 1
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
|
||||
|
||||
top_distdir = .
|
||||
distdir = $(PACKAGE)-$(VERSION)
|
||||
|
||||
am__remove_distdir = \
|
||||
{ test ! -d $(distdir) \
|
||||
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
||||
&& rm -fr $(distdir); }; }
|
||||
|
||||
GZIP_ENV = --best
|
||||
distcleancheck_listfiles = find . -type f -print
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
$(am__remove_distdir)
|
||||
mkdir $(distdir)
|
||||
$(mkinstalldirs) $(distdir)/admin
|
||||
@list='$(DISTFILES)'; for file in $$list; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkinstalldirs) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d $(distdir)/$$subdir \
|
||||
|| mkdir $(distdir)/$$subdir \
|
||||
|| exit 1; \
|
||||
(cd $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" \
|
||||
distdir=../$(distdir)/$$subdir \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="${top_distdir}" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
||||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
||||
|| chmod -R a+r $(distdir)
|
||||
dist-gzip: distdir
|
||||
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist dist-all: distdir
|
||||
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
# This target untars the dist file and tries a VPATH configuration. Then
|
||||
# it guarantees that the distribution is self-contained by making another
|
||||
# tarfile.
|
||||
distcheck: dist
|
||||
$(am__remove_distdir)
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
|
||||
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
||||
mkdir $(distdir)/=build
|
||||
mkdir $(distdir)/=inst
|
||||
chmod a-w $(distdir)
|
||||
dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
|
||||
&& cd $(distdir)/=build \
|
||||
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
||||
$(DISTCHECK_CONFIGURE_FLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
||||
&& (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
|
||||
|| { echo "ERROR: files left after uninstall:" ; \
|
||||
find $$dc_install_base -type f -print ; \
|
||||
exit 1; } >&2 ) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
|
||||
&& rm -f $(distdir).tar.gz \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
||||
$(am__remove_distdir)
|
||||
@echo "$(distdir).tar.gz is ready for distribution" | \
|
||||
sed 'h;s/./=/g;p;x;p;x'
|
||||
distcleancheck: distclean
|
||||
if test '$(srcdir)' = . ; then \
|
||||
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
||||
|| { echo "ERROR: files left after distclean:" ; \
|
||||
$(distcleancheck_listfiles) ; \
|
||||
exit 1; } >&2
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
all-am: Makefile config.h
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
|
||||
install: install-recursive
|
||||
install-exec: install-exec-recursive
|
||||
install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
||||
#>- clean: clean-recursive
|
||||
#>+ 1
|
||||
clean: kde-rpo-clean clean-recursive
|
||||
|
||||
#>- clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
#>+ 1
|
||||
clean-am: clean-bcheck clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-recursive
|
||||
|
||||
dvi-am:
|
||||
|
||||
info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
-rm -rf autom4te.cache
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
uninstall-am: uninstall-info-am
|
||||
|
||||
uninstall-info: uninstall-info-recursive
|
||||
|
||||
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
|
||||
clean-generic clean-libtool clean-recursive dist dist-all \
|
||||
dist-gzip distcheck distclean distclean-generic distclean-hdr \
|
||||
distclean-libtool distclean-recursive distclean-tags \
|
||||
distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
|
||||
info-recursive install install-am install-data install-data-am \
|
||||
install-data-recursive install-exec install-exec-am \
|
||||
install-exec-recursive install-info install-info-am \
|
||||
install-info-recursive install-man install-recursive \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
installdirs-am installdirs-recursive maintainer-clean \
|
||||
maintainer-clean-generic maintainer-clean-recursive mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
|
||||
tags tags-recursive uninstall uninstall-am uninstall-info-am \
|
||||
uninstall-info-recursive uninstall-recursive
|
||||
|
||||
|
||||
$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
|
||||
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
|
||||
|
||||
$(top_srcdir)/subdirs:
|
||||
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
|
||||
|
||||
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
|
||||
@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
|
||||
|
||||
package-messages:
|
||||
$(MAKE) -f admin/Makefile.common package-messages
|
||||
$(MAKE) -C po merge
|
||||
|
||||
dist-hook:
|
||||
cd $(top_distdir) && perl admin/am_edit -padmin
|
||||
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
||||
|
||||
#>+ 2
|
||||
KDE_DIST=stamp-h.in LIESMICH subdirs ksensors.kdevelop FAQ LISEZMOI ksensors.kdevelop.pcs configure.files ksensors.kdevses build-stamp LEEME Doxyfile
|
||||
|
||||
#>+ 2
|
||||
docs-am:
|
||||
|
||||
#>+ 6
|
||||
force-reedit:
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu Makefile
|
||||
cd $(top_srcdir) && perl admin/am_edit ksensors-0.7.3/Makefile.in
|
||||
|
||||
|
||||
#>+ 21
|
||||
clean-bcheck:
|
||||
rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
|
||||
|
||||
bcheck: bcheck-recursive
|
||||
|
||||
bcheck-am:
|
||||
@for i in ; do \
|
||||
if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
|
||||
echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
|
||||
echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
|
||||
echo "$$i"; \
|
||||
if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy $$i.bchecktest.cc; then \
|
||||
rm -f $$i.bchecktest.cc; exit 1; \
|
||||
fi ; \
|
||||
echo "" >> $$i.bchecktest.cc.class; \
|
||||
perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
|
||||
rm -f a.out; \
|
||||
fi ; \
|
||||
done
|
||||
|
||||
|
||||
#>+ 3
|
||||
final:
|
||||
$(MAKE) all-am
|
||||
|
||||
#>+ 3
|
||||
final-install:
|
||||
$(MAKE) install-am
|
||||
|
||||
#>+ 3
|
||||
no-final:
|
||||
$(MAKE) all-am
|
||||
|
||||
#>+ 3
|
||||
no-final-install:
|
||||
$(MAKE) install-am
|
||||
|
||||
#>+ 3
|
||||
cvs-clean:
|
||||
$(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean
|
||||
|
||||
#>+ 3
|
||||
kde-rpo-clean:
|
||||
-rm -f *.rpo
|
||||
|
||||
#>+ 3
|
||||
nmcheck:
|
||||
nmcheck-am: nmcheck
|
@ -0,0 +1,65 @@
|
||||
==================================================================
|
||||
KSensors (ksensors.sourceforge.net) michaell@teleline.es
|
||||
==================================================================
|
||||
|
||||
General Information
|
||||
---------------------
|
||||
|
||||
This is a lmsensors frontend, you must install lmsensors
|
||||
drivers before using it (http://www.netroedge.com/~lm78/):
|
||||
|
||||
In Mandrake 8.1 try:
|
||||
urpmi lm_utils lm_utils-devel
|
||||
|
||||
Then run the script:
|
||||
sensors-detect
|
||||
it will show the lm-sensors modules you must install for your motherboard.
|
||||
|
||||
This software is only tested in my motherboard (PII866 Asus CUBX-L).
|
||||
I don't know if works well with others motherboards, try it.
|
||||
|
||||
|
||||
New Harddisk temperature monitoring support
|
||||
------------------------------------------
|
||||
|
||||
Now KSensors can show harddisk temperatures (only in modern harddisks).
|
||||
You must install HDDtemp program from Emmanuel Varagnat.
|
||||
HDDTemp must be in PATH to allow KSensors use it.
|
||||
You can download HDDTemp from http://coredump.free.fr.
|
||||
SUID bit of hddtemp file must by set, type:
|
||||
chmod +s hddtemp
|
||||
|
||||
WARNING: Setting suid bit can be a security flaw.
|
||||
|
||||
|
||||
Compile and install KSensors in KDE 3.x
|
||||
---------------------------------------
|
||||
|
||||
tar -zxvf ksensors-0.7.3.tar.gz
|
||||
cd ksensors-0.7.3
|
||||
./configure --prefix=/opt/kde3 --with-qt-dir=/usr/lib/qt3
|
||||
make
|
||||
make install
|
||||
|
||||
* Replace /opt/kde3 and /usr/lib/qt3 with your KDE3 and QT3 directories.
|
||||
|
||||
|
||||
Howto Uninstall
|
||||
---------------
|
||||
cd ksensors-0.7.3
|
||||
make uninstall
|
||||
|
||||
|
||||
Contact info
|
||||
-------------
|
||||
Contact me if you have problems to run this software or to
|
||||
notify bugs, questions, requests, etc.
|
||||
|
||||
-------------------------
|
||||
ksensors.sourceforge.net
|
||||
<michaell@teleline.es>
|
||||
(C) Miguel Novas
|
||||
-------------------------
|
||||
|
||||
|
||||
|
@ -0,0 +1,3 @@
|
||||
A second look for panels showing values variations over time (x-y graphical x=value y=time)
|
||||
Show CPU information for multiple CPUs if exists.
|
||||
Some system panels in dock (memory usage for example)
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
/* config.h.in. Generated from configure.in by autoheader. */
|
||||
|
||||
/* Define if you have the CoreAudio API */
|
||||
#undef HAVE_COREAUDIO
|
||||
|
||||
/* Define to 1 if you have the <crt_externs.h> header file. */
|
||||
#undef HAVE_CRT_EXTERNS_H
|
||||
|
||||
/* Defines if your system has the crypt function */
|
||||
#undef HAVE_CRYPT
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define if you have libjpeg */
|
||||
#undef HAVE_LIBJPEG
|
||||
|
||||
/* Define if you have libpng */
|
||||
#undef HAVE_LIBPNG
|
||||
|
||||
/* Define if you have a working libpthread (will enable threaded code) */
|
||||
#undef HAVE_LIBPTHREAD
|
||||
|
||||
/* Define if you have libz */
|
||||
#undef HAVE_LIBZ
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define if your system needs _NSGetEnviron to set up the environment */
|
||||
#undef HAVE_NSGETENVIRON
|
||||
|
||||
/* Define to 1 if you have the <pthread/linuxthreads/pthread.h> header file.
|
||||
*/
|
||||
#undef HAVE_PTHREAD_LINUXTHREADS_PTHREAD_H
|
||||
|
||||
/* Define if you have the res_init function */
|
||||
#undef HAVE_RES_INIT
|
||||
|
||||
/* Define to 1 if you have the `snprintf' function. */
|
||||
#undef HAVE_SNPRINTF
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
/* Define if you have strlcat */
|
||||
#undef HAVE_STRLCAT
|
||||
|
||||
/* Define if you have the strlcat prototype */
|
||||
#undef HAVE_STRLCAT_PROTO
|
||||
|
||||
/* Define if you have strlcpy */
|
||||
#undef HAVE_STRLCPY
|
||||
|
||||
/* Define if you have the strlcpy prototype */
|
||||
#undef HAVE_STRLCPY_PROTO
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#undef HAVE_SYS_TYPES_H
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to 1 if you have the `vsnprintf' function. */
|
||||
#undef HAVE_VSNPRINTF
|
||||
|
||||
/* Suffix for lib directories */
|
||||
#undef KDELIBSUFF
|
||||
|
||||
/* Define a safe value for MAXPATHLEN */
|
||||
#undef KDEMAXPATHLEN
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
/* The size of a `char *', as computed by sizeof. */
|
||||
#undef SIZEOF_CHAR_P
|
||||
|
||||
/* The size of a `int', as computed by sizeof. */
|
||||
#undef SIZEOF_INT
|
||||
|
||||
/* The size of a `long', as computed by sizeof. */
|
||||
#undef SIZEOF_LONG
|
||||
|
||||
/* The size of a `size_t', as computed by sizeof. */
|
||||
#undef SIZEOF_SIZE_T
|
||||
|
||||
/* The size of a `unsigned long', as computed by sizeof. */
|
||||
#undef SIZEOF_UNSIGNED_LONG
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
||||
/*
|
||||
* jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
|
||||
* headers and I'm too lazy to write a configure test as long as only
|
||||
* unixware is related
|
||||
*/
|
||||
#ifdef _UNIXWARE
|
||||
#define HAVE_BOOLEAN
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
|
||||
* that defines bzero.
|
||||
*/
|
||||
|
||||
#if defined(_AIX)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
|
||||
# include <sys/time.h>
|
||||
# include <crt_externs.h>
|
||||
# define environ (*_NSGetEnviron())
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if !defined(HAVE_STRLCAT_PROTO)
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
unsigned long strlcat(char*, const char*, unsigned long);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if !defined(HAVE_STRLCPY_PROTO)
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
unsigned long strlcpy(char*, const char*, unsigned long);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* On HP-UX, the declaration of vsnprintf() is needed every time !
|
||||
*/
|
||||
|
||||
#if !defined(HAVE_VSNPRINTF) || defined(hpux)
|
||||
#if __STDC__
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <varargs.h>
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
int snprintf(char *str, size_t n, char const *fmt, ...);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if defined(__SVR4) && !defined(__svr4__)
|
||||
#define __svr4__ 1
|
||||
#endif
|
||||
|
||||
|
||||
/* Compatibility define */
|
||||
#undef ksize_t
|
||||
|
||||
/* Define the real type of socklen_t */
|
||||
#undef socklen_t
|
@ -0,0 +1,2 @@
|
||||
./admin/configure.in.min
|
||||
configure.in.in
|
@ -0,0 +1,84 @@
|
||||
dnl This file is part of the KDE libraries/packages
|
||||
dnl Copyright (C) 2001 Stephan Kulow (coolo@kde.org)
|
||||
|
||||
dnl This file is free software; you can redistribute it and/or
|
||||
dnl modify it under the terms of the GNU Library General Public
|
||||
dnl License as published by the Free Software Foundation; either
|
||||
dnl version 2 of the License, or (at your option) any later version.
|
||||
|
||||
dnl This library is distributed in the hope that it will be useful,
|
||||
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
dnl Library General Public License for more details.
|
||||
|
||||
dnl You should have received a copy of the GNU Library General Public License
|
||||
dnl along with this library; see the file COPYING.LIB. If not, write to
|
||||
dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
dnl Boston, MA 02111-1307, USA.
|
||||
|
||||
# Original Author was Kalle@kde.org
|
||||
# I lifted it in some mater. (Stephan Kulow)
|
||||
# I used much code from Janos Farkas
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_INIT(acinclude.m4) dnl a source file from your sub dir
|
||||
|
||||
dnl This is so we can use kde-common
|
||||
AC_CONFIG_AUX_DIR(admin)
|
||||
|
||||
dnl This ksh/zsh feature conflicts with `cd blah ; pwd`
|
||||
unset CDPATH
|
||||
|
||||
dnl Checking host/target/build systems, for make, install etc.
|
||||
AC_CANONICAL_SYSTEM
|
||||
dnl Perform program name transformation
|
||||
AC_ARG_PROGRAM
|
||||
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(ksensors, 0.7.3) dnl searches for some needed programs
|
||||
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
||||
AM_CONFIG_HEADER(config.h) dnl at the distribution this done
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_CHECK_COMPILERS
|
||||
AC_ENABLE_SHARED(yes)
|
||||
AC_ENABLE_STATIC(no)
|
||||
KDE_PROG_LIBTOOL
|
||||
|
||||
dnl for NLS support. Call them in this order!
|
||||
dnl WITH_NLS is for the po files
|
||||
AM_KDE_WITH_NLS
|
||||
|
||||
KDE_USE_QT(3.0.0)
|
||||
AC_PATH_KDE
|
||||
#MIN_CONFIG(3.0.0)
|
||||
|
||||
dnl PACKAGE set before
|
||||
AC_C_BIGENDIAN
|
||||
AC_CHECK_KDEMAXPATHLEN
|
||||
|
||||
KDE_CREATE_SUBDIRSLIST
|
||||
AC_CONFIG_FILES([ Makefile ])
|
||||
AC_CONFIG_FILES([ doc/Makefile ])
|
||||
AC_CONFIG_FILES([ doc/en/Makefile ])
|
||||
AC_CONFIG_FILES([ po/Makefile ])
|
||||
AC_CONFIG_FILES([ src/Makefile ])
|
||||
AC_CONFIG_FILES([ src/pics/Makefile ])
|
||||
AC_CONFIG_FILES([ src/sounds/Makefile ])
|
||||
AC_OUTPUT
|
||||
if test "$all_tests" = "bad"; then
|
||||
if test ! "$cache_file" = "/dev/null"; then
|
||||
echo ""
|
||||
echo "Please remove the file $cache_file after changing your setup"
|
||||
echo "so that configure will find the changes next time."
|
||||
echo ""
|
||||
fi
|
||||
else
|
||||
echo ""
|
||||
echo "Good - your configure finished. Start make now"
|
||||
echo ""
|
||||
fi
|
@ -0,0 +1,6 @@
|
||||
#MIN_CONFIG(3.0.0)
|
||||
|
||||
AM_INIT_AUTOMAKE(ksensors, 0.7.3)
|
||||
AC_C_BIGENDIAN
|
||||
AC_CHECK_KDEMAXPATHLEN
|
||||
|
@ -0,0 +1,6 @@
|
||||
# the SUBDIRS is filled automatically by am_edit. If files are
|
||||
# in this directory they are installed into the english dir
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = ksensors
|
||||
SUBDIRS = $(AUTODIRS)
|
@ -0,0 +1,592 @@
|
||||
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
||||
# KDE tags expanded automatically by am_edit - $Revision: 1.5 $
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
# Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
# the SUBDIRS is filled automatically by am_edit. If files are
|
||||
# in this directory they are installed into the english dir
|
||||
SHELL = @SHELL@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
libexecdir = @libexecdir@
|
||||
datadir = @datadir@
|
||||
sysconfdir = @sysconfdir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
localstatedir = @localstatedir@
|
||||
libdir = @libdir@
|
||||
infodir = @infodir@
|
||||
mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ..
|
||||
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = @program_transform_name@
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_alias = @build_alias@
|
||||
build_triplet = @build@
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
target_alias = @target_alias@
|
||||
target_triplet = @target@
|
||||
|
||||
EXEEXT = @EXEEXT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
AMTAR = @AMTAR@
|
||||
ARTSCCONFIG = @ARTSCCONFIG@
|
||||
AS = @AS@
|
||||
AUTODIRS = @AUTODIRS@
|
||||
AWK = @AWK@
|
||||
BROCKENBORING = @BROCKENBORING@
|
||||
CC = @CC@
|
||||
CONF_FILES = @CONF_FILES@
|
||||
CPP = @CPP@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
DCOPIDL = @DCOPIDL@
|
||||
DCOPIDL2CPP = @DCOPIDL2CPP@
|
||||
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
|
||||
DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
|
||||
DPMSINC = @DPMSINC@
|
||||
DPMSLIB = @DPMSLIB@
|
||||
ECHO = @ECHO@
|
||||
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
|
||||
GCJ = @GCJ@
|
||||
GCJFLAGS = @GCJFLAGS@
|
||||
GLINC = @GLINC@
|
||||
GLLIB = @GLLIB@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
IDL = @IDL@
|
||||
IDL_DEPENDENCIES = @IDL_DEPENDENCIES@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JVMLIBS = @JVMLIBS@
|
||||
KDECONFIG = @KDECONFIG@
|
||||
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
|
||||
KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@
|
||||
KDE_HAVE_DOT = @KDE_HAVE_DOT@
|
||||
KDE_INCLUDES = @KDE_INCLUDES@
|
||||
KDE_LDFLAGS = @KDE_LDFLAGS@
|
||||
KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
|
||||
KDE_MT_LIBS = @KDE_MT_LIBS@
|
||||
KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
|
||||
KDE_PLUGIN = @KDE_PLUGIN@
|
||||
KDE_RPATH = @KDE_RPATH@
|
||||
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
|
||||
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
|
||||
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
|
||||
KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
|
||||
KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
|
||||
KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
|
||||
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBBZ2 = @LIBBZ2@
|
||||
LIBCOMPAT = @LIBCOMPAT@
|
||||
LIBCRYPT = @LIBCRYPT@
|
||||
LIBDL = @LIBDL@
|
||||
LIBGEN = @LIBGEN@
|
||||
LIBJPEG = @LIBJPEG@
|
||||
LIBMICO = @LIBMICO@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBPNG = @LIBPNG@
|
||||
LIBPTHREAD = @LIBPTHREAD@
|
||||
LIBPYTHON = @LIBPYTHON@
|
||||
LIBQIMGIO = @LIBQIMGIO@
|
||||
LIBRESOLV = @LIBRESOLV@
|
||||
LIBSHADOW = @LIBSHADOW@
|
||||
LIBSM = @LIBSM@
|
||||
LIBSOCKET = @LIBSOCKET@
|
||||
LIBSSL = @LIBSSL@
|
||||
LIBTIFF = @LIBTIFF@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBUCB = @LIBUCB@
|
||||
LIBUTIL = @LIBUTIL@
|
||||
LIBZ = @LIBZ@
|
||||
LIB_JASPER = @LIB_JASPER@
|
||||
LIB_KAB = @LIB_KAB@
|
||||
LIB_KABC = @LIB_KABC@
|
||||
LIB_KDECORE = @LIB_KDECORE@
|
||||
LIB_KDEPRINT = @LIB_KDEPRINT@
|
||||
LIB_KDEUI = @LIB_KDEUI@
|
||||
LIB_KFILE = @LIB_KFILE@
|
||||
LIB_KFM = @LIB_KFM@
|
||||
LIB_KHTML = @LIB_KHTML@
|
||||
LIB_KIMGIO = @LIB_KIMGIO@
|
||||
LIB_KIO = @LIB_KIO@
|
||||
LIB_KPARTS = @LIB_KPARTS@
|
||||
LIB_KSPELL = @LIB_KSPELL@
|
||||
LIB_KSYCOCA = @LIB_KSYCOCA@
|
||||
LIB_POLL = @LIB_POLL@
|
||||
LIB_QPE = @LIB_QPE@
|
||||
LIB_QT = @LIB_QT@
|
||||
LIB_QTOPIA = @LIB_QTOPIA@
|
||||
LIB_SMB = @LIB_SMB@
|
||||
LIB_X11 = @LIB_X11@
|
||||
LIB_XEXT = @LIB_XEXT@
|
||||
LIB_XRENDER = @LIB_XRENDER@
|
||||
LN_S = @LN_S@
|
||||
MCOPIDL = @MCOPIDL@
|
||||
MEINPROC = @MEINPROC@
|
||||
MICO_INCLUDES = @MICO_INCLUDES@
|
||||
MICO_LDFLAGS = @MICO_LDFLAGS@
|
||||
MOC = @MOC@
|
||||
MSGFMT = @MSGFMT@
|
||||
NOOPT_CFLAGS = @NOOPT_CFLAGS@
|
||||
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
|
||||
OBJC = @OBJC@
|
||||
OBJCFLAGS = @OBJCFLAGS@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
PACKAGE = @PACKAGE@
|
||||
PAMLIBS = @PAMLIBS@
|
||||
PASSWDLIBS = @PASSWDLIBS@
|
||||
PYTHONINC = @PYTHONINC@
|
||||
PYTHONLIB = @PYTHONLIB@
|
||||
PYTHONMODDIR = @PYTHONMODDIR@
|
||||
QTDOCDIR = @QTDOCDIR@
|
||||
QTE_NORTTI = @QTE_NORTTI@
|
||||
QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
|
||||
QT_INCLUDES = @QT_INCLUDES@
|
||||
QT_LDFLAGS = @QT_LDFLAGS@
|
||||
RANLIB = @RANLIB@
|
||||
RC = @RC@
|
||||
SETUIDFLAGS = @SETUIDFLAGS@
|
||||
SSL_INCLUDES = @SSL_INCLUDES@
|
||||
SSL_LDFLAGS = @SSL_LDFLAGS@
|
||||
STRIP = @STRIP@
|
||||
TOPSUBDIRS = @TOPSUBDIRS@
|
||||
UIC = @UIC@
|
||||
UIC_TR = @UIC_TR@
|
||||
USER_INCLUDES = @USER_INCLUDES@
|
||||
USER_LDFLAGS = @USER_LDFLAGS@
|
||||
USE_EXCEPTIONS = @USE_EXCEPTIONS@
|
||||
USE_RTTI = @USE_RTTI@
|
||||
USE_THREADS = @USE_THREADS@
|
||||
VERSION = @VERSION@
|
||||
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XPMINC = @XPMINC@
|
||||
XPMLIB = @XPMLIB@
|
||||
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
||||
X_INCLUDES = @X_INCLUDES@
|
||||
X_LDFLAGS = @X_LDFLAGS@
|
||||
X_PRE_LIBS = @X_PRE_LIBS@
|
||||
X_RPATH = @X_RPATH@
|
||||
all_includes = @all_includes@
|
||||
all_libraries = @all_libraries@
|
||||
am__include = @am__include@
|
||||
am__quote = @am__quote@
|
||||
idldir = @idldir@
|
||||
install_sh = @install_sh@
|
||||
jni_includes = @jni_includes@
|
||||
kde_appsdir = @kde_appsdir@
|
||||
kde_bindir = @kde_bindir@
|
||||
kde_confdir = @kde_confdir@
|
||||
kde_datadir = @kde_datadir@
|
||||
kde_htmldir = @kde_htmldir@
|
||||
kde_icondir = @kde_icondir@
|
||||
kde_includes = @kde_includes@
|
||||
kde_libraries = @kde_libraries@
|
||||
kde_libs_htmldir = @kde_libs_htmldir@
|
||||
kde_libs_prefix = @kde_libs_prefix@
|
||||
kde_locale = @kde_locale@
|
||||
kde_mimedir = @kde_mimedir@
|
||||
kde_moduledir = @kde_moduledir@
|
||||
kde_qtver = @kde_qtver@
|
||||
kde_servicesdir = @kde_servicesdir@
|
||||
kde_servicetypesdir = @kde_servicetypesdir@
|
||||
kde_sounddir = @kde_sounddir@
|
||||
kde_styledir = @kde_styledir@
|
||||
kde_templatesdir = @kde_templatesdir@
|
||||
kde_wallpaperdir = @kde_wallpaperdir@
|
||||
kde_widgetdir = @kde_widgetdir@
|
||||
kdeinitdir = @kdeinitdir@
|
||||
micodir = @micodir@
|
||||
qt_includes = @qt_includes@
|
||||
qt_libraries = @qt_libraries@
|
||||
x_includes = @x_includes@
|
||||
x_libraries = @x_libraries@
|
||||
xdg_appsdir = @xdg_appsdir@
|
||||
xdg_directorydir = @xdg_directorydir@
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = ksensors
|
||||
#>- SUBDIRS = $(AUTODIRS)
|
||||
#>+ 1
|
||||
SUBDIRS =. en
|
||||
subdir = doc
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_SOURCES =
|
||||
|
||||
#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
||||
#>- uninstall-info-recursive all-recursive install-data-recursive \
|
||||
#>- install-exec-recursive installdirs-recursive install-recursive \
|
||||
#>- uninstall-recursive check-recursive installcheck-recursive
|
||||
#>+ 4
|
||||
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
||||
uninstall-info-recursive all-recursive install-data-recursive \
|
||||
install-exec-recursive installdirs-recursive install-recursive \
|
||||
uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
#>- all: all-recursive
|
||||
#>+ 1
|
||||
all: docs-am all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
#>- cd $(top_srcdir) && \
|
||||
#>- $(AUTOMAKE) --gnu doc/Makefile
|
||||
#>+ 3
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/Makefile
|
||||
cd $(top_srcdir) && perl admin/am_edit ksensors-0.7.3/doc/Makefile.in
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
||||
# To change the values of `make' variables: instead of editing Makefiles,
|
||||
# (1) if the variable is set in `config.status', edit `config.status'
|
||||
# (which will cause the Makefiles to be regenerated when you run `make');
|
||||
# (2) otherwise, pass the desired values on the `make' command line.
|
||||
$(RECURSIVE_TARGETS):
|
||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
||||
dot_seen=no; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
dot_seen=yes; \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
mostlyclean-recursive clean-recursive distclean-recursive \
|
||||
maintainer-clean-recursive:
|
||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
||||
dot_seen=no; \
|
||||
case "$@" in \
|
||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||||
*) list='$(SUBDIRS)' ;; \
|
||||
esac; \
|
||||
rev=''; for subdir in $$list; do \
|
||||
if test "$$subdir" = "."; then :; else \
|
||||
rev="$$subdir $$rev"; \
|
||||
fi; \
|
||||
done; \
|
||||
rev="$$rev ."; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
for subdir in $$rev; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
||||
done
|
||||
|
||||
ETAGS = etags
|
||||
ETAGSFLAGS =
|
||||
|
||||
tags: TAGS
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
mkid -fID $$unique
|
||||
|
||||
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
||||
fi; \
|
||||
done; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
||||
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
top_distdir = ..
|
||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@list='$(DISTFILES)'; for file in $$list; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkinstalldirs) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d $(distdir)/$$subdir \
|
||||
|| mkdir $(distdir)/$$subdir \
|
||||
|| exit 1; \
|
||||
(cd $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" \
|
||||
distdir=../$(distdir)/$$subdir \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
all-am: Makefile
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
|
||||
install: install-recursive
|
||||
install-exec: install-exec-recursive
|
||||
install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
#>- clean: clean-recursive
|
||||
#>+ 1
|
||||
clean: kde-rpo-clean clean-recursive
|
||||
|
||||
#>- clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
#>+ 1
|
||||
clean-am: clean-bcheck clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
|
||||
distclean-am: clean-am distclean-generic distclean-libtool \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-recursive
|
||||
|
||||
dvi-am:
|
||||
|
||||
info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
uninstall-am: uninstall-info-am
|
||||
|
||||
uninstall-info: uninstall-info-recursive
|
||||
|
||||
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
|
||||
clean-generic clean-libtool clean-recursive distclean \
|
||||
distclean-generic distclean-libtool distclean-recursive \
|
||||
distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
|
||||
info-recursive install install-am install-data install-data-am \
|
||||
install-data-recursive install-exec install-exec-am \
|
||||
install-exec-recursive install-info install-info-am \
|
||||
install-info-recursive install-man install-recursive \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
installdirs-am installdirs-recursive maintainer-clean \
|
||||
maintainer-clean-generic maintainer-clean-recursive mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
|
||||
tags tags-recursive uninstall uninstall-am uninstall-info-am \
|
||||
uninstall-info-recursive uninstall-recursive
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
||||
|
||||
#>+ 2
|
||||
docs-am:
|
||||
|
||||
#>+ 6
|
||||
force-reedit:
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/Makefile
|
||||
cd $(top_srcdir) && perl admin/am_edit ksensors-0.7.3/doc/Makefile.in
|
||||
|
||||
|
||||
#>+ 21
|
||||
clean-bcheck:
|
||||
rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
|
||||
|
||||
bcheck: bcheck-recursive
|
||||
|
||||
bcheck-am:
|
||||
@for i in ; do \
|
||||
if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
|
||||
echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
|
||||
echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
|
||||
echo "$$i"; \
|
||||
if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy $$i.bchecktest.cc; then \
|
||||
rm -f $$i.bchecktest.cc; exit 1; \
|
||||
fi ; \
|
||||
echo "" >> $$i.bchecktest.cc.class; \
|
||||
perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
|
||||
rm -f a.out; \
|
||||
fi ; \
|
||||
done
|
||||
|
||||
|
||||
#>+ 3
|
||||
final:
|
||||
$(MAKE) all-am
|
||||
|
||||
#>+ 3
|
||||
final-install:
|
||||
$(MAKE) install-am
|
||||
|
||||
#>+ 3
|
||||
no-final:
|
||||
$(MAKE) all-am
|
||||
|
||||
#>+ 3
|
||||
no-final-install:
|
||||
$(MAKE) install-am
|
||||
|
||||
#>+ 3
|
||||
cvs-clean:
|
||||
$(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean
|
||||
|
||||
#>+ 3
|
||||
kde-rpo-clean:
|
||||
-rm -f *.rpo
|
||||
|
||||
#>+ 3
|
||||
nmcheck:
|
||||
nmcheck-am: nmcheck
|
@ -0,0 +1,2 @@
|
||||
KDE_DOCS = ksensors
|
||||
KDE_LANG = en
|
@ -0,0 +1,512 @@
|
||||
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
||||
# KDE tags expanded automatically by am_edit - $Revision: 1.5 $
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
# Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
libexecdir = @libexecdir@
|
||||
datadir = @datadir@
|
||||
sysconfdir = @sysconfdir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
localstatedir = @localstatedir@
|
||||
libdir = @libdir@
|
||||
infodir = @infodir@
|
||||
mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ../..
|
||||
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = @program_transform_name@
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_alias = @build_alias@
|
||||
build_triplet = @build@
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
target_alias = @target_alias@
|
||||
target_triplet = @target@
|
||||
|
||||
EXEEXT = @EXEEXT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
AMTAR = @AMTAR@
|
||||
ARTSCCONFIG = @ARTSCCONFIG@
|
||||
AS = @AS@
|
||||
AUTODIRS = @AUTODIRS@
|
||||
AWK = @AWK@
|
||||
BROCKENBORING = @BROCKENBORING@
|
||||
CC = @CC@
|
||||
CONF_FILES = @CONF_FILES@
|
||||
CPP = @CPP@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
DCOPIDL = @DCOPIDL@
|
||||
DCOPIDL2CPP = @DCOPIDL2CPP@
|
||||
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
|
||||
DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
|
||||
DPMSINC = @DPMSINC@
|
||||
DPMSLIB = @DPMSLIB@
|
||||
ECHO = @ECHO@
|
||||
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
|
||||
GCJ = @GCJ@
|
||||
GCJFLAGS = @GCJFLAGS@
|
||||
GLINC = @GLINC@
|
||||
GLLIB = @GLLIB@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
IDL = @IDL@
|
||||
IDL_DEPENDENCIES = @IDL_DEPENDENCIES@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JVMLIBS = @JVMLIBS@
|
||||
KDECONFIG = @KDECONFIG@
|
||||
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
|
||||
KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@
|
||||
KDE_HAVE_DOT = @KDE_HAVE_DOT@
|
||||
KDE_INCLUDES = @KDE_INCLUDES@
|
||||
KDE_LDFLAGS = @KDE_LDFLAGS@
|
||||
KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
|
||||
KDE_MT_LIBS = @KDE_MT_LIBS@
|
||||
KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
|
||||
KDE_PLUGIN = @KDE_PLUGIN@
|
||||
KDE_RPATH = @KDE_RPATH@
|
||||
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
|
||||
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
|
||||
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
|
||||
KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
|
||||
KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
|
||||
KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
|
||||
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBBZ2 = @LIBBZ2@
|
||||
LIBCOMPAT = @LIBCOMPAT@
|
||||
LIBCRYPT = @LIBCRYPT@
|
||||
LIBDL = @LIBDL@
|
||||
LIBGEN = @LIBGEN@
|
||||
LIBJPEG = @LIBJPEG@
|
||||
LIBMICO = @LIBMICO@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBPNG = @LIBPNG@
|
||||
LIBPTHREAD = @LIBPTHREAD@
|
||||
LIBPYTHON = @LIBPYTHON@
|
||||
LIBQIMGIO = @LIBQIMGIO@
|
||||
LIBRESOLV = @LIBRESOLV@
|
||||
LIBSHADOW = @LIBSHADOW@
|
||||
LIBSM = @LIBSM@
|
||||
LIBSOCKET = @LIBSOCKET@
|
||||
LIBSSL = @LIBSSL@
|
||||
LIBTIFF = @LIBTIFF@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBUCB = @LIBUCB@
|
||||
LIBUTIL = @LIBUTIL@
|
||||
LIBZ = @LIBZ@
|
||||
LIB_JASPER = @LIB_JASPER@
|
||||
LIB_KAB = @LIB_KAB@
|
||||
LIB_KABC = @LIB_KABC@
|
||||
LIB_KDECORE = @LIB_KDECORE@
|
||||
LIB_KDEPRINT = @LIB_KDEPRINT@
|
||||
LIB_KDEUI = @LIB_KDEUI@
|
||||
LIB_KFILE = @LIB_KFILE@
|
||||
LIB_KFM = @LIB_KFM@
|
||||
LIB_KHTML = @LIB_KHTML@
|
||||
LIB_KIMGIO = @LIB_KIMGIO@
|
||||
LIB_KIO = @LIB_KIO@
|
||||
LIB_KPARTS = @LIB_KPARTS@
|
||||
LIB_KSPELL = @LIB_KSPELL@
|
||||
LIB_KSYCOCA = @LIB_KSYCOCA@
|
||||
LIB_POLL = @LIB_POLL@
|
||||
LIB_QPE = @LIB_QPE@
|
||||
LIB_QT = @LIB_QT@
|
||||
LIB_QTOPIA = @LIB_QTOPIA@
|
||||
LIB_SMB = @LIB_SMB@
|
||||
LIB_X11 = @LIB_X11@
|
||||
LIB_XEXT = @LIB_XEXT@
|
||||
LIB_XRENDER = @LIB_XRENDER@
|
||||
LN_S = @LN_S@
|
||||
MCOPIDL = @MCOPIDL@
|
||||
MEINPROC = @MEINPROC@
|
||||
MICO_INCLUDES = @MICO_INCLUDES@
|
||||
MICO_LDFLAGS = @MICO_LDFLAGS@
|
||||
MOC = @MOC@
|
||||
MSGFMT = @MSGFMT@
|
||||
NOOPT_CFLAGS = @NOOPT_CFLAGS@
|
||||
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
|
||||
OBJC = @OBJC@
|
||||
OBJCFLAGS = @OBJCFLAGS@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
PACKAGE = @PACKAGE@
|
||||
PAMLIBS = @PAMLIBS@
|
||||
PASSWDLIBS = @PASSWDLIBS@
|
||||
PYTHONINC = @PYTHONINC@
|
||||
PYTHONLIB = @PYTHONLIB@
|
||||
PYTHONMODDIR = @PYTHONMODDIR@
|
||||
QTDOCDIR = @QTDOCDIR@
|
||||
QTE_NORTTI = @QTE_NORTTI@
|
||||
QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
|
||||
QT_INCLUDES = @QT_INCLUDES@
|
||||
QT_LDFLAGS = @QT_LDFLAGS@
|
||||
RANLIB = @RANLIB@
|
||||
RC = @RC@
|
||||
SETUIDFLAGS = @SETUIDFLAGS@
|
||||
SSL_INCLUDES = @SSL_INCLUDES@
|
||||
SSL_LDFLAGS = @SSL_LDFLAGS@
|
||||
STRIP = @STRIP@
|
||||
TOPSUBDIRS = @TOPSUBDIRS@
|
||||
UIC = @UIC@
|
||||
UIC_TR = @UIC_TR@
|
||||
USER_INCLUDES = @USER_INCLUDES@
|
||||
USER_LDFLAGS = @USER_LDFLAGS@
|
||||
USE_EXCEPTIONS = @USE_EXCEPTIONS@
|
||||
USE_RTTI = @USE_RTTI@
|
||||
USE_THREADS = @USE_THREADS@
|
||||
VERSION = @VERSION@
|
||||
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XPMINC = @XPMINC@
|
||||
XPMLIB = @XPMLIB@
|
||||
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
||||
X_INCLUDES = @X_INCLUDES@
|
||||
X_LDFLAGS = @X_LDFLAGS@
|
||||
X_PRE_LIBS = @X_PRE_LIBS@
|
||||
X_RPATH = @X_RPATH@
|
||||
all_includes = @all_includes@
|
||||
all_libraries = @all_libraries@
|
||||
am__include = @am__include@
|
||||
am__quote = @am__quote@
|
||||
idldir = @idldir@
|
||||
install_sh = @install_sh@
|
||||
jni_includes = @jni_includes@
|
||||
kde_appsdir = @kde_appsdir@
|
||||
kde_bindir = @kde_bindir@
|
||||
kde_confdir = @kde_confdir@
|
||||
kde_datadir = @kde_datadir@
|
||||
kde_htmldir = @kde_htmldir@
|
||||
kde_icondir = @kde_icondir@
|
||||
kde_includes = @kde_includes@
|
||||
kde_libraries = @kde_libraries@
|
||||
kde_libs_htmldir = @kde_libs_htmldir@
|
||||
kde_libs_prefix = @kde_libs_prefix@
|
||||
kde_locale = @kde_locale@
|
||||
kde_mimedir = @kde_mimedir@
|
||||
kde_moduledir = @kde_moduledir@
|
||||
kde_qtver = @kde_qtver@
|
||||
kde_servicesdir = @kde_servicesdir@
|
||||
kde_servicetypesdir = @kde_servicetypesdir@
|
||||
kde_sounddir = @kde_sounddir@
|
||||
kde_styledir = @kde_styledir@
|
||||
kde_templatesdir = @kde_templatesdir@
|
||||
kde_wallpaperdir = @kde_wallpaperdir@
|
||||
kde_widgetdir = @kde_widgetdir@
|
||||
kdeinitdir = @kdeinitdir@
|
||||
micodir = @micodir@
|
||||
qt_includes = @qt_includes@
|
||||
qt_libraries = @qt_libraries@
|
||||
x_includes = @x_includes@
|
||||
x_libraries = @x_libraries@
|
||||
xdg_appsdir = @xdg_appsdir@
|
||||
xdg_directorydir = @xdg_directorydir@
|
||||
KDE_DOCS = ksensors
|
||||
KDE_LANG = en
|
||||
subdir = doc/en
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_SOURCES =
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
#>- all: all-am
|
||||
#>+ 1
|
||||
all: docs-am all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
#>- cd $(top_srcdir) && \
|
||||
#>- $(AUTOMAKE) --gnu doc/en/Makefile
|
||||
#>+ 3
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/en/Makefile
|
||||
cd $(top_srcdir) && perl admin/am_edit ksensors-0.7.3/doc/en/Makefile.in
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
#>+ 1
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
|
||||
|
||||
top_distdir = ../..
|
||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
||||
|
||||
#>- distdir: $(DISTFILES)
|
||||
#>+ 1
|
||||
distdir: distdir-nls $(DISTFILES)
|
||||
@list='$(DISTFILES)'; for file in $$list; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkinstalldirs) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
|
||||
installdirs:
|
||||
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
#>- uninstall: uninstall-am
|
||||
#>+ 1
|
||||
uninstall: uninstall-docs uninstall-nls uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
#>- clean: clean-am
|
||||
#>+ 1
|
||||
clean: kde-rpo-clean clean-am
|
||||
|
||||
#>- clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
#>+ 1
|
||||
clean-am: clean-docs clean-bcheck clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
|
||||
distclean-am: clean-am distclean-generic distclean-libtool
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
#>- install-data-am:
|
||||
#>+ 1
|
||||
install-data-am: install-docs install-nls
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
uninstall-am: uninstall-info-am
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am info info-am install install-am install-data \
|
||||
install-data-am install-exec install-exec-am install-info \
|
||||
install-info-am install-man install-strip installcheck \
|
||||
installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool uninstall uninstall-am uninstall-info-am
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
||||
|
||||
#>+ 2
|
||||
KDE_DIST=index.docbook index.cache.bz2
|
||||
|
||||
#>+ 24
|
||||
index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook
|
||||
@if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fi
|
||||
|
||||
docs-am: index.cache.bz2
|
||||
|
||||
install-docs: docs-am install-nls
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors
|
||||
@if test -f index.cache.bz2; then \
|
||||
echo $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
|
||||
$(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
|
||||
elif test -f $(srcdir)/index.cache.bz2; then \
|
||||
echo $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
|
||||
$(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
|
||||
fi
|
||||
-rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/common
|
||||
$(LN_S) $(kde_libs_htmldir)/$(KDE_LANG)/common $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/common
|
||||
|
||||
uninstall-docs:
|
||||
-rm -rf $(kde_htmldir)/$(KDE_LANG)/ksensors
|
||||
|
||||
clean-docs:
|
||||
-rm -f index.cache.bz2
|
||||
|
||||
|
||||
#>+ 13
|
||||
install-nls:
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors
|
||||
@for base in index.docbook ; do \
|
||||
echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/$$base ;\
|
||||
$(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/$$base ;\
|
||||
done
|
||||
|
||||
uninstall-nls:
|
||||
for base in index.docbook ; do \
|
||||
rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/$$base ;\
|
||||
done
|
||||
|
||||
|
||||
#>+ 5
|
||||
distdir-nls:
|
||||
for file in index.docbook ; do \
|
||||
cp $(srcdir)/$$file $(distdir); \
|
||||
done
|
||||
|
||||
#>+ 6
|
||||
force-reedit:
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/en/Makefile
|
||||
cd $(top_srcdir) && perl admin/am_edit ksensors-0.7.3/doc/en/Makefile.in
|
||||
|
||||
|
||||
#>+ 21
|
||||
clean-bcheck:
|
||||
rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
|
||||
|
||||
bcheck: bcheck-am
|
||||
|
||||
bcheck-am:
|
||||
@for i in ; do \
|
||||
if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
|
||||
echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
|
||||
echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
|
||||
echo "$$i"; \
|
||||
if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy $$i.bchecktest.cc; then \
|
||||
rm -f $$i.bchecktest.cc; exit 1; \
|
||||
fi ; \
|
||||
echo "" >> $$i.bchecktest.cc.class; \
|
||||
perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
|
||||
rm -f a.out; \
|
||||
fi ; \
|
||||
done
|
||||
|
||||
|
||||
#>+ 3
|
||||
final:
|
||||
$(MAKE) all-am
|
||||
|
||||
#>+ 3
|
||||
final-install:
|
||||
$(MAKE) install-am
|
||||
|
||||
#>+ 3
|
||||
no-final:
|
||||
$(MAKE) all-am
|
||||
|
||||
#>+ 3
|
||||
no-final-install:
|
||||
$(MAKE) install-am
|
||||
|
||||
#>+ 3
|
||||
cvs-clean:
|
||||
$(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean
|
||||
|
||||
#>+ 3
|
||||
kde-rpo-clean:
|
||||
-rm -f *.rpo
|
||||
|
||||
#>+ 3
|
||||
nmcheck:
|
||||
nmcheck-am: nmcheck
|
Binary file not shown.
@ -0,0 +1,555 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||||
<!ENTITY ksensors "<application>ksensors 0.1</application>">
|
||||
<!ENTITY kappname "&ksensors;"><!-- Do *not* replace kappname-->
|
||||
<!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc -->
|
||||
<!ENTITY % addindex "IGNORE">
|
||||
<!ENTITY % English "INCLUDE"><!-- change language only here -->
|
||||
|
||||
|
||||
<!-- Do not define any other entities; instead, use the entities
|
||||
from kde-genent.entities and $LANG/user.entities. -->
|
||||
]>
|
||||
<!-- kdoctemplate v0.8 October 1 1999
|
||||
Minor update to "Credits and Licenses" section on August 24, 2000
|
||||
Removed "Revision history" section on 22 January 2001
|
||||
Changed to Installation/Help menu entities 18 October 2001
|
||||
Other minor cleanup and changes 18 October 2001 -->
|
||||
|
||||
|
||||
<!--
|
||||
This template was designed by: David Rugge davidrugge@mindspring.com
|
||||
with lots of help from: Eric Bischoff ebisch@cybercable.tm.fr
|
||||
and Frederik Fouvry fouvry@sfs.nphil.uni-tuebingen.de
|
||||
of the KDE DocBook team.
|
||||
|
||||
You may freely use this template for writing any sort of KDE documentation.
|
||||
If you have any changes or improvements, please let us know.
|
||||
|
||||
Remember:
|
||||
- in XML, the case of the <tags> and attributes is relevant ;
|
||||
- also, quote all attributes.
|
||||
|
||||
Please don't forget to remove all these comments in your final documentation,
|
||||
thanks ;-).
|
||||
-->
|
||||
|
||||
<!-- ................................................................ -->
|
||||
|
||||
<!-- The language must NOT be changed here. -->
|
||||
|
||||
<book lang="&language;">
|
||||
|
||||
<!-- This header contains all of the meta-information for the document such
|
||||
as Authors, publish date, the abstract, and Keywords -->
|
||||
|
||||
<bookinfo>
|
||||
<title>The &ksensors; Handbook</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname></firstname>
|
||||
<othername></othername>
|
||||
<surname>noname</surname>
|
||||
<affiliation>
|
||||
<address><email>s@s.org</email></address>
|
||||
</affiliation>
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
|
||||
<copyright>
|
||||
<year>1999</year>
|
||||
<year>2003</year>
|
||||
<holder>noname</holder>
|
||||
</copyright>
|
||||
<!-- Translators: put here the copyright notice of the translation -->
|
||||
<!-- Put here the FDL notice. Read the explanation in fdl-notice.docbook
|
||||
and in the FDL itself on how to use it. -->
|
||||
<legalnotice>&FDLNotice;</legalnotice>
|
||||
|
||||
<!-- Date and version information of the documentation
|
||||
Don't forget to include this last date and this last revision number, we
|
||||
need them for translation coordination !
|
||||
Please respect the format of the date (YYYY-MM-DD) and of the version
|
||||
(V.MM.LL), it could be used by automation scripts.
|
||||
Do NOT change these in the translation. -->
|
||||
|
||||
<date>2001-10-18</date>
|
||||
<releaseinfo>0.1</releaseinfo>
|
||||
|
||||
<!-- Abstract about this handbook -->
|
||||
|
||||
<abstract>
|
||||
<para>
|
||||
&ksensors; is an application specially designed to do nothing you would
|
||||
ever want.
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
<!-- This is a set of Keywords for indexing by search engines.
|
||||
Please at least include KDE, the KDE package it is in, the name
|
||||
of your application, and a few relevant keywords. -->
|
||||
|
||||
<keywordset>
|
||||
<keyword>KDE</keyword>
|
||||
<keyword>ksensors</keyword>
|
||||
<keyword>nothing</keyword>
|
||||
<keyword>nothing else</keyword>
|
||||
</keywordset>
|
||||
|
||||
</bookinfo>
|
||||
|
||||
<!-- The contents of the documentation begin here. Label
|
||||
each chapter so with the id attribute. This is necessary for two reasons: it
|
||||
allows you to easily reference the chapter from other chapters of your
|
||||
document, and if there is no ID, the name of the generated HTML files will vary
|
||||
from time to time making it hard to manage for maintainers and for the CVS
|
||||
system. Any chapter labelled (OPTIONAL) may be left out at the author's
|
||||
discretion. Other chapters should not be left out in order to maintain a
|
||||
consistent documentation style across all KDE apps. -->
|
||||
|
||||
<chapter id="introduction">
|
||||
<title>Introduction</title>
|
||||
|
||||
<!-- The introduction chapter contains a brief introduction for the
|
||||
application that explains what it does and where to report
|
||||
problems. Basically a long version of the abstract. Don't include a
|
||||
revision history. (see installation appendix comment) -->
|
||||
|
||||
<para>
|
||||
&ksensors; is a program that lets you do absolutely nothing. Please report
|
||||
any problems or feature requests to the &kde; mailing lists.
|
||||
</para>
|
||||
</chapter>
|
||||
|
||||
<chapter id="using-ksensors">
|
||||
<title>Using &ksensors;</title>
|
||||
|
||||
<!-- This chapter should tell the user how to use your app. You should use as
|
||||
many sections (Chapter, Sect1, Sect3, etc...) as is necessary to fully document
|
||||
your application. -->
|
||||
|
||||
<para>
|
||||
|
||||
<!-- Note that all graphics should be in .png format. Use no gifs because of
|
||||
patent issues. -->
|
||||
|
||||
<screenshot>
|
||||
<screeninfo>Here's a screenshot of &ksensors;</screeninfo>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="screenshot.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="screenshot.eps" format="EPS"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>Screenshot</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
</screenshot>
|
||||
</para>
|
||||
|
||||
|
||||
<sect1 id="ksensors-features">
|
||||
<title>More &ksensors; features</title>
|
||||
|
||||
<para>It slices! It dices! and it comes with a free toaster!</para>
|
||||
<para>
|
||||
The Squiggle Tool <guiicon><inlinemediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="squiggle.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="squiggle.eps" format="EPS"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>Squiggle</phrase>
|
||||
</textobject>
|
||||
</inlinemediaobject></guiicon> is used to draw squiggly lines all over
|
||||
the &ksensors; main window. It's not a bug, it's a feature!
|
||||
</para>
|
||||
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
<chapter id="commands">
|
||||
<title>Command Reference</title>
|
||||
|
||||
<!-- (OPTIONAL, BUT RECOMMENDED) This chapter should list all of the
|
||||
application windows and their menubar and toolbar commands for easy reference.
|
||||
Also include any keys that have a special function but have no equivalent in the
|
||||
menus or toolbars. This may not be necessary for small apps or apps with no tool
|
||||
or menu bars. -->
|
||||
|
||||
<sect1 id="ksensors-mainwindow">
|
||||
<title>The main &ksensors; window</title>
|
||||
|
||||
<sect2>
|
||||
<title>The File Menu</title>
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>New</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Creates a new document</action></para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>S</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Save</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Saves the document</action></para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Quit</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Quits</action> &ksensors;</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>The <guimenu>Help</guimenu> Menu</title>
|
||||
|
||||
<!-- Assuming you have a standard help menu (help, what's this, about -->
|
||||
<!-- &ksensors;, about KDE) then the documentation is already written. -->
|
||||
<!-- The following entity is valid anywhere that a variablelist is -->
|
||||
<!-- valid. -->
|
||||
|
||||
&help.menu.documentation;
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
<chapter id="developers">
|
||||
<title>Developer's Guide to &ksensors;</title>
|
||||
|
||||
<!-- (OPTIONAL) A Programming/Scripting reference chapter should be
|
||||
used for apps that use plugins or that provide their own scripting hooks
|
||||
and/or development libraries. -->
|
||||
|
||||
<para>
|
||||
Programming &ksensors; plugins is a joy to behold. Just read through the next
|
||||
66 pages of API's to learn how!
|
||||
</para>
|
||||
|
||||
<!-- Use refentries to describe APIs. Refentries are fairly complicated and you
|
||||
should consult the docbook reference for further details. The example below was
|
||||
taken from that reference and shortened a bit for readability. -->
|
||||
|
||||
<refentry id="re-1007-unmanagechildren-1">
|
||||
<refmeta>
|
||||
<refentrytitle>XtUnmanageChildren</refentrytitle>
|
||||
<refmiscinfo>Xt - Geometry Management</refmiscinfo>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>XtUnmanageChildren
|
||||
</refname>
|
||||
<refpurpose>remove a list of children from a parent widget's managed
|
||||
list.
|
||||
<indexterm id="ix-1007-unmanagechildren-1"><primary>widgets</primary><secondary>removing</secondary></indexterm>
|
||||
<indexterm id="ix-1007-unmanagechildren-2"><primary>XtUnmanageChildren</primary></indexterm>
|
||||
</refpurpose>
|
||||
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<refsynopsisdivinfo>
|
||||
<date>4 March 1996</date>
|
||||
</refsynopsisdivinfo>
|
||||
<synopsis>
|
||||
void XtUnmanageChildren(<replaceable class="parameter">children</replaceable>, <replaceable class="parameter">num_children</replaceable>)
|
||||
WidgetList <replaceable class="parameter">children</replaceable>;
|
||||
Cardinal <replaceable class="parameter">num_children</replaceable>;
|
||||
</synopsis>
|
||||
|
||||
<refsect2 id="r2-1007-unmanagechildren-1">
|
||||
<title>Inputs</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><replaceable class="parameter">children</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Specifies an array of child widgets. Each child must be of
|
||||
class RectObj or any subclass thereof.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><replaceable class="parameter">num_children</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Specifies the number of elements in <replaceable class="parameter">children</replaceable>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect2></refsynopsisdiv>
|
||||
|
||||
<refsect1 id="r1-1007-unmanagechildren-1">
|
||||
<title>Description
|
||||
</title>
|
||||
<para><function>XtUnmanageChildren()</function> unmaps the specified widgets
|
||||
and removes them from their parent's geometry management.
|
||||
The widgets will disappear from the screen, and (depending
|
||||
on its parent) may no longer have screen space allocated for
|
||||
them.
|
||||
</para>
|
||||
<para>Each of the widgets in the <replaceable class="parameter">children</replaceable> array must have
|
||||
the same parent.
|
||||
</para>
|
||||
<para>See the “Algorithm” section below for full details of the
|
||||
widget unmanagement procedure.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id="r1-1007-unmanagechildren-2">
|
||||
<title>Usage</title>
|
||||
<para>Unmanaging widgets is the usual method for temporarily
|
||||
making them invisible. They can be re-managed with
|
||||
<function>XtManageChildren()</function>.
|
||||
</para>
|
||||
<para>You can unmap a widget, but leave it under geometry
|
||||
management by calling <function>XtUnmapWidget()</function>. You can
|
||||
destroy a widget's window without destroying the widget by
|
||||
calling <function>XtUnrealizeWidget()</function>. You can destroy a
|
||||
widget completely with <function>XtDestroyWidget()</function>.
|
||||
</para>
|
||||
<para>If you are only going to unmanage a single widget, it is
|
||||
more convenient to call <function>XtUnmanageChild()</function>. It is
|
||||
often more convenient to call <function>XtUnmanageChild()</function>
|
||||
several times than it is to declare and initialize an array
|
||||
of widgets to pass to <function>XtUnmanageChildren()</function>. Calling
|
||||
<function>XtUnmanageChildren()</function> is more efficient, however,
|
||||
because it only calls the parent's <function>change_managed()</function>
|
||||
method once.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id="r1-1007-unmanagechildren-3">
|
||||
<title>Algorithm
|
||||
</title>
|
||||
<para><function>XtUnmanageChildren()</function> performs the following:
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>-
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Ignores the child if it already is unmanaged or is being
|
||||
destroyed.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>-
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Otherwise, if the child is realized, it makes it nonvisible
|
||||
by unmapping it.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id="r1-1007-unmanagechildren-4">
|
||||
<title>Structures</title>
|
||||
<para>The <type>WidgetList</type> type is simply an array of widgets:
|
||||
</para>
|
||||
<screen id="sc-1007-unmanagechildren-1">typedef Widget *WidgetList;
|
||||
</screen>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="faq">
|
||||
<title>Questions and Answers</title>
|
||||
|
||||
<!-- (OPTIONAL but recommended) This chapter should include all of the silly
|
||||
(and not-so-silly) newbie questions that fill up your mailbox. This chapter
|
||||
should be reserved for BRIEF questions and answers! If one question uses more
|
||||
than a page or so then it should probably be part of the
|
||||
"Using this Application" chapter instead. You should use links to
|
||||
cross-reference questions to the parts of your documentation that answer them.
|
||||
This is also a great place to provide pointers to other FAQ's if your users
|
||||
must do some complicated configuration on other programs in order for your
|
||||
application work. -->
|
||||
|
||||
&reporting.bugs;
|
||||
&updating.documentation;
|
||||
|
||||
<qandaset id="faqlist">
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>My Mouse doesn't work. How do I quit &ksensors;?</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>You silly goose! Check out the <link linkend="commands">Commands
|
||||
Section</link> for the answer.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>Why can't I twiddle my documents?</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>You can only twiddle your documents if you have the foobar.lib
|
||||
installed.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
</chapter>
|
||||
|
||||
<chapter id="credits">
|
||||
|
||||
<!-- Include credits for the programmers, documentation writers, and
|
||||
contributors here. The license for your software should then be included below
|
||||
the credits with a reference to the appropriate license file included in the KDE
|
||||
distribution. -->
|
||||
|
||||
<title>Credits and License</title>
|
||||
|
||||
<para>
|
||||
&ksensors;
|
||||
</para>
|
||||
<para>
|
||||
Program copyright 2003 noname <email>s@s.org</email>
|
||||
</para>
|
||||
<para>
|
||||
Contributors:
|
||||
<itemizedlist>
|
||||
<listitem><para>Konqui the KDE Dragon <email>konqui@kde.org</email></para>
|
||||
</listitem>
|
||||
<listitem><para>Tux the Linux Penguin <email>tux@linux.org</email></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Documentation copyright 2003 noname <email>s@s.org</email>
|
||||
</para>
|
||||
|
||||
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
|
||||
|
||||
&underFDL; <!-- FDL: do not remove -->
|
||||
|
||||
<!-- Determine which license your application is licensed under,
|
||||
and delete all the remaining licenses below:
|
||||
|
||||
(NOTE: All documentation are licensed under the FDL,
|
||||
regardless of what license the application uses) -->
|
||||
|
||||
&underGPL; <!-- GPL License -->
|
||||
&underBSDLicense; <!-- BSD License -->
|
||||
&underArtisticLicense; <!-- BSD Artistic License -->
|
||||
&underX11License; <!-- X11 License -->
|
||||
|
||||
</chapter>
|
||||
|
||||
<appendix id="installation">
|
||||
<title>Installation</title>
|
||||
|
||||
<sect1 id="getting-ksensors">
|
||||
<title>How to obtain &ksensors;</title>
|
||||
|
||||
<!-- This first entity contains boiler plate for applications that are
|
||||
part of KDE CVS. You should remove it if you are releasing your
|
||||
application -->
|
||||
|
||||
&install.intro.documentation;
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="requirements">
|
||||
<title>Requirements</title>
|
||||
|
||||
<!--
|
||||
List any special requirements for your application here. This should include:
|
||||
.Libraries or other software that is not included in kdesupport,
|
||||
kdelibs, or kdebase.
|
||||
.Hardware requirements like amount of RAM, disk space, graphics card
|
||||
capabilities, screen resolution, special expansion cards, etc.
|
||||
.Operating systems the app will run on. If your app is designed only for a
|
||||
specific OS, (you wrote a graphical LILO configurator for example) put this
|
||||
information here.
|
||||
-->
|
||||
|
||||
<para>
|
||||
In order to successfully use &ksensors;, you need &kde; 1.1. Foobar.lib is
|
||||
required in order to support the advanced &ksensors; features. &ksensors; uses
|
||||
about 5 megs of memory to run, but this may vary depending on your
|
||||
platform and configuration.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
All required libraries as well as &ksensors; itself can be found
|
||||
on <ulink url="ftp://ftp.ksensors.org">The &ksensors; home page</ulink>.
|
||||
</para>
|
||||
|
||||
<!-- For a list of updates, you may refer to the application web site
|
||||
or the ChangeLog file, or ... -->
|
||||
<para>
|
||||
You can find a list of changes at <ulink
|
||||
url="http://apps.kde.org/ksensors">http://apps.kde.org/ksensors</ulink>.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="compilation">
|
||||
<title>Compilation and Installation</title>
|
||||
|
||||
<!-- This entity contains the boilerplate text for standard -->
|
||||
<!-- compilation instructions. If your application requires any -->
|
||||
<!-- special handling, remove it, and replace with your own text. -->
|
||||
|
||||
&install.compile.documentation;
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
<para>Don't forget to tell your system to start the <filename>dtd</filename>
|
||||
dicer-toaster daemon first, or &ksensors; won't work !</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
</appendix>
|
||||
|
||||
&documentation.index;
|
||||
</book>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-general-insert-case:lower
|
||||
sgml-indent-step:0
|
||||
sgml-indent-data:nil
|
||||
End:
|
||||
|
||||
vim:tabstop=2:shiftwidth=2:expandtab
|
||||
-->
|
||||
|
@ -0,0 +1,149 @@
|
||||
<?xml version = '1.0'?>
|
||||
<kdevelop>
|
||||
<general>
|
||||
<author>Miguel Novas</author>
|
||||
<email>migueln@users.sourceforge.net</email>
|
||||
<version>0.7.3</version>
|
||||
<projectmanagement>KDevKDEAutoProject</projectmanagement>
|
||||
<primarylanguage>C++</primarylanguage>
|
||||
<keywords>
|
||||
<keyword>C++</keyword>
|
||||
<keyword>Code</keyword>
|
||||
<keyword>Qt</keyword>
|
||||
<keyword>KDE</keyword>
|
||||
</keywords>
|
||||
<projectdirectory>.</projectdirectory>
|
||||
<absoluteprojectpath>false</absoluteprojectpath>
|
||||
<description/>
|
||||
<ignoreparts/>
|
||||
<secondaryLanguages/>
|
||||
</general>
|
||||
<kdevautoproject>
|
||||
<general>
|
||||
<activetarget>src/ksensors</activetarget>
|
||||
<useconfiguration>default</useconfiguration>
|
||||
</general>
|
||||
<run>
|
||||
<mainprogram>src/ksensors</mainprogram>
|
||||
<directoryradio>executable</directoryradio>
|
||||
</run>
|
||||
<configurations>
|
||||
<optimized>
|
||||
<builddir>optimized</builddir>
|
||||
<ccompiler>GccOptions</ccompiler>
|
||||
<cxxcompiler>GppOptions</cxxcompiler>
|
||||
<f77compiler>G77Options</f77compiler>
|
||||
<cxxflags>-O2 -g0</cxxflags>
|
||||
</optimized>
|
||||
<debug>
|
||||
<configargs>--enable-debug=full</configargs>
|
||||
<builddir>debug</builddir>
|
||||
<ccompiler>GccOptions</ccompiler>
|
||||
<cxxcompiler>GppOptions</cxxcompiler>
|
||||
<f77compiler>G77Options</f77compiler>
|
||||
<cxxflags>-O0 -g3</cxxflags>
|
||||
</debug>
|
||||
<default>
|
||||
<configargs>--prefix=/usr</configargs>
|
||||
<builddir/>
|
||||
<topsourcedir/>
|
||||
<cppflags/>
|
||||
<ldflags/>
|
||||
<ccompiler>kdevgccoptions</ccompiler>
|
||||
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
||||
<f77compiler>kdevpgf77options</f77compiler>
|
||||
<ccompilerbinary/>
|
||||
<cxxcompilerbinary/>
|
||||
<f77compilerbinary/>
|
||||
<cflags/>
|
||||
<cxxflags/>
|
||||
<f77flags/>
|
||||
</default>
|
||||
</configurations>
|
||||
<make>
|
||||
<envvars>
|
||||
<envvar value="1" name="WANT_AUTOCONF_2_5" />
|
||||
<envvar value="1" name="WANT_AUTOMAKE_1_6" />
|
||||
</envvars>
|
||||
</make>
|
||||
</kdevautoproject>
|
||||
<kdevfileview>
|
||||
<groups>
|
||||
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
|
||||
<group pattern="*.ui" name="User Interface" />
|
||||
<group pattern="*.png" name="Icons" />
|
||||
<group pattern="*.wav" name="Sounds" />
|
||||
<group pattern="*.po;*.ts" name="Translations" />
|
||||
<group pattern="*" name="Others" />
|
||||
<hidenonprojectfiles>false</hidenonprojectfiles>
|
||||
<hidenonlocation>false</hidenonlocation>
|
||||
</groups>
|
||||
<tree>
|
||||
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
|
||||
<hidenonprojectfiles>false</hidenonprojectfiles>
|
||||
</tree>
|
||||
</kdevfileview>
|
||||
<kdevdoctreeview>
|
||||
<ignoretocs>
|
||||
<toc>gtk</toc>
|
||||
<toc>gnustep</toc>
|
||||
<toc>python</toc>
|
||||
<toc>php</toc>
|
||||
<toc>perl</toc>
|
||||
</ignoretocs>
|
||||
<projectdoc>
|
||||
<userdocDir>html/</userdocDir>
|
||||
<apidocDir>html/</apidocDir>
|
||||
</projectdoc>
|
||||
<ignoreqt_xml/>
|
||||
<ignoredoxygen/>
|
||||
<ignorekdocs/>
|
||||
<ignoredevhelp/>
|
||||
</kdevdoctreeview>
|
||||
<kdevdebugger>
|
||||
<general>
|
||||
<dbgshell>libtool</dbgshell>
|
||||
<programargs/>
|
||||
<gdbpath/>
|
||||
<configGdbScript/>
|
||||
<runShellScript/>
|
||||
<runGdbScript/>
|
||||
<breakonloadinglibs>true</breakonloadinglibs>
|
||||
<separatetty>false</separatetty>
|
||||
<floatingtoolbar>false</floatingtoolbar>
|
||||
</general>
|
||||
<display>
|
||||
<staticmembers>false</staticmembers>
|
||||
<demanglenames>true</demanglenames>
|
||||
</display>
|
||||
</kdevdebugger>
|
||||
<kdevfilecreate>
|
||||
<filetypes/>
|
||||
<useglobaltypes>
|
||||
<type ext="ui" />
|
||||
<type ext="cpp" />
|
||||
<type ext="h" />
|
||||
</useglobaltypes>
|
||||
</kdevfilecreate>
|
||||
<kdevcppsupport>
|
||||
<references/>
|
||||
<codecompletion>
|
||||
<includeGlobalFunctions>true</includeGlobalFunctions>
|
||||
<includeTypes>true</includeTypes>
|
||||
<includeEnums>true</includeEnums>
|
||||
<includeTypedefs>false</includeTypedefs>
|
||||
<automaticCodeCompletion>true</automaticCodeCompletion>
|
||||
<automaticArgumentsHint>true</automaticArgumentsHint>
|
||||
<automaticHeaderCompletion>true</automaticHeaderCompletion>
|
||||
<codeCompletionDelay>250</codeCompletionDelay>
|
||||
<argumentsHintDelay>400</argumentsHintDelay>
|
||||
<headerCompletionDelay>250</headerCompletionDelay>
|
||||
</codecompletion>
|
||||
</kdevcppsupport>
|
||||
<cppsupportpart>
|
||||
<filetemplates>
|
||||
<interfacesuffix>.h</interfacesuffix>
|
||||
<implementationsuffix>.cpp</implementationsuffix>
|
||||
</filetemplates>
|
||||
</cppsupportpart>
|
||||
</kdevelop>
|
Binary file not shown.
@ -0,0 +1,26 @@
|
||||
<?xml version = '1.0' encoding = 'UTF-8'?>
|
||||
<!DOCTYPE KDevPrjSession>
|
||||
<KDevPrjSession>
|
||||
<DocsAndViews NumberOfDocuments="1" >
|
||||
<Doc0 NumberOfViews="1" URL="file:/tmp/ksensors-0.7.3/ksensors.kdevelop" >
|
||||
<View0 line="0" Type="???" >
|
||||
<AdditionalSettings Top="1" Width="1087" Attach="1" Height="647" Left="1" MinMaxMode="0" />
|
||||
</View0>
|
||||
</Doc0>
|
||||
</DocsAndViews>
|
||||
<pluginList>
|
||||
<kdevbookmarks>
|
||||
<bookmarks/>
|
||||
</kdevbookmarks>
|
||||
<kdevsubversion>
|
||||
<subversion recurseresolve="1" recurserelocate="1" recursemerge="1" recursecommit="1" base="" recursepropget="1" recurseswitch="1" recurseupdate="1" recursepropset="1" recursediff="1" recurserevert="1" forcemove="1" recursecheckout="1" forceremove="1" recurseadd="1" recurseproplist="1" forcemerge="1" />
|
||||
</kdevsubversion>
|
||||
<kdevvalgrind>
|
||||
<executable path="" params="" />
|
||||
<valgrind path="" params="" />
|
||||
</kdevvalgrind>
|
||||
<kdevdebugger>
|
||||
<breakpointList/>
|
||||
</kdevdebugger>
|
||||
</pluginList>
|
||||
</KDevPrjSession>
|
@ -0,0 +1 @@
|
||||
POFILES = AUTO
|
@ -0,0 +1,533 @@
|
||||
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
||||
# KDE tags expanded automatically by am_edit - $Revision: 1.5 $
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
# Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
libexecdir = @libexecdir@
|
||||
datadir = @datadir@
|
||||
sysconfdir = @sysconfdir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
localstatedir = @localstatedir@
|
||||
libdir = @libdir@
|
||||
infodir = @infodir@
|
||||
mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ..
|
||||
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = @program_transform_name@
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_alias = @build_alias@
|
||||
build_triplet = @build@
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
target_alias = @target_alias@
|
||||
target_triplet = @target@
|
||||
|
||||
EXEEXT = @EXEEXT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
AMTAR = @AMTAR@
|
||||
ARTSCCONFIG = @ARTSCCONFIG@
|
||||
AS = @AS@
|
||||
AUTODIRS = @AUTODIRS@
|
||||
AWK = @AWK@
|
||||
BROCKENBORING = @BROCKENBORING@
|
||||
CC = @CC@
|
||||
CONF_FILES = @CONF_FILES@
|
||||
CPP = @CPP@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
DCOPIDL = @DCOPIDL@
|
||||
DCOPIDL2CPP = @DCOPIDL2CPP@
|
||||
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
|
||||
DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
|
||||
DPMSINC = @DPMSINC@
|
||||
DPMSLIB = @DPMSLIB@
|
||||
ECHO = @ECHO@
|
||||
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
|
||||
GCJ = @GCJ@
|
||||
GCJFLAGS = @GCJFLAGS@
|
||||
GLINC = @GLINC@
|
||||
GLLIB = @GLLIB@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
IDL = @IDL@
|
||||
IDL_DEPENDENCIES = @IDL_DEPENDENCIES@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JVMLIBS = @JVMLIBS@
|
||||
KDECONFIG = @KDECONFIG@
|
||||
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
|
||||
KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@
|
||||
KDE_HAVE_DOT = @KDE_HAVE_DOT@
|
||||
KDE_INCLUDES = @KDE_INCLUDES@
|
||||
KDE_LDFLAGS = @KDE_LDFLAGS@
|
||||
KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
|
||||
KDE_MT_LIBS = @KDE_MT_LIBS@
|
||||
KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
|
||||
KDE_PLUGIN = @KDE_PLUGIN@
|
||||
KDE_RPATH = @KDE_RPATH@
|
||||
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
|
||||
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
|
||||
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
|
||||
KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
|
||||
KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
|
||||
KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
|
||||
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBBZ2 = @LIBBZ2@
|
||||
LIBCOMPAT = @LIBCOMPAT@
|
||||
LIBCRYPT = @LIBCRYPT@
|
||||
LIBDL = @LIBDL@
|
||||
LIBGEN = @LIBGEN@
|
||||
LIBJPEG = @LIBJPEG@
|
||||
LIBMICO = @LIBMICO@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBPNG = @LIBPNG@
|
||||
LIBPTHREAD = @LIBPTHREAD@
|
||||
LIBPYTHON = @LIBPYTHON@
|
||||
LIBQIMGIO = @LIBQIMGIO@
|
||||
LIBRESOLV = @LIBRESOLV@
|
||||
LIBSHADOW = @LIBSHADOW@
|
||||
LIBSM = @LIBSM@
|
||||
LIBSOCKET = @LIBSOCKET@
|
||||
LIBSSL = @LIBSSL@
|
||||
LIBTIFF = @LIBTIFF@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBUCB = @LIBUCB@
|
||||
LIBUTIL = @LIBUTIL@
|
||||
LIBZ = @LIBZ@
|
||||
LIB_JASPER = @LIB_JASPER@
|
||||
LIB_KAB = @LIB_KAB@
|
||||
LIB_KABC = @LIB_KABC@
|
||||
LIB_KDECORE = @LIB_KDECORE@
|
||||
LIB_KDEPRINT = @LIB_KDEPRINT@
|
||||
LIB_KDEUI = @LIB_KDEUI@
|
||||
LIB_KFILE = @LIB_KFILE@
|
||||
LIB_KFM = @LIB_KFM@
|
||||
LIB_KHTML = @LIB_KHTML@
|
||||
LIB_KIMGIO = @LIB_KIMGIO@
|
||||
LIB_KIO = @LIB_KIO@
|
||||
LIB_KPARTS = @LIB_KPARTS@
|
||||
LIB_KSPELL = @LIB_KSPELL@
|
||||
LIB_KSYCOCA = @LIB_KSYCOCA@
|
||||
LIB_POLL = @LIB_POLL@
|
||||
LIB_QPE = @LIB_QPE@
|
||||
LIB_QT = @LIB_QT@
|
||||
LIB_QTOPIA = @LIB_QTOPIA@
|
||||
LIB_SMB = @LIB_SMB@
|
||||
LIB_X11 = @LIB_X11@
|
||||
LIB_XEXT = @LIB_XEXT@
|
||||
LIB_XRENDER = @LIB_XRENDER@
|
||||
LN_S = @LN_S@
|
||||
MCOPIDL = @MCOPIDL@
|
||||
MEINPROC = @MEINPROC@
|
||||
MICO_INCLUDES = @MICO_INCLUDES@
|
||||
MICO_LDFLAGS = @MICO_LDFLAGS@
|
||||
MOC = @MOC@
|
||||
MSGFMT = @MSGFMT@
|
||||
NOOPT_CFLAGS = @NOOPT_CFLAGS@
|
||||
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
|
||||
OBJC = @OBJC@
|
||||
OBJCFLAGS = @OBJCFLAGS@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
PACKAGE = @PACKAGE@
|
||||
PAMLIBS = @PAMLIBS@
|
||||
PASSWDLIBS = @PASSWDLIBS@
|
||||
PYTHONINC = @PYTHONINC@
|
||||
PYTHONLIB = @PYTHONLIB@
|
||||
PYTHONMODDIR = @PYTHONMODDIR@
|
||||
QTDOCDIR = @QTDOCDIR@
|
||||
QTE_NORTTI = @QTE_NORTTI@
|
||||
QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
|
||||
QT_INCLUDES = @QT_INCLUDES@
|
||||
QT_LDFLAGS = @QT_LDFLAGS@
|
||||
RANLIB = @RANLIB@
|
||||
RC = @RC@
|
||||
SETUIDFLAGS = @SETUIDFLAGS@
|
||||
SSL_INCLUDES = @SSL_INCLUDES@
|
||||
SSL_LDFLAGS = @SSL_LDFLAGS@
|
||||
STRIP = @STRIP@
|
||||
TOPSUBDIRS = @TOPSUBDIRS@
|
||||
UIC = @UIC@
|
||||
UIC_TR = @UIC_TR@
|
||||
USER_INCLUDES = @USER_INCLUDES@
|
||||
USER_LDFLAGS = @USER_LDFLAGS@
|
||||
USE_EXCEPTIONS = @USE_EXCEPTIONS@
|
||||
USE_RTTI = @USE_RTTI@
|
||||
USE_THREADS = @USE_THREADS@
|
||||
VERSION = @VERSION@
|
||||
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XPMINC = @XPMINC@
|
||||
XPMLIB = @XPMLIB@
|
||||
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
||||
X_INCLUDES = @X_INCLUDES@
|
||||
X_LDFLAGS = @X_LDFLAGS@
|
||||
X_PRE_LIBS = @X_PRE_LIBS@
|
||||
X_RPATH = @X_RPATH@
|
||||
all_includes = @all_includes@
|
||||
all_libraries = @all_libraries@
|
||||
am__include = @am__include@
|
||||
am__quote = @am__quote@
|
||||
idldir = @idldir@
|
||||
install_sh = @install_sh@
|
||||
jni_includes = @jni_includes@
|
||||
kde_appsdir = @kde_appsdir@
|
||||
kde_bindir = @kde_bindir@
|
||||
kde_confdir = @kde_confdir@
|
||||
kde_datadir = @kde_datadir@
|
||||
kde_htmldir = @kde_htmldir@
|
||||
kde_icondir = @kde_icondir@
|
||||
kde_includes = @kde_includes@
|
||||
kde_libraries = @kde_libraries@
|
||||
kde_libs_htmldir = @kde_libs_htmldir@
|
||||
kde_libs_prefix = @kde_libs_prefix@
|
||||
kde_locale = @kde_locale@
|
||||
kde_mimedir = @kde_mimedir@
|
||||
kde_moduledir = @kde_moduledir@
|
||||
kde_qtver = @kde_qtver@
|
||||
kde_servicesdir = @kde_servicesdir@
|
||||
kde_servicetypesdir = @kde_servicetypesdir@
|
||||
kde_sounddir = @kde_sounddir@
|
||||
kde_styledir = @kde_styledir@
|
||||
kde_templatesdir = @kde_templatesdir@
|
||||
kde_wallpaperdir = @kde_wallpaperdir@
|
||||
kde_widgetdir = @kde_widgetdir@
|
||||
kdeinitdir = @kdeinitdir@
|
||||
micodir = @micodir@
|
||||
qt_includes = @qt_includes@
|
||||
qt_libraries = @qt_libraries@
|
||||
x_includes = @x_includes@
|
||||
x_libraries = @x_libraries@
|
||||
xdg_appsdir = @xdg_appsdir@
|
||||
xdg_directorydir = @xdg_directorydir@
|
||||
#>- POFILES = AUTO
|
||||
#>+ 2
|
||||
POFILES = nl.po fr.po es.po de.po cs.po
|
||||
GMOFILES = nl.gmo fr.gmo es.gmo de.gmo cs.gmo
|
||||
subdir = po
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_SOURCES =
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
#>- all: all-am
|
||||
#>+ 1
|
||||
all: all-nls docs-am all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
#>- cd $(top_srcdir) && \
|
||||
#>- $(AUTOMAKE) --gnu po/Makefile
|
||||
#>+ 3
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu po/Makefile
|
||||
cd $(top_srcdir) && perl admin/am_edit ksensors-0.7.3/po/Makefile.in
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
#>+ 1
|
||||
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
|
||||
#>+ 1
|
||||
DISTFILES = $(GMOFILES) $(POFILES) $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
|
||||
|
||||
top_distdir = ..
|
||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
||||
|
||||
#>- distdir: $(DISTFILES)
|
||||
#>+ 1
|
||||
distdir: distdir-nls $(DISTFILES)
|
||||
@list='$(DISTFILES)'; for file in $$list; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkinstalldirs) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
|
||||
installdirs:
|
||||
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
#>- uninstall: uninstall-am
|
||||
#>+ 1
|
||||
uninstall: uninstall-nls uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
#>- clean: clean-am
|
||||
#>+ 1
|
||||
clean: kde-rpo-clean clean-am
|
||||
|
||||
#>- clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
#>+ 1
|
||||
clean-am: clean-bcheck clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
|
||||
distclean-am: clean-am distclean-generic distclean-libtool
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
#>- install-data-am:
|
||||
#>+ 1
|
||||
install-data-am: install-nls
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
#>- maintainer-clean: maintainer-clean-am
|
||||
#>+ 1
|
||||
maintainer-clean: clean-nls maintainer-clean-am
|
||||
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
uninstall-am: uninstall-info-am
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am info info-am install install-am install-data \
|
||||
install-data-am install-exec install-exec-am install-info \
|
||||
install-info-am install-man install-strip installcheck \
|
||||
installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool uninstall uninstall-am uninstall-info-am
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
||||
|
||||
#>+ 2
|
||||
KDE_DIST=nl.po cs.gmo ksensors.pot de.po de.gmo es.po fr.gmo es.gmo fr.po nl.gmo cs.po
|
||||
|
||||
#>+ 16
|
||||
nl.gmo: nl.po
|
||||
rm -f nl.gmo; $(GMSGFMT) -o nl.gmo $(srcdir)/nl.po
|
||||
test ! -f nl.gmo || touch nl.gmo
|
||||
fr.gmo: fr.po
|
||||
rm -f fr.gmo; $(GMSGFMT) -o fr.gmo $(srcdir)/fr.po
|
||||
test ! -f fr.gmo || touch fr.gmo
|
||||
es.gmo: es.po
|
||||
rm -f es.gmo; $(GMSGFMT) -o es.gmo $(srcdir)/es.po
|
||||
test ! -f es.gmo || touch es.gmo
|
||||
de.gmo: de.po
|
||||
rm -f de.gmo; $(GMSGFMT) -o de.gmo $(srcdir)/de.po
|
||||
test ! -f de.gmo || touch de.gmo
|
||||
cs.gmo: cs.po
|
||||
rm -f cs.gmo; $(GMSGFMT) -o cs.gmo $(srcdir)/cs.po
|
||||
test ! -f cs.gmo || touch cs.gmo
|
||||
|
||||
#>+ 3
|
||||
clean-nls:
|
||||
-rm -f nl.gmo fr.gmo es.gmo de.gmo cs.gmo
|
||||
|
||||
#>+ 10
|
||||
install-nls:
|
||||
@for base in nl fr es de cs ; do \
|
||||
echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES ; \
|
||||
if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\
|
||||
elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\
|
||||
fi ;\
|
||||
done
|
||||
|
||||
|
||||
#>+ 7
|
||||
uninstall-nls:
|
||||
rm -f $(DESTDIR)$(kde_locale)/nl/LC_MESSAGES/$(PACKAGE).mo
|
||||
rm -f $(DESTDIR)$(kde_locale)/fr/LC_MESSAGES/$(PACKAGE).mo
|
||||
rm -f $(DESTDIR)$(kde_locale)/es/LC_MESSAGES/$(PACKAGE).mo
|
||||
rm -f $(DESTDIR)$(kde_locale)/de/LC_MESSAGES/$(PACKAGE).mo
|
||||
rm -f $(DESTDIR)$(kde_locale)/cs/LC_MESSAGES/$(PACKAGE).mo
|
||||
|
||||
#>+ 2
|
||||
all-nls: $(GMOFILES)
|
||||
|
||||
#>+ 8
|
||||
distdir-nls:$(GMOFILES)
|
||||
for file in $(POFILES); do \
|
||||
cp $(srcdir)/$$file $(distdir); \
|
||||
done
|
||||
for file in $(GMOFILES); do \
|
||||
cp $(srcdir)/$$file $(distdir); \
|
||||
done
|
||||
|
||||
#>+ 4
|
||||
merge:
|
||||
$(MAKE) -f $(top_srcdir)/admin/Makefile.common package-merge POFILES="${POFILES}" PACKAGE=${PACKAGE}
|
||||
|
||||
|
||||
#>+ 2
|
||||
docs-am:
|
||||
|
||||
#>+ 6
|
||||
force-reedit:
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu po/Makefile
|
||||
cd $(top_srcdir) && perl admin/am_edit ksensors-0.7.3/po/Makefile.in
|
||||
|
||||
|
||||
#>+ 21
|
||||
clean-bcheck:
|
||||
rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
|
||||
|
||||
bcheck: bcheck-am
|
||||
|
||||
bcheck-am:
|
||||
@for i in ; do \
|
||||
if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
|
||||
echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
|
||||
echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
|
||||
echo "$$i"; \
|
||||
if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy $$i.bchecktest.cc; then \
|
||||
rm -f $$i.bchecktest.cc; exit 1; \
|
||||
fi ; \
|
||||
echo "" >> $$i.bchecktest.cc.class; \
|
||||
perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
|
||||
rm -f a.out; \
|
||||
fi ; \
|
||||
done
|
||||
|
||||
|
||||
#>+ 3
|
||||
final:
|
||||
$(MAKE) all-am
|
||||
|
||||
#>+ 3
|
||||
final-install:
|
||||
$(MAKE) install-am
|
||||
|
||||
#>+ 3
|
||||
no-final:
|
||||
$(MAKE) all-am
|
||||
|
||||
#>+ 3
|
||||
no-final-install:
|
||||
$(MAKE) install-am
|
||||
|
||||
#>+ 3
|
||||
cvs-clean:
|
||||
$(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean
|
||||
|
||||
#>+ 3
|
||||
kde-rpo-clean:
|
||||
-rm -f *.rpo
|
||||
|
||||
#>+ 3
|
||||
nmcheck:
|
||||
nmcheck-am: nmcheck
|
@ -0,0 +1,522 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-08-18 23:19+0200\n"
|
||||
"PO-Revision-Date: 2002-01-14 18:20GMT\n"
|
||||
"Last-Translator: Michal Čihař <cihar@email.cz>\n"
|
||||
"Language-Team: Czech <C@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 0.9.5\n"
|
||||
|
||||
#: hdsensorslist.cpp:36
|
||||
msgid "Hard Disks"
|
||||
msgstr ""
|
||||
|
||||
#: i8ksensorslist.cpp:29
|
||||
msgid "MainBoard"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:51
|
||||
#, fuzzy
|
||||
msgid "KSensors Configuration"
|
||||
msgstr "Nastavení KSensors"
|
||||
|
||||
#: ksensorscfg.cpp:56
|
||||
msgid "Global settings"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:68
|
||||
#, fuzzy
|
||||
msgid " sensors"
|
||||
msgstr "O &aplikaci KSensors"
|
||||
|
||||
#: ksensorscfg.cpp:85
|
||||
#, fuzzy
|
||||
msgid "System Information"
|
||||
msgstr "&Systémové informace"
|
||||
|
||||
#: lmsensorscfg.cpp:101
|
||||
msgid "Temperature"
|
||||
msgstr "Teplota"
|
||||
|
||||
#: lmsensorscfg.cpp:107
|
||||
msgid "Fan"
|
||||
msgstr "Ventilátor"
|
||||
|
||||
#: lmsensorscfg.cpp:110
|
||||
msgid "Voltage"
|
||||
msgstr "Napětí"
|
||||
|
||||
#: lmsensorsdock.cpp:62
|
||||
msgid "&About KSensors"
|
||||
msgstr "O &aplikaci KSensors"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Minimize"
|
||||
msgstr "Mi&nimalizovat"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Restore"
|
||||
msgstr "Obno&vit"
|
||||
|
||||
#: lmsensorsdock.cpp:65
|
||||
msgid "&Exit"
|
||||
msgstr "&Ukončit"
|
||||
|
||||
#: main.cpp:27
|
||||
msgid "KSensors - A nice lmsensors frontend for KDE"
|
||||
msgstr "KSensors - Pěkné rozhraní pro lmsemsors v KDE"
|
||||
|
||||
#: main.cpp:33
|
||||
msgid "Don't dock in KDE system tray."
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:34
|
||||
msgid "Show splash screen."
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:43 rc.cpp:5
|
||||
msgid "KSensors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:1
|
||||
msgid "C&ustom"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:2
|
||||
#, fuzzy
|
||||
msgid "AboutCfgDesign"
|
||||
msgstr "O &aplikaci KSensors"
|
||||
|
||||
#: rc.cpp:3
|
||||
msgid "KSensors configuration"
|
||||
msgstr "Nastavení KSensors"
|
||||
|
||||
#: rc.cpp:4
|
||||
msgid "Monitoring your motherboard"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:6
|
||||
msgid ""
|
||||
"Welcome to the KSensors configuration window. Click on the left to select a "
|
||||
"configuration option."
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:7
|
||||
#, fuzzy
|
||||
msgid "GeneralCfg"
|
||||
msgstr "Obecné"
|
||||
|
||||
#: rc.cpp:8
|
||||
msgid "Panels size"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:9
|
||||
msgid "64 x 64"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:10
|
||||
msgid "56 x 56"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:11
|
||||
msgid "48 x 48"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:12 rc.cpp:55 rc.cpp:59 rc.cpp:91
|
||||
msgid "Colors"
|
||||
msgstr "Barvy"
|
||||
|
||||
#: rc.cpp:13
|
||||
msgid "Startup"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:14
|
||||
msgid "Autostart KSensors on KDE startup"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:15
|
||||
#, fuzzy
|
||||
msgid "LMSensorsCfgDesign"
|
||||
msgstr "O &aplikaci KSensors"
|
||||
|
||||
#: rc.cpp:16
|
||||
#, fuzzy
|
||||
msgid "Sensors"
|
||||
msgstr "O &aplikaci KSensors"
|
||||
|
||||
#: rc.cpp:17
|
||||
msgid "General"
|
||||
msgstr "Obecné"
|
||||
|
||||
#: rc.cpp:19
|
||||
msgid "Description"
|
||||
msgstr "Popis"
|
||||
|
||||
#: rc.cpp:21
|
||||
msgid "Values"
|
||||
msgstr "Hodnoty"
|
||||
|
||||
#: rc.cpp:23
|
||||
msgid "Current"
|
||||
msgstr "Současná"
|
||||
|
||||
#: rc.cpp:24
|
||||
msgid "Maximum"
|
||||
msgstr "Maximální"
|
||||
|
||||
#: rc.cpp:25
|
||||
msgid "+1%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:26
|
||||
msgid "+2%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:27
|
||||
msgid "+3%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:28
|
||||
msgid "+4%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:29
|
||||
msgid "+5%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:30
|
||||
msgid "+10%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:31
|
||||
msgid "+15%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:32
|
||||
msgid "+20%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:33
|
||||
msgid "+30%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:34
|
||||
msgid "+40%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:35
|
||||
msgid "+50%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:36
|
||||
msgid "Multiplier"
|
||||
msgstr "Násobitel"
|
||||
|
||||
#: rc.cpp:37
|
||||
msgid "Ideal"
|
||||
msgstr "Ideální"
|
||||
|
||||
#: rc.cpp:38
|
||||
#, fuzzy
|
||||
msgid "Minimum"
|
||||
msgstr "Minimální"
|
||||
|
||||
#: rc.cpp:39
|
||||
msgid "Addition"
|
||||
msgstr "Přičtení"
|
||||
|
||||
#: rc.cpp:41
|
||||
msgid "-1%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:42
|
||||
msgid "-2%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:43
|
||||
msgid "-3%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:44
|
||||
msgid "-4%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:45
|
||||
msgid "-5%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:46
|
||||
msgid "-10%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:47
|
||||
msgid "-15%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:48
|
||||
msgid "-20%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:49
|
||||
msgid "-30%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:50
|
||||
msgid "-40%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:51
|
||||
msgid "-50%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:52
|
||||
#, fuzzy
|
||||
msgid "Panel"
|
||||
msgstr "Čas běhu systému"
|
||||
|
||||
#: rc.cpp:54 rc.cpp:58 rc.cpp:90
|
||||
msgid "Visible"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:56
|
||||
msgid "Dock"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:60
|
||||
msgid "Alarm"
|
||||
msgstr "Varování"
|
||||
|
||||
#: rc.cpp:63
|
||||
msgid "Normal"
|
||||
msgstr "Normální"
|
||||
|
||||
#: rc.cpp:64
|
||||
msgid "Alarms"
|
||||
msgstr "Varování"
|
||||
|
||||
#: rc.cpp:65
|
||||
msgid "On reach alarm value:"
|
||||
msgstr "Při dosažení hodnoty varování:"
|
||||
|
||||
#: rc.cpp:66
|
||||
msgid "Apply to all sensors"
|
||||
msgstr "Nastavit u všech čidel"
|
||||
|
||||
#: rc.cpp:67
|
||||
msgid "Do nothing"
|
||||
msgstr "Nedělat nic"
|
||||
|
||||
#: rc.cpp:68
|
||||
msgid "Test"
|
||||
msgstr "Vyzkoušet"
|
||||
|
||||
#: rc.cpp:69
|
||||
msgid "Play alarm sound"
|
||||
msgstr "Přehrát zvuk"
|
||||
|
||||
#: rc.cpp:70
|
||||
msgid "Run command"
|
||||
msgstr "Spustit příkaz"
|
||||
|
||||
#: rc.cpp:71 rc.cpp:92
|
||||
#, fuzzy
|
||||
msgid "Preferences"
|
||||
msgstr "&Obecné nastavení"
|
||||
|
||||
#: rc.cpp:72
|
||||
msgid "Temperatures scale"
|
||||
msgstr "Jednotka teploty"
|
||||
|
||||
#: rc.cpp:73
|
||||
msgid "Fahrenheit"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:74
|
||||
msgid "Celsius"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:75
|
||||
msgid "Kelvin"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:76 rc.cpp:93
|
||||
msgid "Update interval"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:77 rc.cpp:94
|
||||
msgid "s"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:78
|
||||
msgid "PaletteCfg"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:79 rc.cpp:84
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:80
|
||||
msgid "+3.5V"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:81
|
||||
msgid "Default colors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:82
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:85
|
||||
#, fuzzy
|
||||
msgid "Value"
|
||||
msgstr "Hodnoty"
|
||||
|
||||
#: rc.cpp:87
|
||||
#, fuzzy
|
||||
msgid "SystemCfgDesign"
|
||||
msgstr "O &aplikaci KSensors"
|
||||
|
||||
#: rc.cpp:88
|
||||
msgid "System Panels"
|
||||
msgstr ""
|
||||
|
||||
#: systemcfg.cpp:47
|
||||
msgid "CPU Speed"
|
||||
msgstr "Rychlost procesoru"
|
||||
|
||||
#: systemcfg.cpp:48
|
||||
msgid "CPU State"
|
||||
msgstr "Stav procesoru"
|
||||
|
||||
#: systemcfg.cpp:49
|
||||
#, fuzzy
|
||||
msgid "RAM Used"
|
||||
msgstr "Použití RAM paměti"
|
||||
|
||||
#: systemcfg.cpp:50
|
||||
#, fuzzy
|
||||
msgid "SWAP Used"
|
||||
msgstr "Použití swapu"
|
||||
|
||||
#: systemcfg.cpp:51
|
||||
msgid "Up Time"
|
||||
msgstr "Čas běhu systému"
|
||||
|
||||
#: _translatorinfo.cpp:1
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr "Michal Čihař"
|
||||
|
||||
#: _translatorinfo.cpp:3
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr "cihar@email.cz"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "LMSensorsDock"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Sensor"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "LMSensors"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "LMSensorsCfg"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "KSensorsCfg"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "LMSensorsChip"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "SensorsList"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "LMSensorsAlarms"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "CpuPanel"
|
||||
#~ msgstr "Čas běhu systému"
|
||||
|
||||
#~ msgid "A&pply"
|
||||
#~ msgstr "&Použít"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "LMSensorPanel"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "LMSensorsWidget"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "InfoPanels"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "HDSensorsList"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "LMSensor"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "UpTimePanel"
|
||||
#~ msgstr "Čas běhu systému"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "LMSensorDockPanel"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "KSensorsSplash"
|
||||
#~ msgstr "O &aplikaci KSensors"
|
||||
|
||||
#~ msgid "&Accept"
|
||||
#~ msgstr "&OK"
|
||||
|
||||
#~ msgid "Show"
|
||||
#~ msgstr "Zobrazovat"
|
||||
|
||||
#~ msgid "In main window"
|
||||
#~ msgstr "V hlavním okně"
|
||||
|
||||
#~ msgid "In dock"
|
||||
#~ msgstr "V panelu"
|
||||
|
||||
#~ msgid "Correction factor "
|
||||
#~ msgstr "Opravný faktor"
|
||||
|
||||
#~ msgid "Adjusts"
|
||||
#~ msgstr "Úpravy"
|
||||
|
||||
#~ msgid "&Mainboard Sensors"
|
||||
#~ msgstr "Čidla základní &desky"
|
||||
|
||||
#~ msgid "Mainboard sensors update interval"
|
||||
#~ msgstr "Interval aktualizace čidel základní desky"
|
||||
|
||||
#~ msgid "System information update interval"
|
||||
#~ msgstr "Interval aktualizace systémových informací"
|
@ -0,0 +1,412 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# FIRST AUTHOR <MvOstheim@web.de>, 2001.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-08-18 23:19+0200\n"
|
||||
"PO-Revision-Date: 2002-05-23 20:13+0200\n"
|
||||
"Last-Translator: Michael v.Ostheim <MvOstheim@web.de>\n"
|
||||
"Language-Team: - <C@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 0.9.6\n"
|
||||
|
||||
#: hdsensorslist.cpp:36
|
||||
msgid "Hard Disks"
|
||||
msgstr "Festplatten"
|
||||
|
||||
#: i8ksensorslist.cpp:29
|
||||
msgid "MainBoard"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:51
|
||||
msgid "KSensors Configuration"
|
||||
msgstr "KSensors Konfiguration"
|
||||
|
||||
#: ksensorscfg.cpp:56
|
||||
msgid "Global settings"
|
||||
msgstr "Globale Einstellungen"
|
||||
|
||||
#: ksensorscfg.cpp:68
|
||||
msgid " sensors"
|
||||
msgstr " Sensoren"
|
||||
|
||||
#: ksensorscfg.cpp:85
|
||||
msgid "System Information"
|
||||
msgstr "System-Informationen"
|
||||
|
||||
#: lmsensorscfg.cpp:101
|
||||
msgid "Temperature"
|
||||
msgstr "Temperatur"
|
||||
|
||||
#: lmsensorscfg.cpp:107
|
||||
msgid "Fan"
|
||||
msgstr "Lüfter"
|
||||
|
||||
#: lmsensorscfg.cpp:110
|
||||
msgid "Voltage"
|
||||
msgstr "Spannung"
|
||||
|
||||
#: lmsensorsdock.cpp:62
|
||||
msgid "&About KSensors"
|
||||
msgstr "Ü&ber KSensors"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Minimize"
|
||||
msgstr "&Minimiere"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Restore"
|
||||
msgstr "&Restauriere"
|
||||
|
||||
#: lmsensorsdock.cpp:65
|
||||
msgid "&Exit"
|
||||
msgstr "Bee&nde"
|
||||
|
||||
#: main.cpp:27
|
||||
msgid "KSensors - A nice lmsensors frontend for KDE"
|
||||
msgstr "KSensors - Ein benutzerfreundliches lmsensors Frontend für KDE"
|
||||
|
||||
#: main.cpp:33
|
||||
msgid "Don't dock in KDE system tray."
|
||||
msgstr "Nicht in der KDE Kontrollleiste andocken"
|
||||
|
||||
#: main.cpp:34
|
||||
msgid "Show splash screen."
|
||||
msgstr "Zeige Splashscreen"
|
||||
|
||||
#: main.cpp:43 rc.cpp:5
|
||||
msgid "KSensors"
|
||||
msgstr "KSensors"
|
||||
|
||||
#: rc.cpp:1
|
||||
msgid "C&ustom"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:2
|
||||
msgid "AboutCfgDesign"
|
||||
msgstr "AboutCfgDesign"
|
||||
|
||||
#: rc.cpp:3
|
||||
msgid "KSensors configuration"
|
||||
msgstr "KSensors Konfiguration"
|
||||
|
||||
#: rc.cpp:4
|
||||
msgid "Monitoring your motherboard"
|
||||
msgstr "Überwachung Ihrer Systemplatine"
|
||||
|
||||
#: rc.cpp:6
|
||||
msgid ""
|
||||
"Welcome to the KSensors configuration window. Click on the left to select a "
|
||||
"configuration option."
|
||||
msgstr ""
|
||||
"Wilkommen zum KSensors Konfigurationsfenster. Klicken Sie links, um eine "
|
||||
"Konfigurations-Option zu wählen."
|
||||
|
||||
#: rc.cpp:7
|
||||
msgid "GeneralCfg"
|
||||
msgstr "GeneralCfg"
|
||||
|
||||
#: rc.cpp:8
|
||||
msgid "Panels size"
|
||||
msgstr "Tafelgröße"
|
||||
|
||||
#: rc.cpp:9
|
||||
msgid "64 x 64"
|
||||
msgstr "64 x 64"
|
||||
|
||||
#: rc.cpp:10
|
||||
msgid "56 x 56"
|
||||
msgstr "56 x 56"
|
||||
|
||||
#: rc.cpp:11
|
||||
msgid "48 x 48"
|
||||
msgstr "48 x 48"
|
||||
|
||||
#: rc.cpp:12 rc.cpp:55 rc.cpp:59 rc.cpp:91
|
||||
msgid "Colors"
|
||||
msgstr "Farben"
|
||||
|
||||
#: rc.cpp:13
|
||||
msgid "Startup"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:14
|
||||
msgid "Autostart KSensors on KDE startup"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:15
|
||||
msgid "LMSensorsCfgDesign"
|
||||
msgstr "LMSensorsCfgDesign"
|
||||
|
||||
#: rc.cpp:16
|
||||
msgid "Sensors"
|
||||
msgstr "Sensoren"
|
||||
|
||||
#: rc.cpp:17
|
||||
msgid "General"
|
||||
msgstr "Allgemein"
|
||||
|
||||
#: rc.cpp:19
|
||||
msgid "Description"
|
||||
msgstr "Beschreibung"
|
||||
|
||||
#: rc.cpp:21
|
||||
msgid "Values"
|
||||
msgstr "Werte"
|
||||
|
||||
#: rc.cpp:23
|
||||
msgid "Current"
|
||||
msgstr "Aktuell"
|
||||
|
||||
#: rc.cpp:24
|
||||
msgid "Maximum"
|
||||
msgstr "Maximum"
|
||||
|
||||
#: rc.cpp:25
|
||||
msgid "+1%"
|
||||
msgstr "+1%"
|
||||
|
||||
#: rc.cpp:26
|
||||
msgid "+2%"
|
||||
msgstr "+2%"
|
||||
|
||||
#: rc.cpp:27
|
||||
msgid "+3%"
|
||||
msgstr "+3%"
|
||||
|
||||
#: rc.cpp:28
|
||||
msgid "+4%"
|
||||
msgstr "+4%"
|
||||
|
||||
#: rc.cpp:29
|
||||
msgid "+5%"
|
||||
msgstr "+5%"
|
||||
|
||||
#: rc.cpp:30
|
||||
msgid "+10%"
|
||||
msgstr "+10%"
|
||||
|
||||
#: rc.cpp:31
|
||||
msgid "+15%"
|
||||
msgstr "+15%"
|
||||
|
||||
#: rc.cpp:32
|
||||
msgid "+20%"
|
||||
msgstr "+20%"
|
||||
|
||||
#: rc.cpp:33
|
||||
msgid "+30%"
|
||||
msgstr "+30%"
|
||||
|
||||
#: rc.cpp:34
|
||||
msgid "+40%"
|
||||
msgstr "+40%"
|
||||
|
||||
#: rc.cpp:35
|
||||
msgid "+50%"
|
||||
msgstr "+50%"
|
||||
|
||||
#: rc.cpp:36
|
||||
msgid "Multiplier"
|
||||
msgstr "Multiplizierer"
|
||||
|
||||
#: rc.cpp:37
|
||||
msgid "Ideal"
|
||||
msgstr "Ideal"
|
||||
|
||||
#: rc.cpp:38
|
||||
msgid "Minimum"
|
||||
msgstr "Minimum"
|
||||
|
||||
#: rc.cpp:39
|
||||
msgid "Addition"
|
||||
msgstr "Addition"
|
||||
|
||||
#: rc.cpp:41
|
||||
msgid "-1%"
|
||||
msgstr "-1%"
|
||||
|
||||
#: rc.cpp:42
|
||||
msgid "-2%"
|
||||
msgstr "-2%"
|
||||
|
||||
#: rc.cpp:43
|
||||
msgid "-3%"
|
||||
msgstr "-3%"
|
||||
|
||||
#: rc.cpp:44
|
||||
msgid "-4%"
|
||||
msgstr "-4%"
|
||||
|
||||
#: rc.cpp:45
|
||||
msgid "-5%"
|
||||
msgstr "-5%"
|
||||
|
||||
#: rc.cpp:46
|
||||
msgid "-10%"
|
||||
msgstr "-10%"
|
||||
|
||||
#: rc.cpp:47
|
||||
msgid "-15%"
|
||||
msgstr "-15%"
|
||||
|
||||
#: rc.cpp:48
|
||||
msgid "-20%"
|
||||
msgstr "-20%"
|
||||
|
||||
#: rc.cpp:49
|
||||
msgid "-30%"
|
||||
msgstr "-30%"
|
||||
|
||||
#: rc.cpp:50
|
||||
msgid "-40%"
|
||||
msgstr "-40%"
|
||||
|
||||
#: rc.cpp:51
|
||||
msgid "-50%"
|
||||
msgstr "-50%"
|
||||
|
||||
#: rc.cpp:52
|
||||
msgid "Panel"
|
||||
msgstr "Tafel"
|
||||
|
||||
#: rc.cpp:54 rc.cpp:58 rc.cpp:90
|
||||
msgid "Visible"
|
||||
msgstr "Sichtbar"
|
||||
|
||||
#: rc.cpp:56
|
||||
msgid "Dock"
|
||||
msgstr "Andocken"
|
||||
|
||||
#: rc.cpp:60
|
||||
msgid "Alarm"
|
||||
msgstr "Alarm"
|
||||
|
||||
#: rc.cpp:63
|
||||
msgid "Normal"
|
||||
msgstr "Normal"
|
||||
|
||||
#: rc.cpp:64
|
||||
msgid "Alarms"
|
||||
msgstr "Alarme"
|
||||
|
||||
#: rc.cpp:65
|
||||
msgid "On reach alarm value:"
|
||||
msgstr "Beim Erreichen der Alarmschwelle:"
|
||||
|
||||
#: rc.cpp:66
|
||||
msgid "Apply to all sensors"
|
||||
msgstr "Auf alle Sensoren anwenden"
|
||||
|
||||
#: rc.cpp:67
|
||||
msgid "Do nothing"
|
||||
msgstr "Nichts tun"
|
||||
|
||||
#: rc.cpp:68
|
||||
msgid "Test"
|
||||
msgstr "Test"
|
||||
|
||||
#: rc.cpp:69
|
||||
msgid "Play alarm sound"
|
||||
msgstr "Alarmton abspielen"
|
||||
|
||||
#: rc.cpp:70
|
||||
msgid "Run command"
|
||||
msgstr "Kommando ausführen"
|
||||
|
||||
#: rc.cpp:71 rc.cpp:92
|
||||
msgid "Preferences"
|
||||
msgstr "&Allgemeine Einstellungen"
|
||||
|
||||
#: rc.cpp:72
|
||||
msgid "Temperatures scale"
|
||||
msgstr "Temperaturskala"
|
||||
|
||||
#: rc.cpp:73
|
||||
msgid "Fahrenheit"
|
||||
msgstr "Fahrenheit"
|
||||
|
||||
#: rc.cpp:74
|
||||
msgid "Celsius"
|
||||
msgstr "Celsius"
|
||||
|
||||
#: rc.cpp:75
|
||||
msgid "Kelvin"
|
||||
msgstr "Kelvin"
|
||||
|
||||
#: rc.cpp:76 rc.cpp:93
|
||||
msgid "Update interval"
|
||||
msgstr "Auffrischungs-Intervall"
|
||||
|
||||
#: rc.cpp:77 rc.cpp:94
|
||||
msgid "s"
|
||||
msgstr "s"
|
||||
|
||||
#: rc.cpp:78
|
||||
msgid "PaletteCfg"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:79 rc.cpp:84
|
||||
msgid "Title"
|
||||
msgstr "Überschrift"
|
||||
|
||||
#: rc.cpp:80
|
||||
msgid "+3.5V"
|
||||
msgstr "+3.5V"
|
||||
|
||||
#: rc.cpp:81
|
||||
msgid "Default colors"
|
||||
msgstr "Voreingestellte Farben"
|
||||
|
||||
#: rc.cpp:82
|
||||
msgid "Background"
|
||||
msgstr "Hintergrund"
|
||||
|
||||
#: rc.cpp:85
|
||||
msgid "Value"
|
||||
msgstr "Wert"
|
||||
|
||||
#: rc.cpp:87
|
||||
msgid "SystemCfgDesign"
|
||||
msgstr "SystemCfgDesign"
|
||||
|
||||
#: rc.cpp:88
|
||||
msgid "System Panels"
|
||||
msgstr "Systemtafeln"
|
||||
|
||||
#: systemcfg.cpp:47
|
||||
msgid "CPU Speed"
|
||||
msgstr "CPU Geschwindigkeit"
|
||||
|
||||
#: systemcfg.cpp:48
|
||||
msgid "CPU State"
|
||||
msgstr "CPU Status"
|
||||
|
||||
#: systemcfg.cpp:49
|
||||
msgid "RAM Used"
|
||||
msgstr "Belegter RAM Speicher"
|
||||
|
||||
#: systemcfg.cpp:50
|
||||
msgid "SWAP Used"
|
||||
msgstr "Belegter SWAP Speicher"
|
||||
|
||||
#: systemcfg.cpp:51
|
||||
msgid "Up Time"
|
||||
msgstr "Up Time"
|
||||
|
||||
#: _translatorinfo.cpp:1
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr "Michael v.Ostheim"
|
||||
|
||||
#: _translatorinfo.cpp:3
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr "MvOstheim@web.de"
|
@ -0,0 +1,412 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# FIRST AUTHOR <michaell@teleline.es>, 2001.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-08-18 23:19+0200\n"
|
||||
"PO-Revision-Date: 2002-05-21 00:45+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: <es@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 0.9.6\n"
|
||||
|
||||
#: hdsensorslist.cpp:36
|
||||
msgid "Hard Disks"
|
||||
msgstr "Discos duros"
|
||||
|
||||
#: i8ksensorslist.cpp:29
|
||||
msgid "MainBoard"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:51
|
||||
msgid "KSensors Configuration"
|
||||
msgstr "Configuración de KSensors"
|
||||
|
||||
#: ksensorscfg.cpp:56
|
||||
msgid "Global settings"
|
||||
msgstr "Opciones generales"
|
||||
|
||||
#: ksensorscfg.cpp:68
|
||||
msgid " sensors"
|
||||
msgstr " sensores"
|
||||
|
||||
#: ksensorscfg.cpp:85
|
||||
msgid "System Information"
|
||||
msgstr "Información del sistema"
|
||||
|
||||
#: lmsensorscfg.cpp:101
|
||||
msgid "Temperature"
|
||||
msgstr "Temperatura"
|
||||
|
||||
#: lmsensorscfg.cpp:107
|
||||
msgid "Fan"
|
||||
msgstr "Ventilador"
|
||||
|
||||
#: lmsensorscfg.cpp:110
|
||||
msgid "Voltage"
|
||||
msgstr "Tensión"
|
||||
|
||||
#: lmsensorsdock.cpp:62
|
||||
msgid "&About KSensors"
|
||||
msgstr "&Acerca de KSensors"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Minimize"
|
||||
msgstr "&Minimizar"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Restore"
|
||||
msgstr "&Restaurar"
|
||||
|
||||
#: lmsensorsdock.cpp:65
|
||||
msgid "&Exit"
|
||||
msgstr "&Finalizar"
|
||||
|
||||
#: main.cpp:27
|
||||
msgid "KSensors - A nice lmsensors frontend for KDE"
|
||||
msgstr "KSensors - Un agradable lmsensors frontend para KDE"
|
||||
|
||||
#: main.cpp:33
|
||||
msgid "Don't dock in KDE system tray."
|
||||
msgstr "No empotrar en la barra de tareas de KDE."
|
||||
|
||||
#: main.cpp:34
|
||||
msgid "Show splash screen."
|
||||
msgstr "Mostrar ventana de presentación."
|
||||
|
||||
#: main.cpp:43 rc.cpp:5
|
||||
msgid "KSensors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:1
|
||||
msgid "C&ustom"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:2
|
||||
msgid "AboutCfgDesign"
|
||||
msgstr "AboutCfgDesign"
|
||||
|
||||
#: rc.cpp:3
|
||||
msgid "KSensors configuration"
|
||||
msgstr "Configuración de KSensors"
|
||||
|
||||
#: rc.cpp:4
|
||||
msgid "Monitoring your motherboard"
|
||||
msgstr "Monitorizando su placa base"
|
||||
|
||||
#: rc.cpp:6
|
||||
msgid ""
|
||||
"Welcome to the KSensors configuration window. Click on the left to select a "
|
||||
"configuration option."
|
||||
msgstr ""
|
||||
"Bienvenido a la pantalla de configuracion de KSensors. Pinche a su izquierda "
|
||||
"para seleccionar una opción de configuración."
|
||||
|
||||
#: rc.cpp:7
|
||||
msgid "GeneralCfg"
|
||||
msgstr "GeneralCfg"
|
||||
|
||||
#: rc.cpp:8
|
||||
msgid "Panels size"
|
||||
msgstr "Tamaño de los paneles"
|
||||
|
||||
#: rc.cpp:9
|
||||
msgid "64 x 64"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:10
|
||||
msgid "56 x 56"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:11
|
||||
msgid "48 x 48"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:12 rc.cpp:55 rc.cpp:59 rc.cpp:91
|
||||
msgid "Colors"
|
||||
msgstr "Colores"
|
||||
|
||||
#: rc.cpp:13
|
||||
msgid "Startup"
|
||||
msgstr "Inicio"
|
||||
|
||||
#: rc.cpp:14
|
||||
msgid "Autostart KSensors on KDE startup"
|
||||
msgstr "Ejecutar KSensors al iniciar KDE"
|
||||
|
||||
#: rc.cpp:15
|
||||
msgid "LMSensorsCfgDesign"
|
||||
msgstr "LMSensorsCfgDesign"
|
||||
|
||||
#: rc.cpp:16
|
||||
msgid "Sensors"
|
||||
msgstr "Sensores"
|
||||
|
||||
#: rc.cpp:17
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#: rc.cpp:19
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#: rc.cpp:21
|
||||
msgid "Values"
|
||||
msgstr "Valores"
|
||||
|
||||
#: rc.cpp:23
|
||||
msgid "Current"
|
||||
msgstr "Actual"
|
||||
|
||||
#: rc.cpp:24
|
||||
msgid "Maximum"
|
||||
msgstr "Máximo"
|
||||
|
||||
#: rc.cpp:25
|
||||
msgid "+1%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:26
|
||||
msgid "+2%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:27
|
||||
msgid "+3%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:28
|
||||
msgid "+4%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:29
|
||||
msgid "+5%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:30
|
||||
msgid "+10%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:31
|
||||
msgid "+15%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:32
|
||||
msgid "+20%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:33
|
||||
msgid "+30%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:34
|
||||
msgid "+40%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:35
|
||||
msgid "+50%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:36
|
||||
msgid "Multiplier"
|
||||
msgstr "Multiplicar"
|
||||
|
||||
#: rc.cpp:37
|
||||
msgid "Ideal"
|
||||
msgstr "Ideal"
|
||||
|
||||
#: rc.cpp:38
|
||||
msgid "Minimum"
|
||||
msgstr "Mínimo"
|
||||
|
||||
#: rc.cpp:39
|
||||
msgid "Addition"
|
||||
msgstr "Sumar"
|
||||
|
||||
#: rc.cpp:41
|
||||
msgid "-1%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:42
|
||||
msgid "-2%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:43
|
||||
msgid "-3%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:44
|
||||
msgid "-4%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:45
|
||||
msgid "-5%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:46
|
||||
msgid "-10%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:47
|
||||
msgid "-15%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:48
|
||||
msgid "-20%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:49
|
||||
msgid "-30%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:50
|
||||
msgid "-40%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:51
|
||||
msgid "-50%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:52
|
||||
msgid "Panel"
|
||||
msgstr "Panel"
|
||||
|
||||
#: rc.cpp:54 rc.cpp:58 rc.cpp:90
|
||||
msgid "Visible"
|
||||
msgstr "Visible"
|
||||
|
||||
#: rc.cpp:56
|
||||
msgid "Dock"
|
||||
msgstr "Dock"
|
||||
|
||||
#: rc.cpp:60
|
||||
msgid "Alarm"
|
||||
msgstr "Alarma"
|
||||
|
||||
#: rc.cpp:63
|
||||
msgid "Normal"
|
||||
msgstr "Normal"
|
||||
|
||||
#: rc.cpp:64
|
||||
msgid "Alarms"
|
||||
msgstr "Alarmas"
|
||||
|
||||
#: rc.cpp:65
|
||||
msgid "On reach alarm value:"
|
||||
msgstr "En caso de alarma"
|
||||
|
||||
#: rc.cpp:66
|
||||
msgid "Apply to all sensors"
|
||||
msgstr "Aplicar a todos los sensores"
|
||||
|
||||
#: rc.cpp:67
|
||||
msgid "Do nothing"
|
||||
msgstr "No hacer nada"
|
||||
|
||||
#: rc.cpp:68
|
||||
msgid "Test"
|
||||
msgstr "Probar"
|
||||
|
||||
#: rc.cpp:69
|
||||
msgid "Play alarm sound"
|
||||
msgstr "Sonido de aviso"
|
||||
|
||||
#: rc.cpp:70
|
||||
msgid "Run command"
|
||||
msgstr "Ejecutar orden"
|
||||
|
||||
#: rc.cpp:71 rc.cpp:92
|
||||
msgid "Preferences"
|
||||
msgstr "Preferencias"
|
||||
|
||||
#: rc.cpp:72
|
||||
msgid "Temperatures scale"
|
||||
msgstr "Escala de las temperaturas"
|
||||
|
||||
#: rc.cpp:73
|
||||
msgid "Fahrenheit"
|
||||
msgstr "Fahrenheit"
|
||||
|
||||
#: rc.cpp:74
|
||||
msgid "Celsius"
|
||||
msgstr "Celsius"
|
||||
|
||||
#: rc.cpp:75
|
||||
msgid "Kelvin"
|
||||
msgstr "Kelvin"
|
||||
|
||||
#: rc.cpp:76 rc.cpp:93
|
||||
msgid "Update interval"
|
||||
msgstr "Intervalo de actualización"
|
||||
|
||||
#: rc.cpp:77 rc.cpp:94
|
||||
msgid "s"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:78
|
||||
msgid "PaletteCfg"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:79 rc.cpp:84
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:80
|
||||
msgid "+3.5V"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:81
|
||||
msgid "Default colors"
|
||||
msgstr "Colores por defecto"
|
||||
|
||||
#: rc.cpp:82
|
||||
msgid "Background"
|
||||
msgstr "Fondo"
|
||||
|
||||
#: rc.cpp:85
|
||||
msgid "Value"
|
||||
msgstr "Valor"
|
||||
|
||||
#: rc.cpp:87
|
||||
msgid "SystemCfgDesign"
|
||||
msgstr "SystemCfgDesign"
|
||||
|
||||
#: rc.cpp:88
|
||||
msgid "System Panels"
|
||||
msgstr "Paneles del sistema"
|
||||
|
||||
#: systemcfg.cpp:47
|
||||
msgid "CPU Speed"
|
||||
msgstr "Velocidad del procesador"
|
||||
|
||||
#: systemcfg.cpp:48
|
||||
msgid "CPU State"
|
||||
msgstr "Estado del procesador"
|
||||
|
||||
#: systemcfg.cpp:49
|
||||
msgid "RAM Used"
|
||||
msgstr "Memoria RAM usada"
|
||||
|
||||
#: systemcfg.cpp:50
|
||||
msgid "SWAP Used"
|
||||
msgstr "Memoria SWAP usada"
|
||||
|
||||
#: systemcfg.cpp:51
|
||||
msgid "Up Time"
|
||||
msgstr "Tiempo encendido"
|
||||
|
||||
#: _translatorinfo.cpp:1
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr "Miguel Novas"
|
||||
|
||||
#: _translatorinfo.cpp:3
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr "michaell@teleline.es"
|
@ -0,0 +1,414 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# FIRST AUTHOR <michaell@teleline.es>, 2001.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-08-18 23:19+0200\n"
|
||||
"PO-Revision-Date: 2002-05-25 21:46GMT+1\n"
|
||||
"Last-Translator: Aurelien Jarno <aurelien@aurel32.net>\n"
|
||||
"Language-Team: Français <de@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 0.9.5\n"
|
||||
|
||||
#: hdsensorslist.cpp:36
|
||||
msgid "Hard Disks"
|
||||
msgstr "Disques durs"
|
||||
|
||||
#: i8ksensorslist.cpp:29
|
||||
msgid "MainBoard"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:51
|
||||
msgid "KSensors Configuration"
|
||||
msgstr "Configuration de KSensors"
|
||||
|
||||
#: ksensorscfg.cpp:56
|
||||
msgid "Global settings"
|
||||
msgstr "Paramètres globaux"
|
||||
|
||||
#: ksensorscfg.cpp:68
|
||||
msgid " sensors"
|
||||
msgstr " capteurs"
|
||||
|
||||
#: ksensorscfg.cpp:85
|
||||
msgid "System Information"
|
||||
msgstr "Informations système"
|
||||
|
||||
#: lmsensorscfg.cpp:101
|
||||
msgid "Temperature"
|
||||
msgstr "Température"
|
||||
|
||||
#: lmsensorscfg.cpp:107
|
||||
msgid "Fan"
|
||||
msgstr "Ventilateur"
|
||||
|
||||
#: lmsensorscfg.cpp:110
|
||||
msgid "Voltage"
|
||||
msgstr "Tension"
|
||||
|
||||
#: lmsensorsdock.cpp:62
|
||||
msgid "&About KSensors"
|
||||
msgstr "&A propos de KSensors"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Minimize"
|
||||
msgstr "&Minimiser"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Restore"
|
||||
msgstr "&Restaurer"
|
||||
|
||||
#: lmsensorsdock.cpp:65
|
||||
msgid "&Exit"
|
||||
msgstr "&Quitter"
|
||||
|
||||
#: main.cpp:27
|
||||
msgid "KSensors - A nice lmsensors frontend for KDE"
|
||||
msgstr "KSensors - Un frontend sympatique pour lm-sensors et KDE"
|
||||
|
||||
#: main.cpp:33
|
||||
msgid "Don't dock in KDE system tray."
|
||||
msgstr "Ne pas intégrer dans le tableau de bord de KDE"
|
||||
|
||||
#: main.cpp:34
|
||||
msgid "Show splash screen."
|
||||
msgstr "Afficher l'écran de démarrage"
|
||||
|
||||
#: main.cpp:43 rc.cpp:5
|
||||
msgid "KSensors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:1
|
||||
msgid "C&ustom"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:2
|
||||
msgid "AboutCfgDesign"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:3
|
||||
msgid "KSensors configuration"
|
||||
msgstr "Configuration de KSensors"
|
||||
|
||||
#: rc.cpp:4
|
||||
msgid "Monitoring your motherboard"
|
||||
msgstr "Surveillance de votre carte-mère"
|
||||
|
||||
#: rc.cpp:6
|
||||
msgid ""
|
||||
"Welcome to the KSensors configuration window. Click on the left to select a "
|
||||
"configuration option."
|
||||
msgstr ""
|
||||
"Bienvenue dans la fenêtre de configuration de KSensors. Cliquez à gauche "
|
||||
"pour sélectionner une option de configuration."
|
||||
|
||||
#: rc.cpp:7
|
||||
msgid "GeneralCfg"
|
||||
msgstr "GeneralCfg"
|
||||
|
||||
#: rc.cpp:8
|
||||
msgid "Panels size"
|
||||
msgstr "Taille des panneaux"
|
||||
|
||||
#: rc.cpp:9
|
||||
msgid "64 x 64"
|
||||
msgstr "64 x 64"
|
||||
|
||||
#: rc.cpp:10
|
||||
msgid "56 x 56"
|
||||
msgstr "56 x 56"
|
||||
|
||||
#: rc.cpp:11
|
||||
msgid "48 x 48"
|
||||
msgstr "48 x 48"
|
||||
|
||||
#: rc.cpp:12 rc.cpp:55 rc.cpp:59 rc.cpp:91
|
||||
msgid "Colors"
|
||||
msgstr "Couleurs"
|
||||
|
||||
#: rc.cpp:13
|
||||
msgid "Startup"
|
||||
msgstr "Démarrage"
|
||||
|
||||
#: rc.cpp:14
|
||||
msgid "Autostart KSensors on KDE startup"
|
||||
msgstr "Lancer automatiquement KSensors au démarrage de KDE"
|
||||
|
||||
#: rc.cpp:15
|
||||
msgid "LMSensorsCfgDesign"
|
||||
msgstr "LMSensorsCfgDesign"
|
||||
|
||||
#: rc.cpp:16
|
||||
msgid "Sensors"
|
||||
msgstr "Capteurs"
|
||||
|
||||
#: rc.cpp:17
|
||||
msgid "General"
|
||||
msgstr "Général"
|
||||
|
||||
#: rc.cpp:19
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
#: rc.cpp:21
|
||||
msgid "Values"
|
||||
msgstr "Valeurs"
|
||||
|
||||
#: rc.cpp:23
|
||||
msgid "Current"
|
||||
msgstr "Actuelle"
|
||||
|
||||
#: rc.cpp:24
|
||||
msgid "Maximum"
|
||||
msgstr "Maximum"
|
||||
|
||||
#: rc.cpp:25
|
||||
msgid "+1%"
|
||||
msgstr "+1%"
|
||||
|
||||
#: rc.cpp:26
|
||||
msgid "+2%"
|
||||
msgstr "+2%"
|
||||
|
||||
#: rc.cpp:27
|
||||
msgid "+3%"
|
||||
msgstr "+3%"
|
||||
|
||||
#: rc.cpp:28
|
||||
msgid "+4%"
|
||||
msgstr "+4%"
|
||||
|
||||
#: rc.cpp:29
|
||||
msgid "+5%"
|
||||
msgstr "+5%"
|
||||
|
||||
#: rc.cpp:30
|
||||
msgid "+10%"
|
||||
msgstr "+10%"
|
||||
|
||||
#: rc.cpp:31
|
||||
msgid "+15%"
|
||||
msgstr "+15%"
|
||||
|
||||
#: rc.cpp:32
|
||||
msgid "+20%"
|
||||
msgstr "+20%"
|
||||
|
||||
#: rc.cpp:33
|
||||
msgid "+30%"
|
||||
msgstr "+30%"
|
||||
|
||||
#: rc.cpp:34
|
||||
msgid "+40%"
|
||||
msgstr "+40%"
|
||||
|
||||
#: rc.cpp:35
|
||||
msgid "+50%"
|
||||
msgstr "+50%"
|
||||
|
||||
#: rc.cpp:36
|
||||
msgid "Multiplier"
|
||||
msgstr "Multiplicateur"
|
||||
|
||||
#: rc.cpp:37
|
||||
msgid "Ideal"
|
||||
msgstr "Idéale"
|
||||
|
||||
#: rc.cpp:38
|
||||
msgid "Minimum"
|
||||
msgstr "Minimum"
|
||||
|
||||
#: rc.cpp:39
|
||||
msgid "Addition"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#: rc.cpp:41
|
||||
msgid "-1%"
|
||||
msgstr "-1%"
|
||||
|
||||
#: rc.cpp:42
|
||||
msgid "-2%"
|
||||
msgstr "-2%"
|
||||
|
||||
#: rc.cpp:43
|
||||
msgid "-3%"
|
||||
msgstr "-3%"
|
||||
|
||||
#: rc.cpp:44
|
||||
msgid "-4%"
|
||||
msgstr "-4%"
|
||||
|
||||
#: rc.cpp:45
|
||||
msgid "-5%"
|
||||
msgstr "-5%"
|
||||
|
||||
#: rc.cpp:46
|
||||
msgid "-10%"
|
||||
msgstr "-10%"
|
||||
|
||||
#: rc.cpp:47
|
||||
msgid "-15%"
|
||||
msgstr "-15%"
|
||||
|
||||
#: rc.cpp:48
|
||||
msgid "-20%"
|
||||
msgstr "-20%"
|
||||
|
||||
#: rc.cpp:49
|
||||
msgid "-30%"
|
||||
msgstr "-30%"
|
||||
|
||||
#: rc.cpp:50
|
||||
msgid "-40%"
|
||||
msgstr "-40%"
|
||||
|
||||
#: rc.cpp:51
|
||||
msgid "-50%"
|
||||
msgstr "-50%"
|
||||
|
||||
#: rc.cpp:52
|
||||
msgid "Panel"
|
||||
msgstr "Panneau"
|
||||
|
||||
#: rc.cpp:54 rc.cpp:58 rc.cpp:90
|
||||
msgid "Visible"
|
||||
msgstr "Visible"
|
||||
|
||||
#: rc.cpp:56
|
||||
msgid "Dock"
|
||||
msgstr "Incrustation"
|
||||
|
||||
#: rc.cpp:60
|
||||
msgid "Alarm"
|
||||
msgstr "Alarme"
|
||||
|
||||
#: rc.cpp:63
|
||||
msgid "Normal"
|
||||
msgstr "Normal"
|
||||
|
||||
#: rc.cpp:64
|
||||
msgid "Alarms"
|
||||
msgstr "Alarmes"
|
||||
|
||||
#: rc.cpp:65
|
||||
msgid "On reach alarm value:"
|
||||
msgstr "En cas d'alarme :"
|
||||
|
||||
#: rc.cpp:66
|
||||
msgid "Apply to all sensors"
|
||||
msgstr "Appliquer à tous les capteurs"
|
||||
|
||||
#: rc.cpp:67
|
||||
msgid "Do nothing"
|
||||
msgstr "Ne rien faire"
|
||||
|
||||
#: rc.cpp:68
|
||||
msgid "Test"
|
||||
msgstr "Tester"
|
||||
|
||||
#: rc.cpp:69
|
||||
msgid "Play alarm sound"
|
||||
msgstr "Jouer un fichier son"
|
||||
|
||||
#: rc.cpp:70
|
||||
msgid "Run command"
|
||||
msgstr "Exécuter la commande"
|
||||
|
||||
#: rc.cpp:71 rc.cpp:92
|
||||
msgid "Preferences"
|
||||
msgstr "Préférences"
|
||||
|
||||
#: rc.cpp:72
|
||||
msgid "Temperatures scale"
|
||||
msgstr "Echelles de température"
|
||||
|
||||
#: rc.cpp:73
|
||||
msgid "Fahrenheit"
|
||||
msgstr "Fahrenheit"
|
||||
|
||||
#: rc.cpp:74
|
||||
msgid "Celsius"
|
||||
msgstr "Celsius"
|
||||
|
||||
#: rc.cpp:75
|
||||
msgid "Kelvin"
|
||||
msgstr "Kelvin"
|
||||
|
||||
#: rc.cpp:76 rc.cpp:93
|
||||
msgid "Update interval"
|
||||
msgstr "Intervalle de rafraichissement"
|
||||
|
||||
#: rc.cpp:77 rc.cpp:94
|
||||
msgid "s"
|
||||
msgstr "s"
|
||||
|
||||
#: rc.cpp:78
|
||||
msgid "PaletteCfg"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:79 rc.cpp:84
|
||||
msgid "Title"
|
||||
msgstr "Titre"
|
||||
|
||||
#: rc.cpp:80
|
||||
msgid "+3.5V"
|
||||
msgstr "+3.5V"
|
||||
|
||||
#: rc.cpp:81
|
||||
msgid "Default colors"
|
||||
msgstr "Couleurs par défaut"
|
||||
|
||||
#: rc.cpp:82
|
||||
msgid "Background"
|
||||
msgstr "Arrière plan"
|
||||
|
||||
#: rc.cpp:85
|
||||
msgid "Value"
|
||||
msgstr "Valeur"
|
||||
|
||||
#: rc.cpp:87
|
||||
msgid "SystemCfgDesign"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:88
|
||||
msgid "System Panels"
|
||||
msgstr "Panneaux système"
|
||||
|
||||
#: systemcfg.cpp:47
|
||||
msgid "CPU Speed"
|
||||
msgstr "Vitesse du processeur"
|
||||
|
||||
#: systemcfg.cpp:48
|
||||
msgid "CPU State"
|
||||
msgstr "État du processeur"
|
||||
|
||||
#: systemcfg.cpp:49
|
||||
msgid "RAM Used"
|
||||
msgstr "RAM utilisée"
|
||||
|
||||
#: systemcfg.cpp:50
|
||||
msgid "SWAP Used"
|
||||
msgstr "SWAP utilisé"
|
||||
|
||||
#: systemcfg.cpp:51
|
||||
msgid "Up Time"
|
||||
msgstr "Up Time"
|
||||
|
||||
#: _translatorinfo.cpp:1
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr "Aurélien Jarno"
|
||||
|
||||
#: _translatorinfo.cpp:3
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr "aurelien@aurel32.net"
|
||||
|
||||
|
@ -0,0 +1,411 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-08-18 23:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: hdsensorslist.cpp:36
|
||||
msgid "Hard Disks"
|
||||
msgstr ""
|
||||
|
||||
#: i8ksensorslist.cpp:29
|
||||
msgid "MainBoard"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:51
|
||||
msgid "KSensors Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:56
|
||||
msgid "Global settings"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:68
|
||||
msgid " sensors"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:85
|
||||
msgid "System Information"
|
||||
msgstr ""
|
||||
|
||||
#: lmsensorscfg.cpp:101
|
||||
msgid "Temperature"
|
||||
msgstr ""
|
||||
|
||||
#: lmsensorscfg.cpp:107
|
||||
msgid "Fan"
|
||||
msgstr ""
|
||||
|
||||
#: lmsensorscfg.cpp:110
|
||||
msgid "Voltage"
|
||||
msgstr ""
|
||||
|
||||
#: lmsensorsdock.cpp:62
|
||||
msgid "&About KSensors"
|
||||
msgstr ""
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Minimize"
|
||||
msgstr ""
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Restore"
|
||||
msgstr ""
|
||||
|
||||
#: lmsensorsdock.cpp:65
|
||||
msgid "&Exit"
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:27
|
||||
msgid "KSensors - A nice lmsensors frontend for KDE"
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:33
|
||||
msgid "Don't dock in KDE system tray."
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:34
|
||||
msgid "Show splash screen."
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:43 rc.cpp:5
|
||||
msgid "KSensors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:1
|
||||
msgid "C&ustom"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:2
|
||||
msgid "AboutCfgDesign"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:3
|
||||
msgid "KSensors configuration"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:4
|
||||
msgid "Monitoring your motherboard"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:6
|
||||
msgid ""
|
||||
"Welcome to the KSensors configuration window. Click on the left to select a "
|
||||
"configuration option."
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:7
|
||||
msgid "GeneralCfg"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:8
|
||||
msgid "Panels size"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:9
|
||||
msgid "64 x 64"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:10
|
||||
msgid "56 x 56"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:11
|
||||
msgid "48 x 48"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:12 rc.cpp:55 rc.cpp:59 rc.cpp:91
|
||||
msgid "Colors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:13
|
||||
msgid "Startup"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:14
|
||||
msgid "Autostart KSensors on KDE startup"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:15
|
||||
msgid "LMSensorsCfgDesign"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:16
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:17
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:19
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:21
|
||||
msgid "Values"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:23
|
||||
msgid "Current"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:24
|
||||
msgid "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:25
|
||||
msgid "+1%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:26
|
||||
msgid "+2%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:27
|
||||
msgid "+3%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:28
|
||||
msgid "+4%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:29
|
||||
msgid "+5%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:30
|
||||
msgid "+10%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:31
|
||||
msgid "+15%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:32
|
||||
msgid "+20%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:33
|
||||
msgid "+30%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:34
|
||||
msgid "+40%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:35
|
||||
msgid "+50%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:36
|
||||
msgid "Multiplier"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:37
|
||||
msgid "Ideal"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:38
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:39
|
||||
msgid "Addition"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:41
|
||||
msgid "-1%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:42
|
||||
msgid "-2%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:43
|
||||
msgid "-3%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:44
|
||||
msgid "-4%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:45
|
||||
msgid "-5%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:46
|
||||
msgid "-10%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:47
|
||||
msgid "-15%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:48
|
||||
msgid "-20%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:49
|
||||
msgid "-30%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:50
|
||||
msgid "-40%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:51
|
||||
msgid "-50%"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:52
|
||||
msgid "Panel"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:54 rc.cpp:58 rc.cpp:90
|
||||
msgid "Visible"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:56
|
||||
msgid "Dock"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:60
|
||||
msgid "Alarm"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:63
|
||||
msgid "Normal"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:64
|
||||
msgid "Alarms"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:65
|
||||
msgid "On reach alarm value:"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:66
|
||||
msgid "Apply to all sensors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:67
|
||||
msgid "Do nothing"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:68
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:69
|
||||
msgid "Play alarm sound"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:70
|
||||
msgid "Run command"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:71 rc.cpp:92
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:72
|
||||
msgid "Temperatures scale"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:73
|
||||
msgid "Fahrenheit"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:74
|
||||
msgid "Celsius"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:75
|
||||
msgid "Kelvin"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:76 rc.cpp:93
|
||||
msgid "Update interval"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:77 rc.cpp:94
|
||||
msgid "s"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:78
|
||||
msgid "PaletteCfg"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:79 rc.cpp:84
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:80
|
||||
msgid "+3.5V"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:81
|
||||
msgid "Default colors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:82
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:85
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:87
|
||||
msgid "SystemCfgDesign"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:88
|
||||
msgid "System Panels"
|
||||
msgstr ""
|
||||
|
||||
#: systemcfg.cpp:47
|
||||
msgid "CPU Speed"
|
||||
msgstr ""
|
||||
|
||||
#: systemcfg.cpp:48
|
||||
msgid "CPU State"
|
||||
msgstr ""
|
||||
|
||||
#: systemcfg.cpp:49
|
||||
msgid "RAM Used"
|
||||
msgstr ""
|
||||
|
||||
#: systemcfg.cpp:50
|
||||
msgid "SWAP Used"
|
||||
msgstr ""
|
||||
|
||||
#: systemcfg.cpp:51
|
||||
msgid "Up Time"
|
||||
msgstr ""
|
||||
|
||||
#: _translatorinfo.cpp:1
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr ""
|
||||
|
||||
#: _translatorinfo.cpp:3
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr ""
|
@ -0,0 +1,413 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# FIRST AUTHOR <MvOstheim@web.de>, 2001.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-08-18 23:19+0200\n"
|
||||
"PO-Revision-Date: 2002-01-13 23:12CET\n"
|
||||
"Last-Translator: Jacco van Koll <jko@haringstad.com>\n"
|
||||
"Language-Team: Nederlands <i18n@kde.nl>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 0.9.5\n"
|
||||
|
||||
#: hdsensorslist.cpp:36
|
||||
msgid "Hard Disks"
|
||||
msgstr ""
|
||||
|
||||
#: i8ksensorslist.cpp:29
|
||||
msgid "MainBoard"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:51
|
||||
msgid "KSensors Configuration"
|
||||
msgstr "KSensors Configuratie"
|
||||
|
||||
#: ksensorscfg.cpp:56
|
||||
msgid "Global settings"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:68
|
||||
msgid " sensors"
|
||||
msgstr ""
|
||||
|
||||
#: ksensorscfg.cpp:85
|
||||
msgid "System Information"
|
||||
msgstr "Systeem Informatie"
|
||||
|
||||
#: lmsensorscfg.cpp:101
|
||||
msgid "Temperature"
|
||||
msgstr "Temperatuur"
|
||||
|
||||
#: lmsensorscfg.cpp:107
|
||||
msgid "Fan"
|
||||
msgstr "Ventilator"
|
||||
|
||||
#: lmsensorscfg.cpp:110
|
||||
msgid "Voltage"
|
||||
msgstr "Voltage"
|
||||
|
||||
#: lmsensorsdock.cpp:62
|
||||
msgid "&About KSensors"
|
||||
msgstr "O&ver KSensors"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Minimize"
|
||||
msgstr "&Minimaliseren"
|
||||
|
||||
#: lmsensorsdock.cpp:64 lmsensorsdock.cpp:124
|
||||
msgid "&Restore"
|
||||
msgstr "&Terug plaatsen"
|
||||
|
||||
#: lmsensorsdock.cpp:65
|
||||
msgid "&Exit"
|
||||
msgstr "Beë&indigen"
|
||||
|
||||
#: main.cpp:27
|
||||
msgid "KSensors - A nice lmsensors frontend for KDE"
|
||||
msgstr "KSensors - Een gebruiksvriendelijke interface voor KDE"
|
||||
|
||||
#: main.cpp:33
|
||||
msgid "Don't dock in KDE system tray."
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:34
|
||||
msgid "Show splash screen."
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:43 rc.cpp:5
|
||||
msgid "KSensors"
|
||||
msgstr "KSensors"
|
||||
|
||||
#: rc.cpp:1
|
||||
msgid "C&ustom"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:2
|
||||
msgid "AboutCfgDesign"
|
||||
msgstr "AboutCfgDesign"
|
||||
|
||||
#: rc.cpp:3
|
||||
msgid "KSensors configuration"
|
||||
msgstr "KSensors Configuratie"
|
||||
|
||||
#: rc.cpp:4
|
||||
msgid "Monitoring your motherboard"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:6
|
||||
msgid ""
|
||||
"Welcome to the KSensors configuration window. Click on the left to select a "
|
||||
"configuration option."
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:7
|
||||
msgid "GeneralCfg"
|
||||
msgstr "GeneralCfg"
|
||||
|
||||
#: rc.cpp:8
|
||||
msgid "Panels size"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:9
|
||||
msgid "64 x 64"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:10
|
||||
msgid "56 x 56"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:11
|
||||
msgid "48 x 48"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:12 rc.cpp:55 rc.cpp:59 rc.cpp:91
|
||||
msgid "Colors"
|
||||
msgstr "Kleuren"
|
||||
|
||||
#: rc.cpp:13
|
||||
msgid "Startup"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:14
|
||||
msgid "Autostart KSensors on KDE startup"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:15
|
||||
msgid "LMSensorsCfgDesign"
|
||||
msgstr "LMSensorsCfgDesign"
|
||||
|
||||
#: rc.cpp:16
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:17
|
||||
msgid "General"
|
||||
msgstr "Algemeen"
|
||||
|
||||
#: rc.cpp:19
|
||||
msgid "Description"
|
||||
msgstr "Beschrijving"
|
||||
|
||||
#: rc.cpp:21
|
||||
msgid "Values"
|
||||
msgstr "Waarden"
|
||||
|
||||
#: rc.cpp:23
|
||||
msgid "Current"
|
||||
msgstr "Huidig"
|
||||
|
||||
#: rc.cpp:24
|
||||
msgid "Maximum"
|
||||
msgstr "Maximum"
|
||||
|
||||
#: rc.cpp:25
|
||||
msgid "+1%"
|
||||
msgstr "+1%"
|
||||
|
||||
#: rc.cpp:26
|
||||
msgid "+2%"
|
||||
msgstr "+2%"
|
||||
|
||||
#: rc.cpp:27
|
||||
msgid "+3%"
|
||||
msgstr "+3%"
|
||||
|
||||
#: rc.cpp:28
|
||||
msgid "+4%"
|
||||
msgstr "+4%"
|
||||
|
||||
#: rc.cpp:29
|
||||
msgid "+5%"
|
||||
msgstr "+5%"
|
||||
|
||||
#: rc.cpp:30
|
||||
msgid "+10%"
|
||||
msgstr "+10%"
|
||||
|
||||
#: rc.cpp:31
|
||||
msgid "+15%"
|
||||
msgstr "+15%"
|
||||
|
||||
#: rc.cpp:32
|
||||
msgid "+20%"
|
||||
msgstr "+20%"
|
||||
|
||||
#: rc.cpp:33
|
||||
msgid "+30%"
|
||||
msgstr "+30%"
|
||||
|
||||
#: rc.cpp:34
|
||||
msgid "+40%"
|
||||
msgstr "+40%"
|
||||
|
||||
#: rc.cpp:35
|
||||
msgid "+50%"
|
||||
msgstr "+50%"
|
||||
|
||||
#: rc.cpp:36
|
||||
msgid "Multiplier"
|
||||
msgstr "Vermenigvuldiger"
|
||||
|
||||
#: rc.cpp:37
|
||||
msgid "Ideal"
|
||||
msgstr "Ideaal"
|
||||
|
||||
#: rc.cpp:38
|
||||
msgid "Minimum"
|
||||
msgstr "Minimum"
|
||||
|
||||
#: rc.cpp:39
|
||||
msgid "Addition"
|
||||
msgstr "Toevoeging"
|
||||
|
||||
#: rc.cpp:41
|
||||
msgid "-1%"
|
||||
msgstr "-1%"
|
||||
|
||||
#: rc.cpp:42
|
||||
msgid "-2%"
|
||||
msgstr "-2%"
|
||||
|
||||
#: rc.cpp:43
|
||||
msgid "-3%"
|
||||
msgstr "-3%"
|
||||
|
||||
#: rc.cpp:44
|
||||
msgid "-4%"
|
||||
msgstr "-4%"
|
||||
|
||||
#: rc.cpp:45
|
||||
msgid "-5%"
|
||||
msgstr "-5%"
|
||||
|
||||
#: rc.cpp:46
|
||||
msgid "-10%"
|
||||
msgstr "-10%"
|
||||
|
||||
#: rc.cpp:47
|
||||
msgid "-15%"
|
||||
msgstr "-15%"
|
||||
|
||||
#: rc.cpp:48
|
||||
msgid "-20%"
|
||||
msgstr "-20%"
|
||||
|
||||
#: rc.cpp:49
|
||||
msgid "-30%"
|
||||
msgstr "-30%"
|
||||
|
||||
#: rc.cpp:50
|
||||
msgid "-40%"
|
||||
msgstr "-40%"
|
||||
|
||||
#: rc.cpp:51
|
||||
msgid "-50%"
|
||||
msgstr "-50%"
|
||||
|
||||
#: rc.cpp:52
|
||||
msgid "Panel"
|
||||
msgstr "Paneel"
|
||||
|
||||
#: rc.cpp:54 rc.cpp:58 rc.cpp:90
|
||||
msgid "Visible"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:56
|
||||
msgid "Dock"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:60
|
||||
msgid "Alarm"
|
||||
msgstr "Alarm"
|
||||
|
||||
#: rc.cpp:63
|
||||
msgid "Normal"
|
||||
msgstr "Normaal"
|
||||
|
||||
#: rc.cpp:64
|
||||
msgid "Alarms"
|
||||
msgstr "Alarmen"
|
||||
|
||||
#: rc.cpp:65
|
||||
msgid "On reach alarm value:"
|
||||
msgstr "Bij bereiken alarm waarde:"
|
||||
|
||||
#: rc.cpp:66
|
||||
msgid "Apply to all sensors"
|
||||
msgstr "Toekennen aan alle sensors"
|
||||
|
||||
#: rc.cpp:67
|
||||
msgid "Do nothing"
|
||||
msgstr "Doe niets"
|
||||
|
||||
#: rc.cpp:68
|
||||
msgid "Test"
|
||||
msgstr "Test"
|
||||
|
||||
#: rc.cpp:69
|
||||
msgid "Play alarm sound"
|
||||
msgstr "Speel alarmtoon af"
|
||||
|
||||
#: rc.cpp:70
|
||||
msgid "Run command"
|
||||
msgstr "Commando uitvoeren"
|
||||
|
||||
#: rc.cpp:71 rc.cpp:92
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:72
|
||||
msgid "Temperatures scale"
|
||||
msgstr "Temperatuur Schaal"
|
||||
|
||||
#: rc.cpp:73
|
||||
msgid "Fahrenheit"
|
||||
msgstr "Fahrenheit"
|
||||
|
||||
#: rc.cpp:74
|
||||
msgid "Celsius"
|
||||
msgstr "Celsius"
|
||||
|
||||
#: rc.cpp:75
|
||||
msgid "Kelvin"
|
||||
msgstr "Kelvin"
|
||||
|
||||
#: rc.cpp:76 rc.cpp:93
|
||||
msgid "Update interval"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:77 rc.cpp:94
|
||||
msgid "s"
|
||||
msgstr "s"
|
||||
|
||||
#: rc.cpp:78
|
||||
msgid "PaletteCfg"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:79 rc.cpp:84
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:80
|
||||
msgid "+3.5V"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:81
|
||||
msgid "Default colors"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:82
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:85
|
||||
msgid "Value"
|
||||
msgstr "Waarden"
|
||||
|
||||
#: rc.cpp:87
|
||||
msgid "SystemCfgDesign"
|
||||
msgstr "SystemCfgDesign"
|
||||
|
||||
#: rc.cpp:88
|
||||
msgid "System Panels"
|
||||
msgstr ""
|
||||
|
||||
#: systemcfg.cpp:47
|
||||
msgid "CPU Speed"
|
||||
msgstr "Processor Snelheid"
|
||||
|
||||
#: systemcfg.cpp:48
|
||||
msgid "CPU State"
|
||||
msgstr "Processor Status"
|
||||
|
||||
#: systemcfg.cpp:49
|
||||
#, fuzzy
|
||||
msgid "RAM Used"
|
||||
msgstr ""
|
||||
|
||||
#: systemcfg.cpp:50
|
||||
#, fuzzy
|
||||
msgid "SWAP Used"
|
||||
msgstr ""
|
||||
|
||||
#: systemcfg.cpp:51
|
||||
msgid "Up Time"
|
||||
msgstr "Looptijd"
|
||||
|
||||
#: _translatorinfo.cpp:1
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr "Jacco van Koll"
|
||||
|
||||
#: _translatorinfo.cpp:3
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr "jko@haringstad.com jko@interans.com"
|
@ -0,0 +1,57 @@
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = ksensors.h aboutcfgdesign.h \
|
||||
cpupanel.h cputimepanel.h generalcfgdesign.h generalcfg.h \
|
||||
hdsensorslist.h i8ksensorslist.h infopanels.h ksensorscfg.h \
|
||||
ksensors.h ksensorssplash.h lmsensordockpanel.h lmsensor.h \
|
||||
lmsensorpanel.h lmsensorsalarms.h lmsensorscfgdesign.h \
|
||||
lmsensorscfg.h lmsensorschip.h lmsensorsdock.h lmsensors.h \
|
||||
lmsensorswidget.h palettecfgdesign.h palettecfg.h panel.h \
|
||||
panelsgroup.h processexec.h procinfo.h qbarmeter.h \
|
||||
qdialarc.h qlcddraw.h qlcdstring.h rampanel.h sensor.h \
|
||||
sensorslist.h systemcfgdesign.h systemcfg.h uptimepanel.h
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) *.cpp -o $(podir)/ksensors.pot
|
||||
|
||||
|
||||
#########################################################################
|
||||
# APPLICATION SECTION
|
||||
#########################################################################
|
||||
# this is the program that gets installed. it's name is used for all
|
||||
# of the other Makefile.am variables
|
||||
bin_PROGRAMS = ksensors
|
||||
|
||||
# the application source, library search path, and link libraries
|
||||
ksensors_SOURCES = main.cpp ksensors.cpp aboutcfgdesign.ui \
|
||||
cpupanel.cpp cputimepanel.cpp generalcfg.cpp \
|
||||
generalcfgdesign.ui hdsensorslist.cpp i8ksensorslist.cpp \
|
||||
infopanels.cpp ksensorscfg.cpp \
|
||||
ksensorssplash.cpp lmsensor.cpp lmsensordockpanel.cpp \
|
||||
lmsensorpanel.cpp lmsensorsalarms.cpp lmsensorscfg.cpp \
|
||||
lmsensorscfgdesign.ui lmsensorschip.cpp lmsensors.cpp \
|
||||
lmsensorsdock.cpp lmsensorswidget.cpp palettecfg.cpp \
|
||||
palettecfgdesign.ui panel.cpp panelsgroup.cpp \
|
||||
processexec.cpp procinfo.cpp qbarmeter.cpp \
|
||||
qdialarc.cpp qlcdraw.cpp qlcdstring.cpp \
|
||||
rampanel.cpp sensor.cpp sensorslist.cpp \
|
||||
systemcfg.cpp systemcfgdesign.ui uptimepanel.cpp
|
||||
|
||||
ksensors_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
||||
ksensors_LDADD = $(LIB_KDEUI) $(LIB_KDECORE) -lsensors -lm
|
||||
|
||||
# this is where the desktop file will go
|
||||
shelldesktopdir = $(kde_appsdir)/Utilities
|
||||
shelldesktop_DATA = ksensors.desktop
|
||||
|
||||
# this is where the shell's XML-GUI resource file goes
|
||||
shellrcdir = $(kde_datadir)/ksensors
|
||||
shellrc_DATA = ksensorsui.rc
|
||||
|
||||
SUBDIRS = pics sounds
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,458 @@
|
||||
#include <klocale.h>
|
||||
/****************************************************************************
|
||||
** Form implementation generated from reading ui file './aboutcfgdesign.ui'
|
||||
**
|
||||
** Created: mer aoû 18 23:39:01 2004
|
||||
** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
****************************************************************************/
|
||||
|
||||
#include "aboutcfgdesign.h"
|
||||
|
||||
#include <qvariant.h>
|
||||
#include <kcolorbutton.h>
|
||||
#include <qframe.h>
|
||||
#include <qlabel.h>
|
||||
#include <qlayout.h>
|
||||
#include <qtooltip.h>
|
||||
#include <qwhatsthis.h>
|
||||
#include <qimage.h>
|
||||
#include <qpixmap.h>
|
||||
|
||||
static const char* const img0_aboutcfgdesign[] = {
|
||||
"32 32 76 2",
|
||||
"Qt c None",
|
||||
".# c #000000",
|
||||
".R c #292429",
|
||||
".P c #292829",
|
||||
".S c #292c29",
|
||||
".T c #312c31",
|
||||
".U c #313031",
|
||||
".X c #313431",
|
||||
".Y c #393439",
|
||||
".2 c #393839",
|
||||
".6 c #393c39",
|
||||
".5 c #413c41",
|
||||
"#a c #5a5d5a",
|
||||
"#d c #625d62",
|
||||
".7 c #626162",
|
||||
".3 c #626562",
|
||||
".8 c #6a656a",
|
||||
".4 c #6a696a",
|
||||
".9 c #736d73",
|
||||
".Z c #737173",
|
||||
".V c #737573",
|
||||
".0 c #7b757b",
|
||||
".W c #7b797b",
|
||||
".L c #7b7d7b",
|
||||
".M c #837d83",
|
||||
".G c #838183",
|
||||
".A c #838583",
|
||||
".Q c #83858b",
|
||||
".H c #8b858b",
|
||||
".B c #8b898b",
|
||||
".N c #8b8994",
|
||||
".O c #8b8d8b",
|
||||
".t c #8b8d94",
|
||||
".I c #948d94",
|
||||
".u c #949194",
|
||||
".C c #94919c",
|
||||
".x c #94959c",
|
||||
".o c #9c959c",
|
||||
".v c #9c999c",
|
||||
".p c #9c99a4",
|
||||
".q c #9c9da4",
|
||||
".F c #a49da4",
|
||||
".K c #a49dac",
|
||||
".y c #a4a1a4",
|
||||
".w c #a4a1ac",
|
||||
".b c #bdf600",
|
||||
".l c #c5d600",
|
||||
".k c #c5d608",
|
||||
".h c #c5da00",
|
||||
".g c #c5de08",
|
||||
".f c #c5ea00",
|
||||
".c c #c5ee00",
|
||||
".e c #c5f200",
|
||||
".d c #c5f208",
|
||||
".a c #c5f600",
|
||||
".s c #cdba08",
|
||||
".r c #cdbe08",
|
||||
".m c #cdc608",
|
||||
".n c #cdc610",
|
||||
".j c #cdd608",
|
||||
".i c #cdde08",
|
||||
".z c #d5ae10",
|
||||
".D c #d5d2d5",
|
||||
".E c #d5d6d5",
|
||||
".J c #ded6de",
|
||||
"#i c #e64418",
|
||||
"#j c #e64820",
|
||||
"#g c #e64c18",
|
||||
"#e c #e64c20",
|
||||
"#b c #e65518",
|
||||
"#c c #e65520",
|
||||
"#. c #e65918",
|
||||
"## c #e65d18",
|
||||
".1 c #e66918",
|
||||
"#h c #ee4820",
|
||||
"#f c #ee4c20",
|
||||
"QtQtQtQt.#.#.#.#.#.#.#.#.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.a.b.a.b.a.b.a.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.a.a.a.a.a.a.a.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.#.#.#.#.#.#.#.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.c.d.c.d.c.e.c.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.f.f.f.f.f.f.f.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.#.#.#.#.#.#.#.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.g.h.i.h.g.h.i.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.j.j.k.j.j.j.l.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.#.#.#.#.#.#.#.#Qt.#.#.#.#QtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.m.m.m.m.m.n.m.#.#.o.o.p.q.#.#QtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.r.r.r.s.r.#.#.t.u.u.o.v.q.q.w.#.#QtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.#.#.#.#.#.t.t.u.u.o.x.p.p.y.y.w.y.#.#QtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.z.#.#.A.B.B.t.t.C.D.E.v.q.q.w.F.w.q.w.#.#QtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.#.G.G.H.H.I.t.u.u.o.o.J.E.K.y.w.y.w.y.w.y.#.#QtQtQtQt",
|
||||
"QtQt.#.#.L.G.M.G.A.B.B.I.D.E.u.o.x.q.D.J.q.w.F.w.q.w.F.w.#.#QtQt",
|
||||
"Qt.#.G.G.G.G.G.G.H.H.N.O.u.u.J.E.p.p.F.F.J.E.w.y.w.y.w.y.w.y.#Qt",
|
||||
"Qt.#.L.G.M.G.L.G.G.B.B.t.t.u.u.o.D.J.q.y.F.w.q.w.F.w.q.w.F.w.#Qt",
|
||||
"Qt.#.P.P.G.G.G.G.H.Q.N.B.u.u.o.x.p.v.F.F.w.y.w.y.w.y.w.y.G.G.#Qt",
|
||||
"Qt.#.R.P.P.S.M.G.G.H.B.t.O.u.u.o.x.p.p.w.q.w.F.w.q.w.M.G.L.G.#Qt",
|
||||
"Qt.#.P.P.T.S.U.T.H.H.B.B.I.u.x.x.p.p.F.F.w.y.w.y.G.G.G.G.G.G.#Qt",
|
||||
"QtQt.#.#.P.T.S.U.U.U.Q.t.O.u.u.o.x.p.v.F.F.w.V.W.W.G.L.G.#.#QtQt",
|
||||
"QtQt.UQt.#.#.U.U.X.U.Y.Y.I.u.o.x.v.v.F.F.Z.Z.0.W.M.L.#.#Qt.#QtQt",
|
||||
"QtQt.UQt.U.1.#.#.U.X.X.Y.X.2.u.o.x.p.3.4.4.Z.Z.0.#.#Qt.#Qt.#QtQt",
|
||||
"QtQtQtQt.U.#.U.#.#.#.2.Y.2.2.5.6.7.7.8.4.9.9.#.UQt.UQt.#QtQtQtQt",
|
||||
"QtQtQtQt.##..U##.U#..#.#.2.2.2.6#a.7.7.4.#.#Qt.UQt.UQtQtQtQtQtQt",
|
||||
"QtQtQtQt.##b#c#b.U#b.U#b.#.#.5.6#d#d.#.#Qt.UQt.UQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.#.#.#.#.#.U.#.UQt.#.#.#.#Qt.UQt.UQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.##e#f#e#f#e#f#g.UQt.UQtQt.UQt.UQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.##h#i#j#i#h#i#j.#Qt.UQtQt.UQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQt.#.#.#.#.#.#.#.#.#QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
|
||||
"QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt"};
|
||||
|
||||
|
||||
/*
|
||||
* Constructs a AboutCfgDesign as a child of 'parent', with the
|
||||
* name 'name' and widget flags set to 'f'.
|
||||
*/
|
||||
AboutCfgDesign::AboutCfgDesign( QWidget* parent, const char* name, WFlags fl )
|
||||
: QWidget( parent, name, fl ),
|
||||
image0( (const char **) img0_aboutcfgdesign )
|
||||
{
|
||||
if ( !name )
|
||||
setName( "AboutCfgDesign" );
|
||||
AboutCfgDesignLayout = new QVBoxLayout( this, 0, 0, "AboutCfgDesignLayout");
|
||||
|
||||
Frame3 = new QFrame( this, "Frame3" );
|
||||
Frame3->setMinimumSize( QSize( 0, 47 ) );
|
||||
Frame3->setMaximumSize( QSize( 32767, 47 ) );
|
||||
QPalette pal;
|
||||
QColorGroup cg;
|
||||
cg.setColor( QColorGroup::Foreground, black );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, QColor( 241, 241, 241) );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 222, 226, 246) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setActive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, black );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 222, 226, 246) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setInactive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 222, 226, 246) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setDisabled( cg );
|
||||
Frame3->setPalette( pal );
|
||||
Frame3->setFrameShape( QFrame::NoFrame );
|
||||
Frame3->setFrameShadow( QFrame::Plain );
|
||||
|
||||
PixmapLabel1 = new QLabel( Frame3, "PixmapLabel1" );
|
||||
PixmapLabel1->setGeometry( QRect( 10, 5, 38, 38 ) );
|
||||
PixmapLabel1->setPixmap( image0 );
|
||||
PixmapLabel1->setScaledContents( TRUE );
|
||||
|
||||
TextLabel2 = new QLabel( Frame3, "TextLabel2" );
|
||||
TextLabel2->setGeometry( QRect( 61, 12, 326, 24 ) );
|
||||
QFont TextLabel2_font( TextLabel2->font() );
|
||||
TextLabel2_font.setPointSize( 14 );
|
||||
TextLabel2_font.setBold( TRUE );
|
||||
TextLabel2->setFont( TextLabel2_font );
|
||||
AboutCfgDesignLayout->addWidget( Frame3 );
|
||||
|
||||
Frame4 = new QFrame( this, "Frame4" );
|
||||
Frame4->setMinimumSize( QSize( 0, 22 ) );
|
||||
Frame4->setMaximumSize( QSize( 32767, 22 ) );
|
||||
cg.setColor( QColorGroup::Foreground, black );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, QColor( 241, 241, 241) );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 97, 97, 97) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setActive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, black );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 97, 97, 97) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setInactive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 97, 97, 97) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setDisabled( cg );
|
||||
Frame4->setPalette( pal );
|
||||
Frame4->setFrameShape( QFrame::NoFrame );
|
||||
Frame4->setFrameShadow( QFrame::Plain );
|
||||
|
||||
TextLabel1 = new QLabel( Frame4, "TextLabel1" );
|
||||
TextLabel1->setGeometry( QRect( 7, 2, 305, 16 ) );
|
||||
cg.setColor( QColorGroup::Foreground, white );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, QColor( 241, 241, 241) );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 97, 97, 97) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setActive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, white );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 97, 97, 97) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setInactive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 97, 97, 97) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setDisabled( cg );
|
||||
TextLabel1->setPalette( pal );
|
||||
AboutCfgDesignLayout->addWidget( Frame4 );
|
||||
|
||||
Frame5 = new QFrame( this, "Frame5" );
|
||||
cg.setColor( QColorGroup::Foreground, black );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, QColor( 241, 241, 241) );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 49, 121, 172) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setActive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, black );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 49, 121, 172) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setInactive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 49, 121, 172) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setDisabled( cg );
|
||||
Frame5->setPalette( pal );
|
||||
Frame5->setFrameShape( QFrame::NoFrame );
|
||||
Frame5->setFrameShadow( QFrame::Plain );
|
||||
Frame5Layout = new QHBoxLayout( Frame5, 22, 6, "Frame5Layout");
|
||||
|
||||
Frame6 = new QFrame( Frame5, "Frame6" );
|
||||
Frame6->setMinimumSize( QSize( 300, 200 ) );
|
||||
cg.setColor( QColorGroup::Foreground, black );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, QColor( 241, 241, 241) );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 222, 226, 246) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setActive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, black );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, black );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 222, 226, 246) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setInactive( cg );
|
||||
cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Button, QColor( 228, 228, 228) );
|
||||
cg.setColor( QColorGroup::Light, white );
|
||||
cg.setColor( QColorGroup::Midlight, white );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 114, 114, 114) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 152, 152, 152) );
|
||||
cg.setColor( QColorGroup::Text, black );
|
||||
cg.setColor( QColorGroup::BrightText, white );
|
||||
cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
|
||||
cg.setColor( QColorGroup::Base, white );
|
||||
cg.setColor( QColorGroup::Background, QColor( 222, 226, 246) );
|
||||
cg.setColor( QColorGroup::Shadow, black );
|
||||
cg.setColor( QColorGroup::Highlight, QColor( 10, 95, 137) );
|
||||
cg.setColor( QColorGroup::HighlightedText, white );
|
||||
pal.setDisabled( cg );
|
||||
Frame6->setPalette( pal );
|
||||
Frame6->setFrameShape( QFrame::NoFrame );
|
||||
Frame6->setFrameShadow( QFrame::Plain );
|
||||
|
||||
labelTitle = new QLabel( Frame6, "labelTitle" );
|
||||
labelTitle->setGeometry( QRect( 19, 19, 221, 16 ) );
|
||||
QFont labelTitle_font( labelTitle->font() );
|
||||
labelTitle_font.setPointSize( 10 );
|
||||
labelTitle_font.setBold( TRUE );
|
||||
labelTitle->setFont( labelTitle_font );
|
||||
|
||||
TextLabel3_2 = new QLabel( Frame6, "TextLabel3_2" );
|
||||
TextLabel3_2->setGeometry( QRect( 20, 49, 248, 147 ) );
|
||||
TextLabel3_2->setAlignment( int( QLabel::WordBreak | QLabel::AlignTop | QLabel::AlignLeft ) );
|
||||
Frame5Layout->addWidget( Frame6 );
|
||||
Spacer1 = new QSpacerItem( 61, 20, QSizePolicy::Fixed, QSizePolicy::Minimum );
|
||||
Frame5Layout->addItem( Spacer1 );
|
||||
AboutCfgDesignLayout->addWidget( Frame5 );
|
||||
languageChange();
|
||||
resize( QSize(413, 353).expandedTo(minimumSizeHint()) );
|
||||
clearWState( WState_Polished );
|
||||
}
|
||||
|
||||
/*
|
||||
* Destroys the object and frees any allocated resources
|
||||
*/
|
||||
AboutCfgDesign::~AboutCfgDesign()
|
||||
{
|
||||
// no need to delete child widgets, Qt does it all for us
|
||||
}
|
||||
|
||||
/*
|
||||
* Sets the strings of the subwidgets using the current
|
||||
* language.
|
||||
*/
|
||||
void AboutCfgDesign::languageChange()
|
||||
{
|
||||
setCaption( tr2i18n( "AboutCfgDesign" ) );
|
||||
TextLabel2->setText( tr2i18n( "KSensors configuration" ) );
|
||||
TextLabel1->setText( tr2i18n( "Monitoring your motherboard" ) );
|
||||
labelTitle->setText( tr2i18n( "KSensors" ) );
|
||||
TextLabel3_2->setText( tr2i18n( "Welcome to the KSensors configuration window. Click on the left to select a configuration option." ) );
|
||||
}
|
||||
|
||||
#include "aboutcfgdesign.moc"
|
@ -0,0 +1,55 @@
|
||||
/****************************************************************************
|
||||
** Form interface generated from reading ui file './aboutcfgdesign.ui'
|
||||
**
|
||||
** Created: mer aoû 18 23:39:01 2004
|
||||
** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef ABOUTCFGDESIGN_H
|
||||
#define ABOUTCFGDESIGN_H
|
||||
|
||||
#include <qvariant.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qwidget.h>
|
||||
|
||||
class QVBoxLayout;
|
||||
class QHBoxLayout;
|
||||
class QGridLayout;
|
||||
class QSpacerItem;
|
||||
class QFrame;
|
||||
class QLabel;
|
||||
|
||||
class AboutCfgDesign : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
AboutCfgDesign( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
|
||||
~AboutCfgDesign();
|
||||
|
||||
QFrame* Frame3;
|
||||
QLabel* PixmapLabel1;
|
||||
QLabel* TextLabel2;
|
||||
QFrame* Frame4;
|
||||
QLabel* TextLabel1;
|
||||
QFrame* Frame5;
|
||||
QFrame* Frame6;
|
||||
QLabel* labelTitle;
|
||||
QLabel* TextLabel3_2;
|
||||
|
||||
protected:
|
||||
QVBoxLayout* AboutCfgDesignLayout;
|
||||
QHBoxLayout* Frame5Layout;
|
||||
QSpacerItem* Spacer1;
|
||||
|
||||
protected slots:
|
||||
virtual void languageChange();
|
||||
|
||||
private:
|
||||
QPixmap image0;
|
||||
|
||||
};
|
||||
|
||||
#endif // ABOUTCFGDESIGN_H
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,140 @@
|
||||
/***************************************************************************
|
||||
cpudisplay.cpp - description
|
||||
-------------------
|
||||
begin : Sun Nov 25 2001
|
||||
copyright : (C) 2001 by Miguel Novas
|
||||
email : michaell@teleline.es
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "cpupanel.h"
|
||||
#include "qlcddraw.h"
|
||||
|
||||
#include <qcolor.h>
|
||||
#include <qpainter.h>
|
||||
#include <qlcdnumber.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
bool getCpuInfoValue(const char *name,QString &value)
|
||||
{
|
||||
char buffer[128];
|
||||
char *ptr;
|
||||
FILE *fp;
|
||||
bool result;
|
||||
|
||||
result= false;
|
||||
if( (fp= fopen("/proc/cpuinfo","r")) ) {
|
||||
while( fgets(buffer, 127, fp) ) {
|
||||
if(!strncmp(name,buffer,strlen(name))) {
|
||||
ptr= strchr(buffer,':');
|
||||
if(ptr) {
|
||||
value= (const char *)(ptr+2);
|
||||
value = value.stripWhiteSpace();
|
||||
}
|
||||
result= true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
fclose(fp);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
void adjustString(QString &str,int maxlen)
|
||||
{
|
||||
int i= str.find('(');
|
||||
|
||||
str.truncate(maxlen);
|
||||
if(i>=0) str.truncate(i);
|
||||
str= str.stripWhiteSpace();
|
||||
}
|
||||
|
||||
CpuPanel::CpuPanel(QWidget *parent, const char *name) : Panel(parent,name)
|
||||
{
|
||||
sCpu= "Unknow";
|
||||
getCpuInfoValue("model name",sCpu);
|
||||
adjustString(sCpu,16);
|
||||
|
||||
sVendor= "Unknow";
|
||||
getCpuInfoValue("vendor_id",sVendor);
|
||||
adjustString(sVendor,16);
|
||||
|
||||
sBogomips= "0";
|
||||
getCpuInfoValue("bogomips",sBogomips);
|
||||
sBogomips.sprintf("%.0f BMPS",sBogomips.toDouble());
|
||||
|
||||
QString sSpeed= "0";
|
||||
getCpuInfoValue("cpu MHz",sSpeed);
|
||||
sSpeed.sprintf("%.0f",sSpeed.toDouble());
|
||||
speed= new QLCDNumber(this);
|
||||
speed->setGeometry(6,20,52,26);
|
||||
speed->setNumDigits(sSpeed.length());
|
||||
speed->setSegmentStyle(QLCDNumber::Filled);
|
||||
speed->setFrameShape(QFrame::NoFrame);
|
||||
speed->display(sSpeed);
|
||||
QPalette cg= speed->palette();
|
||||
cg.setColor( QColorGroup::Foreground, QColor( 255, 0, 0) );
|
||||
cg.setColor( QColorGroup::Light, QColor( 255, 0, 0) );
|
||||
cg.setColor( QColorGroup::Midlight, QColor( 231, 232, 246) );
|
||||
cg.setColor( QColorGroup::Dark, QColor( 104, 105, 118) );
|
||||
cg.setColor( QColorGroup::Mid, QColor( 139, 140, 158) );
|
||||
cg.setColor( QColorGroup::Background, palette().active().background() );
|
||||
speed->setPalette(cg);
|
||||
speed->installEventFilter(this);
|
||||
}
|
||||
|
||||
CpuPanel::~CpuPanel()
|
||||
{
|
||||
}
|
||||
|
||||
void CpuPanel::updateInfo()
|
||||
{
|
||||
getCpuInfoValue("bogomips",sBogomips);
|
||||
sBogomips.sprintf("%.0f BMPS",sBogomips.toDouble());
|
||||
|
||||
getCpuInfoValue("cpu MHz",sSpeed);
|
||||
sSpeed.sprintf("%.0f",sSpeed.toDouble());
|
||||
speed->setNumDigits(sSpeed.length());
|
||||
speed->display(sSpeed);
|
||||
update();
|
||||
}
|
||||
|
||||
void CpuPanel::drawContents(QPainter *p)
|
||||
{
|
||||
int w= width();
|
||||
int h= height();
|
||||
|
||||
int i2= (h * 4) / 5;
|
||||
int th= h-i2-h/11;
|
||||
|
||||
QLcd::draw(p, 2,h/10,w-4,th,sCpu.latin1(),QLcd::alignJustify, &getColorTitle());
|
||||
QLcd::draw(p, 2,i2+1,w-4,th,sBogomips.latin1(),QLcd::alignCenter,&getColorTitle());
|
||||
}
|
||||
|
||||
void CpuPanel::paletteChange( const QPalette &oldPalette)
|
||||
{
|
||||
QPalette cg= speed->palette();
|
||||
|
||||
cg.setColor(QColorGroup::Background,palette().active().background());
|
||||
speed->setPalette(cg);
|
||||
}
|
||||
|
||||
|
||||
void CpuPanel::resizeEvent ( QResizeEvent *e )
|
||||
{
|
||||
int w= width();
|
||||
int h= height();
|
||||
|
||||
int mw= w/10;
|
||||
|
||||
speed->setGeometry(mw,h/3,w-mw*2,(h*2)/5);
|
||||
}
|
@ -0,0 +1,54 @@
|
||||
/***************************************************************************
|
||||
cpudisplay.h - description
|
||||
-------------------
|
||||
begin : Sun Nov 25 2001
|
||||
copyright : (C) 2001 by Miguel Novas
|
||||
email : michaell@teleline.es
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef CPUPANEL_H
|
||||
#define CPUPANEL_H
|
||||
|
||||
#include "panel.h"
|
||||
|
||||
#include <qlcdnumber.h>
|
||||
#include "qlcdstring.h"
|
||||
|
||||
/**
|
||||
*@author Miguel Novas
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
class CpuPanel : public Panel {
|
||||
Q_OBJECT
|
||||
public:
|
||||
CpuPanel(QWidget *parent=0, const char *name=0);
|
||||
~CpuPanel();
|
||||
|
||||
protected:
|
||||
|
||||
void drawContents ( QPainter *p );
|
||||
void paletteChange( const QPalette &oldPalette);
|
||||
|
||||
private:
|
||||
|
||||
void updateInfo();
|
||||
|
||||
QLCDNumber *speed;
|
||||
|
||||
QString sCpu,sVendor,sSpeed,sBogomips;
|
||||
|
||||
void resizeEvent ( QResizeEvent *e );
|
||||
};
|
||||
|
||||
#endif
|
@ -0,0 +1,142 @@
|
||||
/***************************************************************************
|
||||
rampanel.cpp - description
|
||||
-------------------
|
||||
begin : Fri Jan 11 2002
|
||||
copyright : (C) 2002 by Miguel Novas
|
||||
email : michaell@teleline.es
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "cputimepanel.h"
|
||||
|
||||
#include "procinfo.h"
|
||||
|
||||
CpuTimePanel::CpuTimePanel(QWidget *parent, const char *name): Panel(parent,name)
|
||||
{
|
||||
lcd1= new QLCDString(this);
|
||||
lcd1->setGeometry(16,38,46,8);
|
||||
lcd1->setForeColor(red);
|
||||
lcd1->setAlign(QLCDString::alignLeft);
|
||||
lcd1->setNumberDisplay(true);
|
||||
lcd1->installEventFilter(this);
|
||||
|
||||
QColor color2( 200, 0, 0);
|
||||
|
||||
lcd2= new QLCDString(this);
|
||||
lcd2->setGeometry(16,28,46,8);
|
||||
lcd2->setForeColor(color2);
|
||||
lcd2->setAlign(QLCDString::alignLeft);
|
||||
lcd2->setNumberDisplay(true);
|
||||
lcd2->installEventFilter(this);
|
||||
|
||||
QColor color3( 128,32,0 );
|
||||
|
||||
lcd3= new QLCDString(this);
|
||||
lcd3->setGeometry(16,18,46,8);
|
||||
lcd3->setForeColor(color3);
|
||||
lcd3->setAlign(QLCDString::alignLeft);
|
||||
lcd3->setNumberDisplay(true);
|
||||
lcd3->installEventFilter(this);
|
||||
|
||||
lcd4= new QLCDString(this);
|
||||
lcd4->setGeometry(16,8,46,8);
|
||||
lcd4->setForeColor(darkGreen);
|
||||
lcd4->setAlign(QLCDString::alignLeft);
|
||||
lcd4->setNumberDisplay(true);
|
||||
lcd4->installEventFilter(this);
|
||||
|
||||
barMeter= new QBarMeter(this);
|
||||
barMeter->setGeometry(6,6,6,40);
|
||||
barMeter->setDirection(QBarMeter::dirUp);
|
||||
barMeter->setSteps(20);
|
||||
barMeter->useValueMax(false);
|
||||
barMeter->setValueColor( 0, red );
|
||||
barMeter->setValueColor( 1, color2 );
|
||||
barMeter->setValueColor( 2, color3 );
|
||||
barMeter->setValueColor( 3, QColor(0,220,0) );
|
||||
barMeter->setValueCount(4);
|
||||
barMeter->installEventFilter(this);
|
||||
|
||||
getCpuTime(&old_user,&old_nice,&old_system,&old_idle);
|
||||
updateInfo();
|
||||
}
|
||||
|
||||
CpuTimePanel::~CpuTimePanel(){
|
||||
}
|
||||
|
||||
void CpuTimePanel::drawContents(QPainter *p)
|
||||
{
|
||||
int w= width();
|
||||
int h= height();
|
||||
int i2= (h * 4) / 5;
|
||||
int th= h-i2-h/11;
|
||||
QLcd::draw(p, 2,i2+1,w-4,th, "CPU STATE",QLcd::alignCenter,&getColorTitle());
|
||||
}
|
||||
|
||||
|
||||
void CpuTimePanel::updateInfo()
|
||||
{
|
||||
int user,nice,system,idle;
|
||||
|
||||
getCpuTime(&user,&nice,&system,&idle);
|
||||
|
||||
int puser = user - old_user;
|
||||
int pnice = nice - old_nice;
|
||||
int psystem= system - old_system;
|
||||
int pidle = idle - old_idle;
|
||||
|
||||
int ptotal= puser+pnice+psystem+pidle;
|
||||
|
||||
if (ptotal==0) ptotal=1;
|
||||
|
||||
QString str;
|
||||
str.sprintf ("USER%5.1f" , (float)puser /ptotal * 100 );
|
||||
lcd1->display(str);
|
||||
str.sprintf ("NICE%5.1f" , (float)pnice /ptotal * 100 );
|
||||
lcd2->display(str);
|
||||
str.sprintf ("SYS %5.1f" , (float)psystem/ptotal * 100 );
|
||||
lcd3->display(str);
|
||||
str.sprintf ("IDLE%5.1f" , (float)pidle /ptotal * 100 );
|
||||
lcd4->display(str);
|
||||
|
||||
barMeter->setValue(0,(double)puser);
|
||||
barMeter->setValue(1,(double)pnice);
|
||||
barMeter->setValue(2,(double)psystem);
|
||||
barMeter->setValue(3,(double)pidle);
|
||||
|
||||
old_user = user;
|
||||
old_nice = nice;
|
||||
old_system= system;
|
||||
old_idle = idle;
|
||||
}
|
||||
|
||||
void CpuTimePanel::resizeEvent ( QResizeEvent *e )
|
||||
{
|
||||
int w= width();
|
||||
int h= height();
|
||||
|
||||
int lw= (w*10)/14;
|
||||
int lh= h/8;
|
||||
int sh= (h*10)/64;
|
||||
int i= h/8;
|
||||
int i0= i-1;
|
||||
lcd4 ->setGeometry(w/4 ,i ,lw,lh);
|
||||
i+= sh;
|
||||
lcd3 ->setGeometry(w/4 ,i ,lw,lh);
|
||||
i+= sh;
|
||||
lcd2 ->setGeometry(w/4 ,i ,lw,lh);
|
||||
i+= sh;
|
||||
lcd1 ->setGeometry(w/4 ,i ,lw,lh);
|
||||
|
||||
int bl= i+lh-i0;
|
||||
barMeter->setGeometry(w/10,i0,w/10,bl);
|
||||
barMeter->setSteps(bl/2);
|
||||
}
|
@ -0,0 +1,47 @@
|
||||
/***************************************************************************
|
||||
rampanel.h - description
|
||||
-------------------
|
||||
begin : Fri Jan 11 2002
|
||||
copyright : (C) 2002 by Miguel Novas
|
||||
email : michaell@teleline.es
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef CPUTIMEPANEL_H
|
||||
#define CPUTIMEPANEL_H
|
||||
|
||||
#include <qpainter.h>
|
||||
|
||||
#include <panel.h>
|
||||
#include "qlcdstring.h"
|
||||
#include "qbarmeter.h"
|
||||
|
||||
/**
|
||||
*@author Miguel Novas
|
||||
*/
|
||||
|
||||
class CpuTimePanel : public Panel {
|
||||
public:
|
||||
CpuTimePanel(QWidget *parent=0, const char *name=0);
|
||||
~CpuTimePanel();
|
||||
|
||||
protected:
|
||||
|
||||
int old_user,old_nice,old_system,old_idle;
|
||||
QLCDString *lcd1,*lcd2,*lcd3,*lcd4;
|
||||
QBarMeter *barMeter;
|
||||
|
||||
void updateInfo();
|
||||
void drawContents(QPainter *p);
|
||||
void resizeEvent ( QResizeEvent *e );
|
||||
};
|
||||
|
||||
#endif
|
@ -0,0 +1,78 @@
|
||||
/***************************************************************************
|
||||
generalcfg.cpp - description
|
||||
-------------------
|
||||
begin : mar may 14 2002
|
||||
copyright : (C) 2002 by Miguel Novas
|
||||
email : michaell@teleline.es
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "generalcfg.h"
|
||||
|
||||
#include <qgroupbox.h>
|
||||
#include <qlayout.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qcheckbox.h>
|
||||
|
||||
#include "lmsensorswidget.h"
|
||||
#include "lmsensorsdock.h"
|
||||
|
||||
GeneralCfg::GeneralCfg(LMSensors *lsensors, QWidget *parent, const char *name) : GeneralCfgDesign(parent,name)
|
||||
{
|
||||
sensors= lsensors;
|
||||
|
||||
palPanelCfg= new PaletteCfg( boxGeneralPalette );
|
||||
boxGeneralPalette->setColumnLayout(0, Qt::Vertical );
|
||||
boxGeneralPalette->layout()->setSpacing( 6 );
|
||||
boxGeneralPalette->layout()->setMargin( 12 );
|
||||
QGridLayout *boxGeneralPaletteLayout = new QGridLayout( boxGeneralPalette->layout() );
|
||||
boxGeneralPaletteLayout->setAlignment( Qt::AlignTop );
|
||||
boxGeneralPaletteLayout->addWidget( palPanelCfg, 0, 0 );
|
||||
|
||||
palPanelCfg->readPalette(0);
|
||||
|
||||
int panelSize= LMSensorsWidget::cfgReadPanelSize();
|
||||
switch(panelSize) {
|
||||
case 64: Radio64->setChecked(true); break;
|
||||
case 56: Radio56->setChecked(true); break;
|
||||
case 48: Radio48->setChecked(true); break;
|
||||
}
|
||||
|
||||
KConfig *cfg= KGlobal::config();
|
||||
cfg->setGroup( "General" );
|
||||
CheckBoxAutoStart->setChecked(cfg->readBoolEntry("AutoStart",true));
|
||||
//connect( buttonApply ,SIGNAL(clicked()),this, SLOT(slotApplyChanges()));
|
||||
}
|
||||
|
||||
GeneralCfg::~GeneralCfg(){
|
||||
}
|
||||
|
||||
|
||||
void GeneralCfg::slotApplyChanges()
|
||||
{
|
||||
if (!isVisible())
|
||||
return;
|
||||
|
||||
palPanelCfg->savePalette();
|
||||
//
|
||||
int panelSize= 64;
|
||||
if(Radio56->isChecked()) panelSize= 56;
|
||||
else if(Radio48->isChecked()) panelSize= 48;
|
||||
LMSensorsWidget::cfgWritePanelSize(panelSize);
|
||||
|
||||
KConfig *cfg= KGlobal::config();
|
||||
cfg->setGroup( "General" );
|
||||
cfg->writeEntry("AutoStart", CheckBoxAutoStart->isChecked());
|
||||
|
||||
//
|
||||
sensors->emitConfigChanged();
|
||||
}
|
@ -0,0 +1,44 @@
|
||||
/***************************************************************************
|
||||
generalcfg.h - description
|
||||
-------------------
|
||||
begin : mar may 14 2002
|
||||
copyright : (C) 2002 by Miguel Novas
|
||||
email : michaell@teleline.es
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef GENERALCFG_H
|
||||
#define GENERALCFG_H
|
||||
|
||||
#include "lmsensors.h"
|
||||
#include "generalcfgdesign.h"
|
||||
#include "palettecfg.h"
|
||||
|
||||
/**
|
||||
*@author Miguel Novas
|
||||
*/
|
||||
|
||||
class GeneralCfg : public GeneralCfgDesign {
|
||||
Q_OBJECT
|
||||
public:
|
||||
GeneralCfg(LMSensors *lsensors, QWidget *parent=0, const char *name=0);
|
||||
~GeneralCfg();
|
||||
|
||||
public slots:
|
||||
|
||||
void slotApplyChanges();
|
||||
|
||||
private:
|
||||
PaletteCfg *palPanelCfg;
|
||||
LMSensors *sensors;
|
||||
};
|
||||
|
||||
#endif
|
@ -0,0 +1,103 @@
|
||||
#include <klocale.h>
|
||||
/****************************************************************************
|
||||
** Form implementation generated from reading ui file './generalcfgdesign.ui'
|
||||
**
|
||||
** Created: mer aoû 18 23:39:02 2004
|
||||
** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
****************************************************************************/
|
||||
|
||||
#include "generalcfgdesign.h"
|
||||
|
||||
#include <qvariant.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qbuttongroup.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qgroupbox.h>
|
||||
#include <qcheckbox.h>
|
||||
#include <qlayout.h>
|
||||
#include <qtooltip.h>
|
||||
#include <qwhatsthis.h>
|
||||
|
||||
/*
|
||||
* Constructs a GeneralCfgDesign as a child of 'parent', with the
|
||||
* name 'name' and widget flags set to 'f'.
|
||||
*/
|
||||
GeneralCfgDesign::GeneralCfgDesign( QWidget* parent, const char* name, WFlags fl )
|
||||
: QWidget( parent, name, fl )
|
||||
{
|
||||
if ( !name )
|
||||
setName( "GeneralCfgDesign" );
|
||||
GeneralCfgDesignLayout = new QGridLayout( this, 1, 1, 8, 6, "GeneralCfgDesignLayout");
|
||||
|
||||
ButtonGroup5 = new QButtonGroup( this, "ButtonGroup5" );
|
||||
ButtonGroup5->setColumnLayout(0, Qt::Vertical );
|
||||
ButtonGroup5->layout()->setSpacing( 6 );
|
||||
ButtonGroup5->layout()->setMargin( 11 );
|
||||
ButtonGroup5Layout = new QGridLayout( ButtonGroup5->layout() );
|
||||
ButtonGroup5Layout->setAlignment( Qt::AlignTop );
|
||||
|
||||
Radio64 = new QRadioButton( ButtonGroup5, "Radio64" );
|
||||
Radio64->setChecked( TRUE );
|
||||
|
||||
ButtonGroup5Layout->addWidget( Radio64, 0, 0 );
|
||||
|
||||
Radio56 = new QRadioButton( ButtonGroup5, "Radio56" );
|
||||
|
||||
ButtonGroup5Layout->addWidget( Radio56, 0, 1 );
|
||||
|
||||
Radio48 = new QRadioButton( ButtonGroup5, "Radio48" );
|
||||
|
||||
ButtonGroup5Layout->addWidget( Radio48, 0, 2 );
|
||||
|
||||
GeneralCfgDesignLayout->addWidget( ButtonGroup5, 0, 0 );
|
||||
|
||||
boxGeneralPalette = new QGroupBox( this, "boxGeneralPalette" );
|
||||
boxGeneralPalette->setMinimumSize( QSize( 0, 65 ) );
|
||||
|
||||
GeneralCfgDesignLayout->addWidget( boxGeneralPalette, 1, 0 );
|
||||
|
||||
GroupBox2 = new QGroupBox( this, "GroupBox2" );
|
||||
GroupBox2->setColumnLayout(0, Qt::Vertical );
|
||||
GroupBox2->layout()->setSpacing( 6 );
|
||||
GroupBox2->layout()->setMargin( 11 );
|
||||
GroupBox2Layout = new QVBoxLayout( GroupBox2->layout() );
|
||||
GroupBox2Layout->setAlignment( Qt::AlignTop );
|
||||
|
||||
CheckBoxAutoStart = new QCheckBox( GroupBox2, "CheckBoxAutoStart" );
|
||||
GroupBox2Layout->addWidget( CheckBoxAutoStart );
|
||||
|
||||
GeneralCfgDesignLayout->addWidget( GroupBox2, 2, 0 );
|
||||
Spacer28 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
|
||||
GeneralCfgDesignLayout->addItem( Spacer28, 3, 0 );
|
||||
languageChange();
|
||||
resize( QSize(343, 239).expandedTo(minimumSizeHint()) );
|
||||
clearWState( WState_Polished );
|
||||
}
|
||||
|
||||
/*
|
||||
* Destroys the object and frees any allocated resources
|
||||
*/
|
||||
GeneralCfgDesign::~GeneralCfgDesign()
|
||||
{
|
||||
// no need to delete child widgets, Qt does it all for us
|
||||
}
|
||||
|
||||
/*
|
||||
* Sets the strings of the subwidgets using the current
|
||||
* language.
|
||||
*/
|
||||
void GeneralCfgDesign::languageChange()
|
||||
{
|
||||
setCaption( tr2i18n( "GeneralCfg" ) );
|
||||
ButtonGroup5->setTitle( tr2i18n( "Panels size" ) );
|
||||
Radio64->setText( tr2i18n( "64 x 64" ) );
|
||||
Radio56->setText( tr2i18n( "56 x 56" ) );
|
||||
Radio48->setText( tr2i18n( "48 x 48" ) );
|
||||
boxGeneralPalette->setTitle( tr2i18n( "Colors" ) );
|
||||
GroupBox2->setTitle( tr2i18n( "Startup" ) );
|
||||
CheckBoxAutoStart->setText( tr2i18n( "Autostart KSensors on KDE startup" ) );
|
||||
}
|
||||
|
||||
#include "generalcfgdesign.moc"
|
@ -0,0 +1,52 @@
|
||||
/****************************************************************************
|
||||
** Form interface generated from reading ui file './generalcfgdesign.ui'
|
||||
**
|
||||
** Created: mer aoû 18 23:39:01 2004
|
||||
** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef GENERALCFGDESIGN_H
|
||||
#define GENERALCFGDESIGN_H
|
||||
|
||||
#include <qvariant.h>
|
||||
#include <qwidget.h>
|
||||
|
||||
class QVBoxLayout;
|
||||
class QHBoxLayout;
|
||||
class QGridLayout;
|
||||
class QSpacerItem;
|
||||
class QButtonGroup;
|
||||
class QRadioButton;
|
||||
class QGroupBox;
|
||||
class QCheckBox;
|
||||
|
||||
class GeneralCfgDesign : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GeneralCfgDesign( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
|
||||
~GeneralCfgDesign();
|
||||
|
||||
QButtonGroup* ButtonGroup5;
|
||||
QRadioButton* Radio64;
|
||||
QRadioButton* Radio56;
|
||||
QRadioButton* Radio48;
|
||||
QGroupBox* boxGeneralPalette;
|
||||
QGroupBox* GroupBox2;
|
||||
QCheckBox* CheckBoxAutoStart;
|
||||
|
||||
protected:
|
||||
QGridLayout* GeneralCfgDesignLayout;
|
||||
QSpacerItem* Spacer28;
|
||||
QGridLayout* ButtonGroup5Layout;
|
||||
QVBoxLayout* GroupBox2Layout;
|
||||
|
||||
protected slots:
|
||||
virtual void languageChange();
|
||||
|
||||
};
|
||||
|
||||
#endif // GENERALCFGDESIGN_H
|
@ -0,0 +1,143 @@
|
||||
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
||||
<class>GeneralCfgDesign</class>
|
||||
<widget class="QWidget">
|
||||
<property name="name">
|
||||
<cstring>GeneralCfgDesign</cstring>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>343</width>
|
||||
<height>239</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="caption">
|
||||
<string>GeneralCfg</string>
|
||||
</property>
|
||||
<property name="layoutMargin" stdset="0">
|
||||
</property>
|
||||
<property name="layoutSpacing" stdset="0">
|
||||
</property>
|
||||
<grid>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
<number>6</number>
|
||||
</property>
|
||||
<widget class="QButtonGroup" row="0" column="0">
|
||||
<property name="name">
|
||||
<cstring>ButtonGroup5</cstring>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Panels size</string>
|
||||
</property>
|
||||
<grid>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>11</number>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
<number>6</number>
|
||||
</property>
|
||||
<widget class="QRadioButton" row="0" column="0">
|
||||
<property name="name">
|
||||
<cstring>Radio64</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>64 x 64</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QRadioButton" row="0" column="1">
|
||||
<property name="name">
|
||||
<cstring>Radio56</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>56 x 56</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QRadioButton" row="0" column="2">
|
||||
<property name="name">
|
||||
<cstring>Radio48</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>48 x 48</string>
|
||||
</property>
|
||||
</widget>
|
||||
</grid>
|
||||
</widget>
|
||||
<widget class="QGroupBox" row="1" column="0">
|
||||
<property name="name">
|
||||
<cstring>boxGeneralPalette</cstring>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>65</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Colors</string>
|
||||
</property>
|
||||
<property name="layoutMargin" stdset="0">
|
||||
</property>
|
||||
<property name="layoutSpacing" stdset="0">
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QGroupBox" row="2" column="0">
|
||||
<property name="name">
|
||||
<cstring>GroupBox2</cstring>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Startup</string>
|
||||
</property>
|
||||
<vbox>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>11</number>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
<number>6</number>
|
||||
</property>
|
||||
<widget class="QCheckBox">
|
||||
<property name="name">
|
||||
<cstring>CheckBoxAutoStart</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Autostart KSensors on KDE startup</string>
|
||||
</property>
|
||||
</widget>
|
||||
</vbox>
|
||||
</widget>
|
||||
<spacer row="3" column="0">
|
||||
<property name="name">
|
||||
<cstring>Spacer28</cstring>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeType">
|
||||
<enum>Expanding</enum>
|
||||
</property>
|
||||
<property name="sizeHint">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</grid>
|
||||
</widget>
|
||||
<layoutdefaults spacing="6" margin="11"/>
|
||||
</UI>
|
@ -0,0 +1,224 @@
|
||||
/***************************************************************************
|
||||
hdsensorslist.cpp - description
|
||||
-------------------
|
||||
begin : vie abr 26 2002
|
||||
copyright : (C) 2002 by Miguel Novas
|
||||
email : michaell@teleline.es
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <qstringlist.h>
|
||||
#include <klocale.h>
|
||||
#include <regex.h>
|
||||
|
||||
#include "sensor.h"
|
||||
#include "hdsensorslist.h"
|
||||
|
||||
|
||||
HDSensorsList::HDSensorsList(QObject *parent, const char * name): SensorsList(parent,name)
|
||||
{
|
||||
process= 0;
|
||||
|
||||
setDescription( QString(i18n("Hard Disks")) );
|
||||
|
||||
setClass(Sensor::hdSensor);
|
||||
|
||||
readConfig();
|
||||
|
||||
if(!isHddTempInstalled()) return;
|
||||
|
||||
QStringList disks;
|
||||
if(!getDisks(disks)) return;
|
||||
|
||||
ProcessExec proc;
|
||||
proc << "hddtemp" << "-q";
|
||||
for(QStringList::Iterator it = disks.begin(); it != disks.end(); ++it ) {
|
||||
proc << *it;
|
||||
}
|
||||
|
||||
if(proc.runAndWait()) {
|
||||
double value;
|
||||
QString str;
|
||||
for(QStringList::Iterator it = disks.begin(); it != disks.end(); ++it ) {
|
||||
if(getDiskInfo(proc.getStdoutData(),*it,str,value)) {
|
||||
Sensor *sensor= new Sensor(this);
|
||||
sensor->setType(Sensor::lmTemp);
|
||||
sensor->setName(*it);
|
||||
sensor->setDescription(str);
|
||||
sensor->setValueMax (40 , Sensor::dgCelsius);
|
||||
sensor->setValueMin ( 0 , Sensor::dgCelsius);
|
||||
sensor->setValueIdeal(value, Sensor::dgCelsius);
|
||||
sensor->setValue (value, Sensor::dgCelsius);
|
||||
sensor->readConfig();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
HDSensorsList::~HDSensorsList()
|
||||
{
|
||||
delete process;
|
||||
}
|
||||
|
||||
//*************
|
||||
|
||||
void HDSensorsList::updateSensors()
|
||||
{
|
||||
if(process) return;
|
||||
|
||||
QObjectList *list= (QObjectList *)children();
|
||||
if(!list) return;
|
||||
|
||||
QStringList params;
|
||||
for(Sensor *obj= (Sensor *)list->first(); obj!=0; obj= (Sensor *)list->next())
|
||||
if(obj->monitorized())
|
||||
params << obj->name();
|
||||
|
||||
if(params.count()>0) {
|
||||
process= new ProcessExec;
|
||||
#if ( KDE_VERSION_MAJOR >= 3 )
|
||||
*process << "hddtemp" << "-q" << params;
|
||||
#else
|
||||
*process << "hddtemp" << "-q";
|
||||
for (QStringList::Iterator it= params.begin(); it!=params.end(); ++it)
|
||||
*process << *it;
|
||||
#endif
|
||||
connect( process, SIGNAL(processExited(KProcess *)), this, SLOT(slotProcessExited(KProcess *)) );
|
||||
process->run();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void HDSensorsList::slotProcessExited(KProcess *)
|
||||
{
|
||||
QObjectList *list= (QObjectList *) |