Re: [Development] Should QObject::event() be protected or public?

2024-03-15 Thread Ahmad Samir
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 Samir

[kwayland-integration] [Bug 447538] On Wayland, Kate doesn't prefer opening files in an instance on the current virtual desktop

2024-03-05 Thread Ahmad Samir
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 file

Re: [Development] Raising the minimum to C++20

2024-02-09 Thread Ahmad Samir
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 "

Re: [Development] Removal/deprecation of OpenSSL 1 in Qt

2023-12-05 Thread Ahmad Samir
hatsoever: 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's worth. Regards, Ahmad Samir OpenPGP_sign

Re: [Development] Proposal: (re)move qt5.git/_clang-format

2023-09-13 Thread Ahmad Samir
ing 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: OpenPGP digital signature -- D

Re: [Development] Proposal: (re)move qt5.git/_clang-format

2023-09-13 Thread Ahmad Samir
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 file. [0] - https

Re: [Development] Proposal: (re)move qt5.git/_clang-format

2023-09-12 Thread Ahmad Samir
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. I disagree

Re: [Development] Proposal: (re)move qt5.git/_clang-format

2023-09-12 Thread Ahmad Samir
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

Re: [Development] Proposal: (re)move qt5.git/_clang-format

2023-09-12 Thread Ahmad Samir
-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 Samir OpenPGP_signature Description: OpenPGP digital signature -- Deve

Re: [Development] CI failing due to ASan tst_selftest

