You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeadmin/kpackage
Michele Calgaro 1dd8222792
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 months ago
..
icon First bach of cmake files in order to convert tdeadmin 8 years ago
mini-icon Fix invalid headers in PNG files and optimize for size 10 years ago
pics First bach of cmake files in order to convert tdeadmin 8 years ago
toolbar First bach of cmake files in order to convert tdeadmin 8 years ago
CHANGES Use tdeprocess.h 1 year ago
CMakeL10n.txt Desktop file translations: 6 years ago
CMakeLists.txt Desktop file translations: 6 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 8 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
cache.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
cache.h Replace TRUE/FALSE with boolean values true/false 2 months ago
debAptInterface.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
debAptInterface.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
debDpkgInterface.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
debDpkgInterface.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
debInterface.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
debInterface.h Use tdeprocess.h 1 year ago
fbsdInterface.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
fbsdInterface.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
findf.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
findf.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
gentooInterface.cpp Rename additional header files to avoid conflicts with KDE4 13 years ago
gentooInterface.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
kissInterface.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
kissInterface.h Use tdeprocess.h 1 year ago
kpPty.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
kpPty.h Replace TRUE/FALSE with boolean values true/false 2 months ago
kpTerm.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
kpTerm.h Replace TRUE/FALSE with boolean values true/false 2 months ago
kpackage.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
kpackage.desktop Desktop file translations: 6 years ago
kpackage.h Replace TRUE/FALSE with boolean values true/false 2 months ago
kpackageui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
kplview.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
kplview.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
main.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
managementWidget.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
managementWidget.h Replace TRUE/FALSE with boolean values true/false 2 months ago
options.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
options.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
packageDisplay.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
packageDisplay.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
packageInfo.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
packageInfo.h Replace TRUE/FALSE with boolean values true/false 2 months ago
packageProperties.cpp Use tdeApp 1 year ago
packageProperties.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
pkgInterface.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
pkgInterface.h Replace TRUE/FALSE with boolean values true/false 2 months ago
pkgOptions.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
pkgOptions.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
procbuf.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
procbuf.h Replace TRUE/FALSE with boolean values true/false 2 months ago
rpmInterface.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
rpmInterface.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
search.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
search.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
slackInterface.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
slackInterface.h Use tdeprocess.h 1 year ago
tdeio.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
tdeio.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
updateLoc.cpp Replace TRUE/FALSE with boolean values true/false 2 months ago
updateLoc.h Replace TRUE/FALSE with boolean values true/false 2 months ago
utils.cpp Rename additional header files to avoid conflicts with KDE4 13 years ago
utils.h Rename many classes and header files to avoid conflicts with KDE4 13 years ago

README

Kpackage handles RPM, Debian and various other packages, it is used
for displaying currently installed packages, uninstalling
them and installing new ones. 

For kpackage to work correctly with RPM packages the RPM database 
must be initialised. If typing `rpm -qa' gives an error about 
`unable to open....` then try `rpm --rebuilddb'. 


Toivo Pedaste (toivo@ucs.uwa.edu.au)