[ksnapshot] [Bug 352274] Cannot take screenshots after compiling KSG

2016-10-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=352274

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Elvis Angelaccio  ---
I think we can now close this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 358575] Cannot drag again after a drop

2016-10-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=358575

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Elvis Angelaccio  ---
I can no longer reproduce in 5.8

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 363936] Dolphin hangs after "ignoring" a DndPopupMenu and closing the window

2016-10-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=363936

Elvis Angelaccio  changed:

   What|Removed |Added

Product|dolphin |frameworks-kio
   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
 CC||kdelibs-b...@kde.org
  Component|general |general
Version|unspecified |5.27.0

--- Comment #1 from Elvis Angelaccio  ---
Moving kio, the problem is in the DropJob not emitting the result signal.

-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 371507] crash when trying to report a bug... this must be a joke

2016-10-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371507

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

--- Comment #10 from Elvis Angelaccio  ---
@Christoph: I opened a ticket on the Arch bugtracker:
https://bugs.archlinux.org/task/51541

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 371458] Dolphin - Changing View Properties

2016-10-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371458

--- Comment #2 from Elvis Angelaccio  ---
@Robert: please provide information as described here:
https://bugs.archlinux.org/task/51541

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 371538] Doplhin Crash on Empty Trash Bin

2016-10-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371538

--- Comment #2 from Elvis Angelaccio  ---
@Rainer: please provide information as described here:
https://bugs.archlinux.org/task/51541

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 359883] Dolphin crash when I try to delete a folder (Wayland session)

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=359883

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kio/
   ||dd0d703e355bad9392b086f255f
   ||14ad8b7196f6c
   Version Fixed In||5.28

--- Comment #5 from Elvis Angelaccio  ---
Git commit dd0d703e355bad9392b086f255f14ad8b7196f6c by Elvis Angelaccio.
Committed on 28/10/2016 at 09:48.
Pushed by elvisangelaccio into branch 'master'.

ClipboardUpdater: fix another crash on Wayland

QClipboard::mimeData() can return a nullptr on Wayland.

REVIEW: 129223
FIXED-IN: 5.28

M  +12   -2src/widgets/clipboardupdater.cpp

http://commits.kde.org/kio/dd0d703e355bad9392b086f255f14ad8b7196f6c

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 370520] Dolphin crash on Wayland while renaming a text file.

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=370520

Elvis Angelaccio  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kio/
   ||722f735396107bc9ad77165f3e9
   ||471fdc67b6878
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.28

--- Comment #2 from Elvis Angelaccio  ---
Git commit 722f735396107bc9ad77165f3e9471fdc67b6878 by Elvis Angelaccio.
Committed on 28/10/2016 at 09:43.
Pushed by elvisangelaccio into branch 'master'.

ClipboardUpdater: fix crash on Wayland

QClipboard::mimeData() can return a nullptr on Wayland.

REVIEW: 129222
FIXED-IN: 5.28

M  +2-1src/widgets/clipboardupdater.cpp

http://commits.kde.org/kio/722f735396107bc9ad77165f3e9471fdc67b6878

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 363936] Dolphin hangs after "ignoring" a DndPopupMenu and closing the window

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=363936

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kio/
   ||508720091088bb605fb153b3b54
   ||7fd2cc7a130f4
   Version Fixed In||5.28
 Resolution|--- |FIXED

--- Comment #2 from Elvis Angelaccio  ---
Git commit 508720091088bb605fb153b3b547fd2cc7a130f4 by Elvis Angelaccio.
Committed on 28/10/2016 at 09:51.
Pushed by elvisangelaccio into branch 'master'.

Properly finish DropJobs when triggered is not emitted

Since QMenu doesn't have a 'canceled' signal that is emitted when the
menu is "rejected" (e.g. user clicks outside the menu),
we need to manually track whether an action has been triggered.
This way we can ensure to always emit the 'result' signal and
avoid hangs in applications.

https://bugreports.qt.io/browse/QTBUG-56761 tracks the status of a
possible 'canceled' signal in QMenu, which would supersed this commit.

REVIEW: 129262
FIXED-IN: 5.28

M  +26   -2src/widgets/dropjob.cpp

http://commits.kde.org/kio/508720091088bb605fb153b3b547fd2cc7a130f4

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 358475] Single click to open option missing in Dolphin. This was reported as Bug 353645, but incorrectly closed.

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=358475

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||alx...@gmail.com

--- Comment #6 from Elvis Angelaccio  ---
*** Bug 371771 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 371771] Move "double click" from System Settings to Dolphin settings

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371771

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||elvis.angelac...@kde.org

--- Comment #1 from Elvis Angelaccio  ---


*** This bug has been marked as a duplicate of bug 358475 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 358475] Allow Dolphin to override the global single-click settings

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=358475

Elvis Angelaccio  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||elvis.angelac...@kde.org
Summary|Single click to open option |Allow Dolphin to override
   |missing in Dolphin. This|the global single-click
   |was reported as Bug 353645, |settings
   |but incorrectly closed. |

--- Comment #7 from Elvis Angelaccio  ---
Since we keep getting reports about this, I'm renaming this one so that we can
use it as a generic "please let Dolphin override the global settings".

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 365968] scrolling is unusable slow with libinput in dolphin places and folders panel

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365968

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

--- Comment #12 from Elvis Angelaccio  ---
(In reply to H.H. from comment #11)
> @Martin Sandsmark: could you please have a look, what you broke by the
> mentioned commit? Perhaps revert it?

That would break again scrolling in the main folder view (with libinput).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwallet-pam] [Bug 334373] PAM module creates a new a 'kdewallet' even though the user deleted it and created a custom wallet

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=334373

Elvis Angelaccio  changed:

   What|Removed |Added

Product|kwalletmanager  |kwallet-pam
  Component|general |general
Version|unspecified |5.8.2
   Assignee|va...@kde.org   |plasma-b...@kde.org
 CC||elvis.angelac...@kde.org

--- Comment #1 from Elvis Angelaccio  ---
Moving to kwallet-pam.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwalletmanager] [Bug 325427] kwalletmanager crashes when dragging a "password pair" from one folder into another one

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=325427

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

