Re: New repo in kdereview: KWeather

2022-11-12 Thread Jeremy Whiting
Looks like it's got a runtime dependency on kirigami (Maybe that's expected for plasma-mobile, not sure) Built it on laptop and got this from cmake: cmake .. -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info --

Re: New repo in kdereview: KWeather

2022-11-09 Thread Jeremy Whiting
one of the buttons on the main window, or showing the about data in the settings window. On Wed, Nov 9, 2022 at 3:31 PM Jeremy Whiting wrote: > Looks like it's got a runtime dependency on kirigami (Maybe that's > expected for plasma-mobile, not sure) > > Built it on laptop and got this from c

Re: MacOS signing issue.

2020-10-22 Thread Jeremy Whiting
Notarizing and signing are actually separate things on MacOS, signing the app or checking the signature of the dmg are orthogonal to the issue described and the popup in that report. Notarization is sending the app (zipped) to apple's notarization service so they can check it doesn't use any apis

Re: Review Request 121584: Make the webapp manager run again.

2017-02-08 Thread Jeremy Whiting
shows "Page Not Found" Thanks, Jeremy Whiting

Re: [kde-community] Sunsetting of Infrastructure and the Phabricator migration

2016-03-19 Thread Jeremy Whiting
Just a note so everyone doesn't need to go google/search this themselves. To see your scratch repositories look at quickgit.kde.org and filter by your identity name. To delete old repos, do this: ssh g...@git.kde.org D unlock scratch//reponame <-- notice no .git on the end, if you put .git it

Re: remove khelpcenter from next Plasma release?

2016-03-15 Thread Jeremy Whiting
As an application developer I agree it makes sense to have khelpcenter released with KDE Applications. I also agree with Albert's point that having online documentation isn't the best since it could be newer than what's actually running. People using LTS distributions or "stable" variants of less

Re: Minuet (music education software) moved to kdereview

2016-02-08 Thread Jeremy Whiting
Sandro, We have a mixture of both in kde-edu. I know kanagram and khangman use their own versioning numbers. If no changes happen between releases we don't bump the version number. If they do we do. I think at some point when it's pretty solid you may want to consider using the KDE Applications

Re: Maintenance of api.kde.org

2015-11-05 Thread Jeremy Whiting
Alex, Last time I checked api.kde.org was generated by scripts in the websites/quality-kde-org git repository. It includes instructions for installing it locally, though the instructions are a bit outdated. I think perl's setup scripts have changed since it was written since I needed to tweak the

Re: Spectacle moved to KDE Graphics, future of KSnapshot?

2015-10-19 Thread Jeremy Whiting
Ok, I just removed ksnapshot from the release-tools script. It won't be included in Applications 15.12 releases. On Sun, Oct 18, 2015 at 8:46 AM, Ivan Čukić wrote: >> Oh yes, I had completely forgotten about that. Thank you so much for >> bringing this to notice, Ivan! > > No

Re: Cervisia?

2015-10-16 Thread Jeremy Whiting
in a comment at the top of the script how to execute them. On Thu, Oct 15, 2015 at 8:02 PM, Martin Koller <kol...@aon.at> wrote: > On Thursday 15 October 2015 15:49:32 Jeremy Whiting wrote: >> Michael, Martin, >> >> Any progress on the cervisia front? Is there anything I can

Re: Cervisia?

2015-10-15 Thread Jeremy Whiting
Michael, Martin, Any progress on the cervisia front? Is there anything I can do to help? thanks, Jeremy On Sat, Sep 26, 2015 at 8:25 PM, Michael Reeves <reeves...@gmail.com> wrote: > > On Sep 26, 2015 9:22 PM, "Jeremy Whiting" <jpwhit...@kde.org> wrote: >> >

Re: Review Request 125561: Sync FindGettext.cmake macros with upstream module from CMake

2015-10-09 Thread Jeremy Whiting
> On Oct. 9, 2015, 2:26 p.m., Albert Astals Cid wrote: > > This doesn't look like "a bugfix" to me. > > Jeremy Whiting wrote: > Oh, but it is. Without this or cmake_policy(SET CMP0002 OLD) (see > https://bugs.kde.org/show_bug.cgi?id=316308) applications that

Re: Review Request 125561: Sync FindGettext.cmake macros with upstream module from CMake

2015-10-09 Thread Jeremy Whiting
> On Oct. 9, 2015, 2:26 p.m., Albert Astals Cid wrote: > > This doesn't look like "a bugfix" to me. Oh, but it is. Without this or cmake_policy(SET CMP0002 OLD) (see https://bugs.kde.org/show_bug.cgi?id=316308) applications that have their own translations in the tarball (everything we

