[okteta] doc: typo fix

2016-08-18 Thread Pino Toscano
Git commit 324cb928a137dcd81ea03913bc34c9f8baf9c491 by Pino Toscano.
Committed on 18/08/2016 at 21:31.
Pushed by pino into branch 'master'.

typo fix

" its" -> "theirs", since it refers to "bytes"

M  +1-1doc/index.docbook

http://commits.kde.org/okteta/324cb928a137dcd81ea03913bc34c9f8baf9c491

diff --git a/doc/index.docbook b/doc/index.docbook
index 20b9c43..738be5a 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -74,7 +74,7 @@ for the characters.
 
 Besides the usual editing capabilities  also brings a small set 
of
 tools, like a table listing decodings into common simple data types, a table
-listing all possible bytes with its' character and value equivalents, an info
+listing all possible bytes with their character and value equivalents, an info
 view with a statistic, a checksum calculator, a filter tool and a string
 extraction tool.
 


Re: Last version of Documentation Primer manual

2016-08-18 Thread Olivier Churlaud
Le 18/08/2016 à 20:57, Burkhard Lück a écrit :
> Am Donnerstag, 18. August 2016, 18:58:30 CEST schrieb Olivier Churlaud:
>> Le 18/08/2016 à 18:33, Burkhard Lück a écrit :
>>> Am Donnerstag, 18. August 2016, 16:45:58 CEST schrieb Luigi Toscano:
 Hi,

 Olivier (please keep him in CC) was asking about the last version of the
 KDE Documentation Primer in order to update some links.
 The original manual has been updated, so when Burkhard pushes the updated
 html and PDF, can we remove the version on the wiki?
 https://community.kde.org/Guidelines_and_HOWTOs/Documentation
>>> Yes that version is useless now and should be removed when HTML/PDf are
>>> generated and available on the l10n server.
>> So I updated
>> * https://community.kde.org/Guidelines_and_HOWTOs/Quality
>>
>> Please tell me when to remove the pages. I can do all at once with a
>> comment to tell the new location. I'll also update techbase...
>>
> http://l10n.kde.org/docs/doc-primer/index.html 
> Revision Frameworks 5.22 (2016-06-01) 
> is online
>
I deleted the pages, with a comment linking to the new resources.

Cheers,
Olivier


Re: Last version of Documentation Primer manual

2016-08-18 Thread Burkhard Lück
Am Donnerstag, 18. August 2016, 18:58:30 CEST schrieb Olivier Churlaud:
> Le 18/08/2016 à 18:33, Burkhard Lück a écrit :
> > Am Donnerstag, 18. August 2016, 16:45:58 CEST schrieb Luigi Toscano:
> >> Hi,
> >> 
> >> Olivier (please keep him in CC) was asking about the last version of the
> >> KDE Documentation Primer in order to update some links.
> >> The original manual has been updated, so when Burkhard pushes the updated
> >> html and PDF, can we remove the version on the wiki?
> >> https://community.kde.org/Guidelines_and_HOWTOs/Documentation
> > 
> > Yes that version is useless now and should be removed when HTML/PDf are
> > generated and available on the l10n server.
> 
> So I updated
> * https://community.kde.org/Guidelines_and_HOWTOs/Quality
> 
> Please tell me when to remove the pages. I can do all at once with a
> comment to tell the new location. I'll also update techbase...
> 
http://l10n.kde.org/docs/doc-primer/index.html 
Revision Frameworks 5.22 (2016-06-01) 
is online

-- 
Burkhard Lück



Re: Last version of Documentation Primer manual

2016-08-18 Thread Olivier Churlaud
Le 18/08/2016 à 18:33, Burkhard Lück a écrit :
> Am Donnerstag, 18. August 2016, 16:45:58 CEST schrieb Luigi Toscano:
>> Hi,
>>
>> Olivier (please keep him in CC) was asking about the last version of the KDE
>> Documentation Primer in order to update some links.
>> The original manual has been updated, so when Burkhard pushes the updated
>> html and PDF, can we remove the version on the wiki?
>> https://community.kde.org/Guidelines_and_HOWTOs/Documentation
>>
> Yes that version is useless now and should be removed when HTML/PDf are 
> generated and available on the l10n server.
>
So I updated
* https://community.kde.org/Guidelines_and_HOWTOs/Quality

Please tell me when to remove the pages. I can do all at once with a
comment to tell the new location. I'll also update techbase...

Cheers
Olivier


Last version of Documentation Primer manual

2016-08-18 Thread Luigi Toscano
Hi,

Olivier (please keep him in CC) was asking about the last version of the KDE 
Documentation Primer in order to update some links. 
The original manual has been updated, so when Burkhard pushes the updated html 
and PDF, can we remove the version on the wiki?
https://community.kde.org/Guidelines_and_HOWTOs/Documentation