--- Comment #7 from Elvis Angelaccio  ---
(In reply to H.H. from comment #6)
> It would be nice to get feedback about my last comment.

You will have more luck if you upload your patch here:
https://git.reviewboard.kde.org/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwalletmanager] [Bug 325427] kwalletmanager crashes when dragging a "password pair" from one folder into another one

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=325427

--- Comment #9 from Elvis Angelaccio  ---
(In reply to H.H. from comment #8)
> I haven't written a fully patch yet, and also the gui part is missing
> completely. If you tell me, that my work will be accepted (at least after a
> few review-board iterations), I will prepare a patch for reviewboard.  But I
> have not enough time, to invest much time into this, and then get told, that
> such a change would not be accepted in general.

The main problem is that kwallet is currently unmaintained. But if your patch
doesn't break anything and you convince enough people that it's something
useful, I don't see why it shouldn't be accepted.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 368314] kwalletmanager: "Export as XML..." produces empty file

2016-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=368314

Elvis Angelaccio  changed:

   What|Removed |Added

   Assignee|va...@kde.org   |fa...@kde.org
Version|unspecified |5.27.0
Product|kwalletmanager  |frameworks-kio
  Component|general |general
 CC||kdelibs-b...@kde.org

--- Comment #4 from Elvis Angelaccio  ---
Actually this seems to be a bug in KIO, see
https://git.reviewboard.kde.org/r/129275/

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 371815] Ark crashes when dragging a file from Dolphin onto Ark window

2016-10-29 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371815

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Elvis Angelaccio  ---
Hi, this is fixed in 16.08.2

*** This bug has been marked as a duplicate of bug 368807 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 368807] Crash if dropping an archive on empty Ark window

2016-10-29 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=368807

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

--- Comment #3 from Elvis Angelaccio  ---
*** Bug 371815 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwalletmanager] [Bug 368314] kwalletmanager: "Export as XML..." produces empty file

2016-10-30 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=368314

Elvis Angelaccio  changed:

   What|Removed |Added

   Assignee|fa...@kde.org   |va...@kde.org
Product|frameworks-kio  |kwalletmanager
Version|5.27.0  |unspecified
  Component|general |general

--- Comment #5 from Elvis Angelaccio  ---
Moving back, turns out the bug is in kwalletmanager indeed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwalletmanager] [Bug 368314] kwalletmanager: "Export as XML..." produces empty file

2016-10-30 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=368314

Elvis Angelaccio  changed:

   What|Removed |Added

Version|unspecified |16.08.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwalletmanager] [Bug 368314] kwalletmanager: "Export as XML..." produces empty file

2016-10-30 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=368314

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||16.08.3
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kwal
   ||let/956552dcb5beea41238a858
   ||cbe77570b21076b15

--- Comment #6 from Elvis Angelaccio  ---
Git commit 956552dcb5beea41238a858cbe77570b21076b15 by Elvis Angelaccio.
Committed on 30/10/2016 at 12:00.
Pushed by elvisangelaccio into branch 'Applications/16.08'.

Fix XML export regression

StoredTransferJob reads data from the current position of the QIODevice
passed to it. Since a QTemporaryFile is always open in ReadWrite mode,
and we write to the file, the current position is the end of the file.

So we need to rewind the QIODevice's position before passing it to the job.
FIXED-IN: 16.08.3

M  +3-0src/manager/kwalleteditor.cpp

http://commits.kde.org/kwallet/956552dcb5beea41238a858cbe77570b21076b15

-- 
You are receiving this mail because:
You are watching all bug changes.

[kronometer] [Bug 371865] Exporting laps to CSV or JSON doesn’t work

2016-10-30 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371865

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Elvis Angelaccio  ---
Hi, thanks for the report. This is caused by a bug in the Plasma's file dialog
and I'm trying to fix it there. Unfortunately it also requires new api in Qt,
so it's taking quite some time to get this fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 371868] Wastebin Crashes KDE

2016-10-30 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371868

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||elvis.angelac...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Elvis Angelaccio  ---
This is an Archlinux issue. Please provide the information requested here:
https://bugs.archlinux.org/task/51541

*** This bug has been marked as a duplicate of bug 371507 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 371507] crash when trying to report a bug... this must be a joke

2016-10-30 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371507

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||masterdoc...@clout-team.com

--- Comment #12 from Elvis Angelaccio  ---
*** Bug 371868 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 371837] Dolphin General option "Executing scripts or desktop files" cannot be unchecked

2016-10-30 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371837

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Elvis Angelaccio  ---
I can reproduce, thanks for reporting.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2016-10-30 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=366795

--- Comment #24 from Elvis Angelaccio  ---
@vlaomao: you need kio 5.26 or later

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 371888] KDE crash while unpacking files

2016-10-31 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371888

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwalletmanager] [Bug 371882] Kwalletmanager doesn't export XML file

2016-10-31 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371882

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

--- Comment #1 from Elvis Angelaccio  ---
Hi, thanks for the report. This is supposed to be fixed on git (will be in
16.08.3 release), see https://bugs.kde.org/show_bug.cgi?id=368314

How did you compile kwalletmanager? I see that your patch removes the actual
bugfix (the tf.seek(0) line), so I wonder if the bugfix doesn't work for you or
you tested a version of kwalletmanager without the bugfix.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwalletmanager] [Bug 368314] kwalletmanager: "Export as XML..." produces empty file

2016-11-01 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=368314

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||ashmi...@gmail.com

--- Comment #7 from Elvis Angelaccio  ---
*** Bug 371882 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwalletmanager] [Bug 371882] Kwalletmanager doesn't export XML file

2016-11-01 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371882

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Elvis Angelaccio  ---
No problem. Thanks for testing.

*** This bug has been marked as a duplicate of bug 368314 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 371925] Empty clipboard causes dolphin to crash when moving file to trash

2016-11-01 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371925

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||elvis.angelac...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #3 from Elvis Angelaccio  ---
Fix will be in kio 5.28

*** This bug has been marked as a duplicate of bug 370520 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 370520] Dolphin crash on Wayland while renaming a text file.

