Frameworks/Epics/KDEUI Crumble: Difference between revisions
Appearance
< Frameworks | Epics
No edit summary |
Try to put the easiest one at the top and the hardest one at the bottom |
||
Line 1: | Line 1: | ||
= Page in Construction, Content is NOT Final = | = Page in Construction, Content is NOT Final = | ||
I need a break ;-) | I need a break ;-) | ||
== KDE4Support == | |||
{| class="sortable" border="1" cellpadding="5" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width:100%;" | |||
|- style="background: #ececec; white-space:nowrap;" | |||
! Status | |||
! Description | |||
! width=250 | Contact | |||
|- | |||
{{FeatureTodo|./fonts/kfontdialog.h deprecated for QFontDialog|??}} | |||
{{FeatureTodo|./fonts/kfontcombobox.h deprecated for QFontComboBox|??}} | |||
{{FeatureTodo|./dialogs/kinputdialog.h deprecated for QInputDialog|??}} | |||
{{FeatureTodo|./dialogs/kdeprintdialog.h (should be done by Qt, kcups* goes with it)|??}} | |||
{{FeatureTodo|./widgets/keditlistbox.h deprecated for KEditListWidget|??}} | |||
{{FeatureTodo|./widgets/kstringvalidator.h only the zombie kfilemetainfowidget uses it|??}} | |||
{{FeatureTodo|./widgets/ktabbar.h deprecated for QTabBar|??}} | |||
{{FeatureTodo|./widgets/ktabwidget.h deprecated for QTabWidget|??}} | |||
{{FeatureTodo|./widgets/kbuttongroup.h Use real QGroupBox and QButtonGroup instances please, kthxbye|??}} | |||
{{FeatureTodo|./widgets/knuminput.h Use real QSpinBox|??}} | |||
{{FeatureTodo|./widgets/ktextbrowser.h deprecated for QTextBrowser|??}} | |||
{{FeatureTodo|./util/kpixmapcache.h deprecated for KImageCache or KSharedDataCache|??}} | |||
{{FeatureTodo|./util/kaccelgen.h |??}} | |||
{{FeatureTodo|./actions/ktoolbarspaceraction.h |??}} | |||
|} | |||
== KDE4Attic == | |||
{| class="sortable" border="1" cellpadding="5" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width:100%;" | |||
|- style="background: #ececec; white-space:nowrap;" | |||
! Status | |||
! Description | |||
! width=250 | Contact | |||
|- | |||
{{FeatureTodo|./widgets/kdatetimeedit.h |??}} | |||
{{FeatureTodo|./widgets/kdatepicker.h |??}} | |||
{{FeatureTodo|./widgets/kmultitabbar.h (used by kate, digikam, kexi --- but could use a cleanup, see e.g. KDEV3ICON...)|??}} | |||
{{FeatureTodo|./widgets/kdatecombobox.h |??}} | |||
{{FeatureTodo|./widgets/ktimezonewidget.h |??}} | |||
{{FeatureTodo|./widgets/kdatetimewidget.h |??}} | |||
{{FeatureTodo|./widgets/kcharselect.h Can soon go into kwidgetsaddons (needs clear button in QLineEdit)|??}} | |||
{{FeatureTodo|./widgets/kdatewidget.h |??}} | |||
{{FeatureTodo|./widgets/ktimecombobox.h |??}} | |||
{{FeatureTodo|./widgets/klanguagebutton.h |??}} | |||
{{FeatureTodo|./widgets/kdatetable.h |??}} | |||
{{FeatureTodo|./util/kmodifierkeyinfo.h missing in Qt: querying state of CapsLock (for kile)|??}} | |||
{{FeatureTodo|./util/kpassivepopupmessagehandler.h only user is kde-runtime/knotify. Move it there?|??}} | |||
{{FeatureTodo|./shortcuts/kgesture.h use #if 0 for the code in xmlgui (KShortcutsEditor) that uses KGesture (it's already hidden from the user anyway)|??}} | |||
{{FeatureTodo|./shortcuts/kgesturemap.h needs polish before it can be resurrected|??}} | |||
|} | |||
== ItemViews == | == ItemViews == | ||
Line 54: | Line 103: | ||
|- | |- | ||
{{FeatureTodo|./util/kcrash.h |??}} | {{FeatureTodo|./util/kcrash.h |??}} | ||
|} | |} | ||
Line 150: | Line 152: | ||
{{FeatureTodo|./notifications/kstatusnotifieritem.h |??}} | {{FeatureTodo|./notifications/kstatusnotifieritem.h |??}} | ||
{{FeatureTodo|./notifications/knotificationrestrictions.h |??}} | {{FeatureTodo|./notifications/knotificationrestrictions.h |??}} | ||
|} | |} | ||
Line 265: | Line 250: | ||
{{FeatureTodo|./actions/ktoggletoolbaraction.h |??}} | {{FeatureTodo|./actions/ktoggletoolbaraction.h |??}} | ||
{{FeatureTodo|./actions/kactioncategory.h |??}} | {{FeatureTodo|./actions/kactioncategory.h |??}} | ||
|} | |||
== KTextWidgets == | |||
{| class="sortable" border="1" cellpadding="5" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width:100%;" | |||
|- style="background: #ececec; white-space:nowrap;" | |||
! Status | |||
! Description | |||
! width=250 | Contact | |||
|- | |||
{{FeatureTodo|./findreplace/kfinddialog.h |??}} | |||
{{FeatureTodo|./findreplace/kreplacedialog.h |??}} | |||
{{FeatureTodo|./findreplace/kfind.h |??}} | |||
{{FeatureTodo|./findreplace/kreplace.h |??}} | |||
{{FeatureTodo|./widgets/krichtextwidget.h |??}} | |||
{{FeatureTodo|./widgets/nestedlisthelper.h (goes with krichtextedit)|??}} | |||
{{FeatureTodo|./widgets/ktextedit.h |??}} | |||
{{FeatureTodo|./widgets/krichtextedit.h |??}} | |||
|} | |} |
Revision as of 15:17, 5 May 2013
Page in Construction, Content is NOT Final
I need a break ;-)
KDE4Support
Status | Description | Contact | |
---|---|---|---|
TO DO | ./fonts/kfontdialog.h deprecated for QFontDialog | ?? | <{{{3}}}> |
TO DO | ./fonts/kfontcombobox.h deprecated for QFontComboBox | ?? | <{{{3}}}> |
TO DO | ./dialogs/kinputdialog.h deprecated for QInputDialog | ?? | <{{{3}}}> |
TO DO | ./dialogs/kdeprintdialog.h (should be done by Qt, kcups* goes with it) | ?? | <{{{3}}}> |
TO DO | ./widgets/keditlistbox.h deprecated for KEditListWidget | ?? | <{{{3}}}> |
TO DO | ./widgets/kstringvalidator.h only the zombie kfilemetainfowidget uses it | ?? | <{{{3}}}> |
TO DO | ./widgets/ktabbar.h deprecated for QTabBar | ?? | <{{{3}}}> |
TO DO | ./widgets/ktabwidget.h deprecated for QTabWidget | ?? | <{{{3}}}> |
TO DO | ./widgets/kbuttongroup.h Use real QGroupBox and QButtonGroup instances please, kthxbye | ?? | <{{{3}}}> |
TO DO | ./widgets/knuminput.h Use real QSpinBox | ?? | <{{{3}}}> |
TO DO | ./widgets/ktextbrowser.h deprecated for QTextBrowser | ?? | <{{{3}}}> |
TO DO | ./util/kpixmapcache.h deprecated for KImageCache or KSharedDataCache | ?? | <{{{3}}}> |
TO DO | ./util/kaccelgen.h | ?? | <{{{3}}}> |
TO DO | ./actions/ktoolbarspaceraction.h | ?? | <{{{3}}}> |
KDE4Attic
Status | Description | Contact | |
---|---|---|---|
TO DO | ./widgets/kdatetimeedit.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kdatepicker.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kmultitabbar.h (used by kate, digikam, kexi --- but could use a cleanup, see e.g. KDEV3ICON...) | ?? | <{{{3}}}> |
TO DO | ./widgets/kdatecombobox.h | ?? | <{{{3}}}> |
TO DO | ./widgets/ktimezonewidget.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kdatetimewidget.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kcharselect.h Can soon go into kwidgetsaddons (needs clear button in QLineEdit) | ?? | <{{{3}}}> |
TO DO | ./widgets/kdatewidget.h | ?? | <{{{3}}}> |
TO DO | ./widgets/ktimecombobox.h | ?? | <{{{3}}}> |
TO DO | ./widgets/klanguagebutton.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kdatetable.h | ?? | <{{{3}}}> |
TO DO | ./util/kmodifierkeyinfo.h missing in Qt: querying state of CapsLock (for kile) | ?? | <{{{3}}}> |
TO DO | ./util/kpassivepopupmessagehandler.h only user is kde-runtime/knotify. Move it there? | ?? | <{{{3}}}> |
TO DO | ./shortcuts/kgesture.h use #if 0 for the code in xmlgui (KShortcutsEditor) that uses KGesture (it's already hidden from the user anyway) | ?? | <{{{3}}}> |
TO DO | ./shortcuts/kgesturemap.h needs polish before it can be resurrected | ?? | <{{{3}}}> |
ItemViews
Status | Description | Contact | |
---|---|---|---|
TO DO | ./itemviews/kcategorizedview.h | ?? | <{{{3}}}> |
TO DO | ./itemviews/klistwidgetsearchline.h (port away from KlineEdit and i18n) | ?? | <{{{3}}}> |
TO DO | ./itemviews/ktreewidgetsearchline.h (port away from KlineEdit and i18n) | ?? | <{{{3}}}> |
TO DO | ./itemviews/kcategorizedsortfilterproxymodel.h (need porting away from KstringHandler) | ?? | <{{{3}}}> |
TO DO | ./itemviews/kwidgetitemdelegate.h | ?? | <{{{3}}}> |
TO DO | ./itemviews/kfilterproxysearchline.h (port away from KlineEdit and i18n) | ?? | <{{{3}}}> |
TO DO | ./itemviews/kcategorydrawer.h | ?? | <{{{3}}}> |
KCompletion
Status | Description | Contact | |
---|---|---|---|
TO DO | ./widgets/khistorycombobox.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kcombobox.h | ?? | <{{{3}}}> |
TO DO | ./widgets/klineedit.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kcompletionbox.h | ?? | <{{{3}}}> |
TO DO | ./util/kcompletion.h move ksortablelist.h with it | ?? | <{{{3}}}> |
KConfigWidgets
Status | Description | Contact | |
---|---|---|---|
TO DO | ./dialogs/kconfigdialogmanager.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/kconfigdialog.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kcmodule.h | ?? | <{{{3}}}> |
TO DO | ./itemviews/kviewstatesaver.h | ?? | <{{{3}}}> |
TO DO | ./itemviews/kviewstatemaintainer.h | ?? | <{{{3}}}> |
KCrash
Status | Description | Contact | |
---|---|---|---|
TO DO | ./util/kcrash.h | ?? | <{{{3}}}> |
KGuiAddons
Status | Description | Contact | |
---|---|---|---|
TO DO | ./fonts/kfontutils.h | ?? | <{{{3}}}> |
TO DO | ./util/kimagecache.h but but but... KsharedDataCache is in kcoreaddons:-/ | ?? | <{{{3}}}> |
KIconThemes
Status | Description | Contact | |
---|---|---|---|
TO DO | ./util/kpixmapsequencewidget.h | ?? | <{{{3}}}> |
TO DO | ./util/kpixmapsequenceoverlaypainter.h | ?? | <{{{3}}}> |
TO DO | ./util/kpixmapsequence.h | ?? | <{{{3}}}> |
TO DO | ./icons/kiconbutton.h | ?? | <{{{3}}}> |
TO DO | ./icons/kicondialog.h | ?? | <{{{3}}}> |
KJobWidgets
Status | Description | Contact | |
---|---|---|---|
TO DO | ./jobs/kwidgetjobtracker.h | ?? | <{{{3}}}> |
TO DO | ./jobs/kabstractwidgetjobtracker.h | ?? | <{{{3}}}> |
TO DO | ./jobs/kdialogjobuidelegate.h | ?? | <{{{3}}}> |
TO DO | ./jobs/kstatusbarjobtracker.h | ?? | <{{{3}}}> |
KNotifications
Status | Description | Contact | |
---|---|---|---|
TO DO | ./notifications/kstatusnotifieritem.h | ?? | <{{{3}}}> |
TO DO | ./notifications/knotificationrestrictions.h | ?? | <{{{3}}}> |
KWallet
Status | Description | Contact | |
---|---|---|---|
TO DO | ./util/kwallet.h | ?? | <{{{3}}}> |
KWidgets
Status | Description | Contact | |
---|---|---|---|
TO DO | ./dialogs/kaboutapplicationdialog.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/kbugreport.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/ktip.h | ?? | <{{{3}}}> |
TO DO | ./widgets/khelpmenu.h | ?? | <{{{3}}}> |
KWidgetsAddons
Status | Description | Contact | |
---|---|---|---|
TO DO | ./fonts/kfontrequester.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/kassistantdialog.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/kpixmapregionselectordialog.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/klinkdialog.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/knewpassworddialog.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/kpassworddialog.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kpixmapregionselectorwidget.h | ?? | <{{{3}}}> |
TO DO | ./widgets/ktitlewidget.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kratingwidget.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kratingpainter.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kmessagewidget.h (Needs to get rid of K* using fixed default colors, Qstyle :styleHint and Qstyle :standardPixmap) | ?? | <{{{3}}}> |
TO DO | ./widgets/keditlistwidget.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kactionselector.h | ?? | <{{{3}}}> |
TO DO | ./util/kpassivepopup.h | ?? | <{{{3}}}> |
TO DO | ./util/kcursor.h | ?? | <{{{3}}}> |
TO DO | ./paged/kpagewidget.h | ?? | <{{{3}}}> |
TO DO | ./paged/kpagedialog.h | ?? | <{{{3}}}> |
TO DO | ./paged/kpageview.h | ?? | <{{{3}}}> |
TO DO | ./paged/kpagemodel.h | ?? | <{{{3}}}> |
TO DO | ./paged/kpagewidgetmodel.h | ?? | <{{{3}}}> |
TO DO | ./shortcuts/kacceleratormanager.h the list of translated texts from standard actions will have to be set by the first KStandardAction being constructed | ?? | <{{{3}}}> |
TO DO | ./colors/kcolorbutton.h minor duplication of KcolorMimeData though | ?? | <{{{3}}}> |
TO DO | ./colors/kcolorcombo.h | ?? | <{{{3}}}> |
TO DO | ./actions/kactionmenu.h | ?? | <{{{3}}}> |
TO DO | ./actions/ktoolbarlabelaction.h | ?? | <{{{3}}}> |
TO DO | ./actions/ktoolbarpopupaction.h | ?? | <{{{3}}}> |
KWindowSystem
Status | Description | Contact | |
---|---|---|---|
TO DO | ./util/kkeyserver_x11.h | ?? | <{{{3}}}> |
TO DO | ./util/kxerrorhandler.h | ?? | <{{{3}}}> |
TO DO | ./util/kkeyserver_win.h | ?? | <{{{3}}}> |
TO DO | ./util/kkeyserver_mac.h | ?? | <{{{3}}}> |
TO DO | ./util/kkeyserver.h | ?? | <{{{3}}}> |
XmlGui
Status | Description | Contact | |
---|---|---|---|
TO DO | ./dialogs/kshortcutseditor.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/kshortcutsdialog.h | ?? | <{{{3}}}> |
TO DO | ./dialogs/kedittoolbar.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kshortcutwidget.h | ?? | <{{{3}}}> |
TO DO | ./widgets/kkeysequencewidget.h | ?? | <{{{3}}}> |
TO DO | ./util/kundoactions.h | ?? | <{{{3}}}> |
TO DO | ./kdepackages.h (goes with kbugreport) | ?? | <{{{3}}}> |
TO DO | ./xmlgui/kxmlguiclient.h | ?? | <{{{3}}}> |
TO DO | ./xmlgui/kxmlguiwindow.h | ?? | <{{{3}}}> |
TO DO | ./xmlgui/kxmlguifactory.h | ?? | <{{{3}}}> |
TO DO | ./xmlgui/kmainwindow.h | ?? | <{{{3}}}> |
TO DO | ./xmlgui/kxmlguibuilder.h | ?? | <{{{3}}}> |
TO DO | ./xmlgui/ktoolbar.h | ?? | <{{{3}}}> |
TO DO | ./shortcuts/kcheckaccelerators.h | ?? | <{{{3}}}> |
TO DO | ./actions/kactioncollection.h | ?? | <{{{3}}}> |
TO DO | ./actions/ktoggletoolbaraction.h | ?? | <{{{3}}}> |
TO DO | ./actions/kactioncategory.h | ?? | <{{{3}}}> |
KTextWidgets
Status | Description | Contact | |
---|---|---|---|
TO DO | ./findreplace/kfinddialog.h | ?? | <{{{3}}}> |
TO DO | ./findreplace/kreplacedialog.h | ?? | <{{{3}}}> |
TO DO | ./findreplace/kfind.h | ?? | <{{{3}}}> |
TO DO | ./findreplace/kreplace.h | ?? | <{{{3}}}> |
TO DO | ./widgets/krichtextwidget.h | ?? | <{{{3}}}> |
TO DO | ./widgets/nestedlisthelper.h (goes with krichtextedit) | ?? | <{{{3}}}> |
TO DO | ./widgets/ktextedit.h | ?? | <{{{3}}}> |
TO DO | ./widgets/krichtextedit.h | ?? | <{{{3}}}> |