Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-07 Thread Milian Wolff
s levels > > of dirty hacks, but nothing that ended up being widely used. > > That is a very useful warning. We've just started using QML more in places > like the text tool's font properties. I agree with Volker. Compared to the past, porting QtWidgets applications from

Re: We need to remove exec_program() from our Cmake files

2023-10-28 Thread Milian Wolff
mod [2]: https://cmake.org/cmake/help/latest/module/FindPkgConfig.html -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Milian Wolff
On Samstag, 16. September 2023 22:00:37 CEST Ben Cooksley wrote: > On Sun, Sep 17, 2023 at 3:16 AM Milian Wolff wrote: > > Hey all, > > Hi Milian, > > > While looking at the kate CI setup, I saw that it gets build on freebsd. I > > would like to get that coverage

Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Milian Wolff
an unfortunate ordering of the include directories? Or is there some other way for me to setup a freebsd environment without too much pain, so I can debug this issue directly? Thanks -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

How to get dependencies into freebsd ci?

2023-09-16 Thread Milian Wolff
https://community.kde.org/Infrastructure/GitLab/CI/ Static_Code_Analysis which is interesting - is there more like it somewhere? Thanks -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: Loosening the commit limit for work branches

2022-08-24 Thread Milian Wolff
ould potentially handle such discussions differently. In the end it's you who does the work, and that counts infinitely more so don't let me deter you from your goals here! And as I said previously, I'm totally in favor of raising the commit limit, if possible. Cheers -- Milian Wolff http://milianw.de

Re: Loosening the commit limit for work branches

2022-08-24 Thread Milian Wolff
On Mittwoch, 24. August 2022 17:26:33 CEST Noah Davis wrote: > On Wed, Aug 24, 2022 at 5:12 PM Milian Wolff wrote: > > Without any knowledge of your work on the QML port of Spectacle, I would > > also claim that there is bound to be a lot of generic work that should be >

Re: Loosening the commit limit for work branches

2022-08-24 Thread Milian Wolff
ou can remove the old widget UI. There's no need to wait a long time for all of this to hit the main branch and work only in a feature branch, no? Cheers -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: Approval request for feature idea

2022-05-30 Thread Milian Wolff
ct to get > approval for this before submitting a pull request? https://www.kdab.com/say-no-to-qt-style-sheets/ -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: Difference between QConcatenateTablesProxyModel and KConcatenateRowsProxyModel

