Re: drkonqi's many debuggers

2023-08-31 Thread Thiago Macieira
On Thursday, 31 August 2023 03:42:59 PDT Halla Rempt wrote: > On dinsdag 29 augustus 2023 05:22:56 CEST Thiago Macieira wrote: > > True, but the majority of our user base is still Linux, so if we had to > > choose only one, it would have to be gdb. > > Um, no? The majority is

Re: drkonqi's many debuggers

2023-08-28 Thread Thiago Macieira
On Monday, 28 August 2023 21:33:25 PDT Nate Graham wrote: > On 8/28/23 22:25, Thiago Macieira wrote: > > It does because it might be missing in the system far more often than gdb. > > We'd get more backtraces and therefore more data if we focused on gdb > > >

Re: drkonqi's many debuggers

2023-08-28 Thread Thiago Macieira
or it is still pending: https://github.com/llvm/llvm-project/issues/52732 Therefore, I repeat: if there's room for only one, it's gdb. If we do support both, then on Linux gdb must be used in preference. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Softw

Re: drkonqi's many debuggers

2023-08-28 Thread Thiago Macieira
and I don't know if > I ever bother to interact with DrKonqi (sorry). True, but the majority of our user base is still Linux, so if we had to choose only one, it would have to be gdb. That's probably why we need to have both gdb and lldb supported. -- Thiago Macieira - thiago (AT

Re: drkonqi's many debuggers

2023-08-28 Thread Thiago Macieira
perience (both in writing and > reading it). If you want *one* debugger, then it has to be GDB on Linux, because it's the one that most people will have installed. $ lldb --version zsh: command not found: lldb -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Softwa

Re: Fwd: KDiff3 v 1.9.6 Windows crash

2022-11-16 Thread Thiago Macieira
ll with a Qt based > application. Worse a lot the documentation I find assumes you are a) > debugging a drive and/or b) working with msvc project that you can > reproduce the crash in. The same as anywhere else: run the application inside the debugger (gdb if it is MinGW). When it crashes, typ

Re: global shortcuts

2022-01-22 Thread Thiago Macieira
On Saturday, 22 January 2022 04:33:24 PST Martin Koller wrote: > Hi, > > which component is responsible for acting on global shortcuts, e.g. > what triggers that Alt-F2 is opening krunner ? kglobalacceld -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Softwa

Re: KPluginLoader UBSAN warnings (object has invalid vptr)

2020-10-16 Thread Thiago Macieira
not sure yet if this is an UBSan bug or if there was some weird, duplicate symbol problem. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel DPG Cloud Engineering

Re: Is kdeinit still actual?

2020-05-01 Thread Thiago Macieira
file.so, that was already running) are sharing 2380 kB between them. The ioslave has a total of 548 kB of additional private memory that isn't shared with anything else in the system. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel System Software Products

Re: ELF Dissector in kdereview

2019-10-01 Thread Thiago Macieira
On Tuesday, 1 October 2019 05:06:57 PDT Jonathan Riddell wrote: > -isystem > /usr/include/capstone/.. [...] > /usr/include/c++/7/cstdlib:75:15: fatal error: stdlib.h: No such file or > directory That -isystem is the mistake. -- Thiago Macieira - thiago (AT) macieira.info - thiago

Re: Time formats / LC_TIME challenge for 4-digit year support

2018-12-04 Thread Thiago Macieira
version 5 with such > incompatible change. Hopefully these poor man analysis help some other app > developers If you want that, please submit your patch to unicode.org. They need to update the CLDR to have 4-digit years for the locale of your choice. -- Thiago Macieira - thiago (AT) macieira.i

Re: Installing qml caches

2018-07-31 Thread Thiago Macieira
On Sunday, 8 July 2018 09:06:58 PDT Simon Hausmann wrote: > And use the QtQuickCompiler build > option with 5.11. Is that just running qmlcachegen on all the *.qml? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: c++11 and workspace

2017-08-17 Thread Thiago Macieira
can/should use C++11, KWin/master even requires C++14. Confirm if you mean the core language or the standard library. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: QProcess::startDetached and bash stdout capture

