[kde-doc-english] [skrooge] skrooge: doc: Add X-DocPath so that Skrooge is shown in KHelpCenter.

2011-04-23 Thread Raphael Kubo da Costa
Git commit 6230f70d3a2497d1f45e5414d048bec16fb0eb1b by Raphael Kubo da Costa.
Committed on 23/04/2011 at 23:12.
Pushed by rkcosta into branch 'master'.

doc: Add X-DocPath so that Skrooge is shown in KHelpCenter.

CCMAIL: guillaume.debure at gmail.com
CCMAIL: stephane at mankowski.fr
CCMAIL: kde-doc-english at kde.org

M  +1-0skrooge/skrooge.desktop 

http://commits.kde.org/skrooge/6230f70d3a2497d1f45e5414d048bec16fb0eb1b

diff --git a/skrooge/skrooge.desktop b/skrooge/skrooge.desktop
index 53d93bc..61ad83a 100644
--- a/skrooge/skrooge.desktop
+++ b/skrooge/skrooge.desktop
@@ -45,3 +45,4 @@ X-KDE-StartupNotify=true
 Categories=Qt;KDE;Office;Finance;
 
MimeType=application/x-skg;application/x-skgc;application/x-kmymoney;application/vnd.intu.qfx;application/x-ofx;application/x-homebank;application/x-gnc;application/x-gnucash;application/x-gsb;
 X-DBUS-StartupType=Unique
+X-DocPath=skrooge/index.html


[kde-doc-english] Re: Where to find Skrooge's documentation in KHelpCenter

2011-04-23 Thread Yuri Chornoivan
 Sat, 23 Apr 2011 21:33:36 +0300, Raphael Kubo da Costa  
:

> "Yuri Chornoivan"  writes:
>
>>  Sat, 23 Apr 2011 18:38:44 +0300, Raphael Kubo da Costa
>> :
>>> It works fine too. I wonder why it doesn't seem to be categorized in
>>> khelpcenter.
>>
>> Does it appear in KHC if the string
>>
>> X-DocPath=skrooge/index.html
>>
>> is added at the end of /usr/share/applications/kde4/skrooge.desktop?
>
> Yes, it does. Can I commit that change?

I am just a translator, but yes, please. ;)


[kde-doc-english] Re: Where to find Skrooge's documentation in KHelpCenter

2011-04-23 Thread Yuri Chornoivan
 Sat, 23 Apr 2011 18:38:44 +0300, Raphael Kubo da Costa  
:

> Freek de Kruijf  writes:
>
>> Op zaterdag 23 april 2011 04:30:33 schreef Raphael Kubo da Costa:
>>> Sorry if this ends up being a user question, but I thought there's a
>>> chance there's something wrong with either khelpcenter or Skrooge's
>>> docbook.
>>>
>>> I've compiled and installed Skrooge from git here into my $KDEDIR with
>>> all my other KDE modules. However, when I launch KHelpCenter I'm unable
>>> to find Skrooge's documentation, be it in the "Application Manuals" or
>>> in alphabetical list in the glossary.
>>>
>>> However, if I try to open Skrooge's handbook via Skrooge itself, it
>>> works fine.
>>
>> How about opening the handbook in Konqueror with help:/skrooge ?
>
> It works fine too. I wonder why it doesn't seem to be categorized in
> khelpcenter.

Hi,

Does it appear in KHC if the string

X-DocPath=skrooge/index.html

is added at the end of /usr/share/applications/kde4/skrooge.desktop?

Thanks in advance.

Yuri


[kde-doc-english] [Bug 271569] Bad link into onlinehelp

2011-04-23 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=271569


Alexander Potashev  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||aspotashev at gmail.com
 Resolution||FIXED




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[kde-doc-english] [Bug 271569] Bad link into onlinehelp

2011-04-23 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=271569


Yuri Chornoivan  changed:

   What|Removed |Added

 CC||yurchor at ukr.net




--- Comment #1 from Yuri Chornoivan   2011-04-23 18:53:56 ---
Fixed in master:

http://commits.kde.org/kde-runtime/f935f7f8d428c6fdad4c7b0d49d019971c76254a

Thanks for the report.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[kde-doc-english] [Bug 271569] New: Bad link into onlinehelp

2011-04-23 Thread Antoni Bella
https://bugs.kde.org/show_bug.cgi?id=271569

   Summary: Bad link into onlinehelp
   Product: docs
   Version: 0.5
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Corrections
AssignedTo: kde-doc-english at kde.org
ReportedBy: antonibella5 at orange.es


Version:   0.5 (using KDE 4.6.2) 
OS:Linux

Hello

I'm updating the documentation with the new KDE translations for Catalan
UserBase and I think a link is incorrect - the page has been deleted.