Re: Review Request 125561: Sync FindGettext.cmake macros with upstream module from CMake

2015-10-08 Thread Jeremy Whiting
. Someone else should give the ship it. If it fixes it so setting the CMake policy 0002 to OLD isn't needed anymore that's good. - Jeremy Whiting On Oct. 8, 2015, 11:50 a.m., Hrvoje Senjan wrote: > > --- > This is an automatically ge

Filling Holes

2015-10-08 Thread Jeremy Whiting
Hello everyone. I'm cross posting to a couple of lists on purpose to hit a bigger audience. The release team wants you! Have you ever thought about what it takes to make KDE software releases great? Now you can find out first hand. The release team is in need of some module coordinators as

Re: State of Audio CD support in KDE

2015-09-30 Thread Jeremy Whiting
Boudhayan, I think your plan looks good to me. Let me know if I can help in any way. thanks, Jeremy On Tue, Sep 29, 2015 at 6:03 PM, Boudhayan Gupta wrote: > Hi Albert (and others), > > On 30 September 2015 at 04:09, Albert Astals Cid wrote: >>> In terms of

Re: Cervisia?

2015-09-26 Thread Jeremy Whiting
mber 2015 13:59:20 Jeremy Whiting wrote: >> Well, it was released as part of Applications 15.08.0 (and will be in >> the rest of the .x releases) I'm fine either way, but it seems like >> continuing to release something that hasn't been looked at in quite >> some time. I t

Re: Spectacle moved to KDE Graphics, future of KSnapshot?

2015-09-25 Thread Jeremy Whiting
And to make sure you get concensus before releasing something that uses or implements the interface. On Fri, Sep 25, 2015 at 9:02 AM, Martin Klapetek wrote: > On Fri, Sep 25, 2015 at 10:54 AM, Boudhayan Gupta wrote: >> >> >> In other *unrelated* news,

Re: Spectacle moved to KDE Graphics, future of KSnapshot?

2015-09-24 Thread Jeremy Whiting
Hello, On Thu, Sep 24, 2015 at 4:11 AM, Boudhayan Gupta wrote: > Hi all, > > Spectacle has been moved to KDE Graphics. > > There are a few things that need to be done for a smooth release with > Applications 15.12. I'll list them below: > > 1. Inclusion into the list of

KTabWidget vs QTabWidget

2015-09-18 Thread Jeremy Whiting
Hey all, In looking into fixing the remaining issues in Okular's frameworks branch I realized that in part of the effort to port it away from KDELibs4Support it got some functionality removed. It was ported from KTabWidget to QTabWidget but QTabWidget doesn't seem to support drag and drop the way

Re: Review Request 125297: okular: Change Shell::openDocument parameter from QUrl to QString so it can be called via DBus

2015-09-17 Thread Jeremy Whiting
--- On Sept. 17, 2015, 3:06 p.m., Jeremy Whiting wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/125297/ > --

Re: Review Request 125297: okular: Change Shell::openDocument parameter from QUrl to QString so it can be called via DBus

2015-09-17 Thread Jeremy Whiting
still fail). Diffs (updated) - shell/okular_main.cpp 1c988d9 shell/shell.h c16a0b2 shell/shell.cpp d0204f9 Diff: https://git.reviewboard.kde.org/r/125297/diff/ Testing --- Test no longer complains about being unable to call openDocument. Thanks, Jeremy Whiting

Re: Review Request 125297: okular: Change Shell::openDocument parameter from QUrl to QString so it can be called via DBus

2015-09-17 Thread Jeremy Whiting
viewboard.kde.org/r/125297/#review85593 --- On Sept. 17, 2015, 3:46 p.m., Jeremy Whiting wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/125297/ >

Review Request 125297: okular: Change Shell::openDocument parameter from QUrl to QString so it can be called via DBus

2015-09-17 Thread Jeremy Whiting
/shell.cpp d0204f9 Diff: https://git.reviewboard.kde.org/r/125297/diff/ Testing --- Test no longer complains about being unable to call openDocument. Thanks, Jeremy Whiting

Re: Review Request 125297: okular: Change Shell::openDocument parameter from QUrl to QString so it can be called via DBus

2015-09-17 Thread Jeremy Whiting
. Thanks, Jeremy Whiting

Re: Review Request 125297: okular: Change Shell::openDocument parameter from QUrl to QString so it can be called via DBus

