Re: Getting the real include directories for frameworks?

2015-04-03 Thread Alexander Richardson
2015-04-03 10:08 GMT+02:00 Boudewijn Rempt b...@valdyas.org: I've got a problem porting calligra to kf5 that I don't know how to solve. We use a 3rd party library called Vc, which does vectorization for us. It takes a certain object file and builds it for different processor architecturres.

Re: Warning: KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated

2015-02-21 Thread Alexander Richardson
2015-02-21 10:02 GMT+00:00 Marco Martin notm...@gmail.com: Hi all, As you may have noticed, right now starting plasma is a big spam of the following error: Calling KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated, use KPluginInfo::pluginName() in /whatever/plugin.so instead. i

Re: Warning: KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated

2015-02-21 Thread Alexander Richardson
2015-02-21 14:43 GMT+00:00 Marco Martin notm...@gmail.com: On Sat, Feb 21, 2015 at 1:34 PM, Alexander Richardson arichardson@gmail.com wrote: and then we could also have something like KServiceTypeTrader::findPlugin(serviceType, name) that expands to KServiceTypeTrader::self()-query

Re: Another proposal for modernization of our infrastructure

2015-01-31 Thread Alexander Richardson
2015-01-31 19:37 GMT+00:00 Christoph Feck cf...@kde.org: On Saturday 31 January 2015 20:07:42 Eike Hein wrote: [...] Qt is using gerrit and we intend to remain a major stakeholde in Qt development, which means a sizable number of KDE developers need to be familiar with gerrit anyway [...]

Re: desktoptojson and list properties / i18n of JSON files

2014-11-20 Thread Alexander Richardson
2014-11-19 16:30 GMT+00:00 Burkhard Lück lu...@hube-lueck.de: Am Mittwoch, 19. November 2014, 01:28:51 schrieb Kevin Funk: On Wednesday 19 November 2014 00:09:25 Albert Astals Cid wrote: El Dimarts, 18 de novembre de 2014, a les 23:01:14, Alex Merry va escriure: On Tuesday 18 November 2014

Re: Review Request 121080: Replace KDE_DUMMY_QHASH_FUNCTION.

2014-11-09 Thread Alexander Richardson
to remember having to do this a few times manually as well. Would it make sense to add the macro to KCoreAddons? - Alexander Richardson On Nov. 8, 2014, 11:26 nachm., Andrius da Costa Ribas wrote: --- This is an automatically generated e

Re: Review Request 117779: fix crash when textureNode-texture() is null

2014-04-30 Thread Alexander Richardson
no longer crashes every few minutes Diffs - src/declarativeimports/core/windowthumbnail.cpp 59255f75994adb96b30fb503c759b2e9110ab708 Diff: https://git.reviewboard.kde.org/r/117779/diff/ Testing --- No longer crashes Thanks, Alexander Richardson

Review Request 117779: fix crash when textureNode-texture() is null

2014-04-25 Thread Alexander Richardson
/windowthumbnail.cpp 59255f75994adb96b30fb503c759b2e9110ab708 Diff: https://git.reviewboard.kde.org/r/117779/diff/ Testing --- No longer crashes Thanks, Alexander Richardson

Re: Review Request 117779: fix crash when textureNode-texture() is null

2014-04-25 Thread Alexander Richardson
--- On April 25, 2014, 11:41 p.m., Alexander Richardson wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117779

Re: Review Request 117779: fix crash when textureNode-texture() is null

2014-04-25 Thread Alexander Richardson
(updated) - src/declarativeimports/core/windowthumbnail.cpp 59255f75994adb96b30fb503c759b2e9110ab708 Diff: https://git.reviewboard.kde.org/r/117779/diff/ Testing --- No longer crashes Thanks, Alexander Richardson

Re: Review Request 116097: No longer use strlcpy in kstartupconfig

2014-03-15 Thread Alexander Richardson
/kstartupconfig.c d8e65f48a75dad49fe6c585f89260c2a6d483809 Diff: https://git.reviewboard.kde.org/r/116097/diff/ Testing --- compiles Thanks, Alexander Richardson

Re: Review Request 116097: No longer use strlcpy in kstartupconfig

2014-03-04 Thread Alexander Richardson
--- On Feb. 26, 2014, 7:11 p.m., Alexander Richardson wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116097

Review Request 116097: No longer use strlcpy in kstartupconfig

2014-02-26 Thread Alexander Richardson
/diff/ Testing --- compiles Thanks, Alexander Richardson

Re: Review Request 116097: No longer use strlcpy in kstartupconfig

2014-02-26 Thread Alexander Richardson
/kstartupconfig.c d8e65f48a75dad49fe6c585f89260c2a6d483809 Diff: https://git.reviewboard.kde.org/r/116097/diff/ Testing --- compiles Thanks, Alexander Richardson

Re: Review Request 115001: add kf5 namespace to kglobalaccel dbus interface

2014-01-13 Thread Alexander Richardson
the target KF5::GlobalAccel, I would drop the K. - Alexander Richardson On Jan. 13, 2014, 4:51 p.m., Jonathan Riddell wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115001

Re: Review Request 113355: Reduce UDSEntry memory usage with implicit sharing

2013-10-22 Thread Alexander Richardson
On Oct. 21, 2013, 6:26 p.m., Jan Kundrát wrote: Have you tried a naive implementation with a std::vectorstd::pairKey,Value? You say that a typical use case has eight entries; that's a very small number where a well-tuned vector could easily beat the O(1) of QHash or the O(log n) of

Re: Review Request 113194: port away from KIcon in libs/taskmanager

2013-10-14 Thread Alexander Richardson
/startup.cpp 5524ea23845726b87f1238d9e324bed185399d2a libs/taskmanager/taskactions.cpp b87b3c02e61e9b91966fb2a909bdbd88c9f94a5d libs/taskmanager/taskgroup.cpp 7c8f1f16e322175e8ff0cd117b48311eb5d865f8 Diff: http://git.reviewboard.kde.org/r/113194/diff/ Testing --- compiles Thanks, Alexander

Review Request 113194: port away from KIcon in libs/taskmanager

2013-10-10 Thread Alexander Richardson
b87b3c02e61e9b91966fb2a909bdbd88c9f94a5d libs/taskmanager/taskgroup.cpp 7c8f1f16e322175e8ff0cd117b48311eb5d865f8 Diff: http://git.reviewboard.kde.org/r/113194/diff/ Testing --- compiles Thanks, Alexander Richardson

Review Request 108560: Fix kconfigcompiler_test

2013-01-23 Thread Alexander Richardson
/kconfig/autotests/kconfig_compiler/kconfigcompiler_test.cpp f900aaf53de1996213c27357fee5b436ab3c4c8f Diff: http://git.reviewboard.kde.org/r/108560/diff/ Testing (updated) --- Unit test now passes instead of printing messages and failing silently Thanks, Alexander Richardson

Re: Review Request: Fix Solid CMake check with Qt 5

2012-05-03 Thread Alexander Richardson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104820/#review13267 --- On May 1, 2012, 11:28 p.m., Alexander Richardson wrote