Ciao
-- 
Luigi


[kstars] kstars: Introducing a new way of adding deep-sky objects into KStars

2016-08-18 Thread Akarsh Simha
Git commit 0a7cb3af6a92f02aac27438273ea170cfba995a5 by Akarsh Simha.
Committed on 18/08/2016 at 09:36.
Pushed by asimha into branch 'master'.

Introducing a new way of adding deep-sky objects into KStars

1. Create a new SyncedCatalogComponent catalog called
   "_Manual_Additions". This holds manually added DSOs that were not
   resolved from the internet. The concept is however the same -- it
   is a fake catalog for such custom added objects.

2. Build a UI for the purpose of manually introducing objects into
   this catalog.

FEATURE:
CCMAIL: kstars-de...@kde.org
GUI:

M  +2-0kstars/CMakeLists.txt
M  +1-0kstars/data/kstarsui.rc
M  +1-0kstars/kstars.cpp
M  +6-0kstars/kstars.h
M  +9-0kstars/kstarsactions.cpp
M  +4-0kstars/kstarsinit.cpp
M  +18   -2kstars/skycomponents/skymapcomposite.cpp
M  +3-0kstars/skycomponents/skymapcomposite.h
A  +293  -0kstars/tools/adddeepskyobject.cpp [License: GPL (v2+)]
A  +80   -0kstars/tools/adddeepskyobject.h [License: GPL (v2+)]
M  +95   -68   kstars/tools/adddeepskyobject.ui

http://commits.kde.org/kstars/0a7cb3af6a92f02aac27438273ea170cfba995a5

diff --git a/kstars/CMakeLists.txt b/kstars/CMakeLists.txt
index 6ef896d..aad4fe3 100644
--- a/kstars/CMakeLists.txt
+++ b/kstars/CMakeLists.txt
@@ -205,6 +205,7 @@ set(libkstarstools_SRCS
 tools/eyepiecefield.cpp
 tools/exporteyepieceview.cpp
 tools/starhopperdialog.cpp
+tools/adddeepskyobject.cpp
 )
 
 if(${KF5_VERSION} VERSION_EQUAL 5.18.0 OR ${KF5_VERSION} VERSION_GREATER 
5.18.0)
@@ -265,6 +266,7 @@ ki18n_wrap_ui(libkstarstools_SRCS
 tools/flagmanager.ui
 tools/starhopperdialog.ui
 tools/horizonmanager.ui
+tools/adddeepskyobject.ui
 )
 
 if (${KF5_VERSION} VERSION_EQUAL 5.18.0 OR ${KF5_VERSION} VERSION_GREATER 
5.18.0)
diff --git a/kstars/data/kstarsui.rc b/kstars/data/kstarsui.rc
index c0821b7..153fdcb 100644
--- a/kstars/data/kstarsui.rc
+++ b/kstars/data/kstarsui.rc
@@ -87,6 +87,7 @@
 
 
 
+
 
 Observation

diff --git a/kstars/kstars.cpp b/kstars/kstars.cpp
index ef027f9..1c07051 100644
--- a/kstars/kstars.cpp
+++ b/kstars/kstars.cpp
@@ -66,6 +66,7 @@ KStars::KStars( bool doSplash, bool clockrun, const QString 
 )
   //#if 0
   m_WIView(0), m_ObsConditions(0), m_wiDock(0),
   //#endif