2015-09-17 Thread Jeremy Whiting
fail). Diffs - shell/okular_main.cpp 1c988d9 shell/shell.h c16a0b2 shell/shell.cpp d0204f9 Diff: https://git.reviewboard.kde.org/r/125297/diff/ Testing --- Test no longer complains about being unable to call openDocument. Thanks, Jeremy Whiting

Re: Moving KDE Connect out of playground

2015-09-15 Thread Jeremy Whiting
"I've let it there as a testimony of the dark side of wikis." <-- me adds that to his quote book. As a brand new user of KDE Connect if we had a user manual I would look in it to see why for some reason the connection between KDE Connect and my android phone who's name is "Jeremy's LG Phone" is

Re: Moving KDE Connect out of playground

2015-09-15 Thread Jeremy Whiting
I see your points and actually agree. I'm completely ok with having help go to some online documentation on userbase. I see the requirement for offline/included help documentation to be going down lately as you say and completely moot for kdeconnect since it technically requires an internet

Re: Moving KDE Connect out of playground

2015-09-14 Thread Jeremy Whiting
something to show when users hit the "Help" button that says what each option does at a minimum. It doesn't need to be much, but something is better than nothing in my opinion. BR, Jeremy On Mon, Sep 14, 2015 at 6:13 PM, Aleix Pol <aleix...@kde.org> wrote: > On Mon, Sep 14, 201

Re: Cervisia?

2015-09-14 Thread Jeremy Whiting
which could be difficult with Qt3Support stuff in it, tricky but doable. 2) A maintainer. Anyone want to try taking on one or both of those? thanks, Jeremy On Mon, Sep 14, 2015 at 1:48 PM, André Wöbbeking <woebbek...@kde.org> wrote: > Hi, > > On Sunday 13 September 2015 16:31:55

Re: Moving KDE Connect out of playground

2015-09-13 Thread Jeremy Whiting
As shown here: http://developer.kde.org/~cfeck/portingstatus.html (under Extragear base) It is missing a manual. Needs a Feature_summary added to CMakeLists.txt and some .desktop files should be renamed to org.kde.foo.desktop. I just tried it out and it seems to work here, though I'm not seeing

Cervisia?

2015-09-13 Thread Jeremy Whiting
Hey all, I think I may have found another cruft to move to unmaintained. Cervisia is a gui for cvs. The last non trivial change to it was around 2011 everything since has been preparing it for git migration, bumping version, scripty, fix docbook issues, etc. It hasn't been ported to Qt5/KF5

Re: Moving KDE Connect out of playground

2015-09-10 Thread Jeremy Whiting
+1 here too. On Thu, Sep 10, 2015 at 3:39 AM, Albert Vaca wrote: > +kde-core-devel > > Hi, > > With the latest changes we are making to KDE Connect as part of the sprint > in Randa, I think that the project is becoming mature enough to be moved out > of playground. Not only

Re: Adding further modules to api.kde.org

2015-09-10 Thread Jeremy Whiting
Martin, I took a look at this as part of the gardening documentation websites, but I didn't get very far. The code that runs this and ebn is in kde:websites/quality-kde-org and is pretty outdated unfortunately. Actually now that Allen Winter is back maybe he could add it (Added him to cc)? What I

Re: Adding further modules to api.kde.org

2015-09-10 Thread Jeremy Whiting
at 11:05 AM, Adriaan de Groot <gr...@kde.org> wrote: > On Thursday 10 September 2015 06:07:40 Jeremy Whiting wrote: >> It would be awesome to have what used to be in KDE SC on api.kde.org >> again. We have many libraries that aren't frameworks that are Qt5/KF5 >> based

Re: Adding further modules to api.kde.org

2015-09-10 Thread Jeremy Whiting
Allen, Those are both KDE4 versions of workspace stuff. I don't see any place where kf5 versions are. BR, Jeremy On Thu, Sep 10, 2015 at 1:50 PM, Allen Winter wrote: > On Thursday, September 10, 2015 10:57:10 AM Martin Graesslin wrote: >> Hi all, >> >> back in KDE4 days the

Re: Porting to frameworks 3: Krfb