2017-03-25 Thread Thiago Macieira
On sábado, 25 de março de 2017 09:03:28 PDT David Faure wrote: > On samedi 25 mars 2017 16:50:37 CET Thiago Macieira wrote: > > One problem is because the launched process inherits the pipes to stdout > > and stderr > > Really, even with startDetached? I assumed that was

Re: QProcess::startDetached and bash stdout capture

2017-03-25 Thread Thiago Macieira
On sábado, 25 de março de 2017 09:03:28 PDT David Faure wrote: > On samedi 25 mars 2017 16:50:37 CET Thiago Macieira wrote: > > One problem is because the launched process inherits the pipes to stdout > > and stderr > > Really, even with startDetached? I assumed that was

Re: QProcess::startDetached and bash stdout capture

2017-03-25 Thread Thiago Macieira
On sábado, 25 de março de 2017 08:50:37 PDT Thiago Macieira wrote: > One problem is because the launched process inherits the pipes to stdout and > stderr, but the shell sees the process group it launched exiting. It will > probably close the pipe. Normally, this process would exit

Re: QProcess::startDetached and bash stdout capture

2017-03-25 Thread Thiago Macieira
elper. Then same as above. 3) you can also use D-Bus: pass a service name to the helper that it will make a call to indicating it's ready. All three options also allow passing of extra information, which should be the helper's own D-Bus service name. That way, the helper need

Re: What's kde-core-devel for?

2016-12-16 Thread Thiago Macieira
other parts maybe to > release-team (like adding new software to releases and such)? > > What do people that read this list think? This list is about discussions about changes that affect all applications. How about killing kde-frameworks-devel and bringing that discussion back here whe

Re: Test your applications on Wayland

2016-10-12 Thread Thiago Macieira
unusable. Should happen in the next couple of weeks, now that 5.6.2 is closed. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: Review Request 128909: initial, minimal support for OS X

2016-09-14 Thread Thiago Macieira
ly correct `argMax()`? It's all in the same .cpp, it doesn't matter. Inline is correct where it is. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: [kde-community] Usage of QNetworkAccessManager

2016-07-14 Thread Thiago Macieira
t 6. > > Please therefore ensure your application handles redirects > appropriately (the form of the code will depend on the version of Qt > in use) if you decide to use QNAM. You do that by setting the attribute FollowRedirectsAttribute in your QNetworkRequests. -- Thiago Macieira

Re: Why do we need to run two kwalletd?

2016-05-30 Thread Thiago Macieira
On domingo, 29 de maio de 2016 07:25:23 BRT Luca Beltrame wrote: > > There also needs to be a way to migrate the contents of the old wallet > > into the new. > > This should be already handled, as far as I know. Can you clarify how this is supposed to work? -- Thiago Mac

Re: Why do we need to run two kwalletd?

2016-05-28 Thread Thiago Macieira
Em sábado, 28 de maio de 2016, às 16:14:23 BRT, Albert Astals Cid escreveu: > El dissabte, 28 de maig de 2016, a les 10:19:59 CEST, Thiago Macieira va > > escriure: > > Commit https://quickgit.kde.org/? > > p=kwallet.git&a=commit&h=f7c1586264e029be50f3d9ca15ccad268a

Why do we need to run two kwalletd?

2016-05-28 Thread Thiago Macieira
correct/wise decision? Why not have *one* wallet for all programs? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: [Kde-pim] Qt 4 Builds

2016-03-27 Thread Thiago Macieira
efore it decides to do its job, but nothing major. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: Qt 4 Builds

2016-03-27 Thread Thiago Macieira
llowed suit. Not completely EOL'ed yet. Security fixes are still applied for now, but no other changes. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: Policy regarding QtWebKit and QtScript

2016-03-07 Thread Thiago Macieira
day I noticed something strange with one of my online web mail accounts I only access using rekonq (QtWebKit), so it may be that the engine is already past expiration date. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: KDE file dialog

2016-03-01 Thread Thiago Macieira
ngs? That way > everyone would be happy. Yes. Just volunteer to write that plugin. It may be even accepted as part of the Qt Project. The point is that it's not going to happen without developer effort. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Softwa

Re: KDE file dialog

