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 edb0207188
Replace TQ_*Focus* and TQ_Scale* defines
9 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 Rename additional header files to avoid conflicts with KDE4 11 years ago
debAptInterface.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
debDpkgInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
debDpkgInterface.h Replace Q_OBJECT with TQ_OBJECT 10 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 10 months ago
fbsdInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
fbsdInterface.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
findf.cpp Replace TQ_*Focus* and TQ_Scale* defines 9 months ago
findf.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
gentooInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
gentooInterface.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
kissInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kissInterface.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
kpPty.cpp Adapted to new KPasswordEdit::password() signature. Relates to bug 2961. 6 years ago
kpPty.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
kpTerm.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kpTerm.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
kpackage.cpp Bring undo, redo, find, and revert icons into XDG compliance 10 years ago
kpackage.desktop Desktop file translations: 4 years ago
kpackage.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
kpackageui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kplview.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kplview.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
main.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
managementWidget.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
managementWidget.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
options.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
options.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
packageDisplay.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
packageDisplay.h Replace Q_OBJECT with TQ_OBJECT 10 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 10 months ago
pkgInterface.cpp Additional k => tde renaming and fixes 11 years ago
pkgInterface.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
pkgOptions.cpp Drop TQT_NO_COMPAT code 12 months ago
pkgOptions.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
procbuf.cpp Drop TQT_NO_COMPAT code 12 months ago
procbuf.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
rpmInterface.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
rpmInterface.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
search.cpp Replace TQ_*Focus* and TQ_Scale* defines 9 months ago
search.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
slackInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
slackInterface.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
tdeio.cpp Rename common header files for consistency with class renaming 11 years ago
tdeio.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
updateLoc.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
updateLoc.h Replace Q_OBJECT with TQ_OBJECT 10 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)