[okular] [Bug 488612] Okular not launching

2024-06-17 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=488612

Kevin Ottens  changed:

   What|Removed |Added

 CC||er...@kde.org

--- Comment #1 from Kevin Ottens  ---
Tried to reproduce it but didn't manage to. I'm not sure how you could have
ended in a disconnected state like this.

Running this should fix it though:
snap connect okular:kf6-core22 kf6-core22:kf6-core22-slot

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

[Discover] [Bug 476654] Allow Discover to manually update updateable Snaps

2024-04-05 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=476654

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/-/commit/03f3e0
   ||5cae6484126410efef0f4e43310
   ||cb92e10

--- Comment #6 from Kevin Ottens  ---
Git commit 03f3e05cae6484126410efef0f4e43310cb92e10 by Kevin Ottens, on behalf
of Kevin Ottens.
Committed on 05/04/2024 at 07:03.
Pushed by ervin into branch 'master'.

snap: place a refresh request for upgradeable packages

This allows to manually upgrade snap packages as well.

M  +2-0libdiscover/backends/SnapBackend/SnapTransaction.cpp

https://invent.kde.org/plasma/discover/-/commit/03f3e05cae6484126410efef0f4e43310cb92e10

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

[okular] [Bug 478276] Wrong paper color until zoom when overprint preview enabled

2024-01-31 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=478276

--- Comment #9 from Kevin Ottens  ---
I can indeed confirm it. Now I don't have much bandwidth at the moment, so
don't hold your breath... in any case, at first glance, it looks like it might
be something in Poppler/Qt rather than Okular itself.

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

[lokalize] [Bug 477039] lokalize does not open project file using --project

2024-01-23 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=477039

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/-/commit/01a9c8c
   ||06dec7d748ed964c9e2f2c4091f
   ||9c125a
 Status|ASSIGNED|RESOLVED

--- Comment #8 from Kevin Ottens  ---
Git commit 01a9c8c06dec7d748ed964c9e2f2c4091f9c125a by Kevin Ottens, on behalf
of Kevin Ottens.
Committed on 23/01/2024 at 09:46.
Pushed by ervin into branch 'master'.

KDirModel: Consider invalid roots are local fs

If the item set on a node (typically the root node) was null it was
implicitly considered local fs. But if the item was not null and the
url invalid, it'd be considered network fs.

In the context of KDirModel caching of the fs type guessing this would
mean we'd wrongly assume the whole tree is network fs even if it's not.

That's why we change this to consider non-null items with invalid URLs
as local fs.

M  +5-1src/widgets/kdirmodel.cpp

https://invent.kde.org/frameworks/kio/-/commit/01a9c8c06dec7d748ed964c9e2f2c4091f9c125a

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

[lokalize] [Bug 477039] lokalize does not open project file using --project

2024-01-22 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=477039

--- Comment #7 from Kevin Ottens  ---
To be expected, nobody reviewed the patch, feels like it fell through the
cracks. I'll poke.

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

[lokalize] [Bug 477039] lokalize does not open project file using --project

2023-12-10 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=477039

Kevin Ottens  changed:

   What|Removed |Added

 CC||er...@kde.org

--- Comment #5 from Kevin Ottens  ---
So now we got a MR for KIO which should fix this. Indeed, Lokalize seems to
exploit a corner case in KDirModel's API and the previous patch slightly
changed the behavior for this particular case.

This being said, it's one of those where I think we can consider the bug
"shared" between KDirModel and Lokalize. It looks like this just uncovered
another bug in Lokalize itself, I suspect it didn't really work as it should
previously and might have cases where it'd break anyway. 

Indeed, the project model wrapping KDirModel in Lokalize seems to use rowCount
but not canFetchMore/fetchMode to decide to go one level down the hierarchy.
This is a bit optimistic in the general case since models (like KDirModel) can
decide to not eagerly fetch children nodes. Also it set an invalid url as the
root of the model which is allowed but I think a bit fishy.

I don't know Lokalize enough to feel confident investing the time to look
deeper into how this project model works, I'd probably just unwillingly break
it. Also, the MR in KIO does the job for now... still revisiting the project
model in Lokalize might be worth it at some point.

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

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=474451

Kevin Ottens  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
   |eworks/kio/-/commit/a6f7d31 |eworks/kio/-/commit/48322f4
   |17f159f3e0a88ff08b5f69b9bc8 |4323a1fc09305d66d9093fe6c37
   |612cf7  |80709e

--- Comment #17 from Kevin Ottens  ---
Git commit 48322f44323a1fc09305d66d9093fe6c3780709e by Kevin Ottens, on behalf
of Kevin Ottens.
Committed on 15/09/2023 at 19:00.
Pushed by ngraham into branch 'kf5'.

Don't crash if KMountPoint gives nothing back while checking for CIFS

M  +3-0src/ioslaves/file/file_unix.cpp