2016-02-29 Thread Thiago Macieira
But that assumes the desktop you're in actually provides this > functionality. Only if it's a Qt-based desktop. If it's another desktop, then it's Qt's job to integrate with it properly. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: KDE file dialog

2016-02-29 Thread Thiago Macieira
on a KDE 4 desktop. In that case, I'd argue that the Plasma plugin should be loaded, but it needs to be installed too. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center

Re: Policy regarding QtWebKit and QtScript

2015-12-26 Thread Thiago Macieira
t; much applies to the underlying engine. I have no idea if the application > works (well). I'll kick off a build just before I leave for Xmas dinner. Some of those changes may be only to unbundle some libraries and cause chromium to link to system-provided ones. -- Thiago Macieira - th

Re: Policy regarding QtWebKit and QtScript

2015-12-23 Thread Thiago Macieira
ort release and that is simply too much to ask for, for a module that needs security updates we are hardly getting from upstream. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358;

Re: Policy regarding QtWebKit and QtScript

2015-12-23 Thread Thiago Macieira
aught before Qt releases and should get fixed in updated qtwebkit source packages. qtquick1 is a whole other story. Its life ends now. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerp

Re: Why is C90 enforced in KDE?

2015-12-07 Thread Thiago Macieira
e problem is the C99 Library, which MSVC did not support until 2013 and it only did so because C++11 imported it by reference. Microsoft does not care for C. They didn't implement C99 because they didn't want to, not because their compiler team was unable to. So my recommendation: write

Re: Why is C90 enforced in KDE?

2015-12-07 Thread Thiago Macieira
f. You need MSVC 2013 for that. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: KSyCoca, Thread safety, and Cache invalidation

2015-11-14 Thread Thiago Macieira
in the first place. We have QTimeZone and we could read the system file, bypassing localtime_r and tzset. John would know more. > This tzset() issue is really awful, we'll never manage to make sure that > 100% of the code that needs to be threadsafe uses UTC everywhere. Hence the mut

Re: [Development] Please help me get my pending review count down

2015-09-23 Thread Thiago Macieira
On Thursday 20 August 2015 17:16:40 Thiago Macieira wrote: > On Friday 21 August 2015 01:45:12 Albert Astals Cid wrote: > > So with your new patches and https://git.reviewboard.kde.org/r/124856/ i > > can run konsole fine both with --nofork and in the normal mode. > >

Re: KSyCoca, Thread safety, and Cache invalidation

2015-09-14 Thread Thiago Macieira
On Sunday 13 September 2015 23:04:01 David Faure wrote: > On Tuesday 14 July 2015 16:01:09 Thiago Macieira wrote: > > If you need a machine-comparable time with other systems or across > > reboots, > > use QDateTime::currentDateTimeUtc(). That avoids refreshing the timezone &g

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

2015-08-31 Thread Thiago Macieira
tected visibility instead of default, this will be required. > # if defined(calligrasheetsodf_EXPORTS) > # define CALLIGRA_SHEETS_ODF_TEST_EXPORT KDE_EXPORT > # else > # define CALLIGRA_SHEETS_ODF_TEST_EXPORT KDE_IMPORT > # endif -- Thiago Macieira - thiago (AT) macie

Re: [Development] Please help me get my pending review count down

2015-08-20 Thread Thiago Macieira
s and, therefore, before the /MainApplication object is registered. The solution in the patch is a hammer. We can do it with more finesse by having the child automatically start the new instance if it wasn't running before. I don't see why we need the call to newInstance from the p

Re: [Development] Please help me get my pending review count down

2015-08-20 Thread Thiago Macieira
On Sunday 02 August 2015 10:32:21 Thiago Macieira wrote: > ... which makes me wonder: did I fix the problem but never gave Albert the > patches that fixed them? And the answer is... yes-kinda. I had fixed the issue, but never applied it to QtDBus. By replacing QThread with QDaemonThrea

Re: Using nullptr instead of Q_NULLPTR

2015-08-18 Thread Thiago Macieira
d say "back to Q_NULLPTR", right? > > It's just helping people with old compilers by making the code SC. Back to anything that is not nullptr: 0, NULL, __null, Q_NULLPTR, whatever. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architec

Re: Using nullptr instead of Q_NULLPTR

