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
toma bd9e661782
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
buglvi.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
buglvi.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
centralwidget.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
centralwidget.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
centralwidget_base.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwbugdetails.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwbugdetails.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwbugdetailscontainer.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwbugdetailscontainer.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwbugdetailscontainer_base.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwbuglistcontainer.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwbuglistcontainer.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwloadingwidget.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwloadingwidget.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwsearchwidget.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwsearchwidget.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cwsearchwidget_base.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbbbookmarkmanager.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbbmainwindow.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbbmainwindow.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbugbusterui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
loadallbugsdlg.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
loadallbugsdlg.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
messageeditor.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
messageeditor.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
msginputdialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
msginputdialog.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
packagelvi.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
packagelvi.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
packageselectdialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
packageselectdialog.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
preferencesdialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
preferencesdialog.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
serverconfigdialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
serverconfigdialog.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
severityselectdialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
severityselectdialog.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years 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 KHTMLPart
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