2022-04-24 Thread Milian Wolff
some of which are hard to spot and test for. I can only recommend to test every model with the QAbstractItemModelTester, which will probably also complain about the above situation from what I understand. Cheers -- Milian Wolff | milian.wo...@kdab.com | Senior Software Engineer KDAB (Deutsc

Re: Notice of withdrawal of CI services: KDevelop and KDE Connect

2021-06-17 Thread Milian Wolff
On Donnerstag, 17. Juni 2021 11:25:15 CEST Ben Cooksley wrote: > On Thu, Jun 17, 2021 at 8:44 AM Milian Wolff wrote: > > On Mittwoch, 16. Juni 2021 20:28:25 CEST Ben Cooksley wrote: > > > Hi all, > > > > > > > > > The following is notice t

Re: Notice of withdrawal of CI services: KDevelop and KDE Connect

2021-06-16 Thread Milian Wolff
the QSKIP + platform ifdef checks to skip it on freebsd. Cheers and thanks for letting me know about this problem -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: Looking for an SVGDOM / other SVG library for use with C++ and CMake.

2021-06-12 Thread Milian Wolff
y straight forward. Alternatively, why not write a simple script for this using Python e.g.? You could even use XSLT for this purpose. I don't quite see what you need C++ for here, personally. Cheers -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: Failing builds on the CI system

2020-11-28 Thread Milian Wolff
We will probably de-inline the corresponding functions in Windows to unbreak this for now... -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: Supported C++ standard (aka compiler version) Overview Table for various distros?

2020-10-14 Thread Milian Wolff
On Mittwoch, 14. Oktober 2020 12:07:04 CEST Neal Gompa wrote: > On Wed, Oct 14, 2020 at 5:33 AM Milian Wolff wrote: > > Hey all, > > > > I would like to push for C++17 usage in KDevelop to make it more fun to > > develop there. This is an extragear app, so I believe we

Supported C++ standard (aka compiler version) Overview Table for various distros?

2020-10-14 Thread Milian Wolff
xist, then I would love if we could all together create such a table on our techbase wiki. Thanks -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: KDiagram - Persistent FTBFS for stable branch on Windows

2020-10-13 Thread Milian Wolff
ariables and then stop using the manual qt5_wrap macros. Cheers -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: KDiagram - Persistent FTBFS for stable branch on Windows

2020-10-12 Thread Milian Wolff
On Montag, 12. Oktober 2020 14:04:06 CEST Dag wrote: > mandag den 12. oktober 2020 12.58.36 CEST skrev Dag: > > mandag den 12. oktober 2020 12.04.04 CEST skrev Milian Wolff: > >> On Montag, 12. Oktober 2020 11:28:45 CEST Ben Cooksley wrote: > >>> On Mon, Oct 12,

Re: KDiagram - Persistent FTBFS for stable branch on Windows

2020-10-12 Thread Milian Wolff
On Montag, 12. Oktober 2020 11:28:45 CEST Ben Cooksley wrote: > On Mon, Oct 12, 2020 at 10:24 PM Milian Wolff wrote: > > On Montag, 12. Oktober 2020 11:11:22 CEST Ben Cooksley wrote: > > > Hi KDiagram Developers, > > > > > > The stable branch of KDiagram ha

Re: KDiagram - Persistent FTBFS for stable branch on Windows

2020-10-12 Thread Milian Wolff
gt; correctly for the following projects: > - KStars > - Konversation > - Skrooge > - Okteta > - KDiff3 > - Alkimia > - KMyMoney > - KRename -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: Gitlab Evaluation & Migration

2019-03-22 Thread Milian Wolff
ould need to give it an API Token yes. > > In terms of server load, it would be nice if the setup of forks was > still something the developer had to initiate rather than being done > automatically for every repository touched by kdesrc-build (I say this > mainly as if we had 50 people fork just half of the mainline > repositories we have, that's ~450GB of space used up - a massive > scalability issue) Are you sure about this? Isn't gitlab using something like `git-new-workdir` internally to save on the disk overhead? If not, then request it, that would be an obvious optimization opportunity. Bye -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: kdesrc-build: cmake should take local (instead of system-wide) cmake modules

2018-05-08 Thread Milian Wolff
Now it shows the correct (local) path for solid (but not the other ones). Is > there an environment variable or something I have to set to tell Cmake to > always look for local modules first? Try CMAKE_PREFIX_PATH. See e.g. this old blog post on the matter: https://blogs.kde.org/2008/12

Re: Would it be good if I became baloo's maintainer?

2018-03-15 Thread Milian Wolff
ning a project > as deeply integrated into KDE as baloo? > * What should be my general attitude towards that task? -- Milian Wolff m...@milianw.de http://milianw.de

Re: Code in peace or How to lint a complete repository?

2018-03-01 Thread Milian Wolff
o that applied by the Qt project. I additionally setup my Git pre- commit hooks via [1] and use git-clang-format a lot. [1]: https://github.com/BelledonneCommunications/ortp/blob/master/.git-pre-commit Bye -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: KWalletManager improvement

2018-01-30 Thread Milian Wolff
What you describe sounds like one goal that Valentin originally had for KSecrets. So polishing that and making it usable is probably the right way? I have no idea what the state of that is though. Bye -- Milian Wolff m...@milianw.de http://milianw.de

Re: save and restore the geometry of KMainWindow

2018-01-30 Thread Milian Wolff
ned in > > http://doc.qt.io/qt-5/application-windows.html#window-geometry ? > > > > Can somebody point to an application doing this correctly? This works for me: https://github.com/KDAB/hotspot/blob/4d1177d1631902dce1dd82f53553e97a7544b1fa/ src/mainwindow.cpp#L162 What window manager are you using? -- Milian Wolff m...@milianw.de http://milianw.de

Re: kdesu - console output and password keeping

2018-01-22 Thread Milian Wolff
On Sunday, January 21, 2018 10:07:20 PM CET Albert Astals Cid wrote: > El dijous, 18 de gener de 2018, a les 10:44:04 CET, Milian Wolff va escriure: > > Hey all, > > > > We've recently integrated kdesu into hotspot [1] to be able to record > > profile data as root

kdesu - console output and password keeping

2018-01-18 Thread Milian Wolff
record -o $outputfile <...more args...> -- \ runuser -u $non-root-user -- \ $userapp $userargs kdesu -u root -t --attach $winId -- chown $non-root-user:$non-root-group $outputfile This triggers two password prompts, which is unfortunate I think. Thanks [1]: https://github.com/KDAB/hots

ANN: hotspot v1.0.0 released, a GUI for Linux perf (report)

2017-07-06 Thread Milian Wolff
https://github.com/KDAB/hotspot/issues Cheers -- Milian Wolff | milian.wo...@kdab.com | Senior Software Engineer KDAB (Deutschland) GmbH&Co KG, a KDAB Group company Tel: +49-30-521325470 KDAB - The Qt Experts smime.p7s Description: S/MIME cryptographic signature

Re: We need to enable auto close in github pull requests

2017-05-02 Thread Milian Wolff
On Friday, April 28, 2017 3:09:51 PM CEST Albert Astals Cid wrote: > El divendres, 28 d’abril de 2017, a les 11:56:26 CEST, Milian Wolff va > > escriure: > > On Donnerstag, 27. April 2017 17:15:44 CEST Albert Astals Cid wrote: > > > El dilluns, 13 de març de 2017, a

Re: We need to enable auto close in github pull requests

2017-04-28 Thread Milian Wolff
xemplified here: https://github.com/KDE/heaptrack/pull/9 I want to request that heaptrack is excluded from this bot. I do get mail notifications for heaptrack pull requests and took care of them in the past. I want to keep this contribution channel open. I see no point in not doing so for an

Re: Please cleanup your scratch and clone repositories

2017-01-23 Thread Milian Wolff
e reference. Is that OK or is KDE scratch not a good choice for that? If so, then I'd move these repos over to Github and remove them from KDE's scratch space. Cheers -- Milian Wolff m...@milianw.de http://milianw.de

Re: Failing to get metadata

2016-08-16 Thread Milian Wolff
reused 3129 (delta 2079) Receiving objects: 100% (4366/4366), 495.18 KiB | 0 bytes/s, done. Resolving deltas: 100% (2924/2924), done. Checking connectivity... done. If not, then please figure out why. Also, I'm moving this to kde-devel, as it's not directly a problem related onl

Updating to color palette changes: breeze icons, events, ...

2016-02-24 Thread Milian Wolff
? When should creating a new KColorScheme instance return the updated palette? [1]: https://bugs.kde.org/show_bug.cgi?id=358776 Thanks -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: Problem with KConfigGroup

2016-02-15 Thread Milian Wolff
t's what you are complaining about? I don't see any reason KConfigGroup would be the culprit here?) Bye -- Milian Wolff m...@milianw.de http://milianw.de

Re: [ANN] build2 - C++ build toolchain

2016-02-04 Thread Milian Wolff
spoil the fun. Keep hacking, and I wish you all the best. But maybe send the advertisement to this list once you actually have something to show that competes on-par with the existing tools *and* excels in some areas. Cheers -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part.

Re: [ANN] build2 - C++ build toolchain

2016-02-03 Thread Milian Wolff
s this compare to CMake? Or, put differently, why should we in KDE care? Thanks -- Milian Wolff m...@milianw.de http://milianw.de

Re: C++ Exception Handling

2015-12-12 Thread Milian Wolff
any organization that offers free access to IEEE papers and don't want to pay for that, but the topic is interesting for me. Furthermore, when you ask us all to participate, the least you can do is make your results public, no? Cheers -- Milian Wolff m...@milianw.de http://milianw.de signat

Re: Phabricator Questions

2015-11-03 Thread Milian Wolff
e: > >> > On Thursday, October 29, 2015 12:31:23 PM CET Milian Wolff wrote: > >> >> > In general, can we configure Phabricator somehow to be more open _by > >> >> > default_? I don't want to force people to login just to look at > >> >

Enabling more warnings on the CI

2015-10-29 Thread Milian Wolff
ing: ‘virtual void KCoreConfigSkeleton::usrReadConfig()’ is deprecated [-Wdeprecated- declarations] Has anyone a clue what's going on here? -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Phabricator Questions

2015-10-29 Thread Milian Wolff
On Thursday, October 29, 2015 12:24:39 PM CET Milian Wolff wrote: > On Thursday, October 29, 2015 8:52:14 PM CET Ben Cooksley wrote: > > On Thu, Oct 29, 2015 at 6:55 AM, Milian Wolff wrote: > > > On Thursday, October 29, 2015 6:14:22 AM CET Ben Cooksley wrote: > > >>

Re: Phabricator Questions

2015-10-29 Thread Milian Wolff
On Thursday, October 29, 2015 8:52:14 PM CET Ben Cooksley wrote: > On Thu, Oct 29, 2015 at 6:55 AM, Milian Wolff wrote: > > On Thursday, October 29, 2015 6:14:22 AM CET Ben Cooksley wrote: > >> On Wed, Oct 28, 2015 at 10:47 PM, Milian Wolff wrote: > >> >

Re: Phabricator Questions

2015-10-28 Thread Milian Wolff
On Thursday, October 29, 2015 6:14:22 AM CET Ben Cooksley wrote: > On Wed, Oct 28, 2015 at 10:47 PM, Milian Wolff wrote: > > Hey all, > > Hi Milian, > > > I got a few questions regarding Phabricator, can anyone answer them for > > me: > > > > * Can I m

Phabricator Questions

2015-10-28 Thread Milian Wolff
abricator becoming larger and larger, I fear I'll drown in unrelated stuff. * In general, is there a way to configure the main website more to my likings, to show queries I'm actually interested in? That would solve the above. Thanks -- Milian Wolff m...@milianw.de http://milianw.de &

A call for more KDE people at next year's CppCon

2015-09-27 Thread Milian Wolff
at Akademy, you can talk at CppCon! -- Milian Wolff m...@milianw.de http://milianw.de signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Review Request 125362: Avoid QByteArray::fromRawData

2015-09-24 Thread Milian Wolff
> On Sept. 25, 2015, 3:12 a.m., Milian Wolff wrote: > > src/codecs/doctermscodec.cpp, line 73 > > <https://git.reviewboard.kde.org/r/125362/diff/1/?file=405124#file405124line73> > > > > this and the below cases look fine to me - anything else sounds super

Re: Review Request 125362: Avoid QByteArray::fromRawData

2015-09-24 Thread Milian Wolff
this and the below cases look fine to me - anything else sounds super dangerous and could leak to subtle danlging pointers when the raw data escapes out. - Milian Wolff On Sept. 23, 2015, 2:42 p.m., Igor Poboiko wrote: > > --

Re: Announcing heaptrack - a Heap Memory Profiler for Linux

2015-09-17 Thread Milian Wolff
On Tuesday, December 9, 2014 2:15:58 AM CEST Milian Wolff wrote: > On Wednesday 03 December 2014 01:51:57 Aleix Pol wrote: > > On Tue, Dec 2, 2014 at 6:59 PM, Milian Wolff wrote: > > > Hey all, > > > > > > I have just finished writing a lengthy introduction t

Re: kdesrc-buildrc: Show compile output

2015-08-24 Thread Milian Wolff
Command: make 1 1 1 1 1 1 1 Is all I get, where usually, I saw the compile commands. Would be nice to get it fixed again. -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Announcing heaptrack - a Heap Memory Profiler for Linux

2015-07-03 Thread Milian Wolff
On Friday, July 03, 2015 11:58:11 AM Burkhard Lück wrote: > Am Freitag, 3. Juli 2015, 10:01:55 schrieb Milian Wolff: > > They are, now :) Thanks for re-raising this, I forgot about your other > > mail. I also think that this is currently wrong in Massif-Visualizer, if >