2015-09-10 Thread Jeremy Whiting
If anyone using kde-telepathy is interested I just reenabled the ktp support in krfb frameworks branch (but I haven't set up ktp locally yet to test). BR, Jeremy On Sun, Sep 6, 2015 at 3:39 PM, Jeremy Whiting <jpwhit...@kde.org> wrote: > Ah, another note. Sysadmin kindly created a ph

Re: Review Request 125010: konq-plugins: port kttsd plugin to QtSpeech

2015-09-09 Thread Jeremy Whiting
marked as submitted. Review request for kdelibs and David Faure. Changes --- Submitted with commit 53a983ac73a001511ad4242e9e420d64e8551120 by Jeremy Whiting to branch frameworks. Repository: kde-baseapps Description --- Ported kttsd plugin to QtSpeech. Diffs - konq

Let's kill Jovie/KSpeech

2015-09-09 Thread Jeremy Whiting
Hey all, As the subject says, I think it's time to retire/kill Jovie. It served its purpose and has been replaced by QtSpeech (as optional dependencies all over the place). As seen here [1] only one more place that we release from for Applications 15.12 is left and I pushed a change to

Re: Review Request 125010: konq-plugins: port kttsd plugin to QtSpeech

2015-09-08 Thread Jeremy Whiting
...) Thanks, Jeremy Whiting

Re: Review Request 125010: konq-plugins: port kttsd plugin to QtSpeech

2015-09-08 Thread Jeremy Whiting
ard.kde.org/r/125010/#review84941 --- On Aug. 31, 2015, 8:23 p.m., Jeremy Whiting wrote: > > --- > This is an automatically generated e-mail. To reply, visit:

Porting to frameworks 3: Krfb

2015-09-06 Thread Jeremy Whiting
Hey all, Third project I took what I thought would be a a quick stab at but turned out to take a few hours over a couple of days. Krfb has a frameworks branch that is using Qt5/KF5 libraries. It builds and runs and I was able to vnc view my linux machine from another machine, but probably could

Re: Porting to frameworks 3: Krfb

2015-09-06 Thread Jeremy Whiting
/ On Sun, Sep 6, 2015 at 3:37 PM, Jeremy Whiting <jpwhit...@kde.org> wrote: > Hey all, > > Third project I took what I thought would be a a quick stab at but > turned out to take a few hours over a couple of days. Krfb has a > frameworks branch that is using Qt5/KF5 librarie

Re: Review Request 125010: konq-plugins: port kttsd plugin to QtSpeech

2015-09-06 Thread Jeremy Whiting
bring this one back into your attention. It works well here, but a second opinion would be nice. - Jeremy Whiting On Aug. 31, 2015, 8:23 p.m., Jeremy Whiting wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request 125043: expose the WheelMouseZooms global setting through the input ("mouse") KCM

2015-09-04 Thread Jeremy Whiting
> On Sept. 4, 2015, 7:38 a.m., Martin Gräßlin wrote: > > You are aware that this is a dead repo and that this is a new feature for a > > repository that has been feature frozen for years? > > > > Given that I think this should not and never be merged. If you want to keep > > the repo going

Porting to frameworks 2: libkcompactdisc

