This is a multi-part message in MIME format. --nextPart2841245.hNJIRFbQlW Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" Am Mittwoch, 23. April 2014, 14:32:07 schrieb Lindsay Mathieson: > There is a alternate baloo KCM at: >=20 > https://gitorious.org/baloo-kcmadv >=20 > checkout with: >=20 > git clone git://gitorious.org/baloo-kcmadv/baloo-kcmadv.git >=20 Patch to fix broken i18n attached. >=20 > Implements: > - Enable/Disable Baloo Checkbox >=20 > - Choose Folders to index Dialog, effectively acts as a white/blackli= st >=20 > - there's a Status & Suspend area but that is unimplemented for now, > depending on whether it is considered necessary. >=20 Display of list with included/excluded Folders is more important for me= , but=20 why not use "Details..." as in nepomuk kcm to display the status. Btw. the KCM has an Help button, clicking that opens KHelpcenter with t= he page=20 "Documentation not Found", that is bad user experience. My preferred solution: add a docbook (article) file, if you need help w= ith that=20 just drop me a note. > Notes: > The "Folders to Index" dialog is a modal popup. I did considering mak= ing it > into a live panel in the KCM, but unsure as to whether that is desira= ble or > not. >=20 > Perhaps keep the "Customise Folders" button as is and just list the f= oler > Inclusions and Exclusions below? I'd prefer to see the list of included/excluded Folders by default. --=20 Burkhard L=FCck --nextPart2841245.hNJIRFbQlW Content-Disposition: attachment; filename="baloo-kcmadv.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="baloo-kcmadv.diff" diff --git a/Messages.sh b/Messages.sh index bba65ef..d200a7d 100755 --- a/Messages.sh +++ b/Messages.sh @@ -1,4 +1,4 @@ #! /usr/bin/env bash $EXTRACTRC `find . -name "*.ui"` >> rc.cpp || exit 11 -$XGETTEXT `find . -name "*.cpp"` -o $podir/kcm_baloofile.pot +$XGETTEXT `find . -name "*.cpp"` -o $podir/kcm_baloofileadv.pot rm -f rc.cpp diff --git a/kcm.cpp b/kcm.cpp index d29f286..410598d 100644 --- a/kcm.cpp +++ b/kcm.cpp @@ -36,7 +36,7 @@ #include K_PLUGIN_FACTORY(BalooConfigModuleFactory, registerPlugin();) -K_EXPORT_PLUGIN(BalooConfigModuleFactory("kcm_baloofileadv", "kcm_baloofileadv")) +K_EXPORT_PLUGIN(BalooConfigModuleFactory("kcm_baloofileadv")) namespace --nextPart2841245.hNJIRFbQlW Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << --nextPart2841245.hNJIRFbQlW--