2023-09-05 Thread Ahmad Samir
`, which showed it's because in `checkErrorOutput(const QString , const QByteArray )` 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, Ahmad Samir OpenPGP_signature Descriptio

Re: [Development] On the use of the inline keyword

2023-08-28 Thread Ahmad Samir
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

Re: [Development] On the use of the inline keyword

2023-08-25 Thread Ahmad Samir
.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

[kate] [Bug 473425] LSP doesn't detect methods used in SIGNAL()/SLOT() macros when searching for references

2023-08-18 Thread Ahmad Samir
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 how

[kate] [Bug 473425] LSP doesn't detect methods used in SIGNAL()/SLOT() macros when searching for references

2023-08-18 Thread Ahmad Samir
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

[kate] [Bug 473425] New: LSP doesn't detect methods used in SIGNAL()/SLOT() macros when searching for references

2023-08-15 Thread Ahmad Samir
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

Re: [Development] Q_FOREACH, again

2023-08-14 Thread Ahmad Samir
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 Description: OpenPGP digital signature --

Re: [Development] Failed to build Qt6 Documentation from qt/qtbase sources?

2023-08-03 Thread Ahmad Samir
*log-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-module-defaults.q

Re: [Development] qsizetype

2023-03-09 Thread Ahmad Samir
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

Re: [Development] qsizetype

2023-03-08 Thread Ahmad Samir
, 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

[kwin] [Bug 453197] When window maximized vertically it vertical size becomes not maximized after maximize and unmaximize

2023-01-18 Thread Ahmad Samir
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 talking abo

[dolphin] [Bug 437692] Dolpin Version > 20.12.3 does not start in Firefox/Opera by clicking "open containing Folder"

2022-12-21 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=437692 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com

[kate] [Bug 461520] Add a way to temporarily stop LSP server

2022-11-07 Thread Ahmad Samir
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

[kate] [Bug 461520] New: Add a way to temporarily stop LSP server

2022-11-06 Thread Ahmad Samir
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:

[kwin] [Bug 461337] Right-click menu only appears after moving mouse pointer

2022-11-04 Thread Ahmad Samir
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

[kwin] [Bug 461337] New: Right-click menu only appears after moving mouse pointer

2022-11-02 Thread Ahmad Samir
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:

Re: Gitlab update, 2FA now mandatory

2022-10-26 Thread Ahmad Samir
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

Re: Gitlab update, 2FA now mandatory

2022-10-25 Thread Ahmad Samir
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? if yes

Re: Gitlab update, 2FA now mandatory

2022-10-25 Thread Ahmad Samir
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 that were

Re: Gitlab update, 2FA now mandatory

2022-10-25 Thread Ahmad Samir
meone 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

[frameworks-kio] [Bug 431351] For files that don't fit in the trash, the user isn't provided with the option to delete immediately

2022-10-18 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=431351 Ahmad Samir changed: What|Removed |Added Status|ASSIGNED|RESOLVED Version Fixed

[frameworks-kio] [Bug 458525] Kate crash on save - every time

2022-10-17 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458525 Ahmad Samir changed: What|Removed |Added Status|REPORTED|NEEDSINFO CC

[frameworks-kio] [Bug 458665] Kate crashes during the open file dialogue

2022-10-17 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458665 Ahmad Samir changed: What|Removed |Added Resolution|--- |WAITINGFORINFO CC

Re: Plasma-nm: passing on maintainership

2022-10-04 Thread Ahmad Samir
. 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 OpenPGP_signature

Re: libksane, KSaneCore and QT_NO_KEYWORDS

2022-09-29 Thread Ahmad Samir
ions? 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

[dolphin] [Bug 458709] [bug]: the closed file manager window crashes when copying

2022-09-16 Thread Ahmad Samir
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

[dolphin] [Bug 458709] [bug]: the closed file manager window crashes when copying

2022-09-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458709 Ahmad Samir changed: What|Removed |Added CC||beedellrokejulianlockhart@g

[dolphin] [Bug 458570] Crash when exiting dolphin.

2022-09-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458570 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #2 from Ahmad

[dolphin] [Bug 454133] Crash on Copy Local Files to SMB1 Share

2022-09-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=454133 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #2 from Ahmad

[dolphin] [Bug 458709] [bug]: the closed file manager window crashes when copying

2022-09-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458709 Ahmad Samir changed: What|Removed |Added CC||myccl...@outlook.com --- Comment #7 from Ahmad

[dolphin] [Bug 458709] [bug]: the closed file manager window crashes when copying

2022-09-12 Thread Ahmad Samir
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

[dolphin] [Bug 458709] [bug]: the closed file manager window crashes when copying

2022-09-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458709 Ahmad Samir changed: What|Removed |Added CC||midkiffjack...@gmail.com --- Comment #5 from

[frameworks-kio] [Bug 456223] Dolphin closes when copying files to SMB1 Share

2022-09-12 Thread Ahmad Samir
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.

[dolphin] [Bug 458709] [bug]: the closed file manager window crashes when copying

2022-09-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458709 Ahmad Samir changed: What|Removed |Added Ever confirmed|0 |1 Status|RESOLVED

[dolphin] [Bug 458709] [bug]: the closed file manager window crashes when copying

2022-09-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458709 Ahmad Samir changed: What|Removed |Added CC||damian.hoes...@gmail.com --- Comment #4 from

[dolphin] [Bug 458111] Dolphin crash during transaction overwriting existing files from internal Btrfs RAID6 to USB HDD

2022-09-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458111 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #3 from Ahmad

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2022-09-12 Thread Ahmad Samir
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.

Re: New releases for bugfixes

2022-09-08 Thread Ahmad Samir
at that branch to find what extra commits their downstream packages don't have yet Regards, Ahmad Samir OpenPGP_signature Description: OpenPGP digital signature

[frameworks-ki18n] [Bug 444614] Potential Buffer overflow inside ki18n KCatalog

2022-09-07 Thread Ahmad Samir
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 - Use std

Re: Welcome* Ingo!

2022-09-06 Thread Ahmad Samir
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

Re: Notice of impending change to Gitlab CI

2022-09-04 Thread Ahmad Samir
! This 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

Re: Voting for the new KDE Goals has started

2022-09-01 Thread Ahmad Samir
n an email to each member individually). Regards, Ahmad Samir OpenPGP_signature Description: OpenPGP digital signature

[kactivitymanagerd] [Bug 458356] Plasma 5.25.x not launching on FreeBSD

2022-08-30 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=458356 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #3 from Ahmad

Re: KickOff bug report page

2022-08-28 Thread Ahmad Samir
uot;plasmashell" product in bugzilla. Regards, Ahmad Samir OpenPGP_signature Description: OpenPGP digital signature

Re: Incubating app (Git Klient)

2022-08-22 Thread Ahmad Samir
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

[frameworks-kwidgetsaddons] [Bug 451834] Calling app crashes trying to show a message box with KMessageBox::createKMessageBox()

2022-08-21 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=451834 Ahmad Samir changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[dolphin] [Bug 447238] In tabs bar the icon associated to home folder is the template one.

2022-08-21 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=447238 Ahmad Samir changed: What|Removed |Added Latest Commit||https://invent.kde.org/fram

[frameworks-kio] [Bug 353883] "Invalid Protocol" when entering relative paths

2022-08-20 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=353883 Ahmad Samir changed: What|Removed |Added Status|CONFIRMED |RESOLVED Latest Commit

Re: [Development] [Announce] Security advisory: Freetype in Qt

2022-08-19 Thread Ahmad Samir
nt 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

[frameworks-kio] [Bug 454226] Pointless 'Undo: Copy" option is available in 'Edit' menu after skipping all files in a file operation

2022-08-19 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=454226 Ahmad Samir changed: What|Removed |Added Latest Commit||https://invent.kde.org/fram

[frameworks-kservice] [Bug 442721] kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found

2022-08-19 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=442721 Ahmad Samir changed: What|Removed |Added Version Fixed In||5.96 Status|CONFIRMED

[plasmashell] [Bug 457953] New: Super/Win key always opens the Application menu, regardless of set shortcut

2022-08-16 Thread Ahmad Samir
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

[frameworks-ktexteditor] [Bug 456819] Commenting out code in C++ source files adds // to the very beginning of the line

2022-08-10 Thread Ahmad Samir
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 start marker

5.97 respin request 2

2022-08-09 Thread Ahmad Samir
Please include https://invent.kde.org/frameworks/kio/-/commit/a1fca0ad405f963e555142a22060a07919f31edf Thanks, Ahmad Samir OpenPGP_signature Description: OpenPGP digital signature

5.97 respin request

2022-08-09 Thread Ahmad Samir
Please include https://invent.kde.org/frameworks/kio/-/commit/ec8ea809b1125b6cede1a2351fc98b5b4c8ca96f Thanks, Ahmad Samir OpenPGP_signature Description: OpenPGP digital signature

[frameworks-ktexteditor] [Bug 456819] Commenting out code in C++ source files adds // to the very beginning of the line

2022-08-08 Thread Ahmad Samir
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 '//' in code comments

[kwin] [Bug 453197] When window maximized vertically it vertical size becomes not maximized after maximize and unmaximize

2022-07-31 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=453197 Ahmad Samir changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[kwin] [Bug 453197] When window maximized vertically it vertical size becomes not maximized after maximize and unmaximize

2022-07-31 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=453197 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com -- You are receiving

[konsole] [Bug 456627] Reported tab name contains non-substituted %n in it

2022-07-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=456627 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #7 from Ahmad

[frameworks-kholidays] [Bug 457176] No API documentation for HolidayRegion::rawHolidaysWithAstroSeasons()

2022-07-27 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=457176 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com

[frameworks-kholidays] [Bug 457176] No API documentation for HolidayRegion::rawHolidaysWithAstroSeasons()

2022-07-27 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=457176 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com

[konsole] [Bug 456627] Reported tab name contains non-substituted %n in it

2022-07-27 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=456627 Ahmad Samir changed: What|Removed |Added CC||kishor...@gmail.com --- Comment #5 from Ahmad

[konsole] [Bug 457201] %n placeholder in konsole tab title no longer works

2022-07-27 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=457201 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com Status|REPORTED

[frameworks-kio] [Bug 437510] Notification says "Moving" during/after undoing mass renaming with Dolphin

2022-07-25 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=437510 Ahmad Samir changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[frameworks-ktexteditor] [Bug 456819] Commenting out code in C++ source files adds // to the very beginning of the line

2022-07-24 Thread Ahmad Samir
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

[kate] [Bug 456570] "Run current document" fails if path contains spaces

2022-07-23 Thread Ahmad Samir
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 shell

[kate] [Bug 456570] "Run current document" fails if path contains spaces

2022-07-21 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=456570 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #4 from Ahmad

[frameworks-ktexteditor] [Bug 456819] New: Commenting out code in C++ source files adds // to the very beginning of the line

2022-07-17 Thread Ahmad Samir
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

[frameworks-solid] [Bug 446834] Windows C drive is named "Basic data Partition"

2022-07-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=446834 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #4 from Ahmad

[frameworks-kxmlgui] [Bug 444098] No entry in Global Shortcuts to configure KCommandBar

2022-07-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=444098 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #2 from Ahmad

[konsole] [Bug 438309] Built-in/hardcoded profile should not be named "Default [Read-only]"

2022-07-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=438309 Ahmad Samir changed: What|Removed |Added CC||pilo...@gmail.com --- Comment #8 from Ahmad

[konsole] [Bug 456602] No edit option for profiles

2022-07-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=456602 Ahmad Samir changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[konsole] [Bug 456602] No edit option for profiles

2022-07-13 Thread Ahmad Samir
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 wr

[frameworks-kio] [Bug 445044] LOTS of metadata access warnings on start-up, a few other ones, e.g. "null action"

2022-07-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=445044 Ahmad Samir changed: What|Removed |Added Status|CONFIRMED |NEEDSINFO Resolution

[konsole] [Bug 456602] No edit option for profiles

2022-07-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=456602 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #3 from Ahmad

[frameworks-ki18n] [Bug 438394] We need a software utility that will SOLVE the problem of one-off running KDE programs in a different language

2022-07-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=438394 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #11 from Ahmad

[frameworks-kio] [Bug 448859] KEmailClientLaucherJob can't lauch Thunderbird with env variable in Exec

2022-07-11 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=448859 Ahmad Samir changed: What|Removed |Added Status|REOPENED|NEEDSINFO Resolution

[frameworks-kio] [Bug 449600] kf.kio.slaves.file copy() QUrl mode= 420 Cannot copy file (Errno: 38)

2022-07-11 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=449600 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com Status|REPORTED

[frameworks-kio] [Bug 454226] Pointless 'Undo: Copy" option is available in 'Edit' menu after skipping all files in a file operation

2022-07-11 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=454226 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #1 from Ahmad

[frameworks-kio] [Bug 453576] kioslave5 consumes massive resources slowing down Gimp file save 10 times

2022-07-09 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=453576 Ahmad Samir changed: What|Removed |Added Status|REPORTED|NEEDSINFO CC

[frameworks-kconfigwidgets] [Bug 454061] KMail crashes in KCommandBar

2022-07-09 Thread Ahmad Samir
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, ); return isNull; } second backtrace, it's crashing on the const_cast line above, wh

[frameworks-kiconthemes] [Bug 452341] When an icon is not found from its specified absolute path, look for it in the active icon theme before giving up

2022-07-08 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=452341 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #7 from Ahmad

[frameworks-kded] [Bug 452859] kded5 crashes with xrandr after reloading i2c_amd_mp2_plat.ko followed by xrandr

2022-07-08 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=452859 Ahmad Samir changed: What|Removed |Added Resolution|--- |WAITINGFORINFO CC

[frameworks-kio] [Bug 452884] Selection text color is ignored

2022-07-08 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=452884 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #11 from Ahmad

[frameworks-kactivities] [Bug 453570] activitymanagerd created database which took 80 GB in file system

2022-07-08 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=453570 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #21 from Ahmad

[frameworks-kconfigwidgets] [Bug 454061] KMail crashes in KCommandBar

2022-07-08 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=454061 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com Resolution

[frameworks-kio] [Bug 455281] Folder selector mounts CIFS shares on opening

2022-07-07 Thread Ahmad Samir
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.

[frameworks-kio] [Bug 455281] Folder selector mounts CIFS shares on opening

2022-07-07 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=455281 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #1 from Ahmad

[frameworks-kxmlgui] [Bug 456208] KMainWindow saves auto settings too often: this can freeze applications

2022-07-07 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=456208 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #1 from Ahmad

[frameworks-kio] [Bug 456223] Dolphin closes when copying files to SMB1 Share

2022-07-07 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=456223 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #2 from Ahmad

[frameworks-kio] [Bug 434912] File selector remembers last thumbnail previewed in last selected path

2022-07-05 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=434912 Ahmad Samir changed: What|Removed |Added Version Fixed In||5.96 Status|CONFIRMED

  1   2   3   4   5   6   7   8   9   10   >