2015-09-03 Thread Jeremy Whiting
Hey all, Second project I took a quick stab at libkcompactdisc which audiocd-kio will need (which amarok will need for playing audio cds once it's ported to qt5/kf5 too). I pushed to a frameworks branch and it builds, but the resulting library is called libkcompactdisc.so.SOVERSION. I guess we

Re: Porting to frameworks 2: libkcompactdisc

2015-09-03 Thread Jeremy Whiting
Boudhayan, Welcome. On Thu, Sep 3, 2015 at 4:43 PM, Boudhayan Gupta <bgu...@kde.org> wrote: > Hi Jeremy, > > On 4 September 2015 at 03:19, Jeremy Whiting <jpwhit...@kde.org> wrote: >> This seems to be a pretty small library that would be a good fit for >>

Review Request 125010: konq-plugins: port kttsd plugin to QtSpeech

2015-08-31 Thread Jeremy Whiting
/khtmltts.desktop PRE-CREATION konq-plugins/ttsplugin/khtmltts.h PRE-CREATION konq-plugins/ttsplugin/khtmltts.rc PRE-CREATION Diff: https://git.reviewboard.kde.org/r/125010/diff/ Testing --- Builds, and works (wow I haven't ran konqueror in ages...) Thanks, Jeremy Whiting

Re: Best-practise currently for testing internal parts of libs? *_TEST_EXPORT macro?

2015-08-31 Thread Jeremy Whiting
The way the knewstuff tests work is by linking the source files being tested directly. For example the Entry test also links entry.cpp and entry.h directly. This way it doesn't need to have Entry private methods exported at all. This may or may not be the best way to do it though, but has worked

Re: Bringing back rsibreak from unmaintained

2015-08-30 Thread Jeremy Whiting
Just rebuilt it. It seems to run ok. The config dialog does look a lot cleaner. nice work. I'll report back if I hit any issues as it runs and such. On Sun, Aug 30, 2015 at 4:10 PM, Albert Astals Cid aa...@kde.org wrote: El Dimecres, 19 d'agost de 2015, a les 01:01:35, Jan Kundrát va escriure:

Porting to frameworks 1: Sweeper

2015-08-28 Thread Jeremy Whiting
Hey all, I took a quick stab at porting Sweeper to frameworks today. It only took a few minutes with the handy scripts in kde-dev-scripts. I changed the CMakeLists.txt and how the docbook is installed and changed it to use QStandardPaths. Pushed to frameworks branch. TODO: 1. It looks like it

Re: Review Request 124824: [OS X] FindKDE4Internal.cmake : reintroduce a cmake_minimum_required statement

2015-08-19 Thread Jeremy Whiting
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124824/#review84061 --- Ship it! Ship It! - Jeremy Whiting On Aug. 19, 2015, 11

Re: Bringing back rsibreak from unmaintained

2015-08-18 Thread Jeremy Whiting
That surprises me. It worked fine here as I've been testing it with everything else built on master. On Tue, Aug 18, 2015 at 4:30 PM, Albert Astals Cid aa...@kde.org wrote: El Dimarts, 18 d'agost de 2015, a les 19:06:22, Jan Kundrát va escriure: On Monday, 17 August 2015 20:04:04 CEST, Albert

Re: Bringing back rsibreak from unmaintained

2015-08-17 Thread Jeremy Whiting
Builds and runs fine here. I say +1 On Mon, Aug 17, 2015 at 12:04 PM, Albert Astals Cid aa...@kde.org wrote: Hi guys, i just merged the frameworks port of rsibreak to master. rsibreak is in the unmaintained silo, i'd like to bring it back to extragear- utils (i guess kdeutils is too much for

Re: Review Request 123881: Add KONSOLEPRIVATE_EXPORT to HistoryScroll since it's hasScroll method is needed.

2015-08-08 Thread Jeremy Whiting
/History.h 6314ef993a329b3a7b52b5e43aeacafaf4d896de Diff: https://git.reviewboard.kde.org/r/123881/diff/ Testing --- Thanks, Jeremy Whiting

Re: Moving akonadi from kdesupport and akonadi-search from playground

2015-07-24 Thread Jeremy Whiting
+1 move it please. On Fri, Jul 24, 2015 at 2:29 AM, laurent Montel mon...@kde.org wrote: Le Tuesday 21 July 2015, 13:52:01 Daniel Vrátil a écrit : On Monday, July 20, 2015 04:17:16 PM Daniel Vrátil wrote: Hi all, we (the KDE PIM team) kinda screwed up when we forgot to communicate our

Re: Reviving Kaffeine

2015-07-21 Thread Jeremy Whiting
If it's unmaintained and previous maintainer isn't responding go for it. If you can get others interested in it enough to do review of your updates, even better. On Mon, Jul 20, 2015 at 12:01 AM, Lasse Lindqvist lasse.k.lindqv...@gmail.com wrote: I was thinking about reviving Kaffeine, but the

Re: Review Request 124163: Use KIO::Overwrite when saving a changed file otherwise it always fails.

2015-07-10 Thread Jeremy Whiting
marked as submitted. Review request for kdelibs and Kevin Kofler. Changes --- Submitted with commit 3cffb9abc3d0c0fd3c861f65cc7738fbe7568b54 by Jeremy Whiting to branch master. Bugs: 347760 http://bugs.kde.org/show_bug.cgi?id=347760 Repository: libkomparediff2 Description

Review Request 124163: Use KIO::Overwrite when saving a changed file otherwise it always fails.

2015-06-24 Thread Jeremy Whiting
--- Kompare now correctly saves the destination file when comparing and making changes. Thanks, Jeremy Whiting

Re: building kio on Mac

2015-06-06 Thread Jeremy Whiting
Alex's memory is correct. We can solve this in one of two ways: 1) Patching Qt's QStandardPaths, we tried that and it didn't seem to get anywhere. 2) Using Qt's QstandardPaths when we build and install KDE software. This is the approach I've taken locally and seems to work. I think this is what

Re: QIcon::fromTheme

2015-05-24 Thread Jeremy Whiting
, Jeremy Whiting va escriure: Hello all, I'm confused about how QIcon::fromTheme works (or maybe how it's supposed to work?) I've got Kmouth frameworks branch built and installed into /usr/local on two different machines. In both cases it installs phrase.png and phrasebook.png icons into /usr

Re: QIcon::fromTheme

2015-05-24 Thread Jeremy Whiting
On Sun, May 24, 2015 at 10:52 AM, Albert Astals Cid aa...@kde.org wrote: El Diumenge, 24 de maig de 2015, a les 05:24:10, Jeremy Whiting va escriure: Ok, that explains why it doesn't work on the kubuntu machine where I've got breeze and such from packages. But why does it not work on arch where all

