7;static constexpr inline' is what I would type by default (before doubting
myself and grep'ing in the codebase to see what's used the most in case I've
forgotten).
Unlike other orders like east const vs west const, there is no difference in my
ability or speed to parse either
forms.
Good point.
[...]
Regards,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
--
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development
On 15/3/24 19:57, Jean-Michaël Celerier wrote:
There's nothing more frustrating that instantiating a C++ type on the stack
like
MyType foo;
and having to call a function with:
static_cast(foo).someVirtualMethod();
Or:
foo.Base::someVirtualMethod();
[..]
--
Ahmad
https://bugs.kde.org/show_bug.cgi?id=447538
--- Comment #4 from Ahmad Samir ---
I don't know much about Wayland; so here is an observation, assuming there is a
kate instance on the current virtual desktop, and focus stealing prevention is
set to none:
- Ctrl+Clicking in konsole opens the fi
ago, the CI
still uses C++17, I have seen very few issues.
My 2p's.
Regards,
Ahmad Samir
On 9 Feb 2024, at 10:41, Vladimir Minenko via Development
wrote:
Just as a reminder, the "C++20 is mandatory for users of Qt (Phase III)”
(https://bugreports.qt.io/browse/QTBUG-109362) says &q
and not using any automatic
detection whatsoever: users of Qt should never ever be enabling it "by
accident".
Just stating the obvious: I agree, must be opt-in with a clear disclaimer "You're
on your own, if it breaks, you get to keep the pieces".
[...]
My 2p
;ll get less formatting issues in reviews (especially from new contributors)
- or we'll still get formatting issues, just different ones than what clang-format
currently does
So 6-12 months, and we'll have a definite answer. :)
Regards,
Ahmad Samir
OpenPGP_signature
Description: O
On 13/9/23 09:13, Paul Wicking wrote:
On 12 Sep 2023, at 22:33, Ahmad Samir wrote:
_clang-format isn't picked up by clang-format by default, you'd have to rename
it to .clang-format.
clang-format reads either of them [0]. It's unnecessary to rename the
configuration fil
On 13/9/23 01:46, Marc Mutz via Development wrote:
[I didn't get André's Email...]
On 12.09.23 23:40, Ahmad Samir wrote:
On 13/9/23 00:11, apoenitz wrote:
On Tue, Sep 12, 2023 at 11:33:17PM +0300, Ahmad Samir wrote:
A config file that is 80-90% correct is better than nothing.
On 13/9/23 00:11, apoenitz wrote:
On Tue, Sep 12, 2023 at 11:33:17PM +0300, Ahmad Samir wrote:
A config file that is 80-90% correct is better than nothing.
I disagree.
The result of such a thing is that people submit patches matching the config
100%, deviating from the wanted style by 10-20
ding style, but I don't have to do it all manually.
Drive-by suggestion: each module should also have a .git-blame-ignore-revs file
(name should be unified in all Qt repos), to put commit hashes that git-blame
should ignore. (See 'git blame --ignore-revs-file').
Regards,
Ahmad
`, which showed it's because in
`checkErrorOutput(const QString &test, const QByteArray &errorOutput)` in
tst_selftests.cpp, the code should return early for "silent" test, because the
latter calls qFatal, that doesn't seem to happen on Linux any more.
Regards,
Ahma
On 26/8/23 11:51, Volker Hilsheimer wrote:
On 25 Aug 2023, at 14:20, Ahmad Samir wrote:
On 25/8/23 14:11, Cristian Adam via Development wrote:
The other way of fixing this is by using ... macros. The article at c++ - Importing
inline functions in MinGW - Stack
Overflow<ht
qt-project.org/c/qt/qtbase/+/498739
Regards,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
--
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development
https://bugs.kde.org/show_bug.cgi?id=473425
--- Comment #4 from Ahmad Samir ---
(In reply to Waqar Ahmed from comment #3)
> clangd provides AST in an xml like format which you can use to get more info
> about the current file and maybe do some extra operations on it. Maybe
> that's
https://bugs.kde.org/show_bug.cgi?id=473425
--- Comment #2 from Ahmad Samir ---
I see; I thought since Qt Creator has switched to clangd (instead of libclang
backend) that this works with clangd too; perhaps they have another way of
listing references to methods wrapped in SIGNAL/SLOT.
Sorry
https://bugs.kde.org/show_bug.cgi?id=473425
Bug ID: 473425
Summary: LSP doesn't detect methods used in SIGNAL()/SLOT()
macros when searching for references
Classification: Applications
Product: kate
Version: Git
Platfor
on.
HEADER_MODULE isn't used that many times in Qt code, and typically where it's used
there is no SOURCES arg passed to qt_internal_add_module, however it's a corner
case to look out for when adding DEFINES to qt_internal_add_module.
Regards,
Ahmad Samir
OpenPGP_signature
Descrip
g-build-qt6-docs.txt*
---
Haowei Hsu
From the build log:
D:/Repo/GitHub/testing/qtbase/src/corelib/doc/qtcore.qdocconf:1: (qdoc) error:
Cannot open file 'C:/Qt/Qt-6.5.3/./doc/global/qt-module-defaults.qdocconf':
???
Cannot open file 'C:/Qt/Qt-6.5.3/./doc/global/qt-mo
On 9/3/23 10:14, Marc Mutz via Development wrote:
On 08.03.23 15:30, Ahmad Samir wrote:
So, named casts (static_cast) are better in such cases, as searching for
them in source code is much easier than searching for:
- int(foo)
- (int)foo
- (int)(foo)
In which situation would you want to
qlonglong, qulonglong... etc).
Thanks,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
--
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development
https://bugs.kde.org/show_bug.cgi?id=453197
--- Comment #8 from Ahmad Samir ---
So, can KWin, instead of setting the maximize-vertically property (or whatever
it's called in XCB/X11 land) on the window, calculate that height and "resize"
the window instead? (I am not talkin
https://bugs.kde.org/show_bug.cgi?id=437692
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
https://bugs.kde.org/show_bug.cgi?id=461520
--- Comment #1 from Ahmad Samir ---
Another data point, QtCreator has two config options:
- "Files to keep open":
"Minimum number of open documents that should be kept in memory.
Increasing this number will lead to greater reso
https://bugs.kde.org/show_bug.cgi?id=461520
Bug ID: 461520
Summary: Add a way to temporarily stop LSP server
Classification: Applications
Product: kate
Version: unspecified
Platform: Other
OS: Linux
Status: REPO
https://bugs.kde.org/show_bug.cgi?id=461337
--- Comment #2 from Ahmad Samir ---
X11, OpenSuse TumbleWeed.
Right clicking anywhere, Kate, Dolphin, Konsole. It also seems to affect the
menus in the menu bar. Setting the animation speed in the general behaviour KCM
to a very low value seems to
https://bugs.kde.org/show_bug.cgi?id=461337
Bug ID: 461337
Summary: Right-click menu only appears after moving mouse
pointer
Classification: Plasma
Product: kwin
Version: master
Platform: Other
OS: Linux
On 25/10/22 15:06, Christoph Cullmann (cullmann.io) wrote:
On 2022-10-25 14:55, Ahmad Samir wrote:
On 25/10/22 14:31, Christoph Cullmann (cullmann.io) wrote:
On 2022-10-25 13:52, Ahmad Samir wrote:
On 25/10/22 13:29, Harald Sitter wrote:
On Tue, Oct 25, 2022 at 1:22 PM Ahmad Samir
wrote
On 25/10/22 14:31, Christoph Cullmann (cullmann.io) wrote:
On 2022-10-25 13:52, Ahmad Samir wrote:
On 25/10/22 13:29, Harald Sitter wrote:
On Tue, Oct 25, 2022 at 1:22 PM Ahmad Samir
wrote:
Can a first time contributor create a fork, create multiple/100 MR's
and spin up CI jobs? i
On 25/10/22 13:29, Harald Sitter wrote:
On Tue, Oct 25, 2022 at 1:22 PM Ahmad Samir wrote:
Can a first time contributor create a fork, create multiple/100 MR's and spin
up CI jobs? if yes,
then, first time contributors can disrupt the system.
Weren't there some suspicious accounts
vaguely remember someone from Sysadmin team talking about something like that)?
were these first time contributors or ones with developer accounts?
--
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
https://bugs.kde.org/show_bug.cgi?id=431351
Ahmad Samir changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Version Fixed In
https://bugs.kde.org/show_bug.cgi?id=458525
Ahmad Samir changed:
What|Removed |Added
Status|REPORTED|NEEDSINFO
CC
https://bugs.kde.org/show_bug.cgi?id=458665
Ahmad Samir changed:
What|Removed |Added
Resolution|--- |WAITINGFORINFO
CC
Thank you.
Best regards,
Jan Grulich
Thanks for all the work (features and bugs alike, as you know software is always a mixed bag :D),
and yes, indeed a very core component of Plasma.
As Jonathan said, don't be a stranger, KDE has very good memory :)
Regards,
Ahmad Samir
Op
of doing so by
default for applications?
Switching to Q_EMIT was done in KF because "emit" is going to be used by the
STL in C++20 and later:
https://lists.qt-project.org/pipermail/development/2020-February/038812.html
https://en.cppreference.com/w/cpp/io/basic_osyncstream/emit
Thanks for all clarification and/or explanation!
Cheers, Tobias
Regards,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
https://bugs.kde.org/show_bug.cgi?id=458709
--- Comment #9 from Ahmad Samir ---
The backtrace in comment#6 looks slightly different than the one from
comment#0, could be two separate issues... the problem is the backtrace from
comment#0 is not complete due to missing debug symbols.
I tried
https://bugs.kde.org/show_bug.cgi?id=458709
Ahmad Samir changed:
What|Removed |Added
CC||beedellrokejulianlockhart@g
https://bugs.kde.org/show_bug.cgi?id=458570
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #2 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=454133
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #2 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=458709
Ahmad Samir changed:
What|Removed |Added
CC||myccl...@outlook.com
--- Comment #7 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=458709
--- Comment #6 from Ahmad Samir ---
postix posted a complete backtrace at
https://bugs.kde.org/show_bug.cgi?id=364039#c84
Operating System: openSUSE Tumbleweed 20220525
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.2
https://bugs.kde.org/show_bug.cgi?id=458709
Ahmad Samir changed:
What|Removed |Added
CC||midkiffjack...@gmail.com
--- Comment #5 from
https://bugs.kde.org/show_bug.cgi?id=456223
--- Comment #9 from Ahmad Samir ---
*** This bug has been marked as a duplicate of bug 458709 ***
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=458709
Ahmad Samir changed:
What|Removed |Added
Ever confirmed|0 |1
Status|RESOLVED
https://bugs.kde.org/show_bug.cgi?id=458709
Ahmad Samir changed:
What|Removed |Added
CC||damian.hoes...@gmail.com
--- Comment #4 from
https://bugs.kde.org/show_bug.cgi?id=458111
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #3 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=364039
--- Comment #94 from Ahmad Samir ---
All these reports can't be duplicates of the original report from 5.26, since
KIO::WidgetsAskUserActionHandler was introduced in 5.78.
--
You are receiving this mail because:
You are watching all bug changes.
ok at that branch to find what extra commits their downstream
packages don't have yet
Regards,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
https://bugs.kde.org/show_bug.cgi?id=444614
--- Comment #5 from Ahmad Samir ---
Git commit 241e0cfa96b1491721f361f1713b3514c58bde56 by Ahmad Samir.
Committed on 05/09/2022 at 17:12.
Pushed by ahmadsamir into branch 'master'.
KCatalog: make setting LANGUAGE env var more robust
he's been around for a while, but still, please welcome Ingo
in this new role!
Best,
Aleix Pol, KDE e.V. President
Congratulations, and may all the KDE app stores flourish with your help.
Regards,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
is is especially good news for KIO (and possibly other frameworks with unittests that make heavy
use of I/O operations).
Regards,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
hat
survey was sent in an email to each member individually).
Regards,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
https://bugs.kde.org/show_bug.cgi?id=458356
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #3 from Ahmad
of the "plasmashell" product in bugzilla.
Regards,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
On 22/8/22 18:10, samuel ammonius wrote:
Sorry. I was just trying to help.
What would the right action be?
That would be following the steps at https://community.kde.org/Incubator
(Which what Hamed Masafi appears to be doing, first step is posting to this ML).
Regards,
Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=451834
Ahmad Samir changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://bugs.kde.org/show_bug.cgi?id=447238
Ahmad Samir changed:
What|Removed |Added
Latest Commit||https://invent.kde.org/fram
https://bugs.kde.org/show_bug.cgi?id=353883
Ahmad Samir changed:
What|Removed |Added
Status|CONFIRMED |RESOLVED
Latest Commit
falls on you
(any which way you want to look at it, license-wise, morally, legally...).
My 2p's.
Regards,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development
https://bugs.kde.org/show_bug.cgi?id=454226
Ahmad Samir changed:
What|Removed |Added
Latest Commit||https://invent.kde.org/fram
https://bugs.kde.org/show_bug.cgi?id=442721
Ahmad Samir changed:
What|Removed |Added
Version Fixed In||5.96
Status|CONFIRMED
https://bugs.kde.org/show_bug.cgi?id=457953
Bug ID: 457953
Summary: Super/Win key always opens the Application menu,
regardless of set shortcut
Product: plasmashell
Version: master
Platform: Other
OS: Linux
https://bugs.kde.org/show_bug.cgi?id=456819
--- Comment #6 from Ahmad Samir ---
Git commit fceb6fef10932a5b6aaf698c102f05bbed04e12a by Ahmad Samir.
Committed on 10/08/2022 at 18:20.
Pushed by cullmann into branch 'master'.
KateDocument: always add space after single line comment st
Please include
https://invent.kde.org/frameworks/kio/-/commit/a1fca0ad405f963e555142a22060a07919f31edf
Thanks,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
Please include
https://invent.kde.org/frameworks/kio/-/commit/ec8ea809b1125b6cede1a2351fc98b5b4c8ca96f
Thanks,
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
https://bugs.kde.org/show_bug.cgi?id=456819
--- Comment #3 from Ahmad Samir ---
Git commit 178c4dfbf4eb5ad7c5aef4838f190f717f97766f by Ahmad Samir.
Committed on 08/08/2022 at 21:30.
Pushed by ahmadsamir into branch 'master'.
clang-format.cmake: don't change spaces after '
https://bugs.kde.org/show_bug.cgi?id=453197
Ahmad Samir changed:
What|Removed |Added
Ever confirmed|0 |1
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=453197
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=456627
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #7 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=457176
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
https://bugs.kde.org/show_bug.cgi?id=457176
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
https://bugs.kde.org/show_bug.cgi?id=456627
Ahmad Samir changed:
What|Removed |Added
CC||kishor...@gmail.com
--- Comment #5 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=457201
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=437510
Ahmad Samir changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=456819
--- Comment #2 from Ahmad Samir ---
(In reply to Christoph Cullmann from comment #1)
> Does it behave better if you pass the singleLine tag the
> position="afterwhitespace" attribute in the XML highlighting file?
Yeah, that seems t
https://bugs.kde.org/show_bug.cgi?id=456570
--- Comment #6 from Ahmad Samir ---
Git commit 8e45d772753fb8fc5a2bb2abb1875e9c891df10a by Ahmad Samir.
Committed on 23/07/2022 at 13:43.
Pushed by cullmann into branch 'master'.
Konsole plugin: quote args before passing them to the
https://bugs.kde.org/show_bug.cgi?id=456570
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #4 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=456819
Bug ID: 456819
Summary: Commenting out code in C++ source files adds // to the
very beginning of the line
Product: frameworks-ktexteditor
Version: unspecified
Platform: Other
https://bugs.kde.org/show_bug.cgi?id=446834
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #4 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=444098
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #2 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=438309
Ahmad Samir changed:
What|Removed |Added
CC||pilo...@gmail.com
--- Comment #8 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=456602
Ahmad Samir changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=456602
--- Comment #5 from Ahmad Samir ---
The default/built-in profile became read-only because otherwise it caused other
issues.
The "Root Shell" profile is read-only because the .profile file is owned by
root, so your user account has no write
https://bugs.kde.org/show_bug.cgi?id=445044
Ahmad Samir changed:
What|Removed |Added
Status|CONFIRMED |NEEDSINFO
Resolution
https://bugs.kde.org/show_bug.cgi?id=456602
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #3 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=438394
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #11 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=448859
Ahmad Samir changed:
What|Removed |Added
Status|REOPENED|NEEDSINFO
Resolution
https://bugs.kde.org/show_bug.cgi?id=449600
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=454226
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #1 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=453576
Ahmad Samir changed:
What|Removed |Added
Status|REPORTED|NEEDSINFO
CC
https://bugs.kde.org/show_bug.cgi?id=454061
--- Comment #3 from Ahmad Samir ---
bool QIconEngine::isNull() const
{
bool isNull = false;
const_cast(this)->virtual_hook(QIconEngine::IsNullHook,
&isNull);
return isNull;
}
second backtrace, it's crashing on the const_cas
https://bugs.kde.org/show_bug.cgi?id=452341
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #7 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=452859
Ahmad Samir changed:
What|Removed |Added
Resolution|--- |WAITINGFORINFO
CC
https://bugs.kde.org/show_bug.cgi?id=452884
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #11 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=453570
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #21 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=454061
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
Resolution
https://bugs.kde.org/show_bug.cgi?id=455281
--- Comment #3 from Ahmad Samir ---
Could you try this? enable kio debug, `export QT_LOGGING_RULES="*kio*=true"`,
then open the app, and recreate the bug, and post the log.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=455281
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #1 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=456208
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #1 from Ahmad
https://bugs.kde.org/show_bug.cgi?id=456223
Ahmad Samir changed:
What|Removed |Added
CC||a.samir...@gmail.com
--- Comment #2 from Ahmad
1 - 100 of 1017 matches
Mail list logo