Summary: | [WISH] add timezone search for kcontrol clock module. | ||
---|---|---|---|
Product: | [Unmaintained] kcontrol | Reporter: | cjacker <cjacker> |
Component: | kcmclock | Assignee: | Paul Campbell <paul> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
cjacker
2006-03-13 05:48:46 UTC
SVN commit 1111865 by sitter: Make timezone tab searchable via a KTreeWidgetSearchLine BUG: 123538 M +17 -15 dateandtime.ui M +2 -0 dtime.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1111865 SVN commit 1112074 by sitter: Backporting r1111779, r1111783, r1111865, r1111878 and r1111886 * Make ntpUtility lookup code work properly (fullpath lookup) and streamline it a bit * Cleanup helper * Pass ntpUtility found in dtime to helper instead of looking it up again * Ensure kcmclockrc is world readable to make sure it can be read later on This makes the KCM save the NTP config properly AND makes the NTP settings actually apply \o/ * Lock widget before invoking auth, to prevent problems from occuring... the KCM controls however do not quite follow my orders and stay active :( * Make timezone tab searchable via a KTreeWidgetSearchLine * Insert timezones4 catalog for KTimeZoneWidget::displayName * Fix timezone changes BUG: 123538 BUG: 148890 BUG: 148790 M +17 -0 dateandtime.ui M +10 -11 dtime.cpp M +12 -15 helper.cpp M +2 -1 helper.h M +10 -0 main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1112074 |