CVS commit by kainhofe: By default include all parts into the report (use this default also in the setup dialog...). Also made the first column of the QListView use the full width of the view M +2 -1 sysinfo-setup.cc 1.3 M +3 -0 sysinfo-setup_dialog.ui 1.3 --- kdepim/kpilot/conduits/sysinfoconduit/sysinfo-setup.cc #1.2:1.3 @@ -115,5 +115,6 @@ void SysInfoWidgetConfig::load(KConfig * { i = new QCheckListItem(fConfigWidget->fPartsList,i18n(p->name),QCheckListItem::CheckBox); - i->setOn(fConfig->readBoolEntry(p->key,false)); + // by default let the sysinfo conduit write out all available information + i->setOn(fConfig->readBoolEntry(p->key, true)); i->setText(1,QString::fromLatin1(p->key)); p++; --- kdepim/kpilot/conduits/sysinfoconduit/sysinfo-setup_dialog.ui #1.2:1.3 @@ -168,4 +168,7 @@ fPartsList + + LastColumn +