Re: Announcing heaptrack - a Heap Memory Profiler for Linux

2015-07-03 Thread Milian Wolff
On Friday, July 03, 2015 06:46:57 AM Burkhard Lück wrote: > Am Donnerstag, 2. Juli 2015, 23:22:06 schrieb Milian Wolff: > > On Tuesday 09 December 2014 02:15:58 Milian Wolff wrote: > [...] > > > It's still in kdereview and I fixed and added more stuff in the meantime.

Re: Announcing heaptrack - a Heap Memory Profiler for Linux

2015-07-02 Thread Milian Wolff
On Tuesday 09 December 2014 02:15:58 Milian Wolff wrote: > On Wednesday 03 December 2014 01:51:57 Aleix Pol wrote: > > On Tue, Dec 2, 2014 at 6:59 PM, Milian Wolff wrote: > > > Hey all, > > > > > > I have just finished writing a lengthy introduction to heapt

Re: KF5 KDevelop build problem

2015-07-01 Thread Milian Wolff
try to remove it for good later. Bye -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KF5 KDevelop build problem

2015-06-24 Thread Milian Wolff
pp::StaticMacroSetRepository, true, > Cpp::StaticMacroSetRepository::Locker>::Iterator’ has no member named ‘ref’ > ret += it.ref().toString(); I'll fix this later - I thought I test-compiled it properly, but apparently not. Please stay tuned and/or revert the last commit in KDev