2015-08-14 Thread Thiago Macieira
a pointer). Defining a macro for nullptr is dangerous... My recommendation: it's broken now so leave it. Fix it if someone complains, but otherwise just leave it. In one year's time, the discussion will be moot. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.o

Re: Using nullptr instead of Q_NULLPTR

2015-08-14 Thread Thiago Macieira
irrevocably locked yourself into requiring a compiler that supports it. > PS: A Krazy check checking for usage of NULLs and Q_NULLPTR would be > lovely. Checking the use of 0's isn't easy, right? -Wzero-as-null-pointer-constant Qt headers should pass that starting with 5.6. -- Th

Re: Using nullptr instead of Q_NULLPTR

2015-08-14 Thread Thiago Macieira
the Qt CI tests on. > > It lists both CI tested and untested things there. I would have said the docs or the wiki somewhere, but I've just discovered that the docs are wrong... :-) -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Inte

Re: Using nullptr instead of Q_NULLPTR

2015-08-13 Thread Thiago Macieira
I thought that was official enough. It isn't. The page is just plainly wrong. That's the list of platforms the Qt CI tests on. It's not the list of platforms we are supposed to compile with and support. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Softwar

Re: Using nullptr instead of Q_NULLPTR

2015-08-13 Thread Thiago Macieira
ode at that time. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: [Development] Please help me get my pending review count down

2015-08-05 Thread Thiago Macieira
On Tuesday 28 July 2015 19:06:59 Thiago Macieira wrote: > Deadline: 6 weeks before Qt 5.7 feature freeze. > > If we reach that date and the patches are still not integrated, I will have > to make a decision as Maintainer as to the future of them. It will be to > either apply t

Re: Replacement for KDateTime

2015-08-04 Thread Thiago Macieira
erent, there are probably other differences too. I withdraw my requirement to make /bin/ls work then. What's your suggestion to make this work for a KDE environment and applications, John? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel

Re: Replacement for KDateTime

2015-08-04 Thread Thiago Macieira
applications suddenly start updating, even if they haven't got anything to show. It's the same problem and requires the same solution as the language itself. There are mechanisms, but they're neither very well-used and they cause thundering herd. -- Thiago Macieira - thiago (AT

Re: Replacement for KDateTime

2015-08-03 Thread Thiago Macieira
QSystemLocale configuration that allowed the GUI platform plugin to set some details. Obviously this would not apply to non-GUI apps. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fing

Re: Replacement for KDateTime

2015-08-03 Thread Thiago Macieira
urs into Nov 24, -4713, which leads to severe issues when this time-only QDateTime somehow gets converted to time_t (out of range). -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: Replacement for KDateTime

2015-08-03 Thread Thiago Macieira
7;s not going to happen. The only solution I'm going to accept is one that also applies to /bin/ls. So far, the idea of setting LC_TIME to a file containing the rules is the only solution I've seen to accomplish that. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.o

Re: Replacement for KDateTime

2015-08-03 Thread Thiago Macieira
d make it fall back to the C API if the locale is a file or one not found in the database it carries. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 1

Re: Replacement for KDateTime

2015-08-03 Thread Thiago Macieira
ve any roadmap about QLocale? Perhaps > > > we could help with filling the missing bits into QLocale directly too. > > > > The roadmap currently stands as follows: > Does this mean there is no roadmap? :) It means the roadmap is empty. -- Thiago Macieira - thiago (AT) mac

Re: Replacement for KDateTime

2015-08-02 Thread Thiago Macieira
#x27;re welcome to add the support to QLocale. If the format you're looking for requires support from translators, please add a new class to QtCore. > Alternatively, do you John have any roadmap about QLocale? Perhaps > we could help with filling the missing bits into QLocale d

Re: [Development] Please help me get my pending review count down

2015-08-02 Thread Thiago Macieira
ies on those patches. ... which makes me wonder: did I fix the problem but never gave Albert the patches that fixed them? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: [Development] Please help me get my pending review count down

2015-07-28 Thread Thiago Macieira
[cross-posting to k-c-d to get KDE dev attention] On Tuesday 28 July 2015 14:51:49 Thiago Macieira wrote: > - QtDBus changes: > https://codereview.qt-project.org/101967 > https://codereview.qt-project.org/102762 > https://codereview.qt-project.org/103731 > https://codereview.qt-pro

