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 f1b639fcc7
Add includes to UI files to resolve FTBFS.
6 years 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 12 years ago
buglvi.cpp Rename a number of classes to enhance compatibility with KDE4 11 years ago
buglvi.h Rename many classes and header files to avoid conflicts with KDE4 11 years ago
centralwidget.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
centralwidget.h Remove spurious TQ_OBJECT instances 12 years ago
centralwidget_base.ui Add includes to UI files to resolve FTBFS. 6 years ago
cwbugdetails.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
cwbugdetails.h Rename kiobuffer and KHTML 12 years ago
cwbugdetailscontainer.cpp Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance 10 years ago
cwbugdetailscontainer.h Remove spurious TQ_OBJECT instances 12 years ago
cwbugdetailscontainer_base.ui Add includes to UI files to resolve FTBFS. 6 years ago
cwbuglistcontainer.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
cwbuglistcontainer.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
cwloadingwidget.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
cwloadingwidget.h Remove spurious TQ_OBJECT instances 12 years ago
cwsearchwidget.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
cwsearchwidget.h Remove spurious TQ_OBJECT instances 12 years 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 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
kbbmainwindow.h Fix unintended rename of many various *klist* 11 years ago
kbugbusterui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
loadallbugsdlg.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
loadallbugsdlg.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
messageeditor.cpp Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 10 years ago
messageeditor.h Remove spurious TQ_OBJECT instances 12 years ago
msginputdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
msginputdialog.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
packagelvi.cpp rename the following methods: 13 years ago
packagelvi.h rename the following methods: 13 years ago
packageselectdialog.cpp Rename KComp to avoid conflicts with KDE4 11 years ago
packageselectdialog.h Rename KComp to avoid conflicts with KDE4 11 years ago
preferencesdialog.cpp Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 10 years ago
preferencesdialog.h Remove spurious TQ_OBJECT instances 12 years ago
serverconfigdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
serverconfigdialog.h Remove spurious TQ_OBJECT instances 12 years ago
severityselectdialog.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
severityselectdialog.h Remove spurious TQ_OBJECT instances 12 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 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