[kdenlive] [Bug 384581] New: Multiple "composite and trasform" effects...

2017-09-10 Thread Davy Bartoloni
https://bugs.kde.org/show_bug.cgi?id=384581

Bug ID: 384581
   Summary: Multiple "composite and trasform" effects...
   Product: kdenlive
   Version: unspecified
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: bartol...@outlook.com
  Target Milestone: ---

Created attachment 107792
  --> https://bugs.kde.org/attachment.cgi?id=107792=edit
wronh opacity when opacity was set at 100%

adding 2 or more "composite and transform" at the same time make parameters
become wrong... see on the JPG ... opacity of a text is 100% but on screen
appears something like 70%...

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

[kdenlive] [Bug 384553] Irritating message when starting the application

2017-09-10 Thread Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=384553

Burkhard Lueck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||lu...@hube-lueck.de

--- Comment #1 from Burkhard Lueck  ---


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

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

[kdenlive] [Bug 381109] Duplicate Actions

2017-09-10 Thread Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=381109

Burkhard Lueck  changed:

   What|Removed |Added

 CC||robert.wendling.tech@arcor.
   ||de

--- Comment #4 from Burkhard Lueck  ---
*** Bug 384553 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 384087] Bookmarks not remembered when document is closed and re-opened

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384087

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[kate] [Bug 384087] Bookmarks not remembered when document is closed and re-opened

2017-09-10 Thread Darren Lissimore
https://bugs.kde.org/show_bug.cgi?id=384087

Darren Lissimore  changed:

   What|Removed |Added

 CC||darren.lissim...@gmail.com

--- Comment #1 from Darren Lissimore  ---
Confirmed - kate from up to date neon - 17.08.1 .

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

[gwenview] [Bug 263057] Add filters for image dimensions

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=263057

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Nate Graham  ---


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

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

[gwenview] [Bug 263059] Sort by image dimensions

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=263059

--- Comment #5 from Nate Graham  ---
*** Bug 263057 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 245091] For overlong filenames, tooltip lags cursor when you mouse over multiple files/folders

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=245091

Nate Graham  changed:

   What|Removed |Added

Summary|Possibility to disable  |For overlong filenames,
   |animation of overlay for|tooltip lags cursor when
   |overlong filenames  |you mouse over multiple
   ||files/folders
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
Instead of disabling the animation, it should just display correctly and not
lag the cursor.

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

[kdevelop] [Bug 384580] New: Alias template parameter confusion

2017-09-10 Thread Craig Tenenbaum
https://bugs.kde.org/show_bug.cgi?id=384580

Bug ID: 384580
   Summary: Alias template parameter confusion
   Product: kdevelop
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: zarathustra.zoroas...@gmail.com
  Target Milestone: ---

Remember yesteryear's https://bugs.kde.org/show_bug.cgi?id=368067 ? A new
variant of this bug exists in clang releases since ~3.8 with regard to alias
templates. The following code:

class Foo;

template
using Bar = Foo;

class Foo
{
void foo();
};

void Foo::foo() { }

…now results in the same parameter confusion as in the referenced bug, I've
opened this as a new bug only because the cause is novel. Currently, in
kdevelop's clang support, the switch() default in visitCursor() in builder.cpp
recurses into a given cursor. In Clang 3.8, a cursor was explicitly exposed for
template type aliases (CXCursor_TypeAliasTemplateDecl), the children of this
cursor consist of, first, a CXCursor_TemplateTypeParameter, and
CXCursor_TypeAliasDecl. When one recurses into CXCursor_TypeAliasTemplateDecl,
one ends up adding a use for whatever template parameter is specified in the
alias. Additionally, formal template type alias use-tracking is broken owing to
a mismatch between the cursor stored for the TypeAliasDecl and its parent.

It is worth noting that I'm currently trying to patch my issue with alias
template tracking and such a fix would likely also resolve this bug, as I
assume it just means hooking CXCursor_TypeAliasTemplateDecl into kdevelop's
clang machinery.

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

[gwenview] [Bug 364550] file names in browse view get only one line

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364550

Nate Graham  changed:

   What|Removed |Added

 CC||bluedz...@wp.pl

--- Comment #3 from Nate Graham  ---
*** Bug 164965 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 164965] shortening filenames too agressive -- provide option for it

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=164965

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Nate Graham  ---
Yup. Will be fixed by https://bugs.kde.org/show_bug.cgi?id=364550, though.

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

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

[gwenview] [Bug 249001] Renaming a file does not update window title and makes "Reload" fail

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=249001

Nate Graham  changed:

   What|Removed |Added

 CC||li...@josf.se

--- Comment #7 from Nate Graham  ---
*** Bug 285867 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 285867] Old filename used for "Open With" in Gwenview after rename

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=285867

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Nate Graham  ---


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

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

[gwenview] [Bug 306838] Clicking on Start Page should not disable Browse/View buttons

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=306838

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---
Browse and View modes are only relevant to when a specific folder is visible.
The Start Page doesn't have that; rather it provides ways to find a folder to
start looking at.

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

[gwenview] [Bug 211760] cut image tool not allways very visible

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=211760

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Nate Graham  ---
Can't reproduce this in Gwenview 17.11.70.

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

[gwenview] [Bug 146349] provide settings for zoom mode for fullscreen

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=146349

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Nate Graham  ---
In fact, this is actually the default behavior as of at least Gwenview 16.12.3!

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

[gwenview] [Bug 384474] Gwenview is not adding extension automatically with "Save As"

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384474

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Nate Graham  ---
Thanks!

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

[gwenview] [Bug 332921] Can't expand Meta Information or hide Semantic Info

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=332921

--- Comment #18 from Nate Graham  ---
Longer-term, a better layout would be implemented with
https://bugs.kde.org/show_bug.cgi?id=196017