https://invent.kde.org/frameworks/kio/-/commit/48322f44323a1fc09305d66d9093fe6c3780709e

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

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=474451

Kevin Ottens  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/-/commit/a6f7d31
   ||17f159f3e0a88ff08b5f69b9bc8
   ||612cf7
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #13 from Kevin Ottens  ---
Git commit a6f7d3117f159f3e0a88ff08b5f69b9bc8612cf7 by Kevin Ottens, on behalf
of Kevin Ottens.
Committed on 15/09/2023 at 13:34.
Pushed by ervin into branch 'master'.

Don't crash if KMountPoint gives nothing back while checking for CIFS

M  +3-0src/kioworkers/file/file_unix.cpp

https://invent.kde.org/frameworks/kio/-/commit/a6f7d3117f159f3e0a88ff08b5f69b9bc8612cf7

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

[okular] [Bug 454693] Okular throws error when saving to mounted Samba share

2023-08-24 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=454693

Kevin Ottens  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
   |eworks/kio/-/commit/d248949 |eworks/kio/-/commit/3e6800b
   |eea3e3dcbb9283f30eebcb9ae86 |378cd143cb9c4ca4cfa500916a5
   |412cd1  |e5c17c

--- Comment #16 from Kevin Ottens  ---
Git commit 3e6800b378cd143cb9c4ca4cfa500916a5e5c17c by Kevin Ottens, on behalf
of Kevin Ottens.
Committed on 24/08/2023 at 19:02.
Pushed by ervin into branch 'kf5'.

Don't unlink + rename on CIFS mounts during copy operations

It turns out that the behavior of unlink() on CIFS mounts can be a bit
"interesting". If the file one tries to unlink is opened then the
operation is claimed to have succeeded but the filename is still visible
in the file hierarchy until the last handle is closed.

Since we rightfully attempt to copy under a temporary name + unlink +
rename during copy() operations this would end badly (as the unlink()
would "succeed" but the rename() would fail!). For instance Okular would
constantly hit this case but it's likely not the only one to be affected.

So instead we detect if the destination is a CIFS mount, in such cases
we now overwrite the file directly since this actually succeed.
(cherry picked from commit d248949eea3e3dcbb9283f30eebcb9ae86412cd1)

M  +7-1src/ioslaves/file/file_unix.cpp

https://invent.kde.org/frameworks/kio/-/commit/3e6800b378cd143cb9c4ca4cfa500916a5e5c17c

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

[okular] [Bug 454693] Okular throws error when saving to mounted Samba share

2023-08-24 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=454693

Kevin Ottens  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/-/commit/d248949
   ||eea3e3dcbb9283f30eebcb9ae86
   ||412cd1
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from Kevin Ottens  ---
Git commit d248949eea3e3dcbb9283f30eebcb9ae86412cd1 by Kevin Ottens, on behalf
of Kevin Ottens.
Committed on 24/08/2023 at 18:42.
Pushed by ervin into branch 'master'.

Don't unlink + rename on CIFS mounts during copy operations

It turns out that the behavior of unlink() on CIFS mounts can be a bit
"interesting". If the file one tries to unlink is opened then the
operation is claimed to have succeeded but the filename is still visible
in the file hierarchy until the last handle is closed.

Since we rightfully attempt to copy under a temporary name + unlink +
rename during copy() operations this would end badly (as the unlink()
would "succeed" but the rename() would fail!). For instance Okular would
constantly hit this case but it's likely not the only one to be affected.

So instead we detect if the destination is a CIFS mount, in such cases
we now overwrite the file directly since this actually succeed.

M  +7-1src/kioworkers/file/file_unix.cpp

https://invent.kde.org/frameworks/kio/-/commit/d248949eea3e3dcbb9283f30eebcb9ae86412cd1

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

[Planet KDE] [Bug 458350] Remove Kevin Otten's "Web review" from Planet feed

2022-08-30 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=458350

--- Comment #7 from Kevin Ottens  ---
Ah also, for the record: I also got at least a yearly Akademy post and one KDE
PIM Summary (should be later this year for both). Granted it's not much.

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

[Planet KDE] [Bug 458350] Remove Kevin Otten's "Web review" from Planet feed

2022-08-30 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=458350

--- Comment #6 from Kevin Ottens  ---
Yeah well, I wish I could post more KDE content but lately... well... life. I
started this web review for two reasons:
 1. it's actually my coping strategy for the guilt of not finding the time to
write more original content
 2. I see it as a service to the KDE community to get a chance to see what
happens in other tech circles (I know very well how as a contributor we can
tend to not be exposed much to trends outside our bubble).

At least from the comments here and emails I received during the past year (2)
seems to be somewhat working I guess.

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

[yakuake] [Bug 377955] yakuake does no longer accept input

2022-08-30 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=377955

--- Comment #6 from Kevin Ottens  ---
Seems to be related to ibus not starting anymore somehow:
systemctl --user status 'app-ibus\x2dautostart@autostart.service'

