[Ruqola] [Bug 382597] New: Improve rendering of nicks in messages

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382597 Bug ID: 382597 Summary: Improve rendering of nicks in messages Product: Ruqola Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: norma

[Ruqola] [Bug 382596] New: First startup should show login page

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382596 Bug ID: 382596 Summary: First startup should show login page Product: Ruqola Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[Ruqola] [Bug 382595] New: Show number of unread notifications in each chat room

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382595 Bug ID: 382595 Summary: Show number of unread notifications in each chat room Product: Ruqola Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED

[Ruqola] [Bug 382594] New: Remove http[s] prefix from hostname

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382594 Bug ID: 382594 Summary: Remove http[s] prefix from hostname Product: Ruqola Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[Ruqola] [Bug 382593] New: Support for status

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382593 Bug ID: 382593 Summary: Support for status Product: Ruqola Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist Priori

[Ruqola] [Bug 382592] New: Local log files

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382592 Bug ID: 382592 Summary: Local log files Product: Ruqola Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist Priority:

[Ruqola] [Bug 382591] Show list of users in chat room

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382591 David Faure changed: What|Removed |Added Severity|normal |wishlist -- You are receiving this mail because

[Ruqola] [Bug 382591] New: Show list of users in chat room

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382591 Bug ID: 382591 Summary: Show list of users in chat room Product: Ruqola Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[Ruqola] [Bug 382590] Private chats

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382590 David Faure changed: What|Removed |Added Severity|normal |wishlist -- You are receiving this mail because

[Ruqola] [Bug 382590] New: Private chats

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382590 Bug ID: 382590 Summary: Private chats Product: Ruqola Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR

[Ruqola] [Bug 382589] New: error handling in login page

2017-07-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382589 Bug ID: 382589 Summary: error handling in login page Product: Ruqola Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[frameworks-kio] [Bug 382341] Target Url not updated after renaming a desktop file in folder mode

2017-07-21 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382341 David Faure changed: What|Removed |Added Latest Commit||https://commits.kde.org/kio

[frameworks-kio] [Bug 382341] Target Url not updated after renaming a desktop file in folder mode

2017-07-21 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382341 --- Comment #4 from David Faure --- Confirmed; thanks for the debugging. The thing is, shortly after KCoreDirLister::slotFileRenamed is called, desktopnotifier also triggers a full re-listing via KDirNotify::FilesAdded which calls KCoreDirLister

[frameworks-kio] [Bug 359233] Improve usability of "Open with > Other" file dialog

2017-07-15 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=359233 --- Comment #9 from David Faure --- Git commit 0296b89714ce96b247322d9be09b387573d79193 by David Faure, on behalf of Simone Gaiarin. Committed on 15/07/2017 at 12:53. Pushed by dfaure into branch 'master'. Make advanced options of "op

[konqueror] [Bug 377084] WebEnginePart does not render kio output (kio_help, kio_man, ...)

2017-07-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=377084 David Faure changed: What|Removed |Added Assignee|konq-b...@kde.org |fa...@kde.org Status|UNCONFIRMED

[konqueror] [Bug 377084] WebEnginePart does not render kio output (kio_help, kio_man, ...)

2017-07-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=377084 David Faure changed: What|Removed |Added CC||fa...@kde.org Resolution|FIXED

[konqueror] [Bug 377084] WebEnginePart does not render kio output (kio_help, kio_man, ...)

2017-07-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=377084 David Faure changed: What|Removed |Added Latest Commit||https://commits.kde.org/kon

[frameworks-kcoreaddons] [Bug 381583] potential crash in KDirWatch::~KDirWatch()

2017-07-08 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=381583 --- Comment #2 from David Faure --- This patch looks fine, please push it. -- You are receiving this mail because: You are watching all bug changes.

[kdialog] [Bug 381561] getsavefilename broken due to port to QFileDialog

2017-07-01 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=381561 --- Comment #8 from David Faure --- So the "unknown" (as I get with plasma-integration enabled) is expected. The *.bin can be a bit surprising, I agree --> https://bugs.freedesktop.org/show_bug.cgi?id=101667 What's the kdialog com