2016-11-01 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=370520

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||alivema4e...@gmail.com

--- Comment #3 from Elvis Angelaccio  ---
*** Bug 371925 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 371825] Places->Network doesn't lead to anywhere

2016-11-01 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371825

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 CC||elvis.angelac...@kde.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Elvis Angelaccio  ---
Yep, remote:// is provided by plasma-workspace.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 371822] Dolphin should not toggle the terminal panel if Konsole is not installed

2016-11-01 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371822

Elvis Angelaccio  changed:

   What|Removed |Added

Summary|"Open terminal here"|Dolphin should not toggle
   |doesn't work without|the terminal panel if
   |Konsole installed   |Konsole is not installed
 Status|UNCONFIRMED |CONFIRMED
 CC||elvis.angelac...@kde.org
 Ever confirmed|0   |1

--- Comment #1 from Elvis Angelaccio  ---
(In reply to Boris from comment #0)
> User-Agent:   Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0)
> Gecko/20100101 Firefox/49.0
> Build Identifier: Version 16.04.3
> 
> On xubuntu Konsole is not installed by default, so after I install Dolphin
> but not Konsole (it took me very long time to find out it's needed) F4 shows
> plain grey panel where terminal would be (That's the included picture) and
> shift+F4 doesn't do anything at all. Right click menu is also missing the
> "Open terminal here" option.
> Installing Konsole fixes all this, but there are problems with this: I had
> no idea that's needed

That's a task of your package manager: it should tell you that Konsole is an
optional runtime dependency of Dolphin.

> there should be option to choose what terminal to use and it doesn't respect
> preferred terminal setting in xubuntu.

There is (you need to install Plasma's System Settings though), but yeah it's
Plasma-specific and  probably not shared with XFCE, unfortunately. I'm not sure
this can be fixed.

But I agree that Dolphin should not show an empty dock widget (upon pressing
F4) if Konsole is not installed (thus I'm changing the title).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-gdrive] [Bug 371954] Gdrive doesn't show all files/folders

2016-11-02 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371954

--- Comment #1 from Elvis Angelaccio  ---
Please create the file ~/.config/QtProject/qtlogging.ini with the following
content:

[Rules]
kf5.kio.gdrive.debug=true


Then open again Dolphin, go to that Backup folder and attach here the output of
the following command:

journalctl -b | grep kf5.kio.gdrive

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-gdrive] [Bug 371954] Gdrive doesn't show all files/folders

2016-11-03 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371954

--- Comment #3 from Elvis Angelaccio  ---
(In reply to Michał Dybczak from comment #2)
> I don't have ~/.config/QtProject/ folder :(

You need to manually create it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 371972] Dolphin closed after I tryed to create new folder by context menu

2016-11-03 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371972

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||elvis.angelac...@kde.org

--- Comment #1 from Elvis Angelaccio  ---


*** This bug has been marked as a duplicate of bug 355390 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 355390] Localized Dolphin crashes when I try to create new folder

2016-11-03 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=355390

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||sal...@info-expert.ru

--- Comment #36 from Elvis Angelaccio  ---
*** Bug 371972 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 372111] New: New icon for Google Drive

2016-11-05 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372111

Bug ID: 372111
   Summary: New icon for Google Drive
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: elvis.angelac...@kde.org
CC: kain...@gmail.com
  Target Milestone: ---

Currently kio-gdrive is using 'im-google' as main icon (e.g. see
http://imgur.com/a/z6kAR). It would be nice to have the actual Google Drive
icon available in breeze.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-gdrive] [Bug 371954] Gdrive doesn't show all files/folders

2016-11-05 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371954

--- Comment #5 from Elvis Angelaccio  ---
(In reply to Michał Dybczak from comment #4)
> Created attachment 102039 [details]
> Output of "journalctl -b | grep kf5.kio.gdrive"

Thanks. Can you also attach the output of "journalctl -b | grep org.kde.kgapi"
?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 372111] New icon for Google Drive

2016-11-06 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372111

--- Comment #2 from Elvis Angelaccio  ---
That was quick :) Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 372111] New icon for Google Drive

2016-11-06 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372111

--- Comment #3 from Elvis Angelaccio  ---
Git commit caeb4ccd40b3cbc9e2c4ee131e7163a3d69b2ff8 by Elvis Angelaccio.
Committed on 06/11/2016 at 17:41.
Pushed by elvisangelaccio into branch 'master'.

Use folder-gdrive as icon

This is already more adequate than `im-google`, but starting from
breeze-icon 5.29 it will be the actual Google Drive icon.

M  +1-1gdrive.json
M  +1-1src/accountmanager.cpp

http://commits.kde.org/kio-gdrive/caeb4ccd40b3cbc9e2c4ee131e7163a3d69b2ff8

-- 
You are receiving this mail because:
You are watching all bug changes.

[konversation] [Bug 372155] New: Channel topic always collapsed

2016-11-06 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372155

Bug ID: 372155
   Summary: Channel topic always collapsed
   Product: konversation
   Version: 1.6.2
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konversation-de...@kde.org
  Reporter: elvis.angelac...@kde.org
  Target Milestone: ---

Somehow the following settings got saved in my ~/.config/konversationrc:

[Appearance]
ChannelSplitterSizes=1021,129
TopicSplitterSizes=0,500

This results in a channel topic always collpased when opening Konversation
(despite "Show channel topic" being checked in the settings).

Workaround (non persistent): the channel topic can be shown again by making it
bigger with the mouse.

Steps to reproduce:
1. Add the following to yakuakerc

[Appearance]
ChannelSplitterSizes=1021,129
TopicSplitterSizes=0,500

2. Open Konversation

Expected result: channel topic is visible
Actual result: channel topic is hidden

-- 
You are receiving this mail because:
You are watching all bug changes.

[konversation] [Bug 372155] Channel topic always collapsed

2016-11-06 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372155

--- Comment #1 from Elvis Angelaccio  ---
(In reply to Elvis Angelaccio from comment #0)
> 
> Steps to reproduce:
> 1. Add the following to yakuakerc

Ops, that was supposed to be konversationrc

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-knewstuff] [Bug 369646] The 'free' menu in Dolphin's status bar incorrectly lists KDE Partition Manager as not installed

