Re: kde4support won't compile against today's qtbase-stable

2014-03-16 Thread David Faure
On Sunday 16 March 2014 14:48:34 Treeve Jelbert wrote: > kfiledialog.cpp:(.text.startup+0x47): undefined reference to > `qt_filedialog_open_filenames_hook' > kfiledialog.cpp:(.text.startup+0x54): undefined reference to > `qt_filedialog_save_filename_hook' Right. Fixed

Meta key and Qt (Re: kglobalaccel fixes)

2014-03-16 Thread David Faure
like this code works on keycodes, not keysyms, so it basically ignores my xmodmap configuration. [*] keycode 133 = Meta_L Meta_L Meta_L Meta_L -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 ___

Re: Review Request 116461: KConfigSkeleton: avoid calling reparseConfiguration() immediately after creation.

2014-03-16 Thread David Faure
If so, I'd suggest implementing solution 1 for the > > general case, and then making a special construction function to handle > > shared KConfig's. I don't want to avoid calling reparseConfiguration > > without some warning around this, as it may again cause some

Re: Review Request 116461: KConfigSkeleton: avoid calling reparseConfiguration() immediately after creation.

2014-03-16 Thread David Faure
If so, I'd suggest implementing solution 1 for the > > general case, and then making a special construction function to handle > > shared KConfig's. I don't want to avoid calling reparseConfiguration > > without some warning around this, as it may again cause some

Re: Review Request 116087: remove usage of strlcpy

2014-03-16 Thread David Faure
> On March 16, 2014, 9:12 a.m., David Faure wrote: > > src/kcrash.cpp, line 56 > > <https://git.reviewboard.kde.org/r/116087/diff/3/?file=254139#file254139line56> > > > > I just realized that this requires qpa-private headers, which is a > > proble

Review Request 116845: Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.

2014-03-16 Thread David Faure
ot;bool ok + qWarning" thing is a bit clumsy, maybe we want to port these main() to qtestlib too, even though they are themselves executed by a unittest :-) Thanks, David Faure ___ Kde-frameworks-devel mailing list Kde-frameworks-deve

Re: Review Request 116087: remove usage of strlcpy

2014-03-17 Thread David Faure
> On March 16, 2014, 9:12 a.m., David Faure wrote: > > src/kcrash.cpp, line 56 > > <https://git.reviewboard.kde.org/r/116087/diff/3/?file=254139#file254139line56> > > > > I just realized that this requires qpa-private headers, which is a > > proble

Re: Review Request 116461: KConfigSkeleton: avoid calling reparseConfiguration() immediately after creation.

2014-03-17 Thread David Faure
If so, I'd suggest implementing solution 1 for the > > general case, and then making a special construction function to handle > > shared KConfig's. I don't want to avoid calling reparseConfiguration > > without some warning around this, as it may again cause some

Re: Review Request 116830: Replace use of QPA headers with optional dep on QX11Extras.

2014-03-17 Thread David Faure
without qtx11extras available, on Linux/X11. Works. Thanks, David Faure ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 116845: Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.

2014-03-17 Thread David Faure
adConfig at all. The singleton-generating code is just stupid, it all happens automatically without a call to readConfig (except of course if apps wanted to reimplement that...) So DelayedParsing breaks the Test1 case (constructor, no explicit call to readConfig/read). Yay for unittests. - Davi

Re: Review Request 116845: Make readConfig() non-virtual anymore, it's not useful. Remove unnecessary debug output Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.

2014-03-17 Thread David Faure
) to qtestlib too, even though they are themselves executed by a unittest :-) Thanks, David Faure ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 116895: Break ksycoca binary compatibility

2014-03-19 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116895/#review53413 --- Ship it! Ship It! - David Faure On March 19, 2014, 11:40

Re: Review Request 116912: Remove KSocks and KSocksSocketDevice

2014-03-20 Thread David Faure
f the socks. - David Faure On March 20, 2014, 12:33 a.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard

Re: Review Request 116913: Remove KParts::ComponentFactory

2014-03-20 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116913/#review53478 --- Ship it! Ship It! - David Faure On March 20, 2014, 12:28

LXR

2014-03-20 Thread David Faure
ta-test it? If nothing major came up, we'll switch lxr.kde.org to that new site. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 ___ Kde-frameworks-devel mailing list Kde-frameworks-

Re: LXR

