https://bugs.kde.org/show_bug.cgi?id=349789
--- Comment #5 from David Faure ---
Git commit e58d4813b9eb6125bad83cc4fd576d5d75d31c4b by David Faure.
Committed on 28/10/2016 at 09:11.
Pushed by dfaure into branch 'KDE/4.14'.
KRecursiveFilterProxyModel: fix QSFPM corruption due to fil
https://bugs.kde.org/show_bug.cgi?id=371754
--- Comment #3 from David Faure ---
I saw the same error in https://bugs.kde.org/show_bug.cgi?id=358813, which said
it happens after logout. Is it the case here as well?
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=371721
--- Comment #3 from David Faure ---
Would it be enough to
#undef open
in that header file?
(and #undef stat in the test file)
#defines are EVIL btw...
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=371754
--- Comment #5 from David Faure ---
It's a crash in colord-kded (some color daemon installed as a kded module),
please find where that comes from, it's not a kded bug.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=371721
--- Comment #6 from David Faure ---
Comment on attachment 101889
--> https://bugs.kde.org/attachment.cgi?id=101889
new patch based on #undef
Thanks. Can you try something else?
If you remove #include from slaveinterface.h, does that fix
the er
https://bugs.kde.org/show_bug.cgi?id=371721
--- Comment #7 from David Faure ---
(which would explain why it only happens there -- mostly only KIO code uses
qplatformdefs.h)
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=354954
David Faure changed:
What|Removed |Added
CC||fa...@kde.org
--- Comment #3 from David Faure
https://bugs.kde.org/show_bug.cgi?id=354954
--- Comment #4 from David Faure ---
OK never mind my comment (apart from the grep result ;).
Achim is right, the conflict is probably with "Save As".
Some actions already have a shortcut context.
Otherwise Ctrl+Shift+O would conflict after
https://bugs.kde.org/show_bug.cgi?id=371721
--- Comment #10 from David Faure ---
Note that it wouldn't fix both instances, only the one in
moc_slaveinterface.cpp.
You must have a #define open open64
somewhere in a system header. Any chance you could use gcc -E or grep -r to
find out where
https://bugs.kde.org/show_bug.cgi?id=371885
--- Comment #1 from David Faure ---
So why not report this to the flex authors? ;-)
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=371890
--- Comment #1 from David Faure ---
`kded5 --version` crashes for you, in QtDBus, due to the early exit. I have
seen this in the past, it was a bug in Qt, and I'm pretty sure it's fixed now.
What's your Qt version? Can you try upgradi
https://bugs.kde.org/show_bug.cgi?id=371754
David Faure changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=359677
--- Comment #5 from David Faure ---
*** Bug 371754 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=371721
David Faure changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=371721
--- Comment #14 from David Faure ---
Wait. Something is really broken on CentOS 6.8 though, because according to
http://ac-archive.sourceforge.net/largefile/glibc.html the #define open open64
should only happen when __REDIRECT is not set, and it should
https://bugs.kde.org/show_bug.cgi?id=371721
David Faure changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=372005
David Faure changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=372005
David Faure changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://bugs.kde.org/show_bug.cgi?id=369276
David Faure changed:
What|Removed |Added
Resolution|--- |UPSTREAM
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=369276
--- Comment #3 from David Faure ---
Amazing.
So a QAction in both a toolbar and a menu in the native menubar is OK?
Or as soon as a QAction is in a native menu (short for "menu in the native
menubar") it can't be used anywhere els
https://bugs.kde.org/show_bug.cgi?id=363200
David Faure changed:
What|Removed |Added
CC||fa...@kde.org
--- Comment #1 from David Faure
https://bugs.kde.org/show_bug.cgi?id=372206
--- Comment #2 from David Faure ---
Sure, make it all consistent.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=450019
Bug ID: 450019
Summary: function-args-by-ref warns about pass by value even
when caller uses std::move
Product: clazy
Version: unspecified
Platform: Other
OS: Linu
https://bugs.kde.org/show_bug.cgi?id=454619
David Faure changed:
What|Removed |Added
Assignee|kio-bugs-n...@kde.org |fa...@kde.org
CC
https://bugs.kde.org/show_bug.cgi?id=454619
--- Comment #1 from David Faure ---
https://invent.kde.org/frameworks/kio/-/merge_requests/861
https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/231
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=454619
David Faure changed:
What|Removed |Added
Resolution|--- |FIXED
Latest Commit
https://bugs.kde.org/show_bug.cgi?id=305136
--- Comment #27 from David Faure ---
The idea was that it's fine for Gnome to ignore our InitialPreference and it's
fine for KDE to ignore Gnome's global file, since we want different defaults.
But Gnome's global file was suppose
https://bugs.kde.org/show_bug.cgi?id=387663
--- Comment #74 from David Faure ---
Git commit a304840cff15e3324010da7877b53c2f6fa7e594 by David Faure, on behalf
of Méven Car.
Committed on 05/04/2023 at 11:16.
Pushed by meven into branch 'master'.
KCoreDirLister: AutoUpdate wasn't i
https://bugs.kde.org/show_bug.cgi?id=466591
--- Comment #9 from David Faure ---
Good catch. However sending us a copy of the corrupted file would have helped
us make the code more robust :-)
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=470873
David Faure changed:
What|Removed |Added
Resolution|--- |NOT A BUG
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=397953
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=179678
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=483976
David Faure changed:
What|Removed |Added
CC||fa...@kde.org
--- Comment #5 from David Faure
https://bugs.kde.org/show_bug.cgi?id=483976
--- Comment #6 from David Faure ---
For some reason, Carl's fix only went to the 24.02 branch, not to master.
But if I may say so, I prefer my fix. It reacts only on actual user
interaction, while connecting to selectionChanged() worries me that
https://bugs.kde.org/show_bug.cgi?id=298133
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=420264
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=412669
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=411861
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=421475
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=412671
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=400913
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=407360
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=416995
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=421474
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=334263
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=421473
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=421472
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=420267
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=406495
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=137837
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=155583
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=317513
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=327898
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=271399
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=324397
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=414900
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=417806
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=401937
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=416209
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=404874
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=118269
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=319502
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=383534
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=410050
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=404985
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=108161
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=409771
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=414917
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=224761
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=418655
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=412668
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=410817
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=409540
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=415484
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=297217
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=310790
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=271400
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=421247
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=175213
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=416224
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=416208
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=404073
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=323610
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=387481
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=88019
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=251639
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=410818
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=412248
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=406513
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=247268
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=185793
David Faure changed:
What|Removed |Added
Assignee|fa...@kde.org |kio-bugs-n...@kde.org
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=477214
David Faure changed:
What|Removed |Added
Summary|Application: Google Mail|Application: Google Mail
https://bugs.kde.org/show_bug.cgi?id=477214
--- Comment #3 from David Faure ---
[KCrash Handler]
#4 QHash::findNode(QByteArray const&,
unsigned int*) const (ahp=, akey=,
this=) at /usr/
src/debug/akonadi-23.08.3/src/core/attributestorage.cpp:69
#5 QHash::contains(QByteArray c
https://bugs.kde.org/show_bug.cgi?id=477214
David Faure changed:
What|Removed |Added
Summary|Application: Google Mail|Application: Google Mail
https://bugs.kde.org/show_bug.cgi?id=477961
--- Comment #4 from David Faure ---
@Nicolas I'm very surprised.
tst_QMimeDatabase::suffixes_data() makes sure that
db.mimeTypeForName("image/jpeg") returns a QMimeType that says
preferredSuffix() == "jpg", when using (o
https://bugs.kde.org/show_bug.cgi?id=477961
--- Comment #9 from David Faure ---
Interestingly, adding *.jfif in shared-mime-info was done by a WINE contributor
so that Wine wouldn't have to generate such local overwrites anymore. But yeah
the old files are still around...
I confirm that qt
https://bugs.kde.org/show_bug.cgi?id=477961
--- Comment #11 from David Faure ---
Kai Uwe: good find, thanks! Indeed, I forgot to add Pick-To: 6.6 to these
commits.
Backports submitted now in
https://codereview.qt-project.org/c/qt/qtbase/+/523541/1
--
You are receiving this mail because:
You
https://bugs.kde.org/show_bug.cgi?id=442721
David Faure changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=442721
David Faure changed:
What|Removed |Added
Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
https://bugs.kde.org/show_bug.cgi?id=481263
David Faure changed:
What|Removed |Added
Resolution|--- |DUPLICATE
CC
1 - 100 of 962 matches
Mail list logo