Re: KSyCoca, Thread safety, and Cache invalidation

2015-07-20 Thread Thiago Macieira
On Monday 20 July 2015 16:05:06 David Faure wrote: > Or maybe QDateTime::currentDateTime() could avoid calling the awful tzset()? > Thiago, any input? QDateTime::currentDateTimeUtc() does not call tzset. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Arc

Re: KSyCoca, Thread safety, and Cache invalidation

2015-07-14 Thread Thiago Macieira
DateTime::currentDateTime() if you want to show something to the user. There's no other valid reason. (writing to a log counts as "showing to the user") -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Cente

Re: Frameworks compiler and Qt requirements after Qt 5.7?

2015-06-28 Thread Thiago Macieira
nimum that the minimum Qt requires. If the minimum Qt is 5.6, then KDE's current requirements are higher than Qt's. So no change is necessary. If the minimum Qt is 5.7, then Qt's requirements are higher. Effectively, Qt's requirements become KDE's. -- Thiago Macieira -

Re: Frameworks compiler and Qt requirements after Qt 5.7?

2015-06-26 Thread Thiago Macieira
that we chose to require SD-6 for C++14 support and MSVC 2015 does not follow it. Therefore, for Qt's purposes, MSVC 2015 supports *no* C++14. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP

Re: Review Request 123874: Fix build with Qt >= 5.4.2

2015-05-21 Thread Thiago Macieira
t changes to > current cmake code. Upgrade past commit 083c9269ed73e8771e1dbe10812696b45b7389f3 and report back if it worked. If there are problems, let's fix them in Qt itself. If there are issues that can't be fixed in Qt itself, then kde-multimedia would be the wrong m

Re: Alternative to QDateTime::isDateOnly ?

2015-05-01 Thread Thiago Macieira
riant > (aka. a discriminated union) Why wouldn't QVariant be enough? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: Distros and QtWebEngine

2015-04-21 Thread Thiago Macieira
e about spyware, but they do have a history of inserting things of theirs, like the HTTP-over-QUIC they recently talked about. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: Review request: QBluez

2015-02-17 Thread Thiago Macieira
you say it's not bad, just expected. QEXPECT_FAIL is when you know it's wrong but either can't solve it or can't do it now. If it's an expected situation, handle the situation. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect

Re: Review request: QBluez

2015-02-16 Thread Thiago Macieira
for > a new name. Unless, of course, you want to contribute the code to the Qt Project. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: Review Request 122320: use xcb-screen count instead of qguiapplication.screens

2015-02-04 Thread Thiago Macieira
x27;s count is the correct one? In the commit message. - Thiago Macieira On Fev. 4, 2015, 12:31 a.m., Nick Shaforostoff wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard

Re: Another proposal for modernization of our infrastructure

2015-02-03 Thread Thiago Macieira
On Tuesday 03 February 2015 11:56:53 Martin Sandsmark wrote: > On Sun, Feb 01, 2015 at 10:49:58AM -0200, Thiago Macieira wrote: > > They would have if they still had major problems with the usability of the > > tool. It probably just so happens that all the backers are used to th

Re: Another proposal for modernization of our infrastructure

2015-02-01 Thread Thiago Macieira
of the pushing work for you. All you'll need to do is tell it which commits you want to push, like: git gpush HEAD +thiago +ossi +tronical It would have been ready if I had had the time to review it. You can find it in his dashboard and mine (in qt/qtrepotools). -- Thiago Macieira - t

Re: Another proposal for modernization of our infrastructure

2015-02-01 Thread Thiago Macieira
ring Git" heading. All of the rest is already done for anyone who is already using Git. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: Another proposal for modernization of our infrastructure

2015-02-01 Thread Thiago Macieira
. That's not to say I don't want it improved -- I do -- but I don't feel the pressing need to for someone to work on it. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerpr

Re: Another proposal for modernization of our infrastructure