Re: Review Request 123881: Add KONSOLEPRIVATE_EXPORT to HistoryScroll since it's hasScroll method is needed.

2015-05-23 Thread Jeremy Whiting
, 2015, 1:49 p.m., Jeremy Whiting wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123881/ --- (Updated May 22, 2015, 1:49 p.m

Review Request 123881: Add KONSOLEPRIVATE_EXPORT to HistoryScroll since it's hasScroll method is needed.

2015-05-22 Thread Jeremy Whiting
Description --- Without this HistoryTest fails to link here. Diffs - src/History.h 6314ef993a329b3a7b52b5e43aeacafaf4d896de Diff: https://git.reviewboard.kde.org/r/123881/diff/ Testing --- Thanks, Jeremy Whiting

Re: Distros and QtWebEngine

2015-04-21 Thread Jeremy Whiting
The thread subject is Deprecating modules with 5.5 on the qt development list. On Tue, Apr 21, 2015 at 1:39 AM, Milian Wolff m...@milianw.de wrote: On Monday 20 April 2015 19:02:40 Lisandro Damián Nicanor Pérez Meyer wrote: Sorry Milian, i've sent it to your personal address by mistake.

Re: Distros and QtWebEngine

2015-04-20 Thread Jeremy Whiting
Even simple applications may want to use a webview for stuff. Kanagram at one point had a QtWebkit Web view just to show the wikipedia entry of the current word. It was disabled because QtWebKit at the time was crashing. I'd like to use something light and secure, but am not sure what options we

Re: Distros and QtWebEngine

2015-04-20 Thread Jeremy Whiting
Yeah, that's probably a better idea. is there a QML ui for QTextview? or maybe some other QML component that renders html. On Mon, Apr 20, 2015 at 2:54 PM, Thomas Lübking thomas.luebk...@gmail.com wrote: On Montag, 20. April 2015 22:31:24 CEST, Jeremy Whiting wrote: Even simple applications

Re: Jenkins CI help for compile failures!

2015-04-09 Thread Jeremy Whiting
kspeech is deprecated, we need to remove it's use in knights looks like. It's interface file never got released with kf5. On Thu, Apr 9, 2015 at 12:29 PM, Scarlett Clark sgcl...@kubuntu.org wrote: KF5 knights fails to compile with: 23:47:49 make[2]: *** No rule to make target

Re: Review Request 122268: emerge: Update mysql and ruby dependencies

2015-04-03 Thread Jeremy Whiting
both so they work at least for a 32 bit build. Diffs - portage/binary/mysql-pkg/mysql-pkg.py f532351 portage/dev-util/ruby/ruby.py fd4f084 Diff: https://git.reviewboard.kde.org/r/122268/diff/ Testing --- emerge qt works after this change. Thanks, Jeremy Whiting

frameworkintegration QFileDialog bug

2015-03-16 Thread Jeremy Whiting
Hey all, We have a strange bug in frameworkintegration https://bugs.kde.org/show_bug.cgi?id=334963 which really ought to get a solution sooner than later. People using the latest and greatest packages are hitting the issue https://bugs.kde.org/show_bug.cgi?id=344586 and more will if it doesn't

Re: Changing the licence of parley's editor model classes from GPL to LGPL

2015-03-15 Thread Jeremy Whiting
A good idea is to check the relicense.pl script in kde-dev-scripts. It contains a list of anyone who has authorized license changes on their code. It lists Albert, myself, frederik at least as being ok with relicensing from GPL to LGPL. I didn't go through the list of committers, but you can check

Re: Review Request 122784: Fix 404 result for all api calls.

2015-03-05 Thread Jeremy Whiting
/diff/ Testing --- Tests still fail but the api calls are returning json data now. Thanks, Jeremy Whiting

Review Request 122784: Fix 404 result for all api calls.

2015-03-02 Thread Jeremy Whiting
, Jeremy Whiting

Re: [KDE/Mac] Multiplatform frameworks

2015-03-02 Thread Jeremy Whiting
me think we are not on the same page, but I now see that we are. On 02/03/2015, at 3:15 AM, Jeremy Whiting wrote: The example code you've given does already use prefixes. I'll explain below. On Sat, Feb 28, 2015 at 7:56 PM, Ian Wadham iandw...@gmail.com wrote: /snip Note

Re: [KDE/Mac] Multiplatform frameworks

2015-02-28 Thread Jeremy Whiting
On Sat, Feb 28, 2015 at 4:51 AM, René J.V. rjvber...@gmail.com wrote: On Saturday February 28 2015 22:00:07 Ian Wadham wrote: Hi Ian, Esprit d'escalier. We could change GenericDataDir in QStandardPaths to be: ~/Library/Application Support/Qt5, /Library/Application Support/Qt5

Re: Multiplatform frameworks

2015-02-27 Thread Jeremy Whiting
Alex, On Fri, Feb 27, 2015 at 4:05 AM, Alex Merry alex.me...@kde.org wrote: On Wednesday 25 February 2015 19:10:08 Jeremy Whiting wrote: One issue I found however is that some frameworks (maybe all?) have a KF5FooConfig.cmake.in with ${PACKAGE_PREFIX_PATH}/@KDE_INSTALL_DATADIR@ in them

Re: [KDE/Mac] Multiplatform frameworks

2015-02-26 Thread Jeremy Whiting
: On Thu, Feb 26, 2015 at 10:45 AM, René J.V. rjvber...@gmail.com wrote: On Wednesday February 25 2015 19:10:08 Jeremy Whiting wrote: QStandardPaths there that worked pretty well. In discussion with the Qt developers I began to think that we maybe should be installing our data files

Multiplatform frameworks

2015-02-25 Thread Jeremy Whiting
Hello core developers, In the past few months some effort has been made to get the frameworks (kf5) to work on other platforms such as OS X and Windows. Together with Marko I focused primarily on OS X since there was already a patch for QStandardPaths there that worked pretty well. In discussion

Re: Review Request 122552: warnings--

2015-02-13 Thread Jeremy Whiting
--- This fixes a few more warnings seen at runtime, with this fix browsing to localhost:3000/contact (or any other url in the api) shows the 404 page. Without this fix it shows nothing and never responds. Thanks, Jeremy Whiting

Re: Review Request 122563: [OS X] emulate native window settings restore (size and position)

2015-02-13 Thread Jeremy Whiting
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122563/#review76003 --- Ship it! Ship It! - Jeremy Whiting On Feb. 13, 2015, 12

Review Request 122552: warnings--

2015-02-12 Thread Jeremy Whiting
/contact (or any other url in the api) shows the 404 page. Without this fix it shows nothing and never responds. Thanks, Jeremy Whiting

dolphin Qt requirement

2015-02-11 Thread Jeremy Whiting
Arjun, http://mail.kde.org/pipermail/kde-frameworks-devel/2015-February/022157.html -- it seems your recent commit changed Dolphin to require Qt 5.4 since AssumeLocalFile is new in Qt 5.4. If you want to depend on Qt 5.4 please bump the requirement in the kde-baseapps/CMakeLists.txt. If we/you

Re: Review Request 122394: Fix OSX library names in kdeinit5.app

2015-02-03 Thread Jeremy Whiting
libraries needed. Diffs - src/kdeinit/kinit.cpp 3c3c913 Diff: https://git.reviewboard.kde.org/r/122394/diff/ Testing --- kdeinit5.app no longer complains about the missing .so libraries. Thanks, Jeremy Whiting

Re: Review Request 122394: Fix OSX library names in kdeinit5.app

2015-02-02 Thread Jeremy Whiting
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122394/#review75242 --- On Feb. 2, 2015, 1:51 p.m., Jeremy Whiting wrote

Review Request 122394: Fix OSX library names in kdeinit5.app

2015-02-02 Thread Jeremy Whiting
/ Testing --- kdeinit5.app no longer complains about the missing .so libraries. Thanks, Jeremy Whiting

Re: Review Request 122394: Fix OSX library names in kdeinit5.app

2015-02-02 Thread Jeremy Whiting
. Diffs - src/kdeinit/kinit.cpp 3c3c913 Diff: https://git.reviewboard.kde.org/r/122394/diff/ Testing --- kdeinit5.app no longer complains about the missing .so libraries. Thanks, Jeremy Whiting

Re: Review Request 122267: ki18n: Make it build with msvc compilers again

2015-01-27 Thread Jeremy Whiting
2013 here. This patch makes it build again. Diffs - src/kuitmarkup.cpp e2dda98 Diff: https://git.reviewboard.kde.org/r/122267/diff/ Testing --- Now ki18n builds with msvc2013 Thanks, Jeremy Whiting

Re: Apps 14.12 release aftermath / Running KF5 apps in KDE 4

2015-01-26 Thread Jeremy Whiting
Eike, Thanks for looking into this and notifying us also. I heard some vague reports but nothing concrete like this. On Mon, Jan 26, 2015 at 8:58 AM, Eike Hein h...@kde.org wrote: Hi, it's becoming increasingly clear from feedback that we didn't think the decision to ship KF5 apps in 14.12

Review Request 122267: ki18n: Make it build with msvc compilers again

2015-01-26 Thread Jeremy Whiting
://git.reviewboard.kde.org/r/122267/diff/ Testing --- Now ki18n builds with msvc2013 Thanks, Jeremy Whiting

Re: Review Request 122267: ki18n: Make it build with msvc compilers again

2015-01-26 Thread Jeremy Whiting
makes it build again. Diffs - src/kuitmarkup.cpp e2dda98 Diff: https://git.reviewboard.kde.org/r/122267/diff/ Testing --- Now ki18n builds with msvc2013 Thanks, Jeremy Whiting

Re: Review Request 122268: emerge: Update mysql and ruby dependencies

2015-01-26 Thread Jeremy Whiting
they work at least for a 32 bit build. Diffs - portage/binary/mysql-pkg/mysql-pkg.py f532351 portage/dev-util/ruby/ruby.py fd4f084 Diff: https://git.reviewboard.kde.org/r/122268/diff/ Testing --- emerge qt works after this change. Thanks, Jeremy Whiting

Re: Review Request 121805: kconfig: fix building when KDE_INSTALL_DIRS_NO_DEPRECATED is set

2015-01-05 Thread Jeremy Whiting
://git.reviewboard.kde.org/r/121805/diff/ Testing --- It builds again on osx where it didn't previously. Thanks, Jeremy Whiting

Review Request 121584: Make the webapp manager run again.

2014-12-17 Thread Jeremy Whiting
views/layout.jade 423a37493acac482369693168cce32886a71f0bb Diff: https://git.reviewboard.kde.org/r/121584/diff/ Testing --- It runs now, and gives 200 or 304 responses, though the browser currently shows Page Not Found Thanks, Jeremy Whiting

Re: Re: Ksshaskpass ?

2014-12-14 Thread Jeremy Whiting
Martin, Thomas, Is the implementation of InputGuard at https://github.com/luebking/qarma/commit/b568dd14d6e1f661791c4d67245c614f1dc1986f with https://github.com/luebking/qarma/commit/3199c0a9810ed8f792b415e890425be8f2e8034a complete then? should we copy that into kwidgetsaddons and use it in

Re: Ksshaskpass ?

2014-12-11 Thread Jeremy Whiting
ksshaskspass has been in kdereview and has been improved since it got there. Is it ready to be moved to kde/workspace ? On Wed, Nov 5, 2014 at 12:50 PM, David Faure fa...@kde.org wrote: [cutting down on the massive cross-posting] On Monday 03 November 2014 14:13:50 Jeremy Whiting wrote

Re: Re: Ksshaskpass ?

2014-12-11 Thread Jeremy Whiting
(unless someone else beats me to it). thanks, Jeremy On Thu, Dec 11, 2014 at 8:43 AM, Martin Gräßlin mgraess...@kde.org wrote: On Thursday 11 December 2014 08:33:48 Jeremy Whiting wrote: ksshaskspass has been in kdereview and has been improved since it got there. Is it ready to be moved to kde

QIcon::fromTheme on non linux platforms

2014-12-09 Thread Jeremy Whiting
Hey all, In looking into building some kde applications on windows and mac besides linux I've come across a minor hiccup. In many applications and frameworks possibly we use QIcon::fromTheme to get icons from a named icon. This is even recommended in the kf5 porting notes, however on non linux

Re: Adventures in Bodega

2014-11-24 Thread Jeremy Whiting
to the session.Store.prototype while session.Store is undefined. main.sh thus doesn't run with the error message I pasted in the original mail. On Mon, Nov 24, 2014 at 3:41 AM, Aaron J. Seigo ase...@kde.org wrote: On Saturday, November 22, 2014 07.56:39 Jeremy Whiting wrote: getting an error inside the node redis module

Adventures in Bodega

2014-11-22 Thread Jeremy Whiting
Hello list, I realize this list will reach many more people than could probably answer, but the -active list seems to be dead from what I hear, so I thought I'd try here. In looking into bodega as a successor to opendesktop and ocs I've tried to setup a local bodega instance on my machine. The

Re: Review Request 121161: Set KIO::Integration::AccessManager to null so we don't crash on close.

2014-11-18 Thread Jeremy Whiting
the leak would really matter) If not, then yes: superfluous complication. Jeremy Whiting wrote: Did I hear a Ship it! in there somewhere? Thomas Lübking wrote: Leaving aside that don't maintain the attica plugin, you have a +1 from here, IF a) the conditional reparent

  1   2   >