Shows the service as failed. If I force the start:
systemctl --user start 'app-ibus\x2dautostart@autostart.service'

Then it all works fine again.

Only thing I could find in the logs related to this is:
Aug 30 16:23:50 wintermute systemd[1987]:
app-ibus\x2dautostart@autostart.service: start operation timed out.
Terminating.
Aug 30 16:23:50 wintermute systemd[1987]:
app-ibus\x2dautostart@autostart.service: Failed with result 'timeout'.

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

[yakuake] [Bug 377955] yakuake does no longer accept input

2022-08-30 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=377955

Kevin Ottens  changed:

   What|Removed |Added

 CC||er...@kde.org

--- Comment #5 from Kevin Ottens  ---
I have the same issue, two things I noted though which make me wonder if that's
really a yakuake bug though:
 1. if I kill yakuake and launch it again, then it works just fine
 2. keepassxc is also affected

I didn't spot any other application which are affected though.

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

[frameworks-kwallet] [Bug 458085] Wallet system takes about 1 minute to start

2022-08-22 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=458085

Kevin Ottens  changed:

   What|Removed |Added

 CC||er...@kde.org

--- Comment #1 from Kevin Ottens  ---
For the record this seems to be somehow related to the Server Service DBus API.
I didn't downgrade but just disabling this in systemsettings solved the issue
for me.

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

[elisa] [Bug 406467] Option to sort artists' albums by year

2020-05-12 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=406467

Kevin Ottens  changed:

   What|Removed |Added

 CC||er...@kde.org

--- Comment #3 from Kevin Ottens  ---
Any news about this? This is the main deal breaker for me regarding Elisa. In
my case it's not only about display BTW, when I queue an artist in the
playlist, I expect the albums to be added by ascending year, not
alphabetically.

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

[frameworks-kconfig] [Bug 420379] Checkbox and its label move themselves to upper left corner when unchecked

2020-04-21 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=420379

Kevin Ottens  changed:

   What|Removed |Added

 CC|er...@kde.org   |