Into: kdebase-runtime/onlinehelp.po

This link not exist:
http://userbase.kde.org/UserBase";>UserBase

As a tip change to:
http://userbase.kde.org/Welcome_to_KDE_UserBase";>UserBase

Next version is afected

Regards
Toni

Reproducible: Didn't try




OS: Linux (x86_64) release 2.6.38.2
Compiler: cc

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[kde-doc-english] Re: Where to find Skrooge's documentation in KHelpCenter

2011-04-23 Thread Raphael Kubo da Costa
"Yuri Chornoivan"  writes:

>  Sat, 23 Apr 2011 18:38:44 +0300, Raphael Kubo da Costa  
> :
>> It works fine too. I wonder why it doesn't seem to be categorized in
>> khelpcenter.
>
> Does it appear in KHC if the string
>
> X-DocPath=skrooge/index.html
>
> is added at the end of /usr/share/applications/kde4/skrooge.desktop?

Yes, it does. Can I commit that change?


[kde-doc-english] Re: Where to find Skrooge's documentation in KHelpCenter

2011-04-23 Thread Raphael Kubo da Costa
Freek de Kruijf  writes:

> Op zaterdag 23 april 2011 04:30:33 schreef Raphael Kubo da Costa:
>> Sorry if this ends up being a user question, but I thought there's a
>> chance there's something wrong with either khelpcenter or Skrooge's
>> docbook.
>> 
>> I've compiled and installed Skrooge from git here into my $KDEDIR with
>> all my other KDE modules. However, when I launch KHelpCenter I'm unable
>> to find Skrooge's documentation, be it in the "Application Manuals" or
>> in alphabetical list in the glossary.
>> 
>> However, if I try to open Skrooge's handbook via Skrooge itself, it
>> works fine.
>
> How about opening the handbook in Konqueror with help:/skrooge ?

It works fine too. I wonder why it doesn't seem to be categorized in
khelpcenter.


[kde-doc-english] [kde-workspace] kcontrol/desktoptheme: Allow the SVG icons used in a desktop theme to be customised

2011-04-23 Thread Jonathan Marten
Git commit 6484e9fdc730fdc6d84bc79b1bb1adff726a6124 by Jonathan Marten.
Committed on 23/04/2011 at 11:37.
Pushed by marten into branch 'master'.

Allow the SVG icons used in a desktop theme to be customised

This adds a further item "Icons" to the list of things that can
be customised via the "Desktop Theme - Details" dialogue.  This
corresponds to the "icons" subdirectory of the theme, which holds
SVG icons used in the system tray.

REVIEW:101175
I18N:
GUI:

M  +1-0kcontrol/desktoptheme/desktopthemedetails.cpp 

http://commits.kde.org/kde-workspace/6484e9fdc730fdc6d84bc79b1bb1adff726a6124

diff --git a/kcontrol/desktoptheme/desktopthemedetails.cpp 
b/kcontrol/desktoptheme/desktopthemedetails.cpp
index 4daced9..d117a35 100644
--- a/kcontrol/desktoptheme/desktopthemedetails.cpp
+++ b/kcontrol/desktoptheme/desktopthemedetails.cpp
@@ -47,6 +47,7 @@ const ThemeItemNameType themeCollectionName[] = {
 { "Pager", I18N_NOOP2("plasma name", "Pager"), "widgets/pager", "plasma"},
 { "Run Command Dialog", I18N_NOOP2("plasma name", "Run Command Dialog"), 
"dialogs/krunner", "system-run"},
 { "Shutdown Dialog", I18N_NOOP2("plasma name", "Shutdown Dialog"), 
"dialogs/shutdowndialog", "system-shutdown"},
+{ "Icons", I18N_NOOP2("plasma name", "Icons"), "icons/", 
"preferences-desktop-icons"},
 { 0, 0,0,0 } // end of data
 };
 


[kde-doc-english] Re: Where to find Skrooge's documentation in KHelpCenter

2011-04-23 Thread Freek de Kruijf
Op zaterdag 23 april 2011 04:30:33 schreef Raphael Kubo da Costa:
> Sorry if this ends up being a user question, but I thought there's a
> chance there's something wrong with either khelpcenter or Skrooge's
> docbook.
> 
> I've compiled and installed Skrooge from git here into my $KDEDIR with
> all my other KDE modules. However, when I launch KHelpCenter I'm unable
> to find Skrooge's documentation, be it in the "Application Manuals" or
> in alphabetical list in the glossary.
> 
> However, if I try to open Skrooge's handbook via Skrooge itself, it
> works fine.

How about opening the handbook in Konqueror with help:/skrooge ?

-- 
fr.gr.

Freek de Kruijf