Re: Application-specific color settings

2015-06-08 Thread Milian Wolff
On Monday 08 June 2015 23:40:58 Friedrich W. H. Kossebau wrote: > Am Montag, 8. Juni 2015, 17:22:26 schrieb Milian Wolff: > > Hey all, > > > > sometimes I need to run applications that do not work properly with a dark > > system color scheme. Is there a way to set

Re: Application-specific color settings

2015-06-08 Thread Milian Wolff
On Monday 08 June 2015 18:00:10 Aleix Pol wrote: > On Mon, Jun 8, 2015 at 5:22 PM, Milian Wolff wrote: > > Hey all, > > > > sometimes I need to run applications that do not work properly with a dark > > system color scheme. Is there a way to set a different (bright)

Application-specific color settings

2015-06-08 Thread Milian Wolff
? Are those upstream in Qt or somewhere in our git? Bye -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Review Request 123989: Add index size to "balooctl status"

2015-06-03 Thread Milian Wolff
tps://git.reviewboard.kde.org/r/123989/#comment8> style: join with next line if () { ... } else { ... } - Milian Wolff On June 3, 2015, 6:08 p.m., Pinak Ahuja wrote: > > ---

Re: Review Request 123989: Add index size to "balooctl status"

2015-06-03 Thread Milian Wolff
tps://git.reviewboard.kde.org/r/123989/#comment55541> use KFormat format(QLocale::system()); return format.formatByteSize(size, 2); - Milian Wolff On June 3, 2015, 11:29 a.m., Pinak Ahuja wrote: > > --- > This is a