[kdialog] [Bug 381561] getsavefilename broken due to port to QFileDialog

2017-06-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=381561 --- Comment #5 from David Faure --- I was wondering about using QFileDialog::selectUrl rather than QFileDialog::setDirectoryUrl, but the argument is documented as [startDir], it was never supposed to be a preselected filename But OK, fixed, at

[kdialog] [Bug 381561] getsavefilename broken due to port to QFileDialog

2017-06-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=381561 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[kdialog] [Bug 381561] getsavefilename broken due to port to QFileDialog

2017-06-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=381561 --- Comment #3 from David Faure --- Git commit 04706f321c3fb3660d9a1a8ec960229ea7ab11f9 by David Faure. Committed on 23/06/2017 at 21:03. Pushed by dfaure into branch 'Applications/17.04'. Trim filter string to be a bit tolerant and a

[kdialog] [Bug 381561] getsavefilename broken due to port to QFileDialog

2017-06-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=381561 --- Comment #1 from David Faure --- Wow that was fast ;) What do you call "correct" ? If application/octet-stream is the first mimetype, then it's selected as the first mimetype, I'm not sure what's incorrect there. -- Yo

[frameworks-kio] [Bug 376365] KFileWidget does not support : in filenames

2017-06-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=376365 David Faure changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[frameworks-kio] [Bug 376365] KFileWidget does not support : in filenames

2017-06-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=376365 --- Comment #10 from David Faure --- And now we can do the other bit, please test https://phabricator.kde.org/D6350. -- You are receiving this mail because: You are watching all bug changes.

[konqueror] [Bug 373824] Konqueror 16.12 is missing the sidebar

2017-06-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=373824 --- Comment #27 from David Faure --- Note that you can achieve "a tree of files" and viewing SVGs from that tree, without a sidebar. * Switch to tree-of-files in the main view * View / Lock to current location * Window / "Split

[dolphin] [Bug 153492] New display style in trash bin. Sorted by deletion date.

2017-06-19 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=153492 David Faure changed: What|Removed |Added Assignee|fa...@kde.org |dolphin-bugs-n...@kde.org Component

[kdelibs] [Bug 183458] Numpad (keypad) keys not mapped correctly when setting Global Shortcuts

2017-06-18 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=183458 David Faure changed: What|Removed |Added CC||thomas.luebk...@gmail.com --- Comment #84 from

[frameworks-kglobalaccel] [Bug 357133] Please merge numpad +-,*/ (and perhaps numbers) with alphanumeric counterparts

2017-06-18 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=357133 David Faure changed: What|Removed |Added CC||fa...@kde.org Status|UNCONFIRMED

[kdelibs] [Bug 183458] Numpad (keypad) keys not mapped correctly when setting Global Shortcuts

2017-06-16 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=183458 David Faure changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #82 from David Faure

[kdelibs] [Bug 183458] Numpad (keypad) keys not mapped correctly when setting Global Shortcuts

2017-06-16 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=183458 --- Comment #81 from David Faure --- Git commit 033ad8c63a728904d464a3566ccd71f69ad946ad by David Faure. Committed on 16/06/2017 at 07:29. Pushed by dfaure into branch 'master'. KKeySequenceWidget: make it possible to record Ctrl+Num+1 as

[kdelibs] [Bug 183458] Numpad (keypad) keys not mapped correctly when setting Global Shortcuts

2017-06-15 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=183458 --- Comment #79 from David Faure --- My new laptop has a numeric keypad, so I was actually able to come back to debugging this. Qt5 supports "Ctrl+Num+1" since Qt 5.1 (which is something that some of you people could have found out, rather

[konqueror] [Bug 373824] Konqueror 16.12 is missing the sidebar

2017-06-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=373824 --- Comment #17 from David Faure --- Alex6: please remain constructive, I'm offering to spend some of my *free* time recreating the most needed features. Nobody destroyed anything intentionally, the old sidebar was based on Qt3Support which do