+  m_addDSODialog(0),
   DialogIsObsolete(false), StartClockRunning( clockrun ),
   StartDateString( startdate )
 {
diff --git a/kstars/kstars.h b/kstars/kstars.h
index af769d2..50cb7a0 100644
--- a/kstars/kstars.h
+++ b/kstars/kstars.h
@@ -58,6 +58,7 @@ class PrintingWizard;
 class EkosManager;
 class HorizonManager;
 class EyepieceField;
+class AddDeepSkyObject;
 
 class OpsCatalog;
 class OpsGuides;
@@ -469,6 +470,9 @@ public Q_SLOTS:
 /** Show the eyepiece view tool */
 void slotEyepieceView( SkyPoint *sp, const QString  = QString() 
);
 
+/** Show the add deep-sky object dialog */
+void slotAddDeepSkyObject();
+
 
 private slots:
 /** action slot: open a dialog for setting the time and date */
@@ -683,6 +687,8 @@ private:
 EkosManager *m_EkosManager;
 #endif
 
+AddDeepSkyObject *m_addDSODialog;
+
 // FIXME Port to QML2
 //#if 0
 WIView *m_WIView;
diff --git a/kstars/kstarsactions.cpp b/kstars/kstarsactions.cpp
index c984c3c..c50afe2 100644
--- a/kstars/kstarsactions.cpp
+++ b/kstars/kstarsactions.cpp
@@ -80,6 +80,7 @@
 #include "tools/wutdialog.h"
 #include "tools/observinglist.h"
 #include "tools/eyepiecefield.h"
+#include "tools/adddeepskyobject.h"
 
 #ifdef HAVE_KF5WIT
 #include "tools/whatsinteresting/wiview.h"
@@ -1486,3 +1487,11 @@ void KStars::slotUpdateSatellites()
 {
 data()->skyComposite()->satellites()->updateTLEs();
 }
+
+void KStars::slotAddDeepSkyObject() {
+if( ! m_addDSODialog ) {
+Q_ASSERT( data() && data()->skyComposite() && 
data()->skyComposite()->manualAdditionsComponent() );
+m_addDSODialog = new AddDeepSkyObject( this, 
data()->skyComposite()->manualAdditionsComponent() );
+}
+m_addDSODialog->show();
+}
diff --git a/kstars/kstarsinit.cpp b/kstars/kstarsinit.cpp
index 842b6fe..06939ef 100644
--- a/kstars/kstarsinit.cpp
+++ b/kstars/kstarsinit.cpp
@@ -356,6 +356,10 @@ void KStars::initActions() {
 << i18n("Startup Wizard..." )
 << QIcon::fromTheme("tools-wizard" );
 
+// Manual data entry
+actionCollection()->addAction( "manual_add_dso", this, SLOT( 
slotAddDeepSkyObject() ) )
+<< i18n( "Manually add a deep-sky object" );
+
 // Updates actions
 actionCollection()->addAction( "update_comets", this, SLOT( 
slotUpdateComets() ) )
 << i18n( "Update comets orbital elements" );
diff --git a/kstars/skycomponents/skymapcomposite.cpp 
b/kstars/skycomponents/skymapcomposite.cpp
index 34488b8..412df2a 100644
--- a/kstars/skycomponents/skymapcomposite.cpp
+++ 

Re: Review Request 128685: Proofread + update performance kcm docbook

2016-08-18 Thread Burkhard Lück


> On Aug. 16, 2016, 7:11 vorm., David Faure wrote:
> > Can you move it to kde-baseapps, along with any other konqueror-related 
> > docbook?
> 
> Burkhard Lück wrote:
> move khtml-behavior, bookmarks, html-java-js, khtml-adblock, history, 
> performance, kcmcss, filemanager, khtml-general preserving history 
> from plasma-desktop to kde-baseapps does not make sense, because these 
> docbooks have no history in plasma-desktop besides the initial commit
> 
> https://quickgit.kde.org/?p=plasma-desktop.git=commit=d64d589db1291fc61935585019f492943ce0032a
> and the history before this commit is hidden and not easy to access.
> 
> From my pov these docbook dirs should be copied from kde-runtime (with 
> history) into the directory kde-runtime/doc/kcontrol/
> and these dirs should be deleted afterwards in plasma-desktop

- From my pov these docbook dirs should be copied from kde-runtime (with 
history) into the directory kde-runtime/doc/kcontrol/
- and these dirs should be deleted afterwards in plasma-desktop

+ From my pov these docbook dirs should be copied from kde-runtime (with 
history) into the directory kde-baseapps/doc/kcontrol/
+ and these dirs should be deleted afterwards in plasma-desktop


- Burkhard


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128685/#review98410
---


On Aug. 15, 2016, 11:48 vorm., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128685/
> ---
> 
> (Updated Aug. 15, 2016, 11:48 vorm.)
> 
> 
> Review request for Documentation, KDE Base Apps, Plasma, and David Faure.
> 
> 
> Repository: plasma-desktop
> 
> 
> Description
> ---
> 
> proofread + update
> remove obsolete comment
> 
> code in kde-baseapps - docbook in plasma-desktop?
> 
> 
> Diffs
> -
> 
>   doc/kcontrol/performance/index.docbook 5ac5055 
> 
> Diff: https://git.reviewboard.kde.org/r/128685/diff/
> 
> 
> Testing
> ---
> 
> passes checkXML5
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: Review Request 128684: Proofread + update khtml-general kcm docbook

2016-08-18 Thread Yuri Chornoivan


> On Сер. 16, 2016, 7:05 до полудня, David Faure wrote:
> > doc/kcontrol/khtml-general/index.docbook, line 51
> > 
> >
> > Well, qt5-webkit and kwebkitpart do still exist. They're just not 
> > really maintained (but then again that is a problem for konqueror itself as 
> > well, especially due to being built on top of deprecated web engines...). 
> > (I hate this situation.)
> 
> Burkhard Lück wrote:
> Thanks to your hints I just detected that kwebkitpart has a frameworks 
> branch. Building this branch I get the webkit engine back in konqueror kf5.
> But kwebkitpart frameworks branch is unreleased, stable/released branch 
> is 1.3 kde4 based, master as well.
> So should I update the docbooks for konqueror with kwebkitpart/frameworks 
> branch?
> 
> Burkhard Lück wrote:
> > So should I update the docbooks for konqueror with 
> kwebkitpart/frameworks branch?
> 
> kde-doc-english: please comment/answer my question
> thanks

+1


- Yuri


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128684/#review98408
---


On Сер. 15, 2016, 11:40 до полудня, Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128684/
> ---
> 
> (Updated Сер. 15, 2016, 11:40 до полудня)
> 
> 
> Review request for Documentation, KDE Base Apps, Plasma, and David Faure.
> 
> 
> Repository: plasma-desktop
> 
> 
> Description
> ---
> 
> proofread + update
> comment webkit
> 
> code in kde-baseapps - docbook in plasma-desktop?
> 
> 
> Diffs
> -
> 
>   doc/kcontrol/khtml-general/index.docbook 1b9c80e 
> 
> Diff: https://git.reviewboard.kde.org/r/128684/diff/
> 
> 
> Testing
> ---
> 
> passes checkXML5
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: Review Request 128684: Proofread + update khtml-general kcm docbook

2016-08-18 Thread Burkhard Lück


> On Aug. 16, 2016, 7:05 vorm., David Faure wrote:
> > doc/kcontrol/khtml-general/index.docbook, line 51
> > 
> >
> > Well, qt5-webkit and kwebkitpart do still exist. They're just not 
> > really maintained (but then again that is a problem for konqueror itself as 
> > well, especially due to being built on top of deprecated web engines...). 
> > (I hate this situation.)
> 
> Burkhard Lück wrote:
> Thanks to your hints I just detected that kwebkitpart has a frameworks 
> branch. Building this branch I get the webkit engine back in konqueror kf5.
> But kwebkitpart frameworks branch is unreleased, stable/released branch 
> is 1.3 kde4 based, master as well.
> So should I update the docbooks for konqueror with kwebkitpart/frameworks 
> branch?

> So should I update the docbooks for konqueror with kwebkitpart/frameworks 
> branch?

kde-doc-english: please comment/answer my question
thanks


- Burkhard


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128684/#review98408
---


On Aug. 15, 2016, 11:40 vorm., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128684/
> ---
> 
> (Updated Aug. 15, 2016, 11:40 vorm.)
> 
> 
> Review request for Documentation, KDE Base Apps, Plasma, and David Faure.
> 
> 
> Repository: plasma-desktop
> 
> 
> Description
> ---
> 
> proofread + update
> comment webkit
> 
> code in kde-baseapps - docbook in plasma-desktop?
> 
> 
> Diffs
> -
> 
>   doc/kcontrol/khtml-general/index.docbook 1b9c80e 
> 
> Diff: https://git.reviewboard.kde.org/r/128684/diff/
> 
> 
> Testing
> ---
> 
> passes checkXML5
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Review Request 128705: Update Glossary docbooks

2016-08-18 Thread Burkhard Lück

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128705/
---

Review request for Documentation.


Repository: khelpcenter


Description
---

proofread + update
add comments + questions inline
please help to get this in good shape


Diffs
-

  doc/glossary/index.docbook 3732d95 
  doc/glossary/kdeprintingglossary.docbook f9e03dc 

Diff: https://git.reviewboard.kde.org/r/128705/diff/


Testing
---

passes checkXML5


Thanks,

Burkhard Lück



[dolphin] doc: fix changed menuitem string + add some comments

2016-08-18 Thread Burkhard Lück
Git commit 8529547344cf940e9e51e74e8711d41f008add03 by Burkhard Lück.
Committed on 18/08/2016 at 05:56.
Pushed by lueck into branch 'master'.

fix changed menuitem string + add some comments

M  +3-2doc/index.docbook

http://commits.kde.org/dolphin/8529547344cf940e9e51e74e8711d41f008add03

diff --git a/doc/index.docbook b/doc/index.docbook
index a1f299f..cf4f0a0 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -774,6 +774,7 @@ current folder,  click in the work space and click
 
 Finding Files and Searching in Files
 
+
 
  is capable of searching for files and for content in files. If 

 F is pressed or  
Edit 
@@ -1582,7 +1583,7 @@ to the trash and cannot be 
restored.
 Shows the properties dialog for the currently selected
 item(s).
 
-
+
 
 
 
@@ -1776,7 +1777,7 @@ current folder grouped by the option selected in 
Sort By.
 
 View
-Show Hidden Files
+Hidden Files
 
 Shows all the hidden files and sub-folders within the 
current
 folder.