2014-03-20 Thread David Faure
On Thursday 20 March 2014 13:47:33 Bhushan Shah wrote: > Hello, > > On Thu, Mar 20, 2014 at 1:43 PM, David Faure wrote: > > Talking about LXR... I just finished setting up > > http://lxrnew.kde.org/ident > > Can you use it for your upcoming searches, to beta-test it? &

Re: Review Request 116928: Default to not launching kded

2014-03-20 Thread David Faure
it was my idea, I had forgotten :-) Thanks! - David Faure On March 20, 2014, 6:30 p.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 116914: Remove KLibLoader::createInstance methods

2014-03-20 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116914/#review53603 --- Ship it! bye old code - David Faure On March 20, 2014, 6

Re: Review Request 116927: Fix kdeinit module lookup

2014-03-20 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116927/#review53619 --- Ship it! Ship It! - David Faure On March 20, 2014, 6:30

Re: Review Request 116899: Remove unused QtWidgets dependency

2014-03-20 Thread David Faure
of QWidget - David Faure On March 19, 2014, 1 p.m., Michael Palimaka wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: KF5 alpha2

2014-03-20 Thread David Faure
just to make sure nothing got forgotten. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kd

Re: [kdesrc-build] /: kf5: Port rc files to use branch-groups consistently.

2014-03-20 Thread David Faure
On Wednesday 05 March 2014 10:44:24 Kevin Ottens wrote: > Hello, > > On Tuesday 04 March 2014 22:54:42 David Faure wrote: > > On Tuesday 04 March 2014 01:32:14 Michael Pyne wrote: > > It wasn't that transparent at all - a number of modules have been re- > > downl

Re: Review Request 116894: Clean up comments that reference kde4

2014-03-20 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116894/#review53624 --- Ship it! Ship It! - David Faure On March 19, 2014, 11:26

Re: Review Request 113830: Allow unique apps to access command-line arguments of later invocations

2014-03-20 Thread David Faure
On Friday 22 November 2013 11:32:45 David Faure wrote: > Which reminds me that we don't have a replacement for KCmdLineArgs::url(i) > instead, i.e. a method that resolves "an absolute filename, a relative > filename (given a CWD), or a URL" into a QUrl, for convenience.

Re: Review Request 116961: Replace fake MIME type

2014-03-22 Thread David Faure
compatibility and don't need the mimetype definition. - David Faure On March 21, 2014, 6:07 p.m., Michael Palimaka wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard

Re: Review Request 116935: Lookup paths for kioslaves in KLauncher

2014-03-22 Thread David Faure
<https://git.reviewboard.kde.org/r/116935/#comment37700> krazy will say .clear() is preferred (although in this case, we know the string is not empty, so it amounts to the same). - David Faure On March 22, 2014, 1:27 p.m., Alex Merry

Re: Review Request 116952: Make sure non-prefixed desktop files win when looking up by name

2014-03-23 Thread David Faure
. - David Faure On March 21, 2014, 3:41 p.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 116938: Remove defunct plugin-loading code, and deprecate KLibrary

2014-03-23 Thread David Faure
tps://git.reviewboard.kde.org/r/116938/#comment37719> Missing @since 5.0 - David Faure On March 21, 2014, 3:50 p.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.rev

Re: Review Request 116934: Use KPluginLoader to find kioslaves

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116934/#review53811 --- Ship it! Ship It! - David Faure On March 23, 2014, 1:51

Re: Review Request 116873: Replace GPL proctitle code with BSD-licensed code from OpenSSH

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116873/#review53813 --- Ship it! Ship It! - David Faure On March 21, 2014, 3:47

Re: Review Request 116991: kded: Use a consistent configuration file name

2014-03-23 Thread David Faure
ut that can be solved with bool s_checkStampsDefault = true. But anyway, no big deal. - David Faure On March 23, 2014, 1:29 p.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To r

Re: Review Request 117005: Remove KDE3 KParts compatibility code

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117005/#review53829 --- Ship it! Ship It! - David Faure On March 23, 2014, 6:19

Re: Review Request 117006: Remove kde3 compatibility code and comments

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117006/#review53830 --- Ship it! Ship It! - David Faure On March 23, 2014, 6:25

Re: Review Request 116966: Reorder private variables of KLineEditPrivate to avoid padding

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116966/#review53833 --- Ship it! Ship It! - David Faure On March 21, 2014, 9:58

Re: LXR

2014-03-23 Thread David Faure
On Sunday 23 March 2014 17:33:46 Alex Merry wrote: > On 23/03/14 14:55, Alex Merry wrote: > > On 20/03/14 08:13, David Faure wrote: > >> On Thursday 20 March 2014 00:28:44 Alex Merry wrote: > >>> LXR says the only > >>> > >>> users a