How to port kfiledialog:/// feature of KFileDialog?

2015-05-30 Thread Milian Wolff
Hey all, is there a utility function to port the "memory" effect of kfiledialog:/// URLs used in KFileDialog, when using QFileDialog now? If not, could we add it somewhere? Thanks -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo

Re: Review Request 123868: Avoid copying QByteArray

2015-05-21 Thread Milian Wolff
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123868/#review80681 --- Ship it! Ship It! - Milian Wolff On May 21, 2015, 6:19

Re: Review Request 123662: Remove code duplication in postingDB

2015-05-07 Thread Milian Wolff
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123662/#review80057 --- Ship it! Ship It! - Milian Wolff On May 7, 2015, 11:43

Re: Review Request 123662: Remove code duplication in postingDB

2015-05-07 Thread Milian Wolff
tps://git.reviewboard.kde.org/r/123662/#comment54911> please also add a TODO to optimize this by QByteArray::fromRawData. - Milian Wolff On May 7, 2015, 4:53 a.m., Pinak Ahuja wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 123662: Remove code duplication in postingDB

2015-05-07 Thread Milian Wolff
simple types like int just make it a value and it's as fast as it can only get. - Milian Wolff On May 7, 2015, 4:53 a.m., Pinak Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://gi

Re: Review Request 123662: Remove code duplication in postingDB