2016-11-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=369646

Elvis Angelaccio  changed:

   What|Removed |Added

  Component|bars: status|general
Version|16.08.1 |5.27.0
 CC||kdelibs-b...@kde.org
   Assignee|dolphin-bugs-n...@kde.org   |jpwhit...@kde.org
Product|dolphin |frameworks-knewstuff

--- Comment #3 from Elvis Angelaccio  ---
I'd say let's move this to KNewStuff, since it's where this menu is created.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-gdrive] [Bug 371954] Gdrive doesn't show all files/folders

2016-11-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371954

--- Comment #10 from Elvis Angelaccio  ---
(In reply to Michał Dybczak from comment #9)
> Created attachment 102086 [details]
> Output of "journalctl -b | grep org.kde.kgapi"

Thanks, this was helpful. Those three folders that you don't see are labeled as
hidden. Do you see them if you show the hidden files? (press "Alt" plus "."
keys in Dolphin)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-gdrive] [Bug 371954] Gdrive doesn't show all files/folders

2016-11-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371954

--- Comment #12 from Elvis Angelaccio  ---
(In reply to Michał Dybczak from comment #11)
> I used "alt+h" and folders showed themselves! Thanks!
> I would never thought that linux folders can be hidden without "." So
> trivial issue. However I don't see any settings with "hidden" to those
> folders. How can I make them unhidden then?

It's kio-gdrive that's hiding them (even though their filename doesn't start
with a dot) because they have the "hidden" label.

I have no idea why they are marked as hidden. However, it seems that this label
is deprecated so I think we can just ignore it and always show all files.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-gdrive] [Bug 371954] Gdrive doesn't show all files/folders

2016-11-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371954

Elvis Angelaccio  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-gdrive] [Bug 371954] Gdrive doesn't show all files/folders

2016-11-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371954

--- Comment #14 from Elvis Angelaccio  ---
(In reply to Michał Dybczak from comment #13)
> Deprecated? You mean that this feature will be removed in some feature
> updates? Because so far it works, although I do agree that it's pointless
> feature so it needs to go.
> That's not ideal at the moment, because I often switch between
> hidden/unhiden and by default it's hidden but I can live with it. Will wait
> for the updates.
> Most important is that gdrive works.
> Thanks!

Deprecated in the Drive REST api, it's not related to the hidden files in
Dolphin.

> 
> Off topic: Will there be some additional dolphin implementation like quick
> access to gdrive account? At the moment I had to add it manually so I
> wouldn't have to open it from start menu.

Yes, in the next version kio-gdrive will be available in the "Network" button
in Dolphin.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-gdrive] [Bug 371954] Gdrive doesn't show all files/folders

2016-11-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371954

--- Comment #16 from Elvis Angelaccio  ---
Git commit 2e5e225b035433c10194fe294a058f280d4e88e0 by Elvis Angelaccio.
Committed on 07/11/2016 at 13:38.
Pushed by elvisangelaccio into branch 'master'.

drive: deprecate hidden() and setHidden() in File

The 'hidden' label is deprecated in the v2 REST api and removed in the
v3 one. It was also not well defined to begin with, so it can just be
ignored.

REVIEW: 129359

M  +11   -6src/drive/file.h

http://commits.kde.org/akonadi-google/2e5e225b035433c10194fe294a058f280d4e88e0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-gdrive] [Bug 371954] Gdrive doesn't show all files/folders

2016-11-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371954

Elvis Angelaccio  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kio-
   ||gdrive/0c53b5ca147ee82e79d9
   ||39f3ff11682cc76e0b97
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||1.0.4
 Resolution|--- |FIXED

--- Comment #17 from Elvis Angelaccio  ---
Git commit 0c53b5ca147ee82e79d939f3ff11682cc76e0b97 by Elvis Angelaccio.
Committed on 07/11/2016 at 13:52.
Pushed by elvisangelaccio into branch '1.0'.

Ignore the deprecated 'hidden' label

The 'hidden' label is randomly set by some clients and users are not
aware of this. This can result in files visible from the web UI but
hidden by kio-gdrive.

This label is also deprecated, so we can just ignore it and always show all
files.
FIXED-IN: 1.0.4

M  +0-1src/kio_gdrive.cpp

http://commits.kde.org/kio-gdrive/0c53b5ca147ee82e79d939f3ff11682cc76e0b97

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] Ark chrashed at rar extraction from dolphin

2016-11-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

--- Comment #1 from Elvis Angelaccio  ---
Does it crash every time? Can you attach the archive here?

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] Ark chrashed at rar extraction from dolphin

2016-11-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Elvis Angelaccio  ---
Confirmed, thanks for the archive. Ark cannot even open it, it just goes out of
memory while trying to allocate the JSON object with the data provided by lsar.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

Elvis Angelaccio  changed:

   What|Removed |Added

Summary|Ark chrashed at rar |[unarchiver] Crash while
   |extraction from dolphin |trying to open or extract
   ||big archives

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