--- Comment #2 from Kevin Ottens  ---
(In reply to Nate Graham from comment #1)
> Can reproduce. I think this is a regression in the "show changed settings"
> feature.

You're talking about a reverted patch which had no visible impact on that
particular window. Please go fish somewhere else.

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

[frameworks-kconfig] [Bug 418146] kconfig_compiler with GenerateProperties creates uncompilable/wrong code

2020-02-24 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=418146

--- Comment #2 from Kevin Ottens  ---
Could you test https://phabricator.kde.org/D27497 ? I think it will address
your issue.

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

[frameworks-kconfigwidgets] [Bug 413980] "Defaults" button should restore system wide defaults

2019-11-13 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=413980

--- Comment #4 from Kevin Ottens  ---
Currently 100% done (with all patches merged): desktoptheme and ksplash. There
are more which are basically done but in various stages of review, and even
more in the works.

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

[zanshin] [Bug 413813] Hide completed tasks

2019-11-04 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=413813

Kevin Ottens  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kevin Ottens  ---
Yes, I never get around to actually implement it, but that's clearly something
missing which I deem useful. I personally wouldn't have a use for it, I got the
habit of just killing done tasks on a regular basis during my reviews.

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

[zanshin] [Bug 411339] zanshin fails to run on neon

2019-10-01 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=411339

--- Comment #11 from Kevin Ottens  ---
I'm lacking a bit bandwidth at the moment, so if you feel like producing the
release out of the tag that would be a great help.

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

[zanshin] [Bug 411339] zanshin fails to run on neon

2019-10-01 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=411339

--- Comment #9 from Kevin Ottens  ---
Well, it's exactly why I did that tag in the first place... Somehow I totally
forgot to tell Jonathan about it during Akademy... :-/

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

[zanshin] [Bug 411339] zanshin fails to run on neon

2019-09-30 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=411339

--- Comment #7 from Kevin Ottens  ---
Note that I tagged but didn't announce a 0.5.71 which should solve that issue.

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

[zanshin] [Bug 409724] Akonadi dependency not made explicit during install

2019-07-11 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=409724

Kevin Ottens  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #1 from Kevin Ottens  ---
Thanks for taking the time to write that report. That being said, as you
clearly identified, I think it's mainly a packaging issue: when installing
zanshin from the repositories the necessary dependencies should be pulled as
well. This is what happens in other distributions.

Thus I will close it as "DOWNSTREAM" and urge it to open it on Ubuntu's side
(I'm clueless as to where they're taking reports though, sorry to not be more
useful there).

By the way, clearly the fix you're aiming at is (b).

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

[zanshin] [Bug 393505] Unable to create new todo items (possibly due to multiple calendars?)

2018-04-27 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=393505

--- Comment #9 from Kevin Ottens  ---
Yes, I'm at a loss what it could have been either... if we can't reproduce
though we won't get closer to an explanation I'm afraid.

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

[zanshin] [Bug 393505] Unable to create new todo items (possibly due to multiple calendars?)

2018-04-26 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=393505

--- Comment #7 from Kevin Ottens  ---
Yes, just kill the defaultCollection key in your zanshinrc config file.

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

[zanshin] [Bug 393505] Unable to create new todo items (possibly due to multiple calendars?)

2018-04-26 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=393505

--- Comment #5 from Kevin Ottens  ---
Yes, it's really only about visibility. Could you try them one after another as
default and see if it fails with any of those three?

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

[zanshin] [Bug 393505] Unable to create new todo items (possibly due to multiple calendars?)

2018-04-25 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=393505

--- Comment #3 from Kevin Ottens  ---
That's the thing... it shouldn't since in that case it'd just pick a "random"
one for you... but for some reason in your case it'd picked one it didn't like.
I really wonder why.

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

[zanshin] [Bug 393505] Unable to create new todo items (possibly due to multiple calendars?)

2018-04-25 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=393505

--- Comment #1 from Kevin Ottens  ---
This is surprising, it should just "take the first one it can write to" by
default or your favorite one if you selected such a thing (in the source view,
select one and click the small star icon at the bottom).

I use it with several CalDav calendars just fine, so I wonder what's the root
cause of your issue there. Could we somehow get an idea of what's displayed in
your Sources tree?

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

[zanshin] [Bug 391524] appdata screenshots broken

2018-03-08 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=391524

--- Comment #5 from Kevin Ottens  ---
Don't think I do unfortunately... surely can be cropped a bit?

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

[zanshin] [Bug 391524] appdata screenshots broken

2018-03-08 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=391524

--- Comment #3 from Kevin Ottens  ---
I guess it used to not be 404 though, how did it end up going away? Beside I
didn't write that file and have no time to look into it at the moment.

Any chance someone could lend a hand there? Probably the screenshot on the
front page of https://zanshin.kde.org/ (scroll down) is a viable option?

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

[plasmashell] [Bug 391437] plasmashell eat up 100% CPU with likely buggy electron application

2018-03-05 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=391437

--- Comment #4 from Kevin Ottens  ---
Fair enough, I'd have expected more than just the bloody electron app having
this nasty "spam notification" issue. If it's just them it's likely OK indeed.

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

[plasmashell] [Bug 391437] plasmashell eat up 100% CPU with likely buggy electron application

2018-03-05 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=391437

--- Comment #2 from Kevin Ottens  ---
Still, shouldn't such a central facility defend itself from getting in such a
mess than eating 100% CPU because of a buggy application? For sure more buggy
applications and more applications on older revisions of Electron exist.

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

[plasmashell] [Bug 391437] New: plasmashell eat up 100% CPU with likely buggy electron application

2018-03-05 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=391437

Bug ID: 391437
   Summary: plasmashell eat up 100% CPU with likely buggy electron
application
   Product: plasmashell
   Version: 5.12.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Global Menu
  Assignee: k...@privat.broulik.de
  Reporter: er...@kde.org
CC: plasma-b...@kde.org
  Target Milestone: 1.0

I noticed that happening only when I have the rocket.chat electron app running.
I can't tell if it's more widespread or not.

In any case this application seems to be doing something our global menu
facilities don't expect. When I have it running after a few switch between
windows, plasmashell then eats up 100% cpu until I quit it.

On the standard error I see the following output repeated infinitely at a very
fast pace:
Unhandled property update "children-display"

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

[zanshin] [Bug 388523] Build error on zanshin 0.5.0 : DSO missing from command line

2018-01-04 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=388523

--- Comment #6 from Kevin Ottens  ---
Hm... except I don't control that order at all from the CMakeLists.txt files...

Note BTW that it seems to be in the tests, so if you just plan to use zanshin
or package it you could build with BUILD_TESTING to OFF and it wouldn't get
near those files.

Not a proper solution but I hope that helps nonetheless.

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

[zanshin] [Bug 388523] Build error on zanshin 0.5.0 : DSO missing from command line

2018-01-04 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=388523

--- Comment #3 from Kevin Ottens  ---
That's pretty much what I got here (except distribution is openSUSE
Tumbleweed...) and it builds just fine. I'm not sure what's happening on your
end unfortunately, sounds like an ABI issue in your pthread somehow? I'm
guessing, really don't have enough of a clue here.

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

[zanshin] [Bug 363425] Created Project goes to tasks, but promoted stays as project

2018-01-03 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=363425

--- Comment #5 from Kevin Ottens  ---
We're releasing 0.5.0 today which should at least solve your availability issue
on KDE Neon.

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

[zanshin] [Bug 368728] Please ship translations

2018-01-03 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=368728

Kevin Ottens  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Kevin Ottens  ---
Alright, releaseme now works for me since the switch to Extragear. Next release
0.5.0 (which got tagged today, pending tarball publication) will ship with the
translations.

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