2015-05-07 Thread Milian Wolff
engine/postingdb.cpp (line 296) <https://git.reviewboard.kde.org/r/123662/#comment54896> auto, tyke comVal and com by value - Milian Wolff On May 7, 2015, 4:53 a.m., Pinak Ahuja wrote: > > --- > This is an automatica

Re: Review Request 123662: Remove code duplication in postingDB

2015-05-06 Thread Milian Wolff
/r/123662/#comment54869> sadly QByteArrayRef is still not there so yes this is what you'd need to do. and the performance impact can be big so definitey worth to d that in a follow-up. alternatively, couldn't you use qstrncmp or the stl/c alternative here? this is probably

multiple kwallet windows after session login

2015-04-29 Thread Milian Wolff
ook at the code and fix this. Can someone point me into the right direction to add a DBUS lock? Also, on a related note: Is there any progress on getting PAM single-sign-on support for KWallet done? There was a blog post a few months ago, but apparently nothing got finished and merged? Thanks

Re: Exporting symbols to access them from tests

2015-04-24 Thread Milian Wolff
On Friday 24 April 2015 14:31:27 Aleix Pol wrote: > On Fri, Apr 24, 2015 at 2:17 PM, Milian Wolff wrote: > > Hey all, > > > > what's the best-practice to export symbols for tests only? In Qt, there is > > the Q_AUTOTEST_EXPORT macro: > > > > qglobal.h

Re: Managing different build configurations with kdesrc-build

2015-04-24 Thread Milian Wolff
. For some reason I did not see that while looking at --help. Or I was looking for something different :) Thanks Jeremy! > On Fri, Apr 24, 2015 at 5:39 AM, Milian Wolff wrote: > > Hey all, esp. Jeremy. > > > > I have a question regarding kdesrc-build: Is it possible to m

Exporting symbols to access them from tests

2015-04-24 Thread Milian Wolff
a stable API, i.e. PIMPL etc. pp. - "private" exported classes for tests don't need that - one can only decide whether something is private exported by checking whether the header file is installed or not in the CMakeLists.txt What do you think? -- Milian Wolff m...@milianw.de http://mi

Managing different build configurations with kdesrc-build

2015-04-24 Thread Milian Wolff
use a different buildrc for the RelWithDebInfo configuration? I could not find a CLI parameter for this. Potentially I could do it via --set-module-option- value and changing the global settings for qtdir, build-dir and kdedir as well as the cmake-options. What do you suggest? -- Milian Wo

Re: Kate .part files

2015-04-16 Thread Milian Wolff
r with remote > desktop to prevent these annoying .part files, but the server being > Windows obviously does not have Kate on it. In general, this is not Kate/Kwrite specific, but rather something that is KIO specific and thus applies to all KDE applications. Please direct future questi

Re: KDE backward compatibility issue

2015-02-04 Thread Milian Wolff
On Wednesday 04 February 2015 21:49:15 Vasily Khoruzhick wrote: > Hi Milian, > > On Wed, Feb 4, 2015 at 9:04 PM, Milian Wolff wrote: > > If these apps link against Qt5 statically (which they can, assuming they > > pay the license fees to Digia), then they will need to reco

Re: KDE backward compatibility issue

2015-02-04 Thread Milian Wolff
e libraries. And, if they do this, then they need to do this regularly anyways to benefit from the bug fixes and potential security fixes in Qt upstream. Bye -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: configuring cppcheck on the CI

2015-01-28 Thread Milian Wolff
On Wednesday 28 January 2015 19:30:40 Milian Wolff wrote: > On Wednesday 28 January 2015 18:18:51 Marko Käning wrote: > > Hi Milian, > > > > On 28 Jan 2015, at 16:59 , Milian Wolff wrote: > > > OK, can you tell me how to tweak cppcheckExtraArgs for indivi

Re: configuring cppcheck on the CI

2015-01-28 Thread Milian Wolff
On Wednesday 28 January 2015 18:18:51 Marko Käning wrote: > Hi Milian, > > On 28 Jan 2015, at 16:59 , Milian Wolff wrote: > > OK, can you tell me how to tweak cppcheckExtraArgs for individual > > projects, > > e.g. kdevplatform for now? > > for this p