Re: Review Request 116936: Use QLibrary instead of KLibrary

2014-03-23 Thread David Faure
tps://git.reviewboard.kde.org/r/116936/#comment37753> funny iterator name ;) - David Faure On March 20, 2014, 8:48 p.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboar

Re: Review Request 116937: Use QLibrary instead of KLibrary in KOpenSSL

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116937/#review53835 --- Ship it! Ship It! - David Faure On March 20, 2014, 8:50

Re: Review Request 116957: Replace fake MIME type all/allfiles with application/octet-stream

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116957/#review53838 --- Ship it! Ship It! - David Faure On March 21, 2014, 5:05

Re: Review Request 116958: Update comment referencing fake MIME types

2014-03-23 Thread David Faure
more special mimetypes. I'll do that. - David Faure On March 21, 2014, 5:09 p.m., Michael Palimaka wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard

Re: Review Request 116962: Clean up KDE4 references in kconfig

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116962/#review53841 --- Ship it! - David Faure On March 21, 2014, 6:15 p.m., Alex

Re: Review Request 117000: Rename kmimetypefactory.h to kmimetypefactory_p.h

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117000/#review53850 --- Ship it! Ship It! - David Faure On March 23, 2014, 4:45

Re: Review Request 116967: Fix doc in KUrlPixmapProvider

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116967/#review53854 --- Ship it! Ship It! - David Faure On March 21, 2014, 10:20

Re: Review Request 116959: Remove KDE 4 references from kcmutils

2014-03-23 Thread David Faure
tps://git.reviewboard.kde.org/r/116959/#comment37758> this if() isn't needed, already tested in the parent scope. - David Faure On March 21, 2014, 5:15 p.m., Alex Merry wrote: > > --- > This is an automatically genera

Re: Review Request 116968: Fix doc in KToolBarLabelAction

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116968/#review53856 --- Ship it! Ship It! - David Faure On March 21, 2014, 10:27

Re: Review Request 116969: Remove private reset() and move the implementation to the public reset() in KHistoryComboBox

2014-03-23 Thread David Faure
s mostly a TODO...) - David Faure On March 21, 2014, 10:51 p.m., David Gil Oliva wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.review

Re: Review Request 116970: Remove wish in KComboBox

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116970/#review53858 --- Ship it! Ship It! - David Faure On March 21, 2014, 11:06

Re: Review Request 116971: Remove eventFilter and wheelEvent, apparently not needed anymore in KComboBox

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116971/#review53859 --- Ship it! Ship It! - David Faure On March 21, 2014, 11:16

Re: Review Request 116993: Use KPluginLoader::findPlugin and QLibrary instead of KLibrary

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116993/#review53860 --- Ship it! Ship It! - David Faure On March 23, 2014, 2:18

Re: Review Request 116845: Make readConfig() non-virtual anymore, it's not useful. Remove unnecessary debug output Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.

2014-03-23 Thread David Faure
hing is a bit clumsy, maybe we want to port these main() to qtestlib too, even though they are themselves executed by a unittest :-) Thanks, David Faure ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/

Re: Review Request 116461: KConfigSkeleton: avoid calling reparseConfiguration() immediately after creation.

2014-03-23 Thread David Faure
If so, I'd suggest implementing solution 1 for the > > general case, and then making a special construction function to handle > > shared KConfig's. I don't want to avoid calling reparseConfiguration > > without some warning around this, as it may again cause some

Re: Review Request 116995: Rename the kconfig_compiler_kf5 target to kconfig_compiler

2014-03-23 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116995/#review53869 --- Ship it! Ship It! - David Faure On March 23, 2014, 2:52

Re: Review Request 117010: Finish renames in KCoreConfigSkeleton, and stop doing extra loads as well.

2014-03-23 Thread David Faure
eviewboard.kde.org/r/117010/#comment37767> Won't this break with MSVC? - David Faure On March 23, 2014, 11:11 p.m., Matthew Dawson wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 117019: Remove fake defaultMimetype entries from protocols files

2014-03-28 Thread David Faure
the same patch to your KDE4 installation, and testing these URIs. Actually I wonder what these files are really good for, since they don't refer to any executable ("helper") or kioslave. Check the logs, if you can't find any helper or slave... - David Faure On Marc