[zanshin] [Bug 388042] Renku Documentation Handbook is a 404

2018-01-03 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=388042

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/zan
   ||shin/343e08027fb4009653f54c
   ||8a4c7324d7711f751b

--- Comment #1 from Kevin Ottens  ---
Git commit 343e08027fb4009653f54c8a4c7324d7711f751b by Kevin Ottens.
Committed on 03/01/2018 at 08:54.
Pushed by ervin into branch 'master'.

We don't have docs, don't pretend otherwise

Summary:
The contents and what's this actions of the help menu don't lead to any
relevant content, no point in displaying them for the time being.

Reviewers: bensi, dfaure, franckarrecot

Differential Revision: https://phabricator.kde.org/D9630

M  +4-0src/renku/app/main.cpp
M  +4-0src/zanshin/app/main.cpp

https://commits.kde.org/zanshin/343e08027fb4009653f54c8a4c7324d7711f751b

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

[zanshin] [Bug 388044] Renku 0.4.1 is unusable on KDE Neon due to lack of setup/documentation

2018-01-03 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=388044

Kevin Ottens  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/zan
   ||shin/09a7e2dad9b5c130d9e157
   ||3c4b546e051612a0f6
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Kevin Ottens  ---
Git commit 09a7e2dad9b5c130d9e1573c4b546e051612a0f6 by Kevin Ottens.
Committed on 03/01/2018 at 08:38.
Pushed by ervin into branch 'master'.

Don't hardcode the settings dialog to todos

Summary:
This made Renku unusable since users couldn't set it up properly. They'd
get an inappropriate selection of resources to pick from which would be
completely confusing.

Reviewers: bensi, dfaure, franckarrecot

Differential Revision: https://phabricator.kde.org/D9629

M  +18   -5src/akonadi/akonadiconfigdialog.cpp
M  +7-1src/akonadi/akonadiconfigdialog.h
M  +5-3src/akonadi/akonadidatasourcerepository.cpp
M  +3-1src/akonadi/akonadidatasourcerepository.h
M  +5-3src/renku/app/dependencies.cpp
M  +5-3src/zanshin/app/dependencies.cpp
M  +2-1tests/units/akonadi/akonadidatasourcerepositorytest.cpp

https://commits.kde.org/zanshin/09a7e2dad9b5c130d9e1573c4b546e051612a0f6

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

[zanshin] [Bug 363203] Overview of the tasks

2018-01-03 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=363203

--- Comment #7 from Kevin Ottens  ---
I confirm it won't make it in 0.5, contemplating it for the 0.6 roadmap though.

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

[zanshin] [Bug 345681] zanshin 0.2.1-1074-ge570d19 doesn't synchronizes tags/contexts to other system

2018-01-03 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=345681

--- Comment #2 from Kevin Ottens  ---
This is still an hard one to crack and won't make it for 0.5... hopefully will
be addressed in 0.6.

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

[zanshin] [Bug 306519] it should be possible to move tasks to a certain position in the list

2018-01-03 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=306519

--- Comment #2 from Kevin Ottens  ---
Unfortunately won't make it for 0.5, I'd like it addressed in 0.6 though.

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

[zanshin] [Bug 363425] Created Project goes to tasks, but promoted stays as project

2018-01-03 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=363425

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #3 from Kevin Ottens  ---
I really need a confirmation to my question since I can't reproduce locally nor
can't use the google resource. Sure works fine with DAV over Nextcloud or local
ical for me.

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

[zanshin] [Bug 388043] Zanshin crashes at startup

2018-01-02 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=388043

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #3 from Kevin Ottens  ---
This is due to the ABI change in KCalCore, you shouldn't have ended up with a
crash though if you're using distro packages, due to dependencies and ABI check
it should have prevented the upgrade.

Anyway, it's been fixed already in commit
3df91dd81682d2ccfe542c4582dc1d5f98537c89. This will be published as part of
Zanshin 0.5.0 real soon now (likely today).

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

[plasmashell] [Bug 386846] High CPU with Animator vs Animation on some systems

2017-12-18 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=386846

Kevin Ottens  changed:

   What|Removed |Added

 CC||er...@kde.org

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

[okular] [Bug 173896] Sent-to menu entry or send-via-email menu-entry

2017-10-18 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=173896

Kevin Ottens  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/oku
   ||lar/a5da013a4da20f9230775fd
   ||f52275c5136e4f172

--- Comment #29 from Kevin Ottens  ---
Git commit a5da013a4da20f9230775fdf52275c5136e4f172 by Kevin Ottens.
Committed on 18/10/2017 at 14:55.
Pushed by ervin into branch 'master'.

Add a "share" menu to Okular

Summary: This is implemented using the Purpose framework.

Reviewers: aacid

Subscribers: #okular

Tags: #okular

Differential Revision: https://phabricator.kde.org/D8244

M  +15   -0CMakeLists.txt
M  +3-0config-okular.h.cmake
M  +65   -0part.cpp
M  +17   -0part.h
M  +1-0part.rc