--- Comment #5 from Elvis Angelaccio  ---
(In reply to Nikolay Brookstein from comment #4)
> Thanks for your fast reaction!
> If I can help you to fix this bug, just say.
> I am not a super hacker but have some C++/Qt knowledge.

That would be very appreciated. The problem is clear: the crash happens in
plugins/cliunarchiverplugin/plugin.cpp at this line:

m_jsonOutput += line + QLatin1Char('\n');

which is a QString that tries to allocate too much data. That QString is then
supposed to be converted to QJsonDocument. We could try to save the json output
of lsar to a temporary file and get rid of this QString, but I'm not sure Qt
can handle json files that large.

In the meantime, honestly I suggest you try to install unrar as the unrar
plugin can open this archive just fine...

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

--- Comment #6 from Elvis Angelaccio  ---
(In reply to Elvis Angelaccio from comment #5)
> (In reply to Nikolay Brookstein from comment #4)
> I'm not sure Qt can handle json files that large.

We are talking about a json file bigger than 3 GB, in fact. No way a parser can
handle that much data :/

Even if we skip the "XADSolidObject" json vector (which is what makes the file
so big), lsar would still take too much time to finish the execution (compared
to unrar).

So I'm tempted to just catch the bad_alloc exception and abort the operation...

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

--- Comment #8 from Elvis Angelaccio  ---
(In reply to Nikolay Brookstein from comment #7)
> What is the difference between unrar and unar approaches?
> It is really strange, to get over 3 GB memory allocation fo a ~240MB file.
> It looks like coner case or a totally inefficient implementation from unar
> side.
> Probably Ark just need a better backend error detection, and a bug is in
> unar. Or I am wrong here?
> (That are just my thoughts, I am not an expert in rar/unar/unrar)
> 
> P.S. I will look in a source file tomorrow.

Yes, ideally a bug should also be filed against unar.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

--- Comment #9 from Elvis Angelaccio  ---
Created attachment 102135
  --> https://bugs.kde.org/attachment.cgi?id=102135&action=edit
Catch bad_alloc patch

With this patch Ark doesn't crash, at least.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

--- Comment #12 from Elvis Angelaccio  ---
(In reply to Nikolay Brookstein from comment #10)
> I have just created a bug report at the unarchiver bug tracker:
> https://bitbucket.org/WAHa_06x36/theunarchiver/issues/919/unarchiver-crash-
> while-
> trying-to-open-or

Thanks for reporting it upstream!

> 
> Elvis, "Archive too big" is probably some how confusing.
> Possibly "Archive can not be extracted due to insufficient free memory"?

Yeah, this is just a temporary patch so that I won't forget it :p

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

--- Comment #17 from Elvis Angelaccio  ---
(In reply to Nikolay Brookstein from comment #13)
> No problem, without bug reports bugs will never be fixed ^_^
> 
> As far as I have understood, KDE/Plasma/KF are all Qt based,
> so why you are using 'i18n("Blabla")' instead of 'tr("Blabla")'
> 
> Btw, you are the main maintainer of Ark right now?
> If yes, some offtopic question from my side, is it possible to make a
> progress indication in Ark, or the current architecture is not sutable for
> the such kind of functionality?

Feel free to join the #kde-utils IRC channel and we can discuss everything you
want :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[krazy] [Bug 372256] New: Krazy warns about QMessageBox

2016-11-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372256

Bug ID: 372256
   Summary: Krazy warns about QMessageBox
   Product: krazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: win...@kde.org
  Reporter: elvis.angelac...@kde.org
  Target Milestone: ---

Consider http://ebn.kde.org/krazy/reports/kde-4.x/kdeutils/ark/index.html

...
"Use KMessageBox instead of QMessageBox"
"Why should I care?" -> "Don't use Qt 4 classes that are deprecated"

But QMessageBox is a legit Qt5 class, so krazy should probably not warn about
it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krazy] [Bug 372257] New: Krazy should not look for spelling errors in translated json files

2016-11-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372257

Bug ID: 372257
   Summary: Krazy should not look for spelling errors in
translated json files
   Product: krazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: win...@kde.org
  Reporter: elvis.angelac...@kde.org
  Target Milestone: ---

Not sure if this happens with all translated files, but happens at least with
the .json.cmake files we use in Ark:
http://ebn.kde.org/krazy/reports/kde-4.x/kdeutils/ark/index.html

They are translated by scripty, so krazy should not look for spelling errors in
them.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krazy] [Bug 372256] Krazy warns about QMessageBox

2016-11-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372256

--- Comment #2 from Elvis Angelaccio  ---
(In reply to Allen Winter from comment #1)
> is this a matter of the explanation string being wrong or that we are ok
> using QMessageBox in some cases instead of KMessageBox?
> 
> last I knew, we should be using KMessageBox over QMessageBox in KDE
> applications.

Right, this is more about the warning message (since it's not a Qt4 class).
Now that I think about it, if we still have KMessagebox there must be a reason
and we should probably use it. So it makes sense that krazy looks for this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krazy] [Bug 372256] Krazy thinks QMessageBox is a Qt4 class

2016-11-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372256

Elvis Angelaccio  changed:

   What|Removed |Added

Summary|Krazy warns about   |Krazy thinks QMessageBox is
   |QMessageBox |a Qt4 class

--- Comment #3 from Elvis Angelaccio  ---
Title changed to better describe the report.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372300] Ark can't open RAR file

2016-11-10 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372300

--- Comment #1 from Elvis Angelaccio  ---
Git commit e05e5c4504428bd70d1a780904ef6e1a62482e93 by Elvis Angelaccio.
Committed on 10/11/2016 at 18:36.
Pushed by elvisangelaccio into branch 'Applications/16.04'.

Backport commit 9a9a851049cd904f08c9594cc6aacf696886404e

This fixes RAR support with Ark 16.04.3 and shared-mime-info >= 1.7
If you ship the combination above (e.g. Kubuntu 16.10 does), please
update your Ark package and include this commit.

CCMAIL: kde-distro-packag...@kde.org

M  +1-1plugins/clirarplugin/CMakeLists.txt
M  +3-2plugins/clirarplugin/kerfuffle_clirar.json
M  +1-1plugins/cliunarchiverplugin/CMakeLists.txt
M  +3-2plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json

http://commits.kde.org/ark/e05e5c4504428bd70d1a780904ef6e1a62482e93

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372300] Ark can't open RAR file

2016-11-10 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372300

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Elvis Angelaccio  ---
I just backported the bugfix on the 16.04 branch. The Kubuntu packagers are
supposed to update the Ark package in the next days (if they don't, open a bug
in the Kubuntu bugtracker).

*** This bug has been marked as a duplicate of bug 368786 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 368786] Unable to open RAR files with shared-mime-info 1.7

2016-11-10 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=368786

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||jonay.sant...@gmail.com

--- Comment #4 from Elvis Angelaccio  ---
*** Bug 372300 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-12 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

Elvis Angelaccio  changed:

   What|Removed |Added

  Component|general |plugins
   Assignee|elvis.angelac...@kde.org|rthoms...@gmail.com
 CC||elvis.angelac...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-12 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

--- Comment #18 from Elvis Angelaccio  ---
@Nikolay: patch up for review: https://phabricator.kde.org/D3350

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 363719] Sidebar can not be resized even when the details are too long

2016-11-12 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=363719

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit|http://commits.kde.org/ark/ |http://commits.kde.org/ark/
   |e042955233662282813feac3d02 |a6a38b5bf64a58df332aa834411
   |e38beb2048929   |54fb85b68464d
   Version Fixed In|16.08.0 |16.12.0

--- Comment #10 from Elvis Angelaccio  ---
Git commit a6a38b5bf64a58df332aa83441154fb85b68464d by Elvis Angelaccio.
Committed on 12/11/2016 at 18:09.
Pushed by elvisangelaccio into branch 'master'.

infopanel: always use KSqueezedTextLabel

This ensures that resizing of the panel always works, no matter what the
Type label might contain.
FIXED-IN: 16.12.0

M  +10   -10   part/infopanel.ui

http://commits.kde.org/ark/a6a38b5bf64a58df332aa83441154fb85b68464d

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 365200] Open Recent action is enabled while opening an archive