Short-term, we can still do this.

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

[gwenview] [Bug 303939] Arbitrary angle rotation

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=303939

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[gwenview] [Bug 173665] If delete example.jpg then delete example.cr2 (raw)

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=173665

Nate Graham  changed:

   What|Removed |Added

 CC||rayambr...@gmail.com

--- Comment #3 from Nate Graham  ---
*** Bug 188965 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 188965] JPEG+RAW joint renaming feature

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=188965

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Nate Graham  ---


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

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

[gwenview] [Bug 269547] Gwenview crashes after changing desktop theme [ Gwenview::ProxyStyle::drawPrimitive ]

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=269547

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||pointedst...@zoho.com
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Nate Graham  ---
Super ancient bug. Any chance you can repo it with more recent KF5 versions of
Gwenview?

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

[gwenview] [Bug 173665] If delete example.jpg then delete example.cr2 (raw)

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=173665

Nate Graham  changed:

   What|Removed |Added

Summary|If delete example.jpg then  |If delete example.jpg then
   |delete example.cr2 (raew)   |delete example.cr2 (raw)

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

[gwenview] [Bug 164840] please add bookmarks back (regression)

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=164840

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Nate Graham  ---
This is a more general gripe with KDE software in general, and Places are now
pretty well established and a more or less identical replacement for bookmarks.
Places are always global, which IMHO makes sense. Not much we can do here.

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

[gwenview] [Bug 169408] Wish: Drag and drop image file to onto Gwenview window in view mode to view that image

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=169408

Nate Graham  changed:

   What|Removed |Added

Summary|Wish: Drag and drop image   |Wish: Drag and drop image
   |in view mode|file to onto Gwenview
   ||window in view mode to view
   ||that image
 CC||pointedst...@zoho.com

--- Comment #6 from Nate Graham  ---
You can now as of Gwenview 17.11.70 drag from the thumbnail pane while in View
mode. But you can't drag a picture to the window to replace the current vierw
with the dragged picture.

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

[gwenview] [Bug 213690] shortcut "return" hardcoded to action "fullscreen"

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=213690

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Nate Graham  ---
As of at least Gwenview 16.12.3, the return key toggles between view and browse
modes, just like you want it.

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

[gwenview] [Bug 173665] If delete example.jpg then delete example.cr2 (raew)

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=173665

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com
 Resolution|--- |WONTFIX

--- Comment #2 from Nate Graham  ---
Yeah, that could be really dangerous. It sounds like you might benefit from
using a piece of more sophisticated photo management software, like Digikam or
Darktable.

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

[gwenview] [Bug 169754] animate going fullscreen using opengl

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=169754

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||pointedst...@zoho.com
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Nate Graham  ---
This is present since as of least Gwenview 16.12.3.

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

[gwenview] [Bug 295282] Fit->1:1->Fit = jagged edges

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=295282

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com
 Resolution|--- |FIXED

--- Comment #1 from Nate Graham  ---
Can't reproduce with Gwenview 17.11.70. Looks fixed!

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

[gwenview] [Bug 277996] Make it possible to adjust JPEG quality/compression settings when saving

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=277996

Nate Graham  changed:

   What|Removed |Added

Summary|Make it possible to adjust  |Make it possible to adjust
   |advanced properties when|JPEG quality/compression
   |saving file |settings when saving
 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---
Gonna use this to track just JPEG quality for now; can do more later.

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

[gwenview] [Bug 196017] Put all content in the tabbed sidebar into a single-non-tabbed view, and allow each section to be collapsed and re-ordered

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=196017

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Ever confirmed|0   |1
Summary|Allow grouping of image |Put all content in the
   |information and file|tabbed sidebar into a
   |operations on the same tab  |single-non-tabbed view, and
   |in the sidebar  |allow each section to be
   ||collapsed and re-ordered
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Nate Graham  ---
I quite agree. In fact what I think makes more sense is to get rid of the tab
view and have all sections in one view, but allow each of them to be re-ordered
and collapsed via a disclosure triangle. That way people could choose for
themselves exactly what they wanted to see, and in what order.

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

[gwenview] [Bug 127556] new feature: 180 degrees rotation

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=127556

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from Nate Graham  ---
Don't think this is really needed. Just click one of the rotation buttons
twice. You can double-click as fast as you want, and it's like 95% as fast as
if there were a dedicated 180 degree rotation option (which would be unused by
99.99% of people 99.99% of the time).

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

[gwenview] [Bug 234949] Manual start of nepomukserver required in GNOME

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=234949

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Nate Graham  ---
neopmuk is long dead now.

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

[gwenview] [Bug 195579] Implement a "Fill Screen" zoom mode that always fits the narrower axis of the image

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=195579

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
 CC||pointedst...@zoho.com

--- Comment #3 from Nate Graham  ---
As of at least Gwenview 16.12.3, there's now a "Fit" mode that does just this!

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

[gwenview] [Bug 261796] Gwenview part does not have a thumbnail bar

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=261796

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Nate Graham  ---
The Konqueror bits have long since been removed, and Konqueror itself is
actually unmaintained and deprecated in favor of Falkon.

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

[gwenview] [Bug 205358] Gwenview - Crop "Save/Save All" Bar Shifts Whole Image Down - Shouldn't

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=205358

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com
 Resolution|--- |WONTFIX

--- Comment #4 from Nate Graham  ---
Yeah, we can't have it obscure part of the image. And most people appreciate
animations; they help you understand what's happening.

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

[gwenview] [Bug 139140] Konqueror plugin disalow me to view an image fullscreen whithout going throught context menu

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=139140

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Nate Graham  ---
Ancient versions, and Konqueror itself is actually now deprecated in favor of
Falkon.

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