2015-01-30 Thread Thiago Macieira
abd3b3d62f7156fbfc, 2f6d90dc0ba7853d32a902dbaf92e69ba133c2b1, d124a6d287ef836b3290d92baa2f1e14b18a36bd and 66522d326988614cbe544103f99be14e415e44bd. Ismo, what's the status on upstreaming the one-page-review feature? What did upstream say last time this was attempted? -- Thiag

Re: Another proposal for modernization of our infrastructure

2015-01-30 Thread Thiago Macieira
e. It might not be the default on the installation, so check the settings and try to turn it on. Note that there's no patch to make an single-page all-diff for the new UI. It only exists for the old UI, which is why the new UI is disabled for the Qt Gerrit. -- Thiago Macieira - thi

Re: Changes to our Git infrastructure

2015-01-06 Thread Thiago Macieira
g out what they see when they see it. They should instead look at the big picture first and that isn't easy. See http://sarah.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/ -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source T

Re: Changes to our Git infrastructure

2015-01-04 Thread Thiago Macieira
;obscure". They're three of the most > popular and widespread languages in the world. For command-line applications on Linux? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprin

Re: Changes to our Git infrastructure

2015-01-03 Thread Thiago Macieira
On Saturday 03 January 2015 12:39:42 Lydia Pintscher wrote: > On Sat, Jan 3, 2015 at 12:07 PM, Thiago Macieira wrote: > > For Gerrit: > I think before checking Ben's list against specific implementations we > should make sure the list is actually correct and complete. It&

Re: Changes to our Git infrastructure

2015-01-03 Thread Thiago Macieira
h > externally facing (Web APIs) and internal (application plugins, etc) > As the recent Dr Konqi problems have demonstrated, upstreams which > act without regard for backwards compatibility can introduce > significant problems for us. Check. > - Scalable: > The applications which mak

Re: Changes to branch management

2014-12-23 Thread Thiago Macieira
d git remote prune doesn't delete them. So don't push bad tags. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: ThreadWeaver: using QObject's as Jobs

2014-11-25 Thread Thiago Macieira
On Tuesday 25 November 2014 12:07:27 Milian Wolff wrote: > On Monday 24 November 2014 19:28:57 Thiago Macieira wrote: > > On Monday 24 November 2014 23:00:45 Mirko Boehm wrote: > > > > Can I inherit from QObjectDecorator and pass "this" as the > >

Re: ThreadWeaver: using QObject's as Jobs

2014-11-24 Thread Thiago Macieira
ct already. It will add defined signals > to the job. Please don't create new classes named Q + Capital letter unless you're doing that inside the Qt Project. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology C

Re: attica_kde.so closing crash

2014-11-17 Thread Thiago Macieira
ecessary, submit a patch to QNetworkAccessManager and/or the bearer plugins so it stops tracking the pointer on plugin unload. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fin

Re: attica_kde.so closing crash

2014-11-17 Thread Thiago Macieira
library.cpp, which is unloading all plugins. This is a plugin-unload-order problem. The KDE platform plugin got unloaded after the bearer manager plugin. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center P

Re: New CHANGELOG: keyword

2014-11-08 Thread Thiago Macieira
On Saturday 08 November 2014 01:52:06 Albert Astals Cid wrote: > El Divendres, 7 de novembre de 2014, a les 16:35:21, Thiago Macieira va > > escriure: > > On Saturday 08 November 2014 00:58:49 Albert Astals Cid wrote: > > > Hi, we've added a new CHAN

Re: New CHANGELOG: keyword

2014-11-07 Thread Thiago Macieira
lease notes. > > We still need something that parses it but step by step :) Why not use the Qt script[1]? I also recommend making it a tag like Qt's, so people can write more than one line. https://codereview.qt-project.org/76087 -- Thiago Macieira - thiago (AT) macieira.info -

Re: autostart confusion

2014-11-07 Thread Thiago Macieira
. The "autostart" is just a list of applications to start automatically and won't affect the environment. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: KDE4 & SSL

2014-10-21 Thread Thiago Macieira
On Tuesday 21 October 2014 08:13:07 Rolf Eike Beer wrote: > Am Dienstag 21 Oktober 2014, 10:52:38 schrieb Thiago Macieira: > > On Monday 20 October 2014 21:00:51 Pali Rohár wrote: > > > Hello! > > > > > > Do you know which KDE4 libraries are using SSL an