2016-11-12 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365200

--- Comment #1 from Elvis Angelaccio  ---
Found the cause: the action is correctly disabled when the Part emits the busy
signal, but then m_recentFilesAction->addUrl(url) in MainWindow::openUrl()
unexpectedly enables the action again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 365200] Open Recent action is enabled while opening an archive

2016-11-13 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365200

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||16.12.0
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/ark/
   ||61d9f87227711c9b9a7d0180479
   ||f94447c6039f7

--- Comment #2 from Elvis Angelaccio  ---
Git commit 61d9f87227711c9b9a7d0180479f94447c6039f7 by Elvis Angelaccio.
Committed on 13/11/2016 at 13:46.
Pushed by elvisangelaccio into branch 'master'.

mainwindow: properly disable 'Open Recent' action

KRecentFilesAction::addUrl() makes the action enabled. This is called in
MainWindow::openUrl() after `busy()` has been emitted by the Part, which
means the action is enabled while a LoadJob is running.

If we use a queued connection instead, addUrl() will be called first and then
MaindWindow::updateActions() will disable the action as expected.
FIXED-IN: 16.12.0

M  +3-1app/mainwindow.cpp

http://commits.kde.org/ark/61d9f87227711c9b9a7d0180479f94447c6039f7

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 365968] scrolling is unusable slow with libinput in dolphin places and folders panel

2016-11-13 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365968

--- Comment #16 from Elvis Angelaccio  ---
(In reply to H.H. from comment #13)
> But there was a workaround: uninstalling libinput, which should be not too
> hard.

libinput is required on wayland, so this would be a short-term workaround.
But I agree that fixing the scroll with libinput should not break the scroll
with the old driver..

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 365968] scrolling is unusable slow with libinput in dolphin places and folders panel

2016-11-13 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365968

Elvis Angelaccio  changed:

   What|Removed |Added

  Component|general |panels: places

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 365968] scrolling is unusable slow with libinput in dolphin places and folders panel

2016-11-14 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365968

--- Comment #18 from Elvis Angelaccio  ---
(In reply to FabiB from comment #17)
> (In reply to Elvis Angelaccio from comment #16)
> > libinput is required on wayland
> libinput and xf86-input-libinput are not the same.

Good point. I did another round of testing and this is what I see:

* With the scroll fix applied (i.e. current master):

- xf86-evdev, xf86-libinput, wayland-libinput: scroll is smooth in main panel,
slow in dock panels

* With the scroll fix reverted:

- xf86-evdev: scroll is smooth in both main and dock panels
- xf86-libinput: scroll is slow in both main and dock panels
- wayland-libinput: scroll is smooth in both main and dock panels

Can someone else confirm this matrix?

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372461] Shared-mime-info 1.7.1 unable to show RAR MIME type

2016-11-14 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372461

--- Comment #1 from Elvis Angelaccio  ---
But can you open rar archives with Ark?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 372461] Missing RAR MIME type icon with shared-mime-info 1.7

2016-11-14 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372461

Elvis Angelaccio  changed:

   What|Removed |Added

Summary|Shared-mime-info 1.7.1  |Missing RAR MIME type icon
   |unable to show RAR MIME |with shared-mime-info 1.7
   |type|
 CC||kain...@gmail.com
Version|16.08.2 |unspecified
  Component|general |Icons
   Assignee|elvis.angelac...@kde.org|visual-des...@kde.org
Product|ark |Breeze

--- Comment #3 from Elvis Angelaccio  ---
Ok thanks.

@breeze/oxygen devs: both the breeze and oxygen icons are missing a
application-vnd.rar link pointing to the application-x-rar icon.

This is necessary to support the new rar mimetype (application/vnd.rar) that
was introduced by shared-mime-info 1.7

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 365968] scrolling is unusable slow with libinput in dolphin places and folders panel

2016-11-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365968

--- Comment #19 from Elvis Angelaccio  ---
Hmm I think I found where the problem is.
In KItemListContainer::updateScrollOffsetScrollBar() the PlacesPanel's view
returns an invalid QSize as itemSize(), which results in a singleStep equal to
-1

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 365968] scrolling is unusable slow with libinput in dolphin places and folders panel

2016-11-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365968

--- Comment #20 from Elvis Angelaccio  ---
Patch up for review in https://git.reviewboard.kde.org/r/129409/

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372210] [unarchiver] Crash while trying to open or extract big archives

2016-11-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372210

Elvis Angelaccio  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/ark/
   ||0b981c544e994175403504124a1
   ||e44ecfa144e33
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||16.12.0

--- Comment #19 from Elvis Angelaccio  ---
Git commit 0b981c544e994175403504124a1e44ecfa144e33 by Elvis Angelaccio.
Committed on 15/11/2016 at 18:23.
Pushed by elvisangelaccio into branch 'master'.

Stop crashing when lsar's output is too big

lsar can generate huge json output when listing big solid rar archives.
This will be fixed in lsar, but meanwhile we can catch a bad_alloc if we're
using an affected version of lsar.
FIXED-IN: 16.12.0