[gwenview] [Bug 261945] black borders around some thumbnails

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=261945

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 CC||pointedst...@zoho.com
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Nate Graham  ---
Can you reproduce this in a KF5 version of Gwenview? If so, is there any chance
the black borders are actually part of the images themselves?

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

[gwenview] [Bug 251282] Gwenview doesn't save rotated images on 64-bit computers

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=251282

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||pointedst...@zoho.com

--- Comment #4 from Nate Graham  ---
Can't reproduce this after doing it a zillion times with Gwenview 17.11.70.

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

[gwenview] [Bug 306840] Wrong file name is displayed in fullscreen mode

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=306840

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---
Can't reproduce this in Gwenview 17.11.70. Looks fixed!

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

[gwenview] [Bug 152056] ability to drag the preview window

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=152056

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Nate Graham  ---
Totally agree. And now you can, as of at least Gwenview 16.12.3!

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

[gwenview] [Bug 150567] at start the directory tree should be expanded and set to the active node

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=150567

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Nate Graham  ---
That is the way it is now.

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

[gwenview] [Bug 128827] Enable/disable Full Screen mode for mouse double click in Browse mode

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=128827

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com
 Resolution|--- |FIXED

--- Comment #2 from Nate Graham  ---
The behavior has since been changes, as of at least Gwenview 16.12.3.

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

[dolphin] [Bug 368418] Add audio -> "Bitrate" column to Details view mode

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=368418

--- Comment #2 from Nate Graham  ---
Submitted a patch: https://phabricator.kde.org/D7763

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

[k3b] [Bug 384566] K3b does not correctly determine the write speed of Blu-ray Discs

2017-09-10 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=384566

Leslie Zhai  changed:

   What|Removed |Added

 CC||lesliez...@llvm.org.cn

--- Comment #1 from Leslie Zhai  ---
Hi haman,

Please try
https://download.kde.org/stable/applications/17.08.1/src/k3b-17.08.1.tar.xz
v2.0.x was not be maintained any more.

Regards,
Leslie Zhai

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

[k3b] [Bug 384471] Media type selection for Image burning is partly wrong, comments are very wrong

2017-09-10 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=384471

--- Comment #4 from Leslie Zhai  ---
Git commit 5051e3b80f66d4dc1308a8bbef54b845b8c54559 by Leslie Zhai.
Committed on 11/09/2017 at 02:26.
Pushed by lesliezhai into branch 'master'.

Update comment.

M  +3-1libk3b/jobs/k3biso9660imagewritingjob.cpp

https://commits.kde.org/k3b/5051e3b80f66d4dc1308a8bbef54b845b8c54559

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

[kmymoney] [Bug 382327] Release kf5 version

2017-09-10 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=382327

--- Comment #7 from Jack  ---
A definitive answer needs to come from one of the developers (I do
documentation, not code) but my best guess is that the timeframe is months, not
longer, and I really do want to go to Randa, but it won't happen this year. 
However, I suspect that would be a good venue for this discussion as I believe
more than one of the developers will be there.  It would also be good if
someone could put together a list of the features and details which have not
yet been ported.  I don't think there are any open quality issues with what has
been ported, I think it is just a question of whether you require any
particular feature which has not been ported, such as mapping a new online
account for OFX access.

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

[dolphin] [Bug 384317] Additional Information -> Audio -> Release Year

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384317

--- Comment #3 from Nate Graham  ---
Thanks! I've added "BUG: 384317" to the summary, which links it with this bug
report and will automatically mark it as resolved once it's committed.

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

[gwenview] [Bug 321415] Random order for subdirectories when entering a directory in "View" mode

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=321415

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #3 from Nate Graham  ---
No problemo!

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

[ksmserver] [Bug 384579] KDE crashes and seems to blame ksmserver.

2017-09-10 Thread Mark Adams
https://bugs.kde.org/show_bug.cgi?id=384579

--- Comment #1 from Mark Adams  ---
For some reason this information never made it into the bug report:

Application: ksmserver (0.4)

Qt Version: 5.6.2
Frameworks Version: 5.32.0
Operating System: Linux 4.9.43-desktop-1.mga6 x86_64
Distribution: "Mageia 6"

-- Information about the crash:
- What I was doing when the application crashed:
It varies. Seems to happen at random. 

- Unusual behavior I noticed:
I'm working along doing whatever - browsing the web, editing a photo with the
Gimp, literally whatever - and kde just siezes up. I generally go to another
tty, killall Xorg and get logged back in. When I get back to the desktop, a
"KSM server has crashed" dialog box shows up. I click "Okay" or whatever to
clear it, the desktop then immediately reloads and I'm good to go until the
next crash.

I've reinstalled the OS (Linux spike 4.9.43-desktop-1.mga6 #1 SMP Sun Aug 13
15:52:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux) and it didn't resolve the
issue.  I'm starting to suspect maybe a bad motherboard(?).  Google isn't
helping me with this one. Below is backtrace info.

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

[ksmserver] [Bug 384579] New: KDE crashes and seems to blame ksmserver.

2017-09-10 Thread Mark Adams
https://bugs.kde.org/show_bug.cgi?id=384579

Bug ID: 384579
   Summary: KDE crashes and seems to blame ksmserver.
   Product: ksmserver
   Version: 5.6.2
  Platform: Mageia RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: l.lu...@kde.org
  Reporter: mada...@gmail.com
  Target Milestone: ---

Created attachment 107791
  --> https://bugs.kde.org/attachment.cgi?id=107791=edit
Crash Reporting Assistant fail

The Crash Reporting Assistant was unable to file this bug:
Error sending the crash report: /Received unexpected error code 32 from
bugzilla.  Error message was: The version value '0.4' is not active../

The contents of the report were: 

Application: ksmserver (ksmserver), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fbb85894840 (LWP 3332))]