Re: Review Request 117112: Make KPLuginLoader encapsulate QPluginLoader, rather than inheriting

2014-03-28 Thread David Faure
er a dot" typography? I thought that was only in old books. src/plugin/kpluginloader.cpp <https://git.reviewboard.kde.org/r/117112/#comment38093> so obviousy I'm not sure it deserves a comment :) - David Faure

Re: Finding libexec files / relocation

2014-03-28 Thread David Faure
ady installing things in /libexec > (e.g. libexec/QtWebProcess). We probably want to do the same. Qt is well known for NOT being relocatable (especially qmake), so I'm not sure how much this example helps at all. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE,

Re: Review Request 117137: Remove use of KPluginFactory::componentName()

2014-03-28 Thread David Faure
e and instead, having the info compiled into the plugin (using json)? This contradicts the commit log. - David Faure On March 28, 2014, 2:49 p.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: KCodecs - Quick Review

2014-03-28 Thread David Faure
is where it comes from and should be kept in sync. Yes. > I wonder how much of this functionality is now done in Qt5? I'm not aware of a replacement for KCharsets::fromEntity() in Qt. I.e. some code that can turn ñ into '~'. -- David Faure, fa...@kde.org, http://www.davidfaure

Re: Review Request 117016: Allow overriding DrKonqi lookup directories by PATH

2014-03-28 Thread David Faure
libexec to your $PATH? - David Faure On March 24, 2014, 12:01 p.m., Dan Vrátil wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 117019: Remove fake defaultMimetype entries from protocols files

2014-03-28 Thread David Faure
://git.reviewboard.kde.org/r/101231/, and indeed I agree with myself (big surprise) ;) So go ahead. - David Faure On March 24, 2014, 1:51 p.m., Michael Palimaka wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 117016: Allow overriding DrKonqi lookup directories by PATH

2014-03-28 Thread David Faure
> On March 28, 2014, 2:13 p.m., David Faure wrote: > > How does findExecutable() help at all? You plan on adding libexec to your > > $PATH? > > Aleix Pol Gonzalez wrote: > KStandardDirs::findExe used to look into libexec, IIRC. > > Maybe we c

Re: Review Request 117134: Use QLocale to list all languages

2014-03-28 Thread David Faure
/ : this code is supposed to list the available translations. The new code doesn't do that. Is was using entry.desktop, maybe it can look up myapp.gmo files instead. But it has to be based on what is actually installed. - David Faure On March 28, 2014, 11:50 a.m., Aleix Pol Gonzalez

Re: Review Request 117122: Cut the dependency between country files and KIO

2014-03-28 Thread David Faure
8ec9cef7c68d2d995ceb85aa51839762b4406025 in kdelibs for the full story behind this. But if nobody ever used it, it proves that it can be removed indeed. - David Faure On March 27, 2014, 6:42 p.m., Aleix Pol Gonzalez wrote: > > --- > T

Re: Review Request 117070: remove check for Linux kernel >= 2.6.14

2014-03-28 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117070/#review54447 --- Ship it! OK. - David Faure On March 25, 2014, 10:22 p.m

Re: Review Request 117125: start_kdeinit: Use capabilities instead of SUID

2014-03-28 Thread David Faure
ithout the set capabilities thing. I assume the same can be done with kcheckpass at some point too? - David Faure On March 27, 2014, 7:57 p.m., Hrvoje Senjan wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 117011: Use bin/../share on Windows as a workaround

2014-03-28 Thread David Faure
EROOT% won't do. Is there any more standard way of doing this on Windows? Even if it's just "relative to the executable" - we could let QStandardPaths take care of that. - David Faure On March 23, 2014, 11:28 p.m., And

Re: [kde-promo] Releasing Deprecated modules and Tier 4 Definition

2014-03-28 Thread David Faure
#x27;s about security. QtWebKit is no longer > maintained by Digia and I am not aware that anybody stepped up to maintain > it. Therefore web security vulnerabilities stay unfixed. Well we can't deprecate both khtml and kdewebkit. What do we use then, right now, to browse the web in a KDE ap

Re: Review Request 117132: Use QLocale for figuring out what languages we're translated into

2014-03-28 Thread David Faure
use .po/.gmo files - different translation system. Also doubly wrong because uiLanguages() returns the user preferences (e.g. for me "en, fr"), which has nothing to do with "how many languages are actually installed" (e.g. there could be about 54). - David Faure On March

Re: Review Request 117137: Remove use of KPluginFactory::componentName()