Differential Revision: D3350

M  +3-0autotests/plugins/cliunarchiverplugin/CMakeLists.txt
M  +3-0plugins/cliunarchiverplugin/CMakeLists.txt
M  +9-1plugins/cliunarchiverplugin/cliplugin.cpp

http://commits.kde.org/ark/0b981c544e994175403504124a1e44ecfa144e33

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 372518] Checksums should match if pasted text is uppercase

2016-11-16 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372518

Elvis Angelaccio  changed:

   What|Removed |Added

   Version Fixed In||5.29
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kio/
   ||d1c652aa68d0b891f7f9c4fe664
   ||e0d3cbdb133af

--- Comment #1 from Elvis Angelaccio  ---
Git commit d1c652aa68d0b891f7f9c4fe664e0d3cbdb133af by Elvis Angelaccio.
Committed on 16/11/2016 at 12:30.
Pushed by elvisangelaccio into branch 'master'.

Allow uppercase checksums matching in Checksums tab

While the checksum in cache is always guaranteed to be lowercase, the
one from the line edit may be uppercase. If we make it lowercase
*before* processing it, we can also simplify the regexes.

REVIEW: 129415
FIXED-IN: 5.29

M  +7-4src/widgets/kpropertiesdialog.cpp
M  +3-0src/widgets/kpropertiesdialog_p.h

http://commits.kde.org/kio/d1c652aa68d0b891f7f9c4fe664e0d3cbdb133af

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372521] Ark crashes when extracting odt files converted to zip

2016-11-16 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372521

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Elvis Angelaccio  ---
Please update to Ark 16.08.3

*** This bug has been marked as a duplicate of bug 370959 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 370959] Crash when trying to extract a rar archive file.

2016-11-16 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=370959

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||courthic...@gmail.com

--- Comment #10 from Elvis Angelaccio  ---
*** Bug 372521 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 355410] Scroll speed of QML scroll area is too slow with the xf86-input-libinput driver

2016-11-16 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=355410

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org
Summary|the scroll speed of QML |Scroll speed of QML scroll
   |scroll area is too slow |area is too slow with the
   |with Libinput   |xf86-input-libinput driver

--- Comment #21 from Elvis Angelaccio  ---
Changing the title as libinput on Wayland is *not* affected (and neither is
xf86-input-evded, as already reported).

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 355410] Scroll speed of QML scroll area is too slow with the xf86-input-libinput driver

2016-11-16 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=355410

--- Comment #23 from Elvis Angelaccio  ---
(In reply to Wulf from comment #22)
> for me (and obviously other users too, comment 17) xf86-input-evdev is
> affected at dolphin left side panel
> 
> should I write a new bug report for this?

There is already one: https://bugs.kde.org/show_bug.cgi?id=365968

QML scrolling with evdev works for me.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 355410] Scroll speed of QML scroll area is too slow with the xf86-input-libinput driver

2016-11-17 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=355410

Elvis Angelaccio  changed:

   What|Removed |Added

   See Also||https://bugreports.qt.io/br
   ||owse/QTBUG-57186

--- Comment #24 from Elvis Angelaccio  ---
Reported upstream: https://bugreports.qt.io/browse/QTBUG-57186

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 357658] Ark-15.12.0: default actions for clicking files: easy misconception of settings dialog

2016-11-17 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=357658

--- Comment #7 from Elvis Angelaccio  ---
Git commit 1caeff2b888dbff865bd8c879e21b10f10aec940 by Elvis Angelaccio.
Committed on 17/11/2016 at 15:08.
Pushed by elvisangelaccio into branch 'Applications/16.12'.

Add option to disable AES encryption warning

The new option is available in a new General Settings page in the settings
dialog.
This paves the way for moving the radiobuttons currently in the Preview page.
Differential Revision: D3380

M  +2-0kerfuffle/CMakeLists.txt
M  +6-0kerfuffle/ark.kcfg
M  +2-1kerfuffle/compressionoptionswidget.cpp
A  +41   -0kerfuffle/generalsettings.ui
A  +38   -0kerfuffle/generalsettingspage.cpp [License: BSD]
A  +45   -0kerfuffle/generalsettingspage.h [License: BSD]
M  +2-0part/part.cpp

http://commits.kde.org/ark/1caeff2b888dbff865bd8c879e21b10f10aec940

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 357658] Ark-15.12.0: default actions for clicking files: easy misconception of settings dialog

2016-11-17 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=357658

Elvis Angelaccio  changed:

   What|Removed |Added

   Version Fixed In||16.12.0
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/ark/
   ||5e3906ccf56dc54d373970fddae
   ||66fcdc35047b0
 Resolution|--- |FIXED

--- Comment #8 from Elvis Angelaccio  ---
Git commit 5e3906ccf56dc54d373970fddae66fcdc35047b0 by Elvis Angelaccio.
Committed on 17/11/2016 at 18:26.
Pushed by elvisangelaccio into branch 'Applications/16.12'.

Move defaultOpenAction to General Settings page

This setting is about the default double-click behavior, so does not
really belong to the Preview page.
FIXED-IN: 16.12.0
Differential Revision: D3381

M  +8-8kerfuffle/ark.kcfg
M  +43   -0kerfuffle/generalsettings.ui
M  +0-58   kerfuffle/previewsettings.ui

http://commits.kde.org/ark/5e3906ccf56dc54d373970fddae66fcdc35047b0

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 357660] Progress bar and window's title change after closing Configure Toolbars dialog

2016-11-19 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=357660

Elvis Angelaccio  changed:

   What|Removed |Added

   Version Fixed In|16.08.0 |16.12.0
  Latest Commit|http://commits.kde.org/ark/ |http://commits.kde.org/ark/
   |c0c5d0033ba524968c596332a8f |47e45e73ea6d9559951b2e0dd2b
   |4f610f25fa75d   |8368b99f63749
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #3 from Elvis Angelaccio  ---
Git commit 47e45e73ea6d9559951b2e0dd2b8368b99f63749 by Elvis Angelaccio.
Committed on 19/11/2016 at 14:50.
Pushed by elvisangelaccio into branch 'Applications/16.12'.

