Re: KDE Frameworks on Inqlude

2014-01-12 Thread Michael Palimaka
On 01/13/2014 09:11 AM, Cornelius Schumacher wrote:
> KDE Frameworks now have a dedicated page on Inqlude. There is a group listing 
> all frameworks at http://inqlude.org/groups/kde-frameworks.html. The 
> intention 
> is not to make them stand out, but to have a logical grouping and one view to 
> see them all at a glance.

Hi,

According to that page, all frameworks are LGPLv2.1+ but I don't think
that's entirely accurate. Although the the COPYING.LIB file says that
in, for example, kjs, the files in that repo mostly say LGPLv2+ with a
few BSD licensed files in there too..

Best regards,
Michael

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 114962: Improve dependency specifications

2014-01-12 Thread Michael Palimaka


> On Jan. 11, 2014, 8:02 p.m., Alex Merry wrote:
> > This should be using QT_REQUIRED_VERSION everywhere.  Actually, if you 
> > could change it in the other CMakeLists.txt files, that would be good.  
> > Then it can be shipped.

No worries, will do. I only explicitly wrote the version for consistency 
because pretty much every single framework hardcodes 5.2.0 in non-root 
CMakeLists.txt


- Michael


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


On Jan. 11, 2014, 10:43 a.m., Michael Palimaka wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/114962/
> ---
> 
> (Updated Jan. 11, 2014, 10:43 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kconfig
> 
> 
> Description
> ---
> 
> QtTest and QtConcurrent are only required for autotests, so no need to find 
> them unconditionally.
> QtWidgets is not actually used - QtGui is instead.
> 
> 
> Diffs
> -
> 
>   src/gui/CMakeLists.txt e6ef7468a1e736d5d0c0e601e24f961270f2d0f2 
>   autotests/CMakeLists.txt e4790f691f5a9ae2989faef742c31615713e0027 
>   CMakeLists.txt b794b4b35479525873c342e6a6aa6677b3f00513 
> 
> Diff: https://git.reviewboard.kde.org/r/114962/diff/
> 
> 
> Testing
> ---
> 
> Builds and tests pass without QtWidgets installed. Builds without QtTest and 
> QtConcurrent installed.
> 
> 
> Thanks,
> 
> Michael Palimaka
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


KDE Frameworks on Inqlude

2014-01-12 Thread Cornelius Schumacher
KDE Frameworks now have a dedicated page on Inqlude. There is a group listing 
all frameworks at http://inqlude.org/groups/kde-frameworks.html. The intention 
is not to make them stand out, but to have a logical grouping and one view to 
see them all at a glance.

The data is taken from the READMEs in the git repository. It's not 
automatically extracted, so changes in the READMEs won't be synced 
immediately, but need to be transferred to the Inqlude manifests. The inqlude 
command line tool has an option to do that. I plan to sync the data from time 
to time, in particular after releases.

The release information currently is still missing on Inqlude. At the moment 
the frameworks are listed as generic libraries without a specific release. I 
plan to add the release info soon.

The data itself also needs a little bit of love. The descriptions can be 
improved in some places, additional links, e.g. to tutorials or API 
documentation need to be added, and each framework should have a nice home 
page.

But for now it is a decent start. Thanks to all the people who put so much 
effort into preparing the frameworks for their first release.

-- 
Cornelius Schumacher 
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 114991: I think frameworks 5 should use kde5 based emoticons ? , though i am not sure changing it now would make any sense o_O ? would leave up to reviewers

2014-01-12 Thread Siddharth Sharma

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

Review request for KDE Frameworks.


Repository: kemoticons


Description
---

I think frameworks 5 should use kde5 based emoticons ? , though i am not sure 
changing it now would make any sense o_O ? would leave up to reviewers


Diffs
-

  src/core/kemoticons.cpp bc72e16 

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


Testing
---

none


Thanks,

Siddharth Sharma

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 114988: Fix PREFIX parameter to ecm_generate_headers to match namespace KNS3

2014-01-12 Thread Friedrich W. H. Kossebau

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

Review request for KDE Frameworks, Aleix Pol Gonzalez and David Faure.


Repository: knewstuff


Description
---

Currently the KNewStuff CamelCase forwarding headers are installed in 
[...]/include/KF5/KNewStuff3/knewstuff3
Which seems wrong, at least does not follow the pattern seen with the other 
namespaced modules. And breaks all existing #includes if the build does not use 
KDE4Support with its variants of the CamelCase forwarding headers.

Attached patch changes the PREFIX parameter to ecm_generate_headers from 
knewstuff3 to KNS3, so that the prefix matches the namespace of the classes in 
the module.


Diffs
-

  src/CMakeLists.txt 05cd500 

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


Testing
---

Applied and run make install: CamelCase includes are installed in 
[...]/include/KF5/KNewStuff3/KNS3 directory, code which #includes KNS3/* 
without KDE4Support builds.


Thanks,

Friedrich W. H. Kossebau

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 114990: removing kde4 references from kauth

2014-01-12 Thread Siddharth Sharma

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

Review request for KDE Frameworks.


Repository: kauth


Description
---

removing kde4 references from kauth


Diffs
-

  src/kauthactionreply.h a7d2020 

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


Testing
---

none


Thanks,

Siddharth Sharma

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Updated READMEs

2014-01-12 Thread Cornelius Schumacher
I pushed updates to the READMEs, which complete the basic information with at 
least initial content. Aurélien reviewed the changes. The format of the 
REAMDEs is described in the Wiki [1].

One of the motivation behind these changes was to get all information ready to 
be parsed for Inqlude, so that we can include all frameworks there, and don't 
have to maintain the data twice.

For that I had to add two additional fields. One is a one-line summary at the 
top of the file. The other one is the home page. For now I put the main page 
on projects.kde.org for each framework there. We might want to use some more 
welcoming page there in the future, though.

[1]: 
https://community.kde.org/Frameworks/Epics/KF5.0_Release_Preparation/Necessary_Files

-- 
Cornelius Schumacher 
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Build failed in Jenkins: kjsembed_master_qt5 #7

2014-01-12 Thread KDE CI System
See 

--
Started by remote host 127.0.0.1 with note: Triggered by commit
Building remotely on LinuxSlave - 3 in workspace 

Running Prebuild steps
[kjsembed_master_qt5] $ /bin/sh -xe /tmp/hudson1584908465226162437.sh
+ /home/jenkins/scripts/setup-env.sh

Preparing to perform KDE Continuous Integration build
== Setting Up Sources

fatal: No remote repository specified.  Please, specify either a URL or a
remote name from which new revisions should be fetched.

== Cleaning Source Tree

fatal: Failed to resolve 'HEAD' as a valid ref.
Success build forhudson.tasks.Shell@77d455b7
Fetching changes from the remote Git repository
Fetching upstream changes from git://anongit.kde.org/kjsembed
ERROR: Couldn't find any revision to build. Verify the repository and branch 
configuration for this job.
[File exists] check if file exists [build/JUnitTestResults.xml]
Run condition [File exists] preventing perform for step [Publish JUnit test 
result report]
[File exists] check if file exists [build/cppcheck.xml]
Run condition [File exists] preventing perform for step [Publish Cppcheck 
results]
[WARNINGS] Skipping publisher since build result is FAILURE
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 114989: kapidox and other components from frameworks should use kde5-config instead of kde4-config, remove kde4 references

2014-01-12 Thread Siddharth Sharma

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

Review request for KDE Frameworks.


Repository: kapidox


Description
---

kapidox and other components from frameworks should use kde5-config instead of 
kde4-config, remove kde4 references


Diffs
-

  src/doxygen-preprocess-kcfg.sh 567a248 

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


Testing
---


Thanks,

Siddharth Sharma

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 114987: khtml and other components from frameworks should use kde5_install , remove kde4 refs

2014-01-12 Thread Siddharth Sharma

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

(Updated Jan. 12, 2014, 8:01 p.m.)


Review request for KDE Frameworks.


Changes
---

kde5_install


Summary (updated)
-

khtml and other components from frameworks should use kde5_install , remove 
kde4 refs


Repository: khtml


Description (updated)
---

khtml and other components from frameworks should use kde5_install , remove 
kde4 refs


Diffs
-

  tests/pics/CMakeLists.txt 3d2f8d5 

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


Testing
---

None


Thanks,

Siddharth Sharma

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 114987: khtml and other components from frameworks should use kde5-config , remove kde4 refs

2014-01-12 Thread Siddharth Sharma

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

Review request for KDE Frameworks.


Repository: khtml


Description
---

khtml and other components from frameworks should use kde5-config , remove kde4 
refs


Diffs
-

  tests/pics/CMakeLists.txt 3d2f8d5 

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


Testing
---

None


Thanks,

Siddharth Sharma

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


kwalletd about to be switched from kde-runtime to kwallet-framework

2014-01-12 Thread Valentin Rusu
Hello,

Please be informed that I successfully imported the git history of
kwalletd from kde-runtime to kwallet-framework, the I ported it to KF5.
The code is ready to be pushed, but there are 430 commits waiting on my
local copy. I filed a sysadmin ticket and as soon as it gets handled,
I'll push it.

After that, and if no one objects, I'll do the "git rm -rf kwalletd"
from frameworks branch of kde-runtime, also adjusting the main
CMakeLists.txt.

From now on kwalletd will live here:
kwallet-framework/src/runtime/kwalletd

-- 
Valentin Rusu (IRC valir, KDE vrusu)
KSecretsService (former KSecretService, KWallet replacement)




signature.asc
Description: OpenPGP digital signature
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Jenkins build became unstable: ktexteditor_master_qt5 #20

2014-01-12 Thread Christoph Cullmann
Hi,

we will take a look to the the 1-2 GUI related tests stable, seems to have some 
timing issues :/

Greetings
Christoph

- Ursprüngliche Mail -
> See 
> 
> ___
> Kde-frameworks-devel mailing list
> Kde-frameworks-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
> 

-- 
- Dr.-Ing. Christoph Cullmann -
AbsInt Angewandte Informatik GmbH  Email: cullm...@absint.com
Science Park 1 Tel:   +49-681-38360-22
66123 Saarbrücken  Fax:   +49-681-38360-20
GERMANYWWW:   http://www.AbsInt.com

Geschäftsführung: Dr.-Ing. Christian Ferdinand
Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins build became unstable: ktexteditor_master_qt5 #20

2014-01-12 Thread KDE CI System
See 

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins build is back to stable : ktexteditor_master_qt5 #19

2014-01-12 Thread KDE CI System
See 

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 114980: Do not explicity find or use Qt5WebKit(Widgets)

2014-01-12 Thread Alex Merry

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

Review request for KDE Frameworks and Alex Merry.


Repository: kdesignerplugin


Description
---

Do not explicity find or use Qt5WebKit(Widgets)

The kdewebkit designer plugin does not directly use anything from
Qt5WebKitWidgets, only KWebView from KF5WebKit.  Qt5WebKitWidgets is
found as a dependency of KF5WebKit.  So we do not need to find it
ourselves, or explicitly link against it.


Diffs
-

  CMakeLists.txt d13d071f935306df2d052b58a6a03ea92bba36f3 
  src/CMakeLists.txt 55ac819d4c2cbaac483cec9617402e18fbe22d2b 

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


Testing
---

Still configures, builds and installs.


Thanks,

Alex Merry

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 114979: Do not install licenses

2014-01-12 Thread Alex Merry

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

Review request for KDE Frameworks.


Repository: kapidox


Description
---

Do not install licenses

Firstly, we should certainly not be installing something as generic as
standard license texts to a location as generic as share/LICENSES.

Secondly, it is not our job to install license text at all.  We provide
licenses with all parts of our source distributions, and it is up to the
producers of binary distributions to decide on the best way to make
license text available for those.


Note that the combination of this and https://git.reviewboard.kde.org/r/114971/ 
will result in nothing being installed by kapidox at all.  I eventually intend 
to install the apidox generation scripts themselves, along with the necessary 
data files.


Diffs
-

  CMakeLists.txt 02114642f0713e44f581e58c4d47192b4db2d238 
  licenses/ARTISTIC 8f9bdefc4db9428a02812c0d24c887b0f3d7ef40 
  licenses/BSD cca2a5c9abb92e2f4d4d2ad7085dcd9f59809bd0 
  licenses/CMakeLists.txt ffc215b208cd7ebb5318e1283e306d24d396dc0d 
  licenses/GPL_V2 64a675c0f0e75697595e31e7c3ed75dbbe65e567 
  licenses/GPL_V3 94a9ed024d3859793618152ea559a168bbcbb5e2 
  licenses/LGPL_V2 172c288f875590edacca050630b1c99d11eb6385 
  licenses/LGPL_V3 fc8a5de7edf437cdc98a216370faf7c757279bcb 
  licenses/QPL_V1.0 85bc6356f50d05096c4b877f8587e361b5fed7c7 

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


Testing
---


Thanks,

Alex Merry

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel