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
Slávek Banko cfe279f15a
Desktop file translations:
4 years 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 Rename many classes and header files to avoid conflicts with KDE4 11 years ago
debDpkgInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
debDpkgInterface.h Remove spurious TQ_OBJECT instances 12 years 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 Remove spurious TQ_OBJECT instances 12 years ago
fbsdInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
fbsdInterface.h Remove spurious TQ_OBJECT instances 12 years ago
findf.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
findf.h Rename additional header files to avoid conflicts with KDE4 11 years ago
gentooInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
gentooInterface.h Remove spurious TQ_OBJECT instances 12 years ago
kissInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kissInterface.h Remove spurious TQ_OBJECT instances 12 years ago
kpPty.cpp Adapted to new KPasswordEdit::password() signature. Relates to bug 2961. 5 years ago
kpPty.h Adapted to new KPasswordEdit::password() signature. Relates to bug 2961. 5 years ago
kpTerm.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kpTerm.h Rename additional header files to avoid conflicts with KDE4 11 years 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 Rename many classes and header files to avoid conflicts with KDE4 11 years 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 Rename many classes and header files to avoid conflicts with KDE4 11 years 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 Rename many classes and header files to avoid conflicts with KDE4 11 years ago
options.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
options.h Rename common header files for consistency with class renaming 11 years ago
packageDisplay.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
packageDisplay.h Rename many classes and header files to avoid conflicts with KDE4 11 years 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 Rename additional header files to avoid conflicts with KDE4 11 years ago
pkgInterface.cpp Additional k => tde renaming and fixes 11 years ago
pkgInterface.h Rename additional header files to avoid conflicts with KDE4 11 years ago
pkgOptions.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
pkgOptions.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
procbuf.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
procbuf.h Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years 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 Remove spurious TQ_OBJECT instances 12 years ago
search.cpp Bring undo, redo, find, and revert icons into XDG compliance 10 years ago
search.h Rename additional header files to avoid conflicts with KDE4 11 years ago
slackInterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
slackInterface.h Remove spurious TQ_OBJECT instances 12 years ago
tdeio.cpp Rename common header files for consistency with class renaming 11 years ago
tdeio.h Additional k => tde renaming and fixes 11 years ago
updateLoc.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
updateLoc.h Remove spurious TQ_OBJECT instances 12 years 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)