Thread 2 (Thread 0x7fbb7adb9700 (LWP 3342)):
#0  0x7fbb97da100d in poll () from /lib64/libc.so.6
#1  0x7fbb8d356c94 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7fbb8d356d9c in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7fbb931a4e2b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7fbb9315049a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7fbb92f8a3bc in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7fbb98438635 in QDBusConnectionManager::run() () from
/lib64/libQt5DBus.so.5
#7  0x7fbb92f8eff9 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#8  0x7fbb8dee866d in start_thread () from /lib64/libpthread.so.0
#9  0x7fbb97dace4d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fbb85894840 (LWP 3332)):
[KCrash Handler]
#4  0x7fbb9744541b in _IceTransAccept () from /lib64/libICE.so.6
#5  0x7fbb974403ad in IceAcceptConnection () from /lib64/libICE.so.6
#6  0x7fbb9807d33b in KSMServer::newConnection(int) () from
/lib64/libkdeinit5_ksmserver.so
#7  0x7fbb9317d90c in QMetaObject::activate(QObject*, int, int, void**) ()
from /lib64/libQt5Core.so.5
#8  0x7fbb931f4c9e in QSocketNotifier::activated(int,
QSocketNotifier::QPrivateSignal) () from /lib64/libQt5Core.so.5
#9  0x7fbb931892eb in QSocketNotifier::event(QEvent*) () from
/lib64/libQt5Core.so.5
#10 0x7fbb93a64d0c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#11 0x7fbb93a69e76 in QApplication::notify(QObject*, QEvent*) () from
/lib64/libQt5Widgets.so.5
#12 0x7fbb93152628 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#13 0x7fbb931a52ad in socketNotifierSourceDispatch(_GSource*, int
(*)(void*), void*) () from /lib64/libQt5Core.so.5
#14 0x7fbb8d356ac7 in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#15 0x7fbb8d356cf8 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#16 0x7fbb8d356d9c in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#17 0x7fbb931a4e06 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#18 0x7fbb9315049a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#19 0x7fbb931587e1 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#20 0x7fbb9807c5d9 in kdemain () from /lib64/libkdeinit5_ksmserver.so
#21 0x7fbb97cd7600 in __libc_start_main () from /lib64/libc.so.6
#22 0x00400769 in _start ()

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

[gwenview] [Bug 299981] User Interface: Make zoom more discoverable

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=299981

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---
And actually, as of Gwenview 17.11.70, the zoom slider itself has little zoom
buttons on either side of it. I don't think we need toolbar buttons; this is
now much more discoverable than it was in 2012 when you reported the issue.

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

[digikam] [Bug 384577] Rename of video files stalls and must click abort

2017-09-10 Thread Geoff King
https://bugs.kde.org/show_bug.cgi?id=384577

--- Comment #2 from Geoff King  ---
I can add that this does happen maybe 80% of the time for me today. 
It does not need to be multiple files,  doing a F2 rename on a single file also
can trigger it. 
These are MOV files from a Canon 70D, that view fine within digicam.

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

[sweeper] [Bug 384578] New: Sweeper нихуя не работает

2017-09-10 Thread Саша_
https://bugs.kde.org/show_bug.cgi?id=384578

Bug ID: 384578
   Summary: Sweeper нихуя не работает
   Product: sweeper
   Version: 1.9
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: kursakov.1...@mail.ru
  Target Milestone: ---

Sweeper нихуя не работает

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

[digikam] [Bug 384577] Rename of video files stalls and must click abort

2017-09-10 Thread Geoff King
https://bugs.kde.org/show_bug.cgi?id=384577

--- Comment #1 from Geoff King  ---
Created attachment 107790
  --> https://bugs.kde.org/attachment.cgi?id=107790=edit
dialog box

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

[digikam] [Bug 384577] New: Rename of video files stalls and must click abort

2017-09-10 Thread Geoff King
https://bugs.kde.org/show_bug.cgi?id=384577

Bug ID: 384577
   Summary: Rename of video files stalls and must click abort
   Product: digikam
   Version: 5.6.0
  Platform: Mac OS X Disk Images
OS: OS X
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: AdvancedRename
  Assignee: digikam-bugs-n...@kde.org
  Reporter: gski...@gmail.com
  Target Milestone: ---

Created attachment 107789
  --> https://bugs.kde.org/attachment.cgi?id=107789=edit
shows dialog

I have an issue where renaming of video files stalls and must be aborted.  One
or some of the video files does get renamed, but the remaining do not. This
only affects the video files, pictures are renamed correctly. 
For example:
-select movie files
-F2 to invoke rename dialog.(see screenshot)
-results in one of the movie files being renamed and a progress dialog stuck
until click abort (screenshot)
-the file in question does get renamed, but the remaining files do not. 

I believe I submitted a bug report same or similar to this in the past, but
cannot find it now.

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

[frameworks-bluez-qt] [Bug 384576] missing qmltypes file

2017-09-10 Thread Viktor
https://bugs.kde.org/show_bug.cgi?id=384576

Viktor  changed:

   What|Removed |Added

Version|unspecified |5.31.0

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

[frameworks-bluez-qt] [Bug 384576] New: missing qmltypes file

2017-09-10 Thread Viktor
https://bugs.kde.org/show_bug.cgi?id=384576

Bug ID: 384576
   Summary: missing qmltypes file
   Product: frameworks-bluez-qt
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: m...@viktorgino.me
  Target Milestone: ---

Hi

The .qmltypes file is not generated for the QML module. First I tried it from
the Ubuntu Zesty repository https://packages.ubuntu.com/source/xenial/bluez-qt
(version 5.31.0) also built the latest version from git. The QML files were
installed in the right folder.

When I try to generate the .qmltypes file using qmlplugindump I get the
following error:

qmlplugindump org.kde.bluezqt 1.0 Qt/5.7/gcc_64/qml/org/kde/
Error parsing dependencies file :illegal value at 0
failed to proecess output of qmlimportscanner
QQmlComponent: Component is not ready
file:///home/gino/Qt/5.7/gcc_64/qml/org/kde/typelist.qml:2:1: module
"org.kde.bluezqt" is not installed


Thanks!

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

[kdenlive] [Bug 367079] 16.08.0: spacer tool does not invalidate rendered timeline preview regions

2017-09-10 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=367079

alberto  changed:

   What|Removed |Added

 CC||paj...@gmail.com

--- Comment #1 from alberto  ---
Can confirm this still happens

The work around is to put a something, like a title clip, and stretch it. Once
it turns red, remove it

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

[Akonadi] [Bug 382769] akonadi crash after starting kontact

2017-09-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=382769

--- Comment #3 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #1. If you can provide it, or need help with finding that
information, please add a comment.

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

[gwenview] [Bug 307637] Reduce zooming increment

2017-09-10 Thread Misha Aizatulin
https://bugs.kde.org/show_bug.cgi?id=307637

Misha Aizatulin  changed:

   What|Removed |Added

 CC||ava...@hot.ee

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

[tellico] [Bug 379607] tellico crashes with segfault on start

2017-09-10 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=379607