2014-03-28 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117137/#review54456 --- Ship it! Ship It! - David Faure On March 28, 2014, 3:07

Re: Review Request 117145: Make ItemViews a public dependency

2014-03-28 Thread David Faure
file looks for all deps --- even if someone only needs KIOCore... - David Faure On March 28, 2014, 6:24 p.m., Michael Palimaka wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewb

Re: Review Request 117135: Remove fake MIME types

2014-03-28 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117135/#review54451 --- Ship it! Ship It! - David Faure On March 28, 2014, 2:56

Re: Final kde-runtime splitting plan

2014-03-28 Thread David Faure
es kreadconfig and kwriteconfig) is going to be > in plasma-workspace? Isn't it useful for every KConfig-based > component/application? Maybe kde cli tools could be the target... Yes, but only assuming that kde-workspace can then depend on kde-cli-tools at runtime (since startkde uses

Re: Review Request 117078: Allow compiling kio on windows

2014-03-28 Thread David Faure
t;https://git.reviewboard.kde.org/r/117078/#comment38103> Now that you have a QStringList, you can remove this "delete after the fact". Just move the new + setItems into the if (userNames.size() < maxEntries) - David Faure

Re: Review Request 117016: Allow overriding DrKonqi lookup directories by PATH

2014-03-28 Thread David Faure
> On March 24, 2014, 11:01 a.m., Aleix Pol Gonzalez wrote: > > What about QStandardPaths::findExecutable? Actually this one should look > > into libexec too (at least the equivalent KStandardDirs::findExe used to). > > Alex Merry wrote: > I'm pretty sure QStandardPaths won't look at libexec

Re: Review Request 117074: KPluginFactory: remove argumented contructor and componentName()

2014-03-28 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117074/#review54435 --- Ship it! Ship It! - David Faure On March 26, 2014, 4:05

Re: Review Request 117134: Use QLocale to list all languages

2014-03-28 Thread David Faure
> On March 28, 2014, 3:51 p.m., David Faure wrote: > > Same problem as https://git.reviewboard.kde.org/r/117132/ : > > this code is supposed to list the available translations. The new code > > doesn't do that. > > > > Is was using entry.desktop, maybe

Re: Moving KPlugionLoader|Factory to KCoreAddons?

2014-03-28 Thread David Faure
this include: kpluginfactory.h:30:#include // for source compat -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: kcoreaddons5 extraction

2014-03-29 Thread David Faure
> > Thanks in advance for your answers. > > Hi Yuri, > this is a good question also for kde-frameworks-devel@ (now in cc) Yes the argument order was wrong, and this was fixed yesterday (it was also detected by a unittest, by chance) -- David Faure, fa...@kde.org, http://www.d

Re: Review Request 117147: use renamed kf5_entry.desktop file

2014-03-29 Thread David Faure
https://git.reviewboard.kde.org/r/117087/, so go ahead. - David Faure On March 28, 2014, 7:20 p.m., Jonathan Riddell wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard

Re: Review Request 117148: use renamed kf5_entry.desktop file

2014-03-29 Thread David Faure
= old style = l10n means adapting to a country) - David Faure On March 28, 2014, 7:22 p.m., Jonathan Riddell wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard

Re: Moving KPlugionLoader|Factory to KCoreAddons?

2014-03-29 Thread David Faure
On Saturday 29 March 2014 07:50:20 David Faure wrote: > One thing will not be SC though: you'll have to remove this include: > kpluginfactory.h:30:#include // for source compat This bit is now out of the way (I added the include in all the code that was relying on it, and removed i

Re: [kde-frameworks-devel] Regarding entry.desktop files

2014-03-29 Thread David Faure
d that be sensible? Yes. But while at it, I would rename entry.desktop to country.desktop or something, it's getting really confusing with all the things called l10n and entry.desktop in here. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE F

Re: Review Request 116461: KConfigSkeleton: avoid calling reparseConfiguration() immediately after creation.

2014-03-29 Thread David Faure
mit log) + unittests in kconfig still pass. Thanks, David Faure ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: [kde-frameworks-devel] Regarding entry.desktop files

2014-03-30 Thread David Faure
on't rename anything in > the repositories, and also don't install these files at all. When it is > decided how the language selection will work with KF5, revisit this matter. Well, yes, but it's time to decide :-) -- David Faure, fa...@kde.org, http://www.davidfaure

Re: Review Request 117185: Remove KPluginLoader dependency on KService

