DistpartPart Class Reference
This part aims to provide some help to the developpers for packaging and publishing their projects by ftp protocol. More...
#include <distpart_part.h>
Inheritance diagram for DistpartPart:


Public Slots | |
void | show () |
void | hide () |
Public Member Functions | |
DistpartPart (QObject *parent, const char *name, const QStringList &) | |
~DistpartPart () | |
Private Attributes | |
packageBase * | RpmPackage |
packageBase * | LsmPackage |
QGuardedPtr< DistpartDialog > | m_dialog |
KAction * | m_action |
QGuardedPtr< KDialogBase > | m_dlg |
Detailed Description
This part aims to provide some help to the developpers for packaging and publishing their projects by ftp protocol.Only RPM package format is supported for now. More to come. If you want to develop a new package support, please have a look at specsupport.h and specsupport.cpp. Help is always welcome :-)
- Feature(s):
- provide some help to the developpers for packaging and publishing their projects by ftp protocol
support RPM package format
- Bug:
- Development package, documentation package, application icon and local options (in publishing tab) are currently ignored.
The creation of the source archive is just a call to "dist" or "dist-bzip2" target of the Makefile. If those targets don't exist, nothing is done to solve the problem (for example when the project is QMake-based)
Definition at line 35 of file distpart_part.h.
Constructor & Destructor Documentation
|
|
|
Definition at line 68 of file distpart_part.cpp. References kdDebug(). |
Member Function Documentation
|
Definition at line 79 of file distpart_part.cpp. References m_dlg. |
|
Definition at line 75 of file distpart_part.cpp. References m_dlg. |
Member Data Documentation
|
Definition at line 48 of file distpart_part.h. |
|
Definition at line 50 of file distpart_part.h. |
|
Definition at line 49 of file distpart_part.h. |
|
Definition at line 51 of file distpart_part.h. |
|
Definition at line 48 of file distpart_part.h. |
The documentation for this class was generated from the following files:
- parts/distpart/distpart_part.h
- parts/distpart/distpart_part.cpp