[konqueror] [Bug 373824] Konqueror 16.12 is missing the sidebar

2017-06-12 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=373824 --- Comment #13 from David Faure --- So it seems there are still konqueror users and they are missing the sidebar ;-) But before anyone recreates anything... which sidebar modules exactly are you missing, and do they *have* to be in a sidebar? E.g

[kmail2] [Bug 380182] deleting several messages doesn't remove them from the message list

2017-06-11 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=380182 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[kmail2] [Bug 380182] deleting several messages doesn't remove them from the message list

2017-06-11 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=380182 David Faure changed: What|Removed |Added CC||fa...@kde.org

[kio-extras] [Bug 366795] Paste action disabled when copying a local file to smb:// or mtp://

2017-06-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=366795 --- Comment #29 from David Faure --- ... with which protocol exactly? -- You are receiving this mail because: You are watching all bug changes.

[kio] [Bug 379093] Spectacle logs user out of the system when user clicks Export image > Share > Save as

2017-06-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=379093 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[dolphin] [Bug 363548] file area becomes inaccessible for the mouse after opening a file on hidpi screen when using a multi monitor setting

2017-06-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=363548 David Faure changed: What|Removed |Added Latest Commit||https://commits.kde.org/kio

[kio] [Bug 208625] Temporary files (for previewing files in the trash or remote files) aren't deleted

2017-05-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=208625 David Faure changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[kio] [Bug 208625] Temporary files (for previewing files in the trash or remote files) aren't deleted

2017-05-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=208625 --- Comment #41 from David Faure --- Git commit 78c45a1ea0e28a98f34c6d113c807f14700b22d4 by David Faure. Committed on 14/05/2017 at 13:41. Pushed by dfaure into branch 'master'. PreviewJob: clean up empty temp file when get() fails. (e.

[kio] [Bug 329983] Possibly wrong locale selected for testtrash

2017-05-13 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=329983 --- Comment #3 from David Faure --- It works for me on OpenSuSE... -- You are receiving this mail because: You are watching all bug changes.

[kmail2] [Bug 377678] KMail header not showing attachment

2017-04-09 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=377678 David Faure changed: What|Removed |Added Resolution|--- |FIXED Version Fixed In

[kmail2] [Bug 344099] KMail composer changes HTML format when replying to HTML mail

2017-04-09 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=344099 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #1 from David Faure

[kmail2] [Bug 376589] Layout destroyed after clicking link with HiDPI

2017-04-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=376589 --- Comment #4 from David Faure --- Note: if `kcmshell5 componentchooser` says the webbrowser is firefox, the bug doesn't happen. If OTOH it says "based on the contents of the URL" (i.e. KMail uses KIO), then the bug happens. That

[kmail2] [Bug 183875] kmail keeps spawning "gpgsm --server" but never kills/reaps them

2017-04-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=183875 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[kmail2] [Bug 183875] kmail keeps spawning "gpgsm --server" but never kills/reaps them

2017-04-02 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=183875 David Faure changed: What|Removed |Added Status|REOPENED|ASSIGNED -- You are receiving this mail because

[kmail2] [Bug 183875] kmail keeps spawning "gpgsm --server" but never kills/reaps them

2017-04-02 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=183875 David Faure changed: What|Removed |Added Assignee|kdepim-b...@kde.org |fa...@kde.org CC

[frameworks-kio] [Bug 377686] Installed name of kio_http_cache_cleaner conflicts with related KDE4 installation

2017-03-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=377686 --- Comment #1 from David Faure --- "Platform: All" is incorrect because on Unix, with the different libexec dir, there is no conflict. Is there any chance to consider a libexec that is not bin, on Windows, or to decide that libexec==bi

[frameworks-kio] [Bug 376365] KFileWidget does not support : in filenames