2014-03-30 Thread David Faure
objections, if sebas and ervin agree as well. - David Faure On March 30, 2014, 11:28 a.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: [kde-frameworks-devel] Regarding entry.desktop files

2014-03-30 Thread David Faure
ided how the language selection will work with KF5, revisit this > >> matter. > > > > [: David Faure :] > > Well, yes, but it's time to decide :-) > > There I propose not to have language entry.desktop files any more :) And, what do we use instead, to show the

Re: Review Request 117194: Remove weird comment

2014-03-30 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117194/#review54647 --- Ship it! Ship It! - David Faure On March 30, 2014, 10:05

Re: Review Request 117195: [kio] Replace COULD_NOT with CANNOT in the error code enum

2014-03-31 Thread David Faure
t;CAN" or "COULD" in its own error messages and descriptions. It actually manages to be much more precise about the reason for the failure, not just "this call failed". Oh well :) - David Faure On March 31, 201

I broke kwin

2014-04-01 Thread David Faure
error: failed to push some refs to 'g...@git.kde.org:kde-workspace' -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https

Re: Review Request 117304: Remove clipboard data re-fetching line and its comment

2014-04-01 Thread David Faure
about this being removed without at least testing it in KDE4. - David Faure On April 1, 2014, 4:01 p.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > htt

Re: Review Request 117304: Remove clipboard data re-fetching line and its comment

2014-04-01 Thread David Faure
g/r/117304/#comment38276> the event loop is here. - David Faure On April 1, 2014, 4:01 p.m., Alex Merry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboar

Re: Review Request 117313: Deprecate ThumbCreatorV2 and improve ThumbCreator apidox

2014-04-05 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117313/#review55014 --- Ship it! Ship It! - David Faure On April 1, 2014, 9:49

Re: Review Request 117317: Improve the KAbstractFileItemActionPlugin apidox

2014-04-05 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117317/#review55015 --- Ship it! Thanks! - David Faure On April 1, 2014, 10:34

Re: DrKonqi placement

2014-04-05 Thread David Faure
d() method. That's vaguely on my > to-do list somewhere... You mean like this? :-) https://codereview.qt-project.org/#change,82386 -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 ___

Re: [kde-promo] Releasing Deprecated modules and Tier 4 Definition

2014-04-05 Thread David Faure
On Friday 28 March 2014 20:17:40 Markus Slopianka wrote: > On Friday 28 March 2014 15:42:16 David Faure wrote: > > Well we can't deprecate both khtml and kdewebkit. What do we use then, > > right now, to browse the web in a KDE application? > > Deprecate does not mean t

Re: kf5options and qt5options manpages

2014-04-05 Thread David Faure
On Wednesday 29 January 2014 12:47:02 Albert Astals Cid wrote: > El Dimecres, 29 de gener de 2014, a les 09:25:47, David Faure va escriure: > > On Saturday 25 January 2014 16:36:22 Albert Astals Cid wrote: > > > El Dissabte, 25 de gener de 2014, a les 10:20:20, David Faure va es

Re: Review Request 117320: Update the kbuildsycoca5 man page

2014-04-05 Thread David Faure
ocs/kbuildsycoca5/man-kbuildsycoca5.8.docbook <https://git.reviewboard.kde.org/r/117320/#comment38384> LOL, that was optimistic :) - David Faure On April 1, 2014, 11:32 p.m., Alex Merry wrote: > > --- > This is an automatical

Re: LXR

2014-04-05 Thread David Faure
On Monday 24 March 2014 11:14:13 you wrote: > On 23/03/14 19:51, David Faure wrote: > > On Sunday 23 March 2014 17:33:46 Alex Merry wrote: > >> On 23/03/14 14:55, Alex Merry wrote: > >>> On 20/03/14 08:13, David Faure wrote: > >>>> On Thursday 20 March

The kde-workspace split

2014-04-06 Thread David Faure
owerdevil, removing from list of packages to build. > Conflicting source-dir present - -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 117392: Rename kdebugdialog to avoid collision

2014-04-06 Thread David Faure
documentation, I'm quite sure it refers to kdebugdialog. - David Faure On April 5, 2014, 5:50 p.m., Michael Palimaka wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard

Re: libmm-qt/libnm-qt as KF5

2014-04-07 Thread David Faure
.pri file, dependency handling for users of your libs, forwarding headers, versioning, releasing, etc. etc.). -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 ___ Kde-frameworks-devel mailing list

<    2   3   4   5   6   7   8   9   10   11   >