Re: KDE4 & SSL

2014-10-20 Thread Thiago Macieira
dy disabled by default. To disable SSLv3 by default, you need to modify QtNetwork. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5

Re: Question about QSslCipher::protocolString

2014-10-19 Thread Thiago Macieira
ECDHE-RSA-AES256-GCM-SHA384, bits=256, proto=TLSv1.2)" is > top of the list here and most SSLv3 variants on the very bottom. > > --> THERE IS NO TLSv1.1 IN THAT LIST, NOR IN "::supportedCiphers()" > > However, I don't know why QSslSocket doesn't provid

Re: Review Request 120363: proposal to use the NOGUI switch in CMake files to set the default value for GUIenabled

2014-09-26 Thread Thiago Macieira
we'll probably have to maintain our own > local patches waiting and hoping they'll ever get incorporated upstream? > Remark, that's about the same situation as we (kde-mac) are currently in > w.r.t. KDE Why do you think those patches would not get into Qt? -- Thiago M

Re: Review Request 120363: proposal to use the NOGUI switch in CMake files to set the default value for GUIenabled

2014-09-26 Thread Thiago Macieira
On Friday 26 September 2014 07:05:09 Marko Käning wrote: > Hi Thiago, > > On 26 Sep 2014, at 07:01 , Thiago Macieira wrote: > > And still it needs to be studied for Qt5, unless the plan is to never > > transition to Qt 5 (which means KDE-on-Mac will stop compiling within 2

Re: Review Request 120363: proposal to use the NOGUI switch in CMake files to set the default value for GUIenabled

2014-09-25 Thread Thiago Macieira
tion to Mac only too. And still it needs to be studied for Qt5, unless the plan is to never transition to Qt 5 (which means KDE-on-Mac will stop compiling within 2 years). -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technolo

Re: Review Request 120363: proposal to use the NOGUI switch in CMake files to set the default value for GUIenabled

2014-09-25 Thread Thiago Macieira
oard.kde.org/r/120354). Note that this change can't apply to a Qt5-based build since QApplication no longer has that extra parameter. Are we sure we want to add a new feature that is Qt4-only and has a short lifetime? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org S

Re: Using Gerrit for code review in KDE

2014-09-15 Thread Thiago Macieira
; has a much cleaner GUI. I'm pretty lost when looking at the one up there... It's an extension. Ossi, where's the source code for the Gerrit the Qt Project uses? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Tech

Re: Retiring and testament

2014-09-10 Thread Thiago Macieira
discussing with Kevin Krammer to pass him the torch. I > guess most of you know him. He will be a good replacement since he has a > good view on the whole stack. Not to neglect the fact we both have the > same first name so you feel right at home. Yeah, thanks for making the transition ea

Re: KDE Applications December 2014 release: which apps are targeting Qt4/Qt5?

2014-07-22 Thread Thiago Macieira
ited. Are we figuring out a way to co-install both sets of KParts and load the right one at runtime? The Qt plugin mechanism should be enough to prevent the wrong .so file from being loaded, but it would be easier on the system if the files were on different paths on the filesystem.

Re: code guideline

2014-07-09 Thread Thiago Macieira
ack into Qt code, including: 1) slot activation 2) event handling 3) callbacks (such as qSort) Using QString and QByteArray in code that uses exceptions is mostly safe because no exception can happen inside them. Stack unwinding would be no different than a regular end of scope anyway. --

Re: Compatibility problems with latest GTK+ applications

2014-05-08 Thread Thiago Macieira
's part of the themeing: the CSD application needs to get information from the desktop in order to draw the proper decorations. You could say that includes what the context menu should look like. That said, I fully expect 4, 6, 9, 13 and 14 to be also closed as "working as designed"

Re: Co-installability

2014-04-29 Thread Thiago Macieira
installed to /usr. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358

Re: DBus-activated applications

2014-04-05 Thread Thiago Macieira
> share/dbus-1/services). Did you have a chance to discuss with Lennart and Kay about systemd+kdbus not using /usr/share/dbus-1/services, but systemd unit files instead? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Cen

  1   2   3   4   5   >