Re: configuring cppcheck on the CI

2015-01-28 Thread Milian Wolff
On Wednesday 28 January 2015 11:47:37 Ben Cooksley wrote: > On Wed, Jan 28, 2015 at 4:37 AM, Milian Wolff wrote: > > Hello, > > HI Milian, > > > not sure where to ask this question. Cppcheck running on the CI is a great > > help - thanks for that! I'd like

configuring cppcheck on the CI

2015-01-27 Thread Milian Wolff
_master_qt5/457/cppcheckResult/ The first two errors are grantlee templates and should be ignored by cppcheck. The third is a missing define (where does cppcheck get those from?). Thanks -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

NetworkManager and DBus issues [was: Re: DBUS issues with KDE 4 and Frameworks 5]

2015-01-21 Thread Milian Wolff
On Thursday 13 November 2014 17:54:21 Milian Wolff wrote: > Hey all, > > https://community.kde.org/Frameworks/Building says: > > Warning: never start a KDE 4 application in this separate DBus session, it > > would conflict with your running Plasma 4 desktop. > > I jus

Re: Indexing Text Files and Text Encoding

2015-01-21 Thread Milian Wolff
g the encoding from some heuristic[0]? Or just use Qt directly: http://stackoverflow.com/questions/18227530/check-if-utf-8-string-is-valid-in-qt/18228382#18228382 If it fails, either discard the file. Or try again with the system encoding (if that is not UTF-8) and discard otherwise. By

Re: delay i18n arg replacement

2015-01-19 Thread Milian Wolff
On Monday 19 January 2015 14:42:13 Chusslove Illich wrote: > > [: Milian Wolff :] > > Do I really need to store I18N_NOOP2_NOSTRIP and use that with > > > > i18nc(asdf.context, asdf.translatedString, foo, bar) > > > > then? Or is there a better way,

delay i18n arg replacement

2015-01-19 Thread Milian Wolff
nc(asdf.context, asdf.translatedString, foo, bar) then? Or is there a better way, where it would be enough to store a QString in my static data structure? Or is this not possible b/c the translation might be scripted or something like that? Bye -- Milian Wolff m...@milianw.de http://milianw.de

A smarter rbt post?

2015-01-14 Thread Milian Wolff
eyboard to the wall? Bye -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Announcing heaptrack - a Heap Memory Profiler for Linux

2014-12-10 Thread Milian Wolff
On Wednesday 10 December 2014 15:25:55 André Wöbbeking wrote: > Hi, > > On Wednesday 10 December 2014 15:12:08 Milian Wolff wrote: > > On Tuesday 09 December 2014 23:51:04 Albert Astals Cid wrote: > > > El Dimarts, 9 de desembre de 2014, a les 02:15:58, Milian Wolff va &

Re: Announcing heaptrack - a Heap Memory Profiler for Linux

2014-12-10 Thread Milian Wolff
On Tuesday 09 December 2014 23:51:04 Albert Astals Cid wrote: > El Dimarts, 9 de desembre de 2014, a les 02:15:58, Milian Wolff va escriure: > > On Wednesday 03 December 2014 01:51:57 Aleix Pol wrote: > > > On Tue, Dec 2, 2014 at 6:59 PM, Milian Wolff wrote: > > > &g

Re: Announcing heaptrack - a Heap Memory Profiler for Linux

2014-12-08 Thread Milian Wolff
On Wednesday 03 December 2014 01:51:57 Aleix Pol wrote: > On Tue, Dec 2, 2014 at 6:59 PM, Milian Wolff wrote: > > Hey all, > > > > I have just finished writing a lengthy introduction to heaptrack, an > > alternative to Massif, see: > > > > http://milianw.d

Re: Announcing heaptrack - a Heap Memory Profiler for Linux

2014-12-04 Thread Milian Wolff
On Friday 05 December 2014 07:32:15 Ben Cooksley wrote: > On Fri, Dec 5, 2014 at 3:10 AM, Milian Wolff wrote: > > On Wednesday 03 December 2014 01:51:57 Aleix Pol wrote: > >> On Tue, Dec 2, 2014 at 6:59 PM, Milian Wolff wrote: > >> > Hey all, > >> > >