https://commits.kde.org/okular/a5da013a4da20f9230775fdf52275c5136e4f172

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

[zanshin] [Bug 385548] The Runner shouldn't pull QtWebEngine

2017-10-10 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=385548

--- Comment #2 from Kevin Ottens  ---
BTW, makes me wonder why AkonadiCalendar uses QtWebEngine in the first place...

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

[zanshin] [Bug 385548] The Runner shouldn't pull QtWebEngine

2017-10-10 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=385548

--- Comment #1 from Kevin Ottens  ---
Hm... this is because we link against KF5::AkonadiCalendar which in turn links
on QtWebEngine for some reason. This is annoying, not sure how to best approach
that on our end for now...

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

[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow

2017-06-23 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=381000

Kevin Ottens  changed:

   What|Removed |Added

 CC||er...@kde.org

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

[plasmashell] [Bug 381280] Increased CPU usage with Qt 5.9

2017-06-23 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=381280

Kevin Ottens  changed:

   What|Removed |Added

 CC||er...@kde.org

--- Comment #5 from Kevin Ottens  ---
I'm seeing this as well, do you happen to use SlideShow for the desktop
background? Because I do and I bumped into:
https://bugs.kde.org/show_bug.cgi?id=381000

Trying to see if they're duplicates.

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

[zanshin] [Bug 345677] zanshin 0.2.1-1074-ge570d19 doesn't show items without context/task

2017-05-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=345677

Kevin Ottens  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[zanshin] [Bug 345681] zanshin 0.2.1-1074-ge570d19 doesn't synchronizes tags/contexts to other system

2017-05-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=345681

Kevin Ottens  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[zanshin] [Bug 368728] Please ship translations

2017-05-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=368728

Kevin Ottens  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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

[zanshin] [Bug 363203] Overview of the tasks

2017-05-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=363203

Kevin Ottens  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #6 from Kevin Ottens  ---
I doubt it'll make it in 0.5 which has higher priority items (one of them being
an enabler for that request in fact). Still I forgot to mark that one confirmed
back then, doing it.

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

[zanshin] [Bug 363425] Created Project goes to tasks, but promoted stays as project

2017-05-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=363425

--- Comment #2 from Kevin Ottens  ---
Is it happening only with Google Calendar resources? If yes, it's likely a bug
in that resource instead not saving extended iCal properties for some reason.

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

[zanshin] [Bug 367662] Add tray icon with minimise/close to tray only

2017-05-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=367662

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kevin Ottens  ---
Sorry for not replying earlier, it's not something we're planning to add at the
moment. I don't think it would apply to something like zanshin and the
proliferation of tray icons is mostly frowned upon nowadays. It'll keep just
being minimization for now.

Thanks for the suggestion though, I'll keep it in mind if the workflow would
change more, might makes sense then.

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

[zanshin] [Bug 368728] Please ship translations

2017-05-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=368728

--- Comment #1 from Kevin Ottens  ---
Guidance would be welcome on the process to do that properly. Been hunting for
documentation tonight but can't seem to find proper direction in our wikis.
Been looking at our releaseme scripts but they badly break for me.

Help is really welcome on that one...

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

[krunner] [Bug 372635] do not follow mousepointer when accessing krunner via keyboard

2017-03-21 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=372635

Kevin Ottens  changed:

   What|Removed |Added

 CC||er...@kde.org

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

[zanshin] [Bug 365826] Some tasks from caldav calendar not shown

2016-07-18 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365826

Kevin Ottens  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Kevin Ottens  ---
I would need more information about the tasks which are missing. Do they have
anything special that the others don't have?

Are all your tasks displayed in Korganizer's todo view? Or the same ones are
missing there?

Any chance you could try to get the raw payload of a task which gets displayed
and of one which doesn't (probably using akonadiconsole)?

Without more information we'll have a hard time finding what makes the
application trip in your case. We never encountered this before.

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


[zanshin] [Bug 363203] Overview of the tasks

2016-05-18 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363203

--- Comment #5 from Kevin Ottens  ---
OK, looks like a legit need. We'll see if we can get it in for 0.5.

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


[zanshin] [Bug 363203] Overview of the tasks

2016-05-18 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363203

--- Comment #3 from Kevin Ottens  ---
OK, I see. Doable indeed. Would include the content of the Inbox as well? Or
you'd leave it out?

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


[zanshin] [Bug 363201] Zanshin's (0.4) context should match Akonadi's and Korganizer's category

2016-05-18 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363201

--- Comment #3 from Kevin Ottens  ---
Not for now indeed. Also, if we aim at fixing it, I think it should be
addressed one level below us (in Akonadi).

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


[zanshin] [Bug 363201] Zanshin's (0.4) context should match Akonadi's and Korganizer's category

