You can not 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 ed7858de3a
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
icon First bach of cmake files in order to convert tdeadmin 6 years ago
mini-icon Fix invalid headers in PNG files and optimize for size 8 years ago
pics First bach of cmake files in order to convert tdeadmin 6 years ago
toolbar First bach of cmake files in order to convert tdeadmin 6 years ago
CHANGES Rename a number of classes to enhance compatibility with KDE4 11 years ago
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cache.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
cache.h TQt4 port kdeadmin 13 years ago
debAptInterface.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
debAptInterface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
debDpkgInterface.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
debDpkgInterface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
debInterface.cpp Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
debInterface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
fbsdInterface.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
fbsdInterface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
findf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
findf.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
gentooInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
gentooInterface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kissInterface.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kissInterface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kpPty.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kpPty.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kpTerm.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kpTerm.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kpackage.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kpackage.desktop Desktop file translations: 4 years ago
kpackage.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kpackageui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kplview.cpp Replace Qt with TQt 6 months ago
kplview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
main.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
managementWidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
managementWidget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
options.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
options.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
packageDisplay.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
packageDisplay.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
packageInfo.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
packageInfo.h Trinity Qt initial conversion 14 years ago
packageProperties.cpp Rename common header files for consistency with class renaming 11 years ago
packageProperties.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
pkgInterface.cpp Additional k => tde renaming and fixes 11 years ago
pkgInterface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
pkgOptions.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
pkgOptions.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
procbuf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
procbuf.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
rpmInterface.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
rpmInterface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
search.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
search.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
slackInterface.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
slackInterface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
tdeio.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
tdeio.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
updateLoc.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
updateLoc.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
utils.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
utils.h Rename many classes and header files to avoid conflicts with KDE4 11 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)