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.
tdesdk/kbugbuster/gui
Michele Calgaro b0c86264e0
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
CMakeLists.txt [kdesdk/kbugbuster] added cmake support 13 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Rename kiobuffer and KHTML 11 years ago
buglvi.cpp Removed code formatting modelines. 4 years ago
buglvi.h Removed code formatting modelines. 4 years ago
centralwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
centralwidget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
centralwidget_base.ui Add includes to UI files to resolve FTBFS. 6 years ago
cwbugdetails.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
cwbugdetails.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
cwbugdetailscontainer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
cwbugdetailscontainer.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
cwbugdetailscontainer_base.ui Add includes to UI files to resolve FTBFS. 6 years ago
cwbuglistcontainer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
cwbuglistcontainer.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
cwloadingwidget.cpp Removed code formatting modelines. 4 years ago
cwloadingwidget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
cwsearchwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
cwsearchwidget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
cwsearchwidget_base.ui Remove the tq in front of these incorrectly TQt4-converted methods/data members: 13 years ago
kbbbookmarkmanager.h Rename old tq methods that no longer need a unique name 13 years ago
kbbmainwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kbbmainwindow.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kbugbusterui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
loadallbugsdlg.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
loadallbugsdlg.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
messageeditor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
messageeditor.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
msginputdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
msginputdialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
packagelvi.cpp Removed code formatting modelines. 4 years ago
packagelvi.h Removed code formatting modelines. 4 years ago
packageselectdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
packageselectdialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
preferencesdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
preferencesdialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
serverconfigdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
serverconfigdialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
severityselectdialog.cpp Replace Qt with TQt 6 months ago
severityselectdialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago

README

Normal classes:
===============
kbbmainwindow.*        KBugBuster's main window
buglvi.*               QListViewItem representing a bug
packagelvi.*           QListViewItem representing a package
cwloadingwidget.*      The temporary widget shown initially, while loading

msginputdialog.*       The dialog for entering a message for closing the bug
messageeditor.*        The dialog for editing the custom messages, associated with buttons 
packageselectdialog.*  Dialog for selecting a package
severityselectdialog.* Dialog for selecting a severity

Widgets, including a Qt designer .ui file:
==========================================
centralwidget*         The main widget of kbbmainwindow
cwbuglistcontainer*    The widget containing the bug list (top of central widget)
cwbugdetailscontainer* The widget containing the bug details + the buttons in its right (bottom of central widget).
cwbugdetails*          The widget showing details of a bug report, using TDEHTMLPart
cwsearchwidget*        A future search widget on the left of the bug details.
                       Same functionality is in the menus, this would take too much screen space IMHO (DF)
preferencesdialog*     Preferences dialog