2016-05-18 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363201

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kevin Ottens  ---
Unfortunately can't be addressed. We reached the limitation of the category
fields with 0.2 already and abusing them for contexts were creating performance
issues. If we want to sync contexts back to categories it would need to be done
inside Akonadi, what we would do would be nasty slow workarounds otherwise.

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


[zanshin] [Bug 363203] Overview of the tasks

2016-05-18 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363203

--- Comment #1 from Kevin Ottens  ---
I'm not sure I see which kind of overview you have in mind. My imagination
might be lacking. Care to give a bit more details?

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


[zanshin] [Bug 357130] Not able to enable or add todo collection (existing (sub)calendar on ownCloud server)

2016-04-17 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357130

--- Comment #10 from Kevin Ottens  ---
Yes, I was about to propose the them. Please open another report it's clearly
something very different. Note that I can't seem to reproduce it here though.

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


[zanshin] [Bug 357130] Not able to enable or add todo collection (existing (sub)calendar on ownCloud server)

2016-04-17 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357130

--- Comment #8 from Kevin Ottens  ---
Selection in this dialog has no impact on what you see as sources. It's really
meant to add/remove resources only.

Now if you got those resources and see nothing in Zanshin's sources panel,
there's a problem somewhere... I suspect something is off with the mimetypes of
the collections of those resources or something similar. Zanshin lists only
collections with the application/x-vnd.akonadi.calendar.todo mimetype.

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


[zanshin] [Bug 357130] Not able to enable or add todo collection (existing (sub)calendar on ownCloud server)

2016-04-17 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357130

--- Comment #5 from Kevin Ottens  ---
Hm, hold on... there is something else then. From the dialog you are mentioning
one can add/remove resources to Akonadi. Said resources can expose one or more
collections.

Are you saying that you added a resource here but don't see any of its
collections in Zanshin? That looks wrong indeed, but sounds like a bug in the
resource I would say.

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


[zanshin] [Bug 357130] Not able to enable or add todo collection (existing (sub)calendar on ownCloud server)

2016-04-15 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357130

--- Comment #3 from Kevin Ottens  ---
Right, adding collections is a different thing and not supported yet. Clearly a
missing feature (I'm not reopening just because it's tracked on our roadmap,
it'll appear at some point and I'd like this report to be more about the
enable/disable issue you had initially).

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


[zanshin] [Bug 360352] Zanshin crashing on creating a new Project

2016-03-10 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360352

--- Comment #9 from Kevin Ottens  ---
OK, and you can select one just fine in which case adding a project work?

It's just that it's initially empty?

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


[zanshin] [Bug 360352] Zanshin crashing on creating a new Project

2016-03-10 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360352