Re: Announcing heaptrack - a Heap Memory Profiler for Linux

2014-12-04 Thread Milian Wolff
On Wednesday 03 December 2014 01:51:57 Aleix Pol wrote: > On Tue, Dec 2, 2014 at 6:59 PM, Milian Wolff wrote: > > Hey all, > > > > I have just finished writing a lengthy introduction to heaptrack, an > > alternative to Massif, see: > > > > http://milianw.d

Announcing heaptrack - a Heap Memory Profiler for Linux

2014-12-02 Thread Milian Wolff
ch repository: http://quickgit.kde.org/?p=scratch%2Fmwolff%2Fheaptrack.git I want to move this to extragear, skipping playground altogether, if possible. Thanks, happy profiling. -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: kde : core : c++ 11/14 support : a road-map?

2014-11-27 Thread Milian Wolff
plete. > > best regards, > > ~mayuresh > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe > >> << -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: DBUS issues with KDE 4 and Frameworks 5

2014-11-18 Thread Milian Wolff
On Tuesday 18 November 2014 09:55:52 Thiago Macieira wrote: > On Tuesday 18 November 2014 12:41:57 Milian Wolff wrote: > > Right, which brings me back to step one :) Or maybe I'm missing something, > > but: > > > > Assuming I add my custom KF5 path to XDG_DATA_

Re: DBUS issues with KDE 4 and Frameworks 5

2014-11-18 Thread Milian Wolff
On Monday 17 November 2014 11:27:31 Thiago Macieira wrote: > On Monday 17 November 2014 20:12:41 Milian Wolff wrote: > > Yep, that is also what is documented on the Techbase article. Thing is, I > > don't want multiple dbus sessions (see the first mail of this thread). But >

Re: DBUS issues with KDE 4 and Frameworks 5

2014-11-17 Thread Milian Wolff
On Monday 17 November 2014 11:05:03 Thiago Macieira wrote: > On Monday 17 November 2014 13:12:34 Milian Wolff wrote: > > I was just told that I need to run "kdeinit5 --kded" manually. That does > > fix the issue above. But how is this supposed to work when someone >

Re: DBUS issues with KDE 4 and Frameworks 5

2014-11-17 Thread Milian Wolff
On Monday 17 November 2014 13:03:13 Milian Wolff wrote: > On Thursday 13 November 2014 22:47:19 Thomas Lübking wrote: > > On Donnerstag, 13. November 2014 22:27:44 CEST, Milian Wolff wrote: > > > eval `dbus-launch` > > > > > > So can/should I just remove

Re: DBUS issues with KDE 4 and Frameworks 5

2014-11-17 Thread Milian Wolff
On Thursday 13 November 2014 22:47:19 Thomas Lübking wrote: > On Donnerstag, 13. November 2014 22:27:44 CEST, Milian Wolff wrote: > > eval `dbus-launch` > > > > So can/should I just remove this? The warning is obsolete, yeah? > > Likely ("rather", "bette

Re: DBUS issues with KDE 4 and Frameworks 5

2014-11-13 Thread Milian Wolff
he warning is obsolete, yeah? Bye -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

DBUS issues with KDE 4 and Frameworks 5

2014-11-13 Thread Milian Wolff
ot;host" system. Is there anything I should do differently maybe? How do other developers cope with this issue? Bye -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Maintaining KAppTemplate

2014-09-11 Thread Milian Wolff
KDevplatform can use that library and avoid a code duplication > of the whole template code, which is quite annoying at the moment. There > might also be the possibility to add a file generator and a VCS option. > > So what are your thoughts about that ? +1 from my side! -- Milian Wolff

KUrl porting questions

2014-09-11 Thread Milian Wolff
ragments, this should be as simple as getting the mid of the string after the last occurrence of a '/' character. But that might fail on Windows of course... So is there something in Qt which does this without constructing a full QUrl or is this still the best approach? Bye --

Re: Review Request 119717: Baloo: Clear the BalooDataModel before we add new data

2014-08-11 Thread Milian Wolff
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119717/#review64273 --- this calls for a unit test. - Milian Wolff On Aug. 11

  1   2   >