2017-03-08 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=376365 --- Comment #9 from David Faure --- Git commit f49f34727ee68e8b86debc1e7bb24f113505f890 by David Faure. Committed on 08/03/2017 at 12:11. Pushed by dfaure into branch 'master'. Add KFileWidget::setSelectedUrl() Summary: It turns out that se

[kio] [Bug 208625] Temporary files (for previewing files in the trash or remote files) aren't deleted

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=208625 David Faure changed: What|Removed |Added Status|NEEDSINFO |CONFIRMED Resolution|WAITINGFORINFO

[frameworks-kio] [Bug 377144] Make folder dialog maximizes to dolphin window

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=377144 David Faure changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kio] [Bug 208625] Temporary files (for previewing files in the trash or remote files) aren't deleted

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=208625 David Faure changed: What|Removed |Added Summary|Temporary files (for|Temporary files (for

[kio] [Bug 208625] Temporary files (for previewing remote files) aren't deleted

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=208625 David Faure changed: What|Removed |Added CC||vo.z...@gmail.com --- Comment #37 from David

[kio] [Bug 208625] Temporary files (for previewing remote files) aren't deleted

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=208625 David Faure changed: What|Removed |Added CC||m...@hussam.eu.org --- Comment #36 from David

[kio] [Bug 272249] Hard spamming in /tmp when browsing the trash directory.

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=272249 David Faure changed: What|Removed |Added Status|CONFIRMED |RESOLVED CC

[dolphin] [Bug 352975] dolphin from git master pollutes /tmp/ with dolphin.***** files

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=352975 David Faure changed: What|Removed |Added Resolution|--- |DUPLICATE CC

[kio] [Bug 208625] Temporary files (for previewing remote files) aren't deleted

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=208625 David Faure changed: What|Removed |Added Summary|Dolphins temporary files|Temporary files (for |aren&#

[kio] [Bug 208625] Dolphins temporary files aren't deleted

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=208625 David Faure changed: What|Removed |Added CC||karl.r.er...@gmail.com --- Comment #35 from

[kio] [Bug 238309] folder in recycle bin makes dolphin fill up /tmp dir

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=238309 David Faure changed: What|Removed |Added Resolution|--- |DUPLICATE Status|CONFIRMED

[kio] [Bug 208625] Dolphins temporary files aren't deleted

2017-03-06 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=208625 David Faure changed: What|Removed |Added Status|CONFIRMED |NEEDSINFO Resolution

[kio] [Bug 238309] folder in recycle bin makes dolphin fill up /tmp dir

2017-03-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=238309 David Faure changed: What|Removed |Added Resolution|BACKTRACE |--- Ever confirmed|0

[frameworks-kio] [Bug 376365] KFileWidget does not support : in filenames

2017-03-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=376365 --- Comment #8 from David Faure --- https://phabricator.kde.org/D4937 -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 377144] Make folder dialog maximizes to dolphin window

2017-03-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=377144 --- Comment #5 from David Faure --- Comment on attachment 104365 --> https://bugs.kde.org/attachment.cgi?id=104365 Reproducing with enUS locale and closing Do you maybe have a KWin rule for Dolphin, which would unexpected apply to all its wind

[frameworks-kio] [Bug 376365] KFileWidget does not support : in filenames

2017-03-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=376365 --- Comment #6 from David Faure --- Oh, indeed, I hadn't seen that. I completely agree, the same API with a QString can't be for relative paths and for URLs, "a:b" is both. How about we add a KFileWidget::setSelectedUrl(const QUr

[kio-extras] [Bug 376128] SMB://server/dir Timeout on Server server in Dolphin

2017-03-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=376128 David Faure changed: What|Removed |Added Component|general |default Product|frameworks-kio

[frameworks-kio] [Bug 376365] KFileWidget does not support : in filenames

2017-03-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=376365 --- Comment #4 from David Faure --- Thanks for fixing the bug, it can be closed now, right? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 377144] Make folder dialog maximizes to dolphin window

2017-03-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=377144 --- Comment #3 from David Faure --- Cannot reproduce this either, not even the dialog remembering its size. The code is a QDialog created in KNewFileMenu::createDirectory, and there is nothing there about saving/restoring size, it's supposed to

[frameworks-kio] [Bug 377165] Looks like KIO wasn't tested when samba is installed but not started and fills logs with error messages

2017-03-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=377165 --- Comment #1 from David Faure --- What happens on your system when you run the command `net usershare info` in a terminal? What is printed? If you could redirect it to a file and attach it here that would be even better ;) Thanks. -- You are

[plasmashell] [Bug 368999] Folders ending with a space in their name are not retrieved from Folder View

2017-02-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=368999 David Faure changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[dolphin] [Bug 375956] Wrong mime type for the files with non-ascii characters

2017-02-21 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=375956 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #5 from David Faure

[plasmashell] [Bug 368999] Folders ending with a space in their name are not retrieved from Folder View

2017-02-21 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=368999 --- Comment #3 from David Faure --- https://codereview.qt-project.org/186246 -- You are receiving this mail because: You are watching all bug changes.

[kmail2] [Bug 376589] Layout destroyed after clicking link with HiDPI

2017-02-20 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=376589 David Faure changed: What|Removed |Added CC||fa...@kde.org Resolution

[frameworks-kio] [Bug 375610] Dolphin doesn't correctly show directories on a ftp server

2017-02-01 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=375610 David Faure changed: What|Removed |Added Status|CONFIRMED |RESOLVED Latest Commit

[frameworks-kio] [Bug 375610] Dolphin doesn't correctly show directories on a ftp server

2017-02-01 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=375610 --- Comment #3 from David Faure --- For reference: https://git.reviewboard.kde.org/r/129905/ (thanks!) -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 375610] Dolphin doesn't correctly show directories on a ftp server

2017-01-31 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=375610 David Faure changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[kdepim] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2017-01-20 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=358116 David Faure changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[kio] [Bug 329983] Possibly wrong locale selected for testtrash

2017-01-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=329983 David Faure changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Latest Commit

[kio] [Bug 350018] Can't launch position independent executables

2017-01-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=350018 David Faure changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kio] [Bug 346754] File association for *.asc files not working

2017-01-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=346754 David Faure changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

[plasmashell] [Bug 360487] Changing "Points to" of a symlink leads to error

2017-01-01 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=360487 --- Comment #4 from David Faure --- Git commit a4339386671b8dba0a8711e57a9398f98f44a147 by David Faure. Committed on 01/01/2017 at 12:37. Pushed by dfaure into branch 'master'. Add unittest for bug 360487 M +34 -0kioslave/des

[plasmashell] [Bug 360487] Changing "Points to" of a symlink leads to error

2017-01-01 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=360487 David Faure changed: What|Removed |Added Version Fixed In||5.30 Status|UNCONFIRMED

[plasmashell] [Bug 360487] Changing "Points to" of a symlink leads to error

2017-01-01 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=360487 --- Comment #2 from David Faure --- Git commit fd1c158cb829ede6beb0d7f37f40e2cdfbd6280f by David Faure. Committed on 01/01/2017 at 11:22. Pushed by dfaure into branch 'master'. Add unittests for KIO::symlink, including the case of Overw

[frameworks-kio] [Bug 374224] KFileDialog Options drop-down menu grabs keyboard and mouse with QtCurve style

2016-12-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=374224 --- Comment #5 from David Faure --- Over my dead body ;-) This needs debugging, and it sounds like the bug is in QtCurve itself, if it doesn't happen with other widget styles. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 374196] Build failure on compiling kio_trash

2016-12-28 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=374196 --- Comment #9 from David Faure --- Git commit ccb616e73292f97b3b22fea3c42fda24b5aff08e by David Faure. Committed on 28/12/2016 at 12:51. Pushed by dfaure into branch 'master'. Revert 76f89c4, and remove some confusion about what this var

[frameworks-kio] [Bug 374196] Build failure on compiling kio_trash

2016-12-28 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=374196 --- Comment #8 from David Faure --- Oh I see, none of the "common" files are used on Windows. The var name is misnamed and confusing. I'll rename and revert. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 374196] Build failure on compiling kio_trash

2016-12-28 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=374196 --- Comment #6 from David Faure --- Try including -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 374196] Build failure on compiling kssld

2016-12-27 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=374196 --- Comment #2 from David Faure --- Git commit 76f89c46d8645eec53795b26f1af7d669cea2c50 by David Faure. Committed on 27/12/2016 at 17:56. Pushed by dfaure into branch 'master'. Fix CMakeLists.txt for windows, blindly, since the windows g

[frameworks-kio] [Bug 374196] Build failure on compiling kssld

2016-12-27 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=374196 --- Comment #1 from David Faure --- Is this with -j or something? kssld has nothing to do with kio_trash. As to the kio_trash_win.cpp error, isn't there a kiotrashdebug.h in the same source dir? Is -I. missing somehow? Hmm I do spot an error i

[umbrello] [Bug 373932] Fix KF5 issues

2016-12-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=373932 Bug 373932 depends on bug 374166, which changed state. Bug 374166 Summary: build failure on compiling kio_trash https://bugs.kde.org/show_bug.cgi?id=374166 What|Removed |Added --

[frameworks-kio] [Bug 374166] build failure on compiling kio_trash

2016-12-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=374166 David Faure changed: What|Removed |Added Latest Commit||https://commits.kde.org/kio

[kio] [Bug 346754] File association for *.asc files not working

2016-12-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=346754 --- Comment #8 from David Faure --- Qt fix written, now awaiting review at https://codereview.qt-project.org/180842 -- You are receiving this mail because: You are watching all bug changes.

[kio] [Bug 346754] File association for *.asc files not working

2016-12-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=346754 David Faure changed: What|Removed |Added Resolution|UPSTREAM|--- Ever confirmed|0

[kio] [Bug 332461] Dragging file from trash to desktop leaves file with read-only permissions

2016-12-25 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=332461 David Faure changed: What|Removed |Added Resolution|--- |WORKSFORME Status|CONFIRMED

[kio] [Bug 286041] Dolphin should keep time-stamps of file copies onto NTFS partitions

2016-12-25 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=286041 David Faure changed: What|Removed |Added Summary|Dolphin should keep |Dolphin should keep |time

[kio] [Bug 286041] Dolphin should keep time-stamps of file copies

2016-12-25 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=286041 --- Comment #5 from David Faure --- So this problem is specific to NTFS mounts, right? Does `cp -a` preserve the modification time? Which Unix UID do the copied file get? If it's not the same as your UID then changing the mtime might not be pos

[frameworks-kio] [Bug 373658] KDEInit could not launch 'konsole'

2016-12-24 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=373658 --- Comment #15 from David Faure --- (alternatively we need to look up org.kde.konsole.desktop using KService::serviceByDesktopName for instance, and if that works it's the KF5 konsole) -- You are receiving this mail because: You are watching al

[frameworks-kio] [Bug 373658] KDEInit could not launch 'konsole'

2016-12-24 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=373658 --- Comment #14 from David Faure --- `konsole -qwindowtitle foo` actually works, and I suppose this feature is useful by showing in the konsole window title, which app it's running. The best fix might be to add support for -caption to konsole,

[KScreen] [Bug 374064] KDED keeps crashing when RDP into a fresh Ubuntu 14.05 installation with xrdp and kubuntu-desktop

2016-12-24 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=374064 David Faure changed: What|Removed |Added Assignee|fa...@kde.org |se...@kde.org Version|5.27.0

[konqueror] [Bug 373824] Konqueror 16.12 is missing the sidebar

2016-12-24 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=373824 --- Comment #8 from David Faure --- The code is actually still there in the konqueror git repo. `git clone git://anongit.kde.org/konqueror` if you don't have a KDE identity account. I'm not convinced that the current sidebar is the best so

<    2   3   4   5   6   7   8   9   10   >