--- Comment #7 from Kevin Ottens  ---
This *is* a (non editable) combo box indeed. Oddly enough it seems empty though
(it shouldn't).

What does the drop down list of the combo box contains? Is it simply empty? If
yes I'd need you to grab the ACLs of the "Intel Devclould" and "Personal
Calendar" collections for me from within akonadiconsole. There is something odd
at play.

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


[zanshin] [Bug 360352] Zanshin crashing on creating a new Project

2016-03-10 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360352

--- Comment #5 from Kevin Ottens  ---
Hm, how do you manage to not select one? This is a combo box so there's
necessarily something selected. Or is it that you got no source available at
all?

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


[zanshin] [Bug 360352] Zanshin crashing on creating a new Project

2016-03-10 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360352

--- Comment #3 from Kevin Ottens  ---
I also need information on the collection you select in the dialog box for
creating the project (the combo box). The entry you pick there I need more info
about it, especially its ACLs. You can find that using akonadiconsole for
instance.

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


[zanshin] [Bug 360352] Zanshin crashing on creating a new Project

2016-03-10 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360352

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Kevin Ottens  ---
Can't seem to reproduce it here using master and the provided back trace isn't
exactly useful. I would need to know more on the steps you follow to create the
issue on your end. In particular, the state and rights of the involved
collections / data sources.

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


[zanshin] [Bug 357130] Not able to enable or add todo collection (existing (sub)calendar on ownCloud server)

2015-12-27 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357130

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kevin Ottens  ---
Right, that feature has been removed between the beta and the RC, it was deemed
not mature enough during user testing of the beta. It might get reintroduced
later. Indeed, if you played with it during beta you probably want to "unhide"
everything. That can be done using the following SQL command in
akonadiconsole's DB Console tab:
UPDATE collectiontable SET enabled = 1;

That should unblock you for now.

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


[zanshin] [Bug 318903] "Dissociate Action from Context" has no effect

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=318903

Kevin Ottens  changed:

   What|Removed |Added

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

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


[zanshin] [Bug 312939] Reorder list on "Due Date" set

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=312939

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Ottens  ---
This is presented differently in the coming 0.3. But the sorting has been
redone and it should be fixed now.

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


[zanshin] [Bug 318899] "Move Action..." dialog doens't move action

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=318899

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Ottens  ---
This shouldn't apply anymore on current master.

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


[zanshin] [Bug 318901] Zanshin freezes when attempting to remove context

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=318901

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Ottens  ---
This shouldn't apply anymore on current master.

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


[zanshin] [Bug 318905] It's possible to create a Project Todo in the note collection

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=318905

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Ottens  ---
This shouldn't apply anymore on the current master.

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


[zanshin] [Bug 318903] "Dissociate Action from Context" has no effect

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=318903

--- Comment #1 from Kevin Ottens  ---
This shouldn't apply anymore on current master.

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


[zanshin] [Bug 343244] Creating task is impossible when Note default collection is undefined

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343244

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Ottens  ---
This doesn't apply anymore on current master.

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


[zanshin] [Bug 344229] Zanshin drag and drop crash

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344229

Kevin Ottens  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Kevin Ottens  ---
This doesn't apply on the upcoming 0.3 (current master) and 0.2 is not
maintained anymore. Closing it then.

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


[zanshin] [Bug 345505] Please release new version

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345505

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #3 from Kevin Ottens  ---
Almost there! We're nailing down the last issues now. We did a beta release
already and the final 0.3 is a couple of weeks away at most now.

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


[zanshin] [Bug 345674] Zanshin 0.2.1-1074-ge570d19 crashes when marking Item done in Workday view

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345674

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Ottens  ---
It is fixed in master now.

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


[zanshin] [Bug 345676] zanshin 0.2.1-1074-ge570d19 doesn't allow to remove context of an item

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345676

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #2 from Kevin Ottens  ---
Deleting the item from the context view indeed doesn't delete the item but
removes it from the context only. It is now possible since 345678 should be
fixed.

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


[zanshin] [Bug 345677] zanshin 0.2.1-1074-ge570d19 doesn't show items without context/task

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345677

--- Comment #1 from Kevin Ottens  ---
It is planned to be like this for the time being, but that's to be revisited
after 0.4.

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


[zanshin] [Bug 345678] zanshin 0.2.1-1074-ge570d19 crashes when deleting item from context view

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345678

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Ottens  ---
Same thing, it should be fixed on current master.

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


[zanshin] [Bug 345680] zanshin 0.2.1-1074-ge570d19 will not show items anywhere after tried delete from context

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345680

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #2 from Kevin Ottens  ---
Right, we had some issues (in fact a bug in Akonadi), but we got a workaround
for it so it should be fixed now. Feel free to reopen with more details to
reproduce if you see it again on the upcoming 0.3.

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


[zanshin] [Bug 345681] zanshin 0.2.1-1074-ge570d19 doesn't synchronizes tags/contexts to other system

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345681

--- Comment #1 from Kevin Ottens  ---
I confirm this is the case. We have no good solution for that at the moment. I
plan to revisit that topic around 0.5 not before.

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


[kcalcore] [Bug 345682] zanshin 0.2.1-1074-ge570d19 doesn't show projects as projects after sync

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345682

Kevin Ottens  changed:

   What|Removed |Added

Product|zanshin |kcalcore
  Component|general |general
   Target Milestone|already done|---
   Assignee|er...@kde.org   |kdepim-b...@kde.org

--- Comment #1 from Kevin Ottens  ---
I would expect that to still be a problem in the upcoming 0.3. We have no good
way to fix that and stay compatible with data already in the wild... That said
I would argue this is the job of KCalCore to deal with casing properly, we're
merely using it to check for the custom property presence. Reassigning there.

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


[zanshin] [Bug 296219] Add a "Start Date" column

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=296219

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Kevin Ottens  ---
It's not a "column" since we present the data differently in 0.3. But the
upcoming release allows to set a start date, sort based on dates and to have a
workday view showing up tasks with dates to today or in the past. That should
cover most of your needs in that regard (definitely covers mine, I use those
features a lot now).

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


[zanshin] [Bug 306519] it should be possible to move tasks to a certain position in the list

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=306519

--- Comment #1 from Kevin Ottens  ---
Still applies on current master, let's aim to address that for 0.5.

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


[zanshin] [Bug 299214] Nothing happens when action is created on a specified resource

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=299214

Kevin Ottens  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|REOPENED|RESOLVED

--- Comment #4 from Kevin Ottens  ---
OK, closing now. This doesn't apply anymore to current master (to become 0.3)
and 0.2 is not maintained anymore.

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


[zanshin] [Bug 357103] Zanshin (0.3 beta) crashes if I enable/disable a collection/source

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357103

--- Comment #3 from Kevin Ottens  ---
Sure:
git clone git://anongit.kde.org/zanshin.git

I plan a revamp of the website around the 0.3 release, it needs updating for
people to find the infrastructure properly.

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


[zanshin] [Bug 357103] Zanshin (0.3 beta) crashes if I enable/disable a collection/source

2015-12-23 Thread Kevin Ottens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357103

Kevin Ottens  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Ottens  ---
Fixed earlier today with commit f7b439b. :-)

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