From kde-commits Mon Sep 22 10:03:34 2003 From: Alexander Dymo Date: Mon, 22 Sep 2003 10:03:34 +0000 To: kde-commits Subject: kdevelop/parts/doctreeview X-MARC-Message: https://marc.info/?l=kde-commits&m=106422548615249 CVS commit by dymo: Finished enabling/disabling docs GUI in Project Configuration Dialog, also removed that from Global Configuration Dialog. UI polishing: doctreeview Changes: Tab order in dialogs, setToolTip() and setWhatsThis() for KAction's, whatsthis and tooltips for menus and tool buttons, dialog accelerators check. M +26 -21 doctreeglobalconfigwidget.cpp 1.26 M +113 -95 doctreeglobalconfigwidgetbase.ui 1.19 M +141 -106 doctreeprojectconfigwidget.cpp 1.6 M +8 -16 doctreeprojectconfigwidget.h 1.4 M +38 -116 doctreeprojectconfigwidgetbase.ui 1.8 M +28 -16 doctreeviewpart.cpp 1.43 M +113 -28 doctreeviewwidget.cpp 1.70 M +6 -2 doctreeviewwidget.h 1.22 M +15 -22 librarydocdlgbase.ui 1.10