part: stop changing the window title when the toolbar gets edited

KParts::ReadOnlyPart::guiActivateEvent(), which emits `setWindowCaption`
with url().toDisplayString() as argument, gets called when the toolbar
gets changed. We don't want this behavior, so we override
guiActivateEvent() with an empty implementation that does nothing.
FIXED-IN: 16.12.0

M  +6-0part/part.cpp
M  +3-0part/part.h

http://commits.kde.org/ark/47e45e73ea6d9559951b2e0dd2b8368b99f63749

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 368530] [clizip] Unable to open the file after rename it

2016-11-19 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=368530

Elvis Angelaccio  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Assignee|elvis.angelac...@kde.org|rthoms...@gmail.com
  Component|general |plugins
Summary|Unable to open the file |[clizip] Unable to open the
   |after rename it |file after rename it
 CC||elvis.angelac...@kde.org
 Status|UNCONFIRMED |CONFIRMED

--- Comment #4 from Elvis Angelaccio  ---
Ok, I can reproduce it with clizip as backend...

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 368530] [clizip] Unable to open the file after rename it

2016-11-19 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=368530

Elvis Angelaccio  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/ark/
   ||aacfc786ddb0098dc6fdda4a89e
   ||6f9133a542507
   Version Fixed In||16.12.0
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Elvis Angelaccio  ---
Git commit aacfc786ddb0098dc6fdda4a89e6f9133a542507 by Elvis Angelaccio.
Committed on 19/11/2016 at 16:32.
Pushed by elvisangelaccio into branch 'Applications/16.12'.

clizip: fix renaming files in the root

Renaming files in the root folder was broken with clizip. Test case was
also missing.
FIXED-IN: 16.12.0

M  +7-0autotests/kerfuffle/movetest.cpp
M  +4-3plugins/clizipplugin/cliplugin.cpp

http://commits.kde.org/ark/aacfc786ddb0098dc6fdda4a89e6f9133a542507

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 372673] Small mouse scrolling step

2016-11-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372673

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||elvis.angelac...@kde.org

--- Comment #1 from Elvis Angelaccio  ---
Thanks for report, hopefully this will be fixed in Dolphin 16.12

*** This bug has been marked as a duplicate of bug 365968 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 365968] scrolling is unusable slow with libinput in dolphin places and folders panel

2016-11-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365968

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||msdobre...@gmail.com

--- Comment #23 from Elvis Angelaccio  ---
*** Bug 372673 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 369286] dolphin 16.08.1's Mousewheel scrolling is very small at all settings in non-Plasma5-desktops (regression from 16.04)

2016-11-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=369286

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

--- Comment #3 from Elvis Angelaccio  ---
Please try again with the latest git master (or Applications/16.12 branch)

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 365968] scrolling is unusable slow with libinput in dolphin places and folders panel

2016-11-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=365968

Elvis Angelaccio  changed:

   What|Removed |Added

   Version Fixed In||16.12.0
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/dolp
   ||hin/90beb4a5e37b887caad1e76
   ||7046a42dad0af1ab3

--- Comment #24 from Elvis Angelaccio  ---
Git commit 90beb4a5e37b887caad1e767046a42dad0af1ab3 by Elvis Angelaccio.
Committed on 20/11/2016 at 11:59.
Pushed by elvisangelaccio into branch 'Applications/16.12'.

Fix slow scrolling in dock panels

Commit f688bcd1f1 fixed slow scrolling with xf86-input-libinput on DolphinView.

However the commit also exposed a bug in the Dolphin scrolling
algorithm, which was previously hidden. This resulted in slow
scrolling in dock panels (Places and Folders), with both
xf86-input-evdev and xf86-input-libinput drivers, as well as libinput on
Wayland.

KItemListContainer::updateScrollOffsetScrollBar() relied on the view's
itemSize() method to compute the scrollbar's singleStep, but this QSize
was invalid for the dock panels' views.

We use a new itemSizeHint() method instead, which is always valid and
also adapts to the current icon size set in the view.
FIXED-IN: 16.12.0
REVIEW: 129409

M  +1-1src/kitemviews/kitemlistcontainer.cpp
M  +5-0src/kitemviews/kitemlistview.cpp
M  +6-1src/kitemviews/kitemlistview.h
M  +13   -0src/kitemviews/private/kitemlistsizehintresolver.cpp
M  +2-0src/kitemviews/private/kitemlistsizehintresolver.h

http://commits.kde.org/dolphin/90beb4a5e37b887caad1e767046a42dad0af1ab3

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 369286] dolphin 16.08.1's Mousewheel scrolling is very small at all settings in non-Plasma5-desktops (regression from 16.04)

2016-11-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=369286

--- Comment #5 from Elvis Angelaccio  ---
I just tried on a Fedora 25 Gnome VM and scrolling works fine in the Detail
view mode (latest git master). What's your input driver? evdev or libinput?

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 372300] Ark can't open RAR file

2016-11-21 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=372300

--- Comment #4 from Elvis Angelaccio  ---
Thanks Simon! :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 369286] dolphin 16.08.1's Mousewheel scrolling is very small at all settings in non-Plasma5-desktops (regression from 16.04)

2016-11-21 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=369286

--- Comment #7 from Elvis Angelaccio  ---
(In reply to Shlomi Fish from comment #6)
> (In reply to Elvis Angelaccio from comment #5)
> > I just tried on a Fedora 25 Gnome VM and scrolling works fine in the Detail
> > view mode (latest git master). What's your input driver? evdev or libinput?
> 
> How do I tell exactly? Based on ~/.local/share/xorg/Xorg.0.log it seems to
> be evdev because it is mentioned several times whereas libinput is
> completely absent.

Yes, that's how you check it. Btw I tried with evdev and still cannot reproduce
on Gnome...
There must be something else going on.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 370959] Crash when trying to extract a rar archive file.

2016-11-21 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=370959

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||ken20...@ukr.net

--- Comment #11 from Elvis Angelaccio  ---
*** Bug 372757 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   3   4   5   6   7   8   9   10   >