--- Comment #18 from Robby Stephenson  ---
(In reply to ghichtin from comment #17)
> But, again, I've lost bol.it support

Tellico 3.02 fixed the ibs.it search, but I don't think it has bol.it
searching. Is that a different script that you have?

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

[kmymoney] [Bug 382327] Release kf5 version

2017-09-10 Thread Micha Lenk
https://bugs.kde.org/show_bug.cgi?id=382327

Micha Lenk  changed:

   What|Removed |Added

 CC||mi...@lenk.info

--- Comment #6 from Micha Lenk  ---
The Qt maintainers for Debian [announced] their plans to remove Qt4 in the next
stable Debian release (Debian Buster) for very compelling reasons.

[announced]


While there apparently are users out there using the KF5 version for production
already, there seem to be some uncertainty about how ready the KF5 version is
for production use. IMHO this uncertainty mainly stems from the fact that there
is no KF5 version out yet.

Jack, you said in comment #3:
> There is no release because it is not ready.  Not all functionality has been
> fully ported to Frameworks.  As soon as that is done, there will be a release.

Do we have a clue what exactly is missing for a KF5 release? Can the Randa
meetings be used to come up with some kind of a road map for the first KF5
release? Is the first KF5 release expected to happen in months, years or
decades?

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

[tellico] [Bug 384547] IMDB rating are sorted incorrectly and not integer rating values are not shown (no stars shown)

2017-09-10 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=384547

Robby Stephenson  changed:

   What|Removed |Added

   Version Fixed In||3.1
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/tel
   ||lico/8cc6308aec884b01658977
   ||5e9fc085762c60c6cc
 Resolution|--- |FIXED

--- Comment #1 from Robby Stephenson  ---
Git commit 798a1c90a8a72eb07da36faead592e56b2a79bea by Robby Stephenson.
Committed on 10/09/2017 at 21:21.
Pushed by rstephenson into branch 'master'.

Round the float value for star ratings in the view delegate

Ratings can have decimal values and were converting to 0. Use qRound
with toFloat() to properly handle them.

M  +4-0ChangeLog
M  +1-1src/gui/ratingdelegate.cpp
M  +2-2src/gui/starrating.h

https://commits.kde.org/tellico/798a1c90a8a72eb07da36faead592e56b2a79bea

--- Comment #2 from Robby Stephenson  ---
Git commit 8cc6308aec884b016589775e9fc085762c60c6cc by Robby Stephenson.
Committed on 10/09/2017 at 21:44.
Pushed by rstephenson into branch 'master'.

Fix bug when rounding difference of floats when < 0.5.
FIXED-IN: 3.1

M  +1-0ChangeLog
M  +5-3src/models/stringcomparison.cpp
M  +4-0src/tests/comparisontest.cpp

https://commits.kde.org/tellico/8cc6308aec884b016589775e9fc085762c60c6cc

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

[tellico] [Bug 384547] IMDB rating are sorted incorrectly and not integer rating values are not shown (no stars shown)

2017-09-10 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=384547

Robby Stephenson  changed:

   What|Removed |Added

   Version Fixed In||3.1
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/tel
   ||lico/8cc6308aec884b01658977
   ||5e9fc085762c60c6cc
 Resolution|--- |FIXED

--- Comment #1 from Robby Stephenson  ---
Git commit 798a1c90a8a72eb07da36faead592e56b2a79bea by Robby Stephenson.
Committed on 10/09/2017 at 21:21.
Pushed by rstephenson into branch 'master'.

Round the float value for star ratings in the view delegate

Ratings can have decimal values and were converting to 0. Use qRound
with toFloat() to properly handle them.

M  +4-0ChangeLog
M  +1-1src/gui/ratingdelegate.cpp
M  +2-2src/gui/starrating.h

https://commits.kde.org/tellico/798a1c90a8a72eb07da36faead592e56b2a79bea

--- Comment #2 from Robby Stephenson  ---
Git commit 8cc6308aec884b016589775e9fc085762c60c6cc by Robby Stephenson.
Committed on 10/09/2017 at 21:44.
Pushed by rstephenson into branch 'master'.

Fix bug when rounding difference of floats when < 0.5.
FIXED-IN: 3.1

M  +1-0ChangeLog
M  +5-3src/models/stringcomparison.cpp
M  +4-0src/tests/comparisontest.cpp

https://commits.kde.org/tellico/8cc6308aec884b016589775e9fc085762c60c6cc

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

[gwenview] [Bug 299981] User Interface: Make zoom more discoverable

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=299981

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
There is a zoom slider in the bottom right corner with percentage values, as
well as zoom preset buttons right next to it. 

It wouldn't be too hard to add Zoom in and Zoom out shortcuts to the toolbar,
though. I might whip up a patch for this.

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

[kdenlive] [Bug 383426] Position and zoom of an image doesn't work properly

2017-09-10 Thread farid
https://bugs.kde.org/show_bug.cgi?id=383426

--- Comment #2 from farid  ---
Hopefully we can get this fixed for next release.

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

[krita] [Bug 382944] krita-3.1.4-x86_64.appimage fails to run with 'could not find or load the Qt platform plugin "xcb"'

2017-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382944

--- Comment #6 from c...@protonmail.com ---
(In reply to Boudewijn Rempt from comment #5)
> Of course it does. I haven't made any changes to the way I create the
> appimages, and I won't until someone figures out this issue and tells me how
> to fix it.

https://github.com/KDE/krita/blob/master/packaging/linux/appimage/build-deps.sh#L43

Observation: Only libpng-devel is included as a dependency, not libpng itself.

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

[konsole] [Bug 214547] Kosole KPart needs an API to retrieve $PWD

2017-09-10 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=214547

--- Comment #35 from Kurt Hindenburg  ---
I see that this bug was originally set to yakuake and then moved to Konsole.

Since these patches are for yakuake, I would suggest either moving this back
over to yakuake or creating a new bug report (which might be cleaner ATM).

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

[frameworks-baloo] [Bug 384575] New: Suspend fails if baloo file is running

2017-09-10 Thread Txutxifel
https://bugs.kde.org/show_bug.cgi?id=384575

Bug ID: 384575
   Summary: Suspend fails if baloo file is running
   Product: frameworks-baloo
   Version: 5.38.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Baloo File Daemon
  Assignee: pinak.ah...@gmail.com
  Reporter: jesa...@gmail.com
  Target Milestone: ---

if i boot my PC (and my laptop) I can't suspend in the first instants. I have
to wait several minutes because of baloo_file

If I try, i got a hang for several time and got the lock screen again without
suspendig. 

I found in dmesg:

2017-09-10T22:53:41.205545+02:00 PC001 kernel: [  194.644616] baloo_file  D
   0  3424   3377 0x0004
2017-09-10T22:53:41.205547+02:00 PC001 kernel: [  194.644622] Call Trace:
2017-09-10T22:53:41.205551+02:00 PC001 kernel: [  194.644635]  ?
__schedule+0x238/0x870
2017-09-10T22:53:41.20+02:00 PC001 kernel: [  194.644640] 
schedule+0x39/0x90
2017-09-10T22:53:41.205557+02:00 PC001 kernel: [  194.644652] 
request_wait_answer+0x8a/0x1d0 [fuse]
2017-09-10T22:53:41.205562+02:00 PC001 kernel: [  194.644659]  ?
finish_wait+0x80/0x80
2017-09-10T22:53:41.205565+02:00 PC001 kernel: [  194.644666] 
__fuse_request_send+0x62/0x80 [fuse]
2017-09-10T22:53:41.205569+02:00 PC001 kernel: [  194.644674] 
fuse_readdir+0x13b/0x820 [fuse]
2017-09-10T22:53:41.205572+02:00 PC001 kernel: [  194.644682]  ?
__fsnotify_parent+0x91/0x120
2017-09-10T22:53:41.205574+02:00 PC001 kernel: [  194.644687] 
iterate_dir+0x169/0x190
2017-09-10T22:53:41.205576+02:00 PC001 kernel: [  194.644692] 
SyS_getdents+0x8d/0x100
2017-09-10T22:53:41.205579+02:00 PC001 kernel: [  194.644695]  ?
fillonedir+0xb0/0xb0
2017-09-10T22:53:41.205582+02:00 PC001 kernel: [  194.644702]  ?
entry_SYSCALL_64_fastpath+0x1e/0xa9
2017-09-10T22:53:41.205584+02:00 PC001 kernel: [  194.644706] 
entry_SYSCALL_64_fastpath+0x1e/0xa9
2017-09-10T22:53:41.205586+02:00 PC001 kernel: [  194.644710] RIP:
0033:0x7f5111ee772b

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

[krita] [Bug 382944] krita-3.1.4-x86_64.appimage fails to run with 'could not find or load the Qt platform plugin "xcb"'

2017-09-10 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=382944

Boudewijn Rempt  changed:

   What|Removed |Added

  Component|general |Instant Preview

--- Comment #5 from Boudewijn Rempt  ---
Of course it does. I haven't made any changes to the way I create the
appimages, and I won't until someone figures out this issue and tells me how to
fix it.

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

[skrooge] [Bug 384574] Error on import with backends

2017-09-10 Thread Stephane MANKOWSKI
https://bugs.kde.org/show_bug.cgi?id=384574

--- Comment #3 from Stephane MANKOWSKI  ---
Hi Guillaume,

In fact , Skrooge launches: boobank -q -f csv history CC-4167961@ing -s
rdate,type,raw,label,amount

Did you check if all returned traces are correct?

Else, you can generate traces by doing this from a console?
export SKGTRACE=10
skrooge > t.txt

After, you can send me the traces by email for analysis.
Regards.

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

[dolphin] [Bug 384564] Dolphin Crashes while cut/move file and using VLC

2017-09-10 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384564

Elvis Angelaccio  changed:

   What|Removed |Added

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

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


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

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

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-09-10 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||houstonjo...@gmail.com

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

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

[ark] [Bug 384527] Ark does not start

2017-09-10 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384527

Elvis Angelaccio  changed:

   What|Removed |Added

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

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

[gwenview] [Bug 263059] Sort by image dimensions

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=263059

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||pointedst...@zoho.com
 Ever confirmed|0   |1

--- Comment #4 from Nate Graham  ---
Yeah, this would be nice.

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

[kdelibs] [Bug 230490] Qt apps crash during resize and other situations (X11 pixmap data not being checked) [QX11PaintEngine::drawPixmap, QPaintEngine::drawImage, QX11PaintEngine::drawImage, QPainter

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=230490

Nate Graham  changed:

   What|Removed |Added

 CC||kont...@podvodnik.cz

--- Comment #45 from Nate Graham  ---
*** Bug 277505 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 277505] gwenvie crashes when after memory extensive operations

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=277505

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---


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

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

[gwenview] [Bug 274901] Don't autoplay videos if video support is enabled

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=274901

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||pointedst...@zoho.com
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
Confirmed. This would be nice.

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

[gwenview] [Bug 127557] refresh should resort the image list

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=127557

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||pointedst...@zoho.com
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Nate Graham  ---
It's not clear what you're asking for. If this bug is still present in KF5
versions of Gwenview, can you provide a detailed Steps to Reproduce section so
we can see what the problem is?

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

[gwenview] [Bug 164977] Thumbnail bar doesn't hides scroll bar when unneeded

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=164977

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

--- Comment #6 from Nate Graham  ---
Thanks for the patch, Aurelien! Unfortunately, as you can see, it's been
ignored for 9 years. :( If this bug is still relevant, please upload it to
http://phabricator.kde.org/, which is where KDE coordinates patches and code
submissions. I'll make sure it gets seen.

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

[konsole] [Bug 214547] Kosole KPart needs an API to retrieve $PWD

2017-09-10 Thread Mathias Panzenböck
https://bugs.kde.org/show_bug.cgi?id=214547

--- Comment #34 from Mathias Panzenböck  ---
Comment on attachment 107788
  --> https://bugs.kde.org/attachment.cgi?id=107788
Don't use TerminalInterface::currentWorkingDirectory() under Linux

This only changes Terminal::currentWorkingDirectory() and doesn't the the rest
of my patch. I use this personally because the erratic behavior was too
annoying for me.

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

[konsole] [Bug 214547] Kosole KPart needs an API to retrieve $PWD

2017-09-10 Thread Mathias Panzenböck
https://bugs.kde.org/show_bug.cgi?id=214547

--- Comment #33 from Mathias Panzenböck  ---
Created attachment 107788
  --> https://bugs.kde.org/attachment.cgi?id=107788=edit
Don't use TerminalInterface::currentWorkingDirectory() under Linux

Workaround for erratic TerminalInterface::currentWorkingDirectory() behavior by
reading /proc/$PID/cwd directly (which is Linux-only).

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

[skrooge] [Bug 384574] Error on import with backends

2017-09-10 Thread Guillaume Stamm
https://bugs.kde.org/show_bug.cgi?id=384574

--- Comment #2 from Guillaume Stamm  ---
Created attachment 107787
  --> https://bugs.kde.org/attachment.cgi?id=107787=edit
snapshot of boobank commands

The issue comes from, the account list.
Look at the snapshot, the "list" command does not give the same result if it is
done inside boobank or directly from command line.
Then the command:
boobank -q -f csv history 2 -s rdate,type,raw,label,amount
returns:
Error(ing): Account not found
and the command:
boobank -q -f csv history CC-4167961@ing -s rdate,type,raw,label,amount
rdate;type;raw;label;amount
returns:
2017-09-06;1;virement sepa recu ipeca prevoyance;ipeca prevoyance;6.90
...

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

[krita] [Bug 382944] krita-3.1.4-x86_64.appimage fails to run with 'could not find or load the Qt platform plugin "xcb"'

2017-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382944

c...@protonmail.com changed:

   What|Removed |Added

 CC||c...@protonmail.com

--- Comment #4 from c...@protonmail.com ---
Problem still persists as of 3.2.1

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

[gwenview] [Bug 196016] When the thumbnail bar is set to vertical, it should swap position with the existing left panel

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=196016

Nate Graham  changed:

   What|Removed |Added

Summary|Allow swapping the image|When the thumbnail bar is
   |thumbnail bar and   |set to vertical, it should
   |information sidebar |swap position with the
   ||existing left panel

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

[gwenview] [Bug 196016] Allow swapping the image thumbnail bar and information sidebar

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=196016

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Nate Graham  ---
This isn't a bad idea.

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

[gwenview] [Bug 309081] Gwenview crash on photo rotating

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=309081

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Nate Graham  ---
Can you reproduce this with a more recent KF5 version of Gwenview?

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

[kleopatra] [Bug 376242] The type of this certificate (X.509) is not supported by this Kleopatra installation.

2017-09-10 Thread Andreas
https://bugs.kde.org/show_bug.cgi?id=376242

Andreas  changed:

   What|Removed |Added

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

--- Comment #2 from Andreas  ---
This bug seems to be fixed with new versions of kde (current kde neon user).

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

[gwenview] [Bug 261141] Scroll bar slider “offset” when image list is on the right

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=261141

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---
Interesting bug. Can't reproduce with Gwenview 17.11.70, though. Looks like
this was fixed along the way.

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

[gwenview] [Bug 311597] the save bar resizes the window beyond measure after exiting the fullscreen mode

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=311597

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Nate Graham  ---
I'm not able to reproduce this in Gwenview 17..11.70. Looks fixed.

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

[gwenview] [Bug 313524] 3GP Video Crashed Gwenview on ending.

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=313524

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---


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

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

[gwenview] [Bug 256841] Crashes when trying to open certain jpg images [Exiv2::ValueType::toLong, Gwenview::JpegContent::orientation, Gwenview::JpegContent::loadFromData]

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=256841

Nate Graham  changed:

   What|Removed |Added

 CC||w...@antroy.co.uk

--- Comment #21 from Nate Graham  ---
*** Bug 313524 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 316981] Gwenview automatically switches to a next file in a directory when the original file gets deleted

2017-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=316981

--- Comment #5 from Nate Graham  ---
Yes. In fact, software in general across all platforms just dumps stuff in /tmp
and lets the system figure out the rest. In modern systems, /tmp is just a
directory in /, not a tiny mount that's prone to filling up, as was true in
daye of yore.

If Gentoo doesn't clean /tmp properly, that's a problem they should solve. As a
philosophical matter (in software as well as the rest of life), I believe that
we should endeavor to fix problems correctly, in the right place, rather than
working around them in a way that can cause other problems elsewhere.

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

[valgrind] [Bug 255603] Assertion '!already_present' failed

2017-09-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=255603

Ivo Raisr  changed:

   What|Removed |Added

 CC||iv...@ivosh.net
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[skrooge] [Bug 384574] Error on import with backends

2017-09-10 Thread Stephane MANKOWSKI
https://bugs.kde.org/show_bug.cgi?id=384574

Stephane MANKOWSKI  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Assignee|guillaume.deb...@gmail.com  |steph...@mankowski.fr
 Status|UNCONFIRMED |ASSIGNED

--- Comment #1 from Stephane MANKOWSKI  ---
Hi,

Could you try this and check the returned dates ?
boobank -q -f csv history 2 -s rdate,type,raw,label,amount

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

[kontact] [Bug 383107] Crash when writing new mail

2017-09-10 Thread Axel Braun
https://bugs.kde.org/show_bug.cgi?id=383107

Axel Braun  changed:

   What|Removed |Added

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

--- Comment #5 from Axel Braun  ---
Reopening as issue happens again
Here is the output of the kontact-start in the Terminal:
docb@T520:~> kontact
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: deleting 0x562ceb4ae320 for "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: deleting 0x562ceb5b0790 for "de"
sonnet.core: deleting 0x562ceb59ad18 for "de"
sonnet.core: Loading trigrams from "/usr/share/kf5/sonnet/trigrams.map"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "-- "
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "Dr.-"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "Braun"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "+49.173.7003.154"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No scores for "@coogor"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "@coogor"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No scores for "Kernel: 4.12.9-1-default"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No scores for "KDE: "
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "KDE: "
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "5.37.0"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: deleting 0x562cedb04690 for "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: deleting 0x562cedb73750 for "de"
sonnet.core: deleting 0x562cedb8bf48 for "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "-- "
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "Dr.-"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "Braun"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "+49.173.7003.154"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No scores for "@coogor"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "@coogor"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No scores for "Kernel: 4.12.9-1-default"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No scores for "KDE: "
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "KDE: "
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: Unable to identify string with dictionaries: "5.37.0"
sonnet.core: No language dictionaries for the language: "de"
sonnet.core: No language dictionaries for the language: "de"
org.kde.akonadi.ETM: GEN true false false
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: 
path 

[akregator] [Bug 381825] Akregator crash

2017-09-10 Thread Anthony Fieroni
https://bugs.kde.org/show_bug.cgi?id=381825

Anthony Fieroni  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/akr
   ||egator/d0a5f4159cddcca656ca
   ||8bbcbd6e551e3499c166

--- Comment #4 from Anthony Fieroni  ---
Git commit d0a5f4159cddcca656ca8bbcbd6e551e3499c166 by Anthony Fieroni.
Committed on 10/09/2017 at 18:59.
Pushed by anthonyfieroni into branch 'Applications/17.08'.

[akregator] Make sure part is created before main windows is restored

DIfferential Revision: https://phabricator.kde.org/D6739
Related: bug 381822, bug 378513, bug 377129

Signed-off-by: Anthony Fieroni 

M  +5-8src/main.cpp

https://commits.kde.org/akregator/d0a5f4159cddcca656ca8bbcbd6e551e3499c166

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

[akregator] [Bug 381822] Akregator corrupts the opml file and crashes, always.

2017-09-10 Thread Anthony Fieroni
https://bugs.kde.org/show_bug.cgi?id=381822

Anthony Fieroni  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/akr
   ||egator/d0a5f4159cddcca656ca
   ||8bbcbd6e551e3499c166
 Resolution|--- |FIXED

--- Comment #2 from Anthony Fieroni  ---
Git commit d0a5f4159cddcca656ca8bbcbd6e551e3499c166 by Anthony Fieroni.
Committed on 10/09/2017 at 18:59.
Pushed by anthonyfieroni into branch 'Applications/17.08'.

[akregator] Make sure part is created before main windows is restored

DIfferential Revision: https://phabricator.kde.org/D6739
Related: bug 378513, bug 381825, bug 377129

Signed-off-by: Anthony Fieroni 

M  +5-8src/main.cpp

https://commits.kde.org/akregator/d0a5f4159cddcca656ca8bbcbd6e551e3499c166

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

[neon] [Bug 377129] Akregator crashes immediatelly after being launched

2017-09-10 Thread Anthony Fieroni
https://bugs.kde.org/show_bug.cgi?id=377129

Anthony Fieroni  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/akr
   ||egator/d0a5f4159cddcca656ca
   ||8bbcbd6e551e3499c166
 Status|UNCONFIRMED |RESOLVED

--- Comment #10 from Anthony Fieroni  ---
Git commit d0a5f4159cddcca656ca8bbcbd6e551e3499c166 by Anthony Fieroni.
Committed on 10/09/2017 at 18:59.
Pushed by anthonyfieroni into branch 'Applications/17.08'.

[akregator] Make sure part is created before main windows is restored

DIfferential Revision: https://phabricator.kde.org/D6739
Related: bug 381822, bug 378513, bug 381825

Signed-off-by: Anthony Fieroni 

M  +5-8src/main.cpp

https://commits.kde.org/akregator/d0a5f4159cddcca656ca8bbcbd6e551e3499c166

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

  1   2   3   >