[kmymoney] [Bug 493465] Column width too narrow in printed reports

2024-09-24 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=493465

--- Comment #5 from Jack  ---
Minor point: note the "All values shown are in US Dollar," which is why dollar
signs are not printed.

Suggestions
-- if you want a good print, try exporting the report as HTML and then printing
from a browser.  I know it's an extra step,, and there may still be problems,
but it should be better.  Even better is to export as csv, import to
LibreOffice (or other spreadsheet program) and print from there.  That will
give you much more control.  Let us know if that helps.  
-- confirm whether you are printing to USLetter or A4.  I'm in the US, but just
checked, and found it was still set to A4.  That won't make a huge change, but
possibly enough to notice.

I suspect the underlying problem relates to reports being displayed using HTML.
 I would need to dig into the code, but it looks like printing is done using
underlying Qt routines, and KMyMoney probably does not really have sufficient
explicit control over column width.  Items will wrap withing the column if they
don't fit, although I'm not sure why the padding between columns does seem to
be gone in the printed version (and print preview.) It's possible things can be
improved by  modifying the css, but it will take time to work on that.

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

[kde] [Bug 493551] Discover QR Code Chimp: Your Go-To for QR Code Solutions

2024-09-23 Thread Jack Smith
https://bugs.kde.org/show_bug.cgi?id=493551

Jack Smith  changed:

   What|Removed |Added

URL||https://qr-code-chimp.com/

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

[kde] [Bug 493551] New: Discover QR Code Chimp: Your Go-To for QR Code Solutions

2024-09-23 Thread Jack Smith
https://bugs.kde.org/show_bug.cgi?id=493551

Bug ID: 493551
   Summary: Discover QR Code Chimp: Your Go-To for QR Code
Solutions
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: MacPorts
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: qrcodechim...@gmail.com
  Target Milestone: ---

If you're looking for an easy way to create and customize QR codes, check out
https://qr-code-chimp.com/";>QR Code Chimp
. This platform offers a user-friendly interface that allows you to generate QR
codes quickly. Whether you need QR codes for marketing materials, events, or
personal use, QR Code Chimp has you covered.

With features like custom designs, tracking, and analytics, it’s a versatile
tool for anyone wanting to utilize QR codes effectively. Give it a try and see
how it can enhance your projects!

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

[kmymoney] [Bug 493465] Column width too narrow in printed reports

2024-09-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=493465

Jack  changed:

   What|Removed |Added

Summary|Git Master Only |Column width too narrow in
   ||printed reports
  Component|bugtracker  |reports

--- Comment #1 from Jack  ---
If you want help, please learn how to file a bug report that makes sense.  I've
changed a few things, but please add info.  You talk about printing - how have
you printed?  Is this just file/print from displaying the report in the
program, or have you exported as HTML and viewed in a browser and printed from
there?  Is this on Linux (which distor,) Windows, or Mac - it can make a
difference.

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

[Craft] [Bug 407222] Ability to use clang for windows

2024-09-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=407222

--- Comment #2 from Jack  ---
If it is a valid wishlist, then shouldn't it just be left open?  If someone is
looking for potential projects, I don't think they will look at closed bugs. 
(I have no personal interest here, but do wonder about the resolution.)

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

[kmymoney] [Bug 493449] Crash when editing and reconciling entries in ledger

2024-09-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=493449

Jack  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Jack  ---
Have you tried to complete the reconciliation?  #5 in the traceback is called
when you are done editing a transaction (usually by clicking OK or cancel.)  If
you can replicate the crash, let us know exactly when it happens.  If you can
edit several transactions without a crash, it's unlikely we can find the actual
cause.

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

[kmymoney] [Bug 493447] Unable to change imported transactions to transfers

2024-09-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=493447

--- Comment #1 from Jack  ---
This should work.  What have you tried, and why do you say you can't do it? 
You just need to use the Category dropdown to change the category to the other
account.

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

[kmymoney] [Bug 461952] Adding new payee or category by typing in the transaction form triggers "Do you want to add" after typing the first character that doesn't match an existing name

2024-09-18 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=461952

--- Comment #12 from Jack  ---
Let's leave it open for now, until either I also can't reproduce, or I can run
it under a debugger.  (I usually run X11, so will have to restart my session as
Wayland first.)

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

[ktorrent] [Bug 383311] "Import torrent" files filter does not allow user to see & select .torrent files

2024-09-15 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=383311

Jack Hill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/ktorrent/-/commit/5fcc9 |ork/ktorrent/-/commit/4caf8
   |7bc8e25b254cd491f5cdde7344a |b6c214441aad9fc6e05ecd8d5ca
   |d401f8db|e29179e0

--- Comment #6 from Jack Hill  ---
Git commit 4caf8b6c214441aad9fc6e05ecd8d5cae29179e0 by Jack Hill.
Committed on 15/09/2024 at 12:41.
Pushed by jackh into branch 'release/24.08'.

Fix torrent selection dialog in Import Torrent dialog

KUrlRequester receives name filters in the same format as QFileDialog
in KF6. The old format was a leftover from KF5.

Also KUrlRequester will only split the filter on ";;" if we call
`setNameFilter`, i.e. the singular version of the function.
FIXED-IN: 24.08.2


(cherry picked from commit 5fcc97bc8e25b254cd491f5cdde7344ad401f8db)

Co-authored-by: Jack Hill 

M  +1-1ktorrent/dialogs/importdialog.cpp
M  +1-8libktcore/interfaces/functions.cpp
M  +1-5libktcore/interfaces/functions.h

https://invent.kde.org/network/ktorrent/-/commit/4caf8b6c214441aad9fc6e05ecd8d5cae29179e0

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

[ktorrent] [Bug 383311] "Import torrent" files filter does not allow user to see & select .torrent files

2024-09-15 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=383311

Jack Hill  changed:

   What|Removed |Added

   Version Fixed In||24.08.2
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/ktorrent/-/commit/5fcc9
   ||7bc8e25b254cd491f5cdde7344a
   ||d401f8db
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Jack Hill  ---
Git commit 5fcc97bc8e25b254cd491f5cdde7344ad401f8db by Jack Hill.
Committed on 15/09/2024 at 11:45.
Pushed by jackh into branch 'master'.

Fix torrent selection dialog in Import Torrent dialog

KUrlRequester receives name filters in the same format as QFileDialog
in KF6. The old format was a leftover from KF5.

Also KUrlRequester will only split the filter on ";;" if we call
`setNameFilter`, i.e. the singular version of the function.
FIXED-IN: 24.08.2

M  +1-1ktorrent/dialogs/importdialog.cpp
M  +1-8libktcore/interfaces/functions.cpp
M  +1-5libktcore/interfaces/functions.h

https://invent.kde.org/network/ktorrent/-/commit/5fcc97bc8e25b254cd491f5cdde7344ad401f8db

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

[Elisa] [Bug 492699] "Tracks" menu in Elisa is completely broken

2024-09-15 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=492699

Jack Hill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult
   |imedia/elisa/-/commit/14e0f |imedia/elisa/-/commit/c9abe
   |3d621ec67eb7fcdb9f797756373 |b97a3427eac3459c68f111b0232
   |334b1810|f98abf9b

--- Comment #6 from Jack Hill  ---
Git commit c9abeb97a3427eac3459c68f111b0232f98abf9b by Jack Hill.
Committed on 15/09/2024 at 11:12.
Pushed by jackh into branch 'release/24.08'.

Fix tracks without metadata not playing


When trying to play a track without metadata, the track would not play because
MediaPlayList::data did not return the track url.

Test plan:

Start playing a track without metadata from the Tracks view.

Previously: the track was considered invalid and was skipped

Now: the track is correctly played


(cherry picked from commit 14e0f3d621ec67eb7fcdb9f797756373334b1810)

e8af77f5 Fix tracks without metadata not playing

Co-authored-by: Pedro Nishiyama 

M  +3-0src/mediaplaylist.cpp

https://invent.kde.org/multimedia/elisa/-/commit/c9abeb97a3427eac3459c68f111b0232f98abf9b

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

[Elisa] [Bug 492699] "Tracks" menu in Elisa is completely broken

2024-09-15 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=492699

Jack Hill  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/elisa/-/commit/14e0f
   ||3d621ec67eb7fcdb9f797756373
   ||334b1810

--- Comment #5 from Jack Hill  ---
Git commit 14e0f3d621ec67eb7fcdb9f797756373334b1810 by Jack Hill, on behalf of
Pedro Nishiyama.
Committed on 15/09/2024 at 11:09.
Pushed by jackh into branch 'master'.

Fix tracks without metadata not playing


When trying to play a track without metadata, the track would not play because
MediaPlayList::data did not return the track url.

Test plan:

Start playing a track without metadata from the Tracks view.

Previously: the track was considered invalid and was skipped

Now: the track is correctly played

M  +3-0src/mediaplaylist.cpp

https://invent.kde.org/multimedia/elisa/-/commit/14e0f3d621ec67eb7fcdb9f797756373334b1810

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

[kmymoney] [Bug 493045] Ledger background colors

2024-09-13 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=493045

--- Comment #3 from Jack  ---
Please see https://kmymoney.org/support.html for a longer list of support
options for KMyMoney.

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

[kmymoney] [Bug 492288] Nobara Linux - dark mode lettering is total black

2024-09-12 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=492288

--- Comment #6 from Jack  ---
In response to Comment #4, css can apply in general, or specifically to either
displayed or printed output.  I have not played with the css, but I believe the
file is ~/.config/kmymonye/html/kmymoney.css.  I can't really tell what change
is needed or exactly where, but it would be within the @media screen section
rather than the printing one.

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

[Elisa] [Bug 481427] Cannot scroll down the color scheme menu using the mouse wheel

2024-09-11 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=481427

--- Comment #3 from Jack Hill  ---
Please can you try running Elisa with a different Qt Quick style and see if the
issue still occurs? You can do this by running
`QT_QUICK_CONTROLS_STYLE=Material elisa` in the terminal.

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

[Elisa] [Bug 492682] Elisa - Navigating through artists shows no tracks under certain folders, even after reseting database and re-scanning

2024-09-11 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=492682

Jack Hill  changed:

   What|Removed |Added

 CC||jackhill3...@gmail.com

--- Comment #1 from Jack Hill  ---
Thank you for the bug report. Please could you clarify this: are you clicking
on the play button that appears when hovering over the artist grid item? This
button is for playing all tracks by the artist.

You can click on the artist's icon to see a list of albums by/featuring the
artist. Unfortunately there is currently no way of seeing a list of tracks by
the artist.

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

[Elisa] [Bug 492972] Elisa incorrectly reports remaining tracks and time if the playlist was not started yet

2024-09-11 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=492972

Jack Hill  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||jackhill3...@gmail.com

--- Comment #1 from Jack Hill  ---
I couldn't reproduce the first case (unless I'm misunderstanding the issue).

I can reproduce the second case, but I also noticed that it's easier to
reproduce by just enqueuing everything from the tracks view. I got "1,097 /
1,098 tracks remaining,  remaining,  total"

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

[kmymoney] [Bug 405293] CSV importer does not handle transfers

2024-09-11 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=405293

--- Comment #15 from Jack  ---
Patches gratefully accepted.  The QIF and CSV import code are very different,
so unfortunately, how QIF handles it cannot simply be ported to CSV.

Current top priority for the very limited developer time available is making a
release from master branch (which will be called 5.2) although there is no
definite timeline yet.  After that, the migration to Qt6/KDE6 will be done. 
While this is certainly an inconvenience, it's not a show-stopper.  One problem
is that the csv import code is rather complex, and we really don't want to do
anything quickly that might introduce new problems.  Another option, although
admittedly difficult, would be to pre-process the data, not just adding
brackets or some other syntactic notation, but actually converting it to QIF or
OFX format.

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

[Discover] [Bug 471548] Auto-Update for flatpaks, via Discover appears to be non-functional

2024-09-11 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=471548

Jack  changed:

   What|Removed |Added

 CC||mlw5kr...@mozmail.com

--- Comment #3 from Jack  ---
I also have this same issue with multiple clients who use fedora, having wanted
to move away from windows.

I have downloaded and install enabled, but they don't actually download and
install, only notify there is an update. Many tech illiterate people and those
that don't understand updates won't even know about doing updates, especially
if they are used to windows doing updates automatically for them.

This could result in security updates and bug fixes being missed out.

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

[neon] [Bug 492855] No help pages are shown, everything is blank

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

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #6 from Jack  ---
Is this the same as https://bugs.kde.org/show_bug.cgi?id=492142 (that one is
older, but this one has better details)

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

[kmymoney] [Bug 492837] Income and Expenses report needs some HTML improvements

2024-09-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=492837

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #4 from Jack  ---
Is the misalignment present when the report is viewed in KMM, when the exported
report is viewed in a browser, or does it just show up when printed to PDF?  

On fixing the DOCTYPE and similar things, I have to actually look at the code,
but I'm pretty sure that part of the HTML is not generated directly by KMyMoney
code, but by a KDE or Qt library, so we'll probably have to pass the bug on to
whichever of them is responsible.

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

[kmymoney] [Bug 492843] Option to turn off Reconciliation notifications in Ledger

2024-09-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=492843

--- Comment #1 from Jack  ---
I'm pretty sure an option for this has been added in master branch.  It will
eventually be released as 5.2, but there is no definite timeline yet.  You can
test by using the version from master branch.  Clearly, it has not yet been
released, so backup early and often, but there are some folks (myself included)
who have been using it in production for several months.

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

[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-09-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=492831

--- Comment #6 from Jack  ---
I think (but am not sure) that we have a wishlist filed for being able to
output reports directly to PDF.  However, if the exported HTML is opened
directly in a browser and then printed to PDF, the extra work is fairly
minimal.
One question, though, is the HTML/CSS is simply non-compliant with standards,
or does it actually cause any problem in how the report looks in a browser,
other than the presence of links that don't work?  This bug is still valid
either way, but it would likely affect the priority it receives.
I am also the treasurer for a small non-profit, and I export from KMM as csv,
do some further manipulation in LibrOffice, and then save as PDF for
presentation, so not quite the same workflow.

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

[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-09-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=492831

--- Comment #4 from Jack  ---
First, no need for a separate but for each report or type of report, any
changes can/will easily be applied wherever applicable.  Feel free to point out
which are affected in additional comments.

Next, the report is generated.  If export is requested, the already generated
report is exported, it is not generated again for that purpose, thus my comment
that to export something different from what is displayed is going to take
extra work.  I am also not sure how much of the actual HTML/CSS has been
written by the KMM developers vs generated by any underlying KDE/Qt libraries,
or even some combination.  I suppose removing specified pieces of HTML/CSS can
be done with regexp type editing, it's still extra work.  As usual, patches
gratefully accepted.

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

[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-09-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=492831

--- Comment #1 from Jack  ---
Are you aware that KMyMoney displays reports using HTML?  There, those links
actually work - taking you, for example, to the transaction in the ledger for
the relevant account.  I suspect it would be difficult to create different
HTML/CSS for display and for export, but that is what would be required for
your suggestions..

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

[kmymoney] [Bug 489274] Manual backup fails when using spaces in save path

2024-09-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=489274

--- Comment #7 from Jack  ---
So should this remain open, or be closed again?

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

[plasmashell] [Bug 492505] New: Crashes when adding widgets, or when using monitors with two different resolutions

2024-09-01 Thread Jack FH
https://bugs.kde.org/show_bug.cgi?id=492505

Bug ID: 492505
   Summary: Crashes when adding widgets, or when using monitors
with two different resolutions
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: jackgala...@gmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Application: plasmashell (5.27.5)

Qt Version: 5.15.8
Frameworks Version: 5.103.0
Operating System: Linux 6.1.0-25-amd64 x86_64
Windowing System: X11
Distribution: Debian GNU/Linux 12 (bookworm)
DrKonqi: 5.27.5 [CoredumpBackend]

-- Information about the crash:
Crashes when you try to add widgets, or try to configure the desktop in any
way. Doesn't always happen, but this time I was deleting and adding widgets,
and somehow deleting one of them caused it to crash. Plasma also crashes after
waking computer up from sleep if you have two monitors of different
resolutions. This wasn't the case here, but it is worth mentioning.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault

   PID: 1170 (plasmashell)
   UID: 1000 (jack)
   GID: 1000 (jack)
Signal: 11 (SEGV)
 Timestamp: Sun 2024-09-01 17:44:00 BST (19s ago)
  Command Line: /usr/bin/plasmashell --no-respawn
Executable: /usr/bin/plasmashell
 Control Group:
/user.slice/user-1000.slice/user@1000.service/session.slice/plasma-plasmashell.service
  Unit: user@1000.service
 User Unit: plasma-plasmashell.service
 Slice: user-1000.slice
 Owner UID: 1000 (jack)
   Boot ID: 819b0b2fd4ee43c2a7eaeeec43d83ab5
Machine ID: 4d8fc63946ab467ea3ab613d8f66d09c
  Hostname: Roxas
   Storage:
/var/lib/systemd/coredump/core.plasmashell.1000.819b0b2fd4ee43c2a7eaeeec43d83ab5.1170.172520904000.zst
(present)
  Size on Disk: 60.3M
   Message: Process 1170 (plasmashell) of user 1000 dumped core.

Module libsystemd.so.0 from deb systemd-252.30-1~deb12u2.amd64
Module libudev.so.1 from deb systemd-252.30-1~deb12u2.amd64
Stack trace of thread 1170:
#0  0x7f0ad94aed24 pthread_sigmask (libc.so.6 + 0x8fd24)
#1  0x7f0ad945b239 sigprocmask (libc.so.6 + 0x3c239)
#2  0x7f0adbb75e9b _ZN6KCrash15setCrashHandlerEPFviE
(libKF5Crash.so.5 + 0x4e9b)
#3  0x7f0adbb76b3e _ZN6KCrash19defaultCrashHandlerEi
(libKF5Crash.so.5 + 0x5b3e)
#4  0x7f0ad945b050 n/a (libc.so.6 + 0x3c050)
#5  0x7f0adb6564db _ZN10QQuickItemD1Ev (libQt5Quick.so.5 +
0x2564db)
#6  0x7f0aba17a69c n/a (libqquicklayoutsplugin.so +
0x1469c)
#7  0x7f0adb647642
_ZN17QQuickItemPrivate10itemChangeEN10QQuickItem10ItemChangeERKNS0_14ItemChangeDataE
(libQt5Quick.so.5 + 0x247642)
#8  0x7f0adb64d68c
_ZN17QQuickItemPrivate24setEffectiveVisibleRecurEb (libQt5Quick.so.5 +
0x24d68c)
#9  0x7f0adb64d651
_ZN17QQuickItemPrivate24setEffectiveVisibleRecurEb (libQt5Quick.so.5 +
0x24d651)
#10 0x7f0adb64d651
_ZN17QQuickItemPrivate24setEffectiveVisibleRecurEb (libQt5Quick.so.5 +
0x24d651)
#11 0x7f0adb655ffd _ZN10QQuickItem13setParentItemEPS_
(libQt5Quick.so.5 + 0x255ffd)
#12 0x7f0adb65650d _ZN10QQuickItemD1Ev (libQt5Quick.so.5 +
0x25650d)
#13 0x7f0aba17f480 n/a (libqquicklayoutsplugin.so +
0x19480)
#14 0x7f0adbff9a99 _ZN11PlasmaQuick15AppletQuickItemD1Ev
(libKF5PlasmaQuick.so.5 + 0x20a99)
#15 0x7f0ad02d6789 n/a (plasma_appletscript_declarative.so
+ 0x16789)
#16 0x7f0ad98db2ce _ZN14QObjectPrivate14deleteChildrenEv
(libQt5Core.so.5 + 0x2db2ce)
#17 0x7f0ad98e7094 _ZN7QObjectD2Ev (libQt5Core.so.5 +
0x2e7094)
#18 0x7f0ad02d13c9 n/a (plasma_appletscript_declarative.so
+ 0x113c9)
#19 0x7f0adbd43d54 n/a (libKF5Plasma.so.5 + 0x4cd54)
#20 0x7f0adbd43f59 n/a (libKF5Plasma.so.5 + 0x4cf59)
#21 0x7f0adbd2dc5e _ZN6Plasma6AppletD1Ev (libKF5Plasma.so.5
+ 0x36c5e)
#22 0x7f0ad0093599 n/a (org.kde.plasma.weather.so + 0x4599)
#23 0x7f0ad98dd4ff _ZN7QObject5eventEP6QEvent
(libQt5Core.so.5 + 0x2dd4ff)
#24 0x7f0ada762fae
_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5 +
0x162fae)
#25 0x7f0ad98b1738
_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 +
0x2b1738)
#26 0x7f

[kmymoney] [Bug 492288] Nobara Linux - dark mode lettering is total black

2024-08-27 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=492288

--- Comment #1 from Jack  ---
No direct answer, but a few comments/questions.

Black text isn't necessarily bad - it's just not readable on a black
background. :-)

Please consider posting screenshots as jpeg or png images.  Spectacle is a good
tool for making captures.

I don't know if it matters, but are you running Xorg or Wayland?

What do other KDE programs do in dark mode?  What color text on what color
background.

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

[kmymoney] [Bug 473079] kMyMoney does not open window on start

2024-08-17 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=473079

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

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

[kmymoney] [Bug 395965] Il se produit lorsque je veux lancer un rapport opérations

2024-08-17 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=395965

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

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

[kmymoney] [Bug 390741] Closed accounts missing in Accounts, Home & Institution pages

2024-08-17 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=390741

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

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

[ktorrent] [Bug 490616] Ktorrent crash when trying to play media

2024-08-17 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=490616

Jack Hill  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/ktorrent/-/commit/6ffed
   ||4d673b77f20050aa9511fb03062
   ||ca1267d1

--- Comment #1 from Jack Hill  ---
Git commit 6ffed4d673b77f20050aa9511fb03062ca1267d1 by Jack Hill.
Committed on 17/08/2024 at 11:50.
Pushed by jackh into branch 'master'.

Fix crash when video widget closes

show_video_action::toggled is connected to showVideo, which calls
closeVideo. So when we set show_video_action::checked in closeVideo,
this caused closeVideo to be called recursively. Then we set video to be
a nullptr and return back to the first calling of closeVideo. Then we
try to dereference video again, which results in a crash.

The video widget still crashes for me anyway, but now due to the
phonon-vlc backend.

M  +2-2plugins/mediaplayer/mediaplayeractivity.cpp

https://invent.kde.org/network/ktorrent/-/commit/6ffed4d673b77f20050aa9511fb03062ca1267d1

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

[kmymoney] [Bug 491649] Ledger

2024-08-16 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491649

--- Comment #12 from Jack  ---
Just to clarify, the search box (including the status filter) was at the top in
 5.1.3, but is now displayed at the bottom of the ledger in master
branch/development version after you hit Ctl-F.  This means both the custom
color issue and control over columns in the ledger will be fixed in 5.2, and
the search/status filter is present in both 5.1.3 and master branch, although
you need to hit Ctl-F to see it in master.

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

[kmymoney] [Bug 491649] Ledger

2024-08-13 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491649

--- Comment #6 from Jack  ---
PLEASE - if you reply by email, trim what you are replying to - it really
clutters up the bug and makes it hard to read.
Please recheck the version number.  There is no 5.1.8, it is probably 5.1.80
plus a string related to the exact git commit used for that particular 
version.
When you first check Use Custom Colors, I believe it starts with the default
colors.  Have you tried changing any of the colors when you do check Use Custom
Colors?

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

[kmymoney] [Bug 491649] Ledger

2024-08-13 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491649

--- Comment #3 from Jack  ---
(Thomas - the bug subject is just "ledger."  I think the "New:" referred to it
being a new bug.)
First, if you reply to a bug by email, please delete everything first and only
send your new comment.  Your entire email becomes the next entry in the bug
listing, and quoting the previous entry in your email makes it much harder to
read.
Next, the program is developed in git.  5.1.3 is released from the 5.1 branch
and there is a development version released from master branch.  Git is just
the program used to manage the source code, and it allows different versions to
be worked on at the same time.  What Thomas is asking is which exact version
are you using - from Help/About KMyMoney.  This is important, as the ledger has
been mostly rewritten in master branch (which will eventually be released as
version 5.2.)
You can look at https://kmymoney.org/windows.html and try the development
version to see if some or all of your problems have been resolved.  Do make a
backup of your data file first, although some people have actually been using
this version on a regular basis.

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

[kmymoney] [Bug 491631] kmymoney doesn't accept dead keys in "Pay to" field

2024-08-12 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491631

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #4 from Jack  ---
Might it have to do with the field being a combobox which is showing possible
completions?  I'm not familiar with that code, but can you enter an accented
second character if there is NOT already a possible completion of what you are
trying to enter?

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

[kmymoney] [Bug 491631] kmymoney doesn't accept dead keys in "Pay to" field

2024-08-12 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491631

Jack  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

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

[kmymoney] [Bug 491631] kmymoney doesn't accept dead keys in "Pay to" field

2024-08-12 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491631

Jack  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Jack  ---
We need to figure out if this is really a KMyMoney problem, or something in one
of the underlying Qt or KDE libraries.  Can you try entering all those various
combinations in spreadsheet cells in Calligra?  Also, can you try copy/pasting
those combinations from any other program (or perhaps even from the memo field)
into the payee field?  That might distinguish between keboard entry problem and
a problem dealing the the accented character itself.

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

[kmymoney] [Bug 491494] Blank Home Page

2024-08-10 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491494

--- Comment #6 from Jack  ---
I am unable to reproduce this on ArtixLinux (similar to ArchLinux, but with
openrc and no systemd) either the distro 5.1.3, or a recent 5.1 or master
branch Appimage, either on xorg or on wayland.  I doubt the Arch and Artix
PKGBUILDs are different, but I'll have to check to be sure.

However, I just found https://bbs.archlinux.org/viewtopic.php?id=296427 which
looks like your problem.  What video driver are you using?  Do any of the
suggestions there help?

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

[kmymoney] [Bug 491494] Blank Home Page

2024-08-10 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491494

--- Comment #5 from Jack  ---
If you delete ~/.config/kmymoney and start the app (only Appimage or also the
distro's 5.1.3?) it works ok, but only the first time you run it?
Have you also tried an Appimage from master branch?

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

[kmymoney] [Bug 491405] Using the controle box of a tranaction the screen of my laptop blinks black.

2024-08-09 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491405

Jack  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
  Component|buildsystem |general
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Jack  ---
I suspect there is a translation issue here, as I do not understand what the
problem is.

Am I correct you just noticed this when upgrading from an earlier version to
5.1.32, as part of updating LInux Mint?

What do you mean by the Status box?  How did you hide it?  Are you saying that
when you do this, the entire screen blinks, or just the KMM window?  Did it
only blink once, or what did you have to do to recover?

With more details, we are more likely to be able help you.

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

[kmymoney] [Bug 491494] Blank Home Page

2024-08-09 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491494

Jack  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Jack  ---
The home page (as well as the display of many reports) is generated as HTML,
and there seem to be some circumstances where this is not handled correctly (or
at all) leading the the black area.  It is certainly possible wayland is
involved, but we need more information first.
What are the KDE versions shown by the Components tab of Help/About KMyMoney? 
(KMyMoney has not yet been ported to Qt/KDE 6.)
Also, can you try running an Appimage version to see if it works?  Over the
past months, some of the underlying libraries KMM uses have changed, but of
course I don't remember the details when it matters.  (see
https://kmymoney.org/appimage.html)

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

[kmymoney] [Bug 489260] Ctrl+Ins generates error message . . . change to keyboard shortcut not retained

2024-08-04 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=489260

--- Comment #7 from Jack  ---
Sounds reasonable to me.  I suspect it's one of those things where there are a
limited number of shortcuts, and sooner or later someone else will start using
another one that we have been using.  
Having looked at the other bug, I'm not sure if they are the same or not.  I
think for me to really test I'll have to set up a new user, but in any case, I
don't think this really counts as a bug in either KMM or plasma - it's just the
eventual conflict in a limited number of keyboard shortcuts, when they can be
created/added by plasma (or any Desktop Environment) or any application.

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

[kmymoney] [Bug 434851] The key sequence 'Ctrl+Ins' is ambiguous

2024-08-04 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=434851

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

--- Comment #4 from Jack  ---
Does anyone still find this to be a problem.  Possible duplicate bug 489260

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

[kmymoney] [Bug 491145] Home Page and Reports not showing data

2024-08-04 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491145

--- Comment #4 from Jack  ---
Over the years, many new checks have been added to the consistency test, so new
issues showing up is not a surprise.  Please say what types of messages you get
and we can suggest how to resolve them.
When you say it forgot  some reports, did it just no longer mark some reports
as favorites, or did it seem to actually forget the report?  In the latter
case, if you Save As with the new version (be sure to keep a copy of the
original data file) is the report now missing if you open that new file with
the old version of the program?  I want to be sure there isn't something in the
old report which the new program fails to read correctly.

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

[kmymoney] [Bug 491145] Home Page and Reports not showing data

2024-08-01 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=491145

Jack  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Jack  ---
I was going to close this as a duplicate of Bug 468936, but that one got closed
as WORKSFORME because the OP didn't respond to questions about details of their
setup.  Basically, the "missing" sections are rendered using HTML, so the
problem is figuring why that is the case.  I thought there had been a solution,
but will need to do some further research to find that information.

However, if this problem just started for you, is this a new installation of
KMyMoney, or else what has recently changed or been upgraded?

In the meantime, I did find one post suggesting that something had changed
either in the rendering or the package building, so it would be good if you
could at least try using the development version, built from master branch,
rather than either the stable 5.1.3 or even git head of the 5.1 git branch.

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

[kmymoney] [Bug 489274] Manual backup

2024-07-31 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=489274

Jack  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Jack  ---
Please confirm whether this is the menu File/Backup or File/Save or Save As.  
Backups add a time stamp to the file name, so uniqueness should not be an
issue..
I don't believe that you could ever save a file to a director that did not
already exist, so at least some idea of how long ago you claim this worked
would be helpful.  
Please be consistent with slashes (all forward or all backward) as mixing them
is confusing.
Please confirm that all these are local folders, with no network mapping
involved.  Network drives add a layer of complexity, especially on Windows.
Where are you specifying this folder?  I don't have a copy of Windows handy to
check on the differences in the save file dialog, but on Linux, the dialog lets
you browse through folders and specify a file name, but I don't think you can
specify the path in the file name box, just the name.

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

[kmymoney] [Bug 433313] GPG encryption

2024-07-28 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=433313

--- Comment #10 from Jack  ---
Can you identify where that message is written?  I don't generally use
encryption myself, but hopefully later in the week I can make some time to run
under a debugger.  Am I correct this is true in both 5.1.3 and git master?

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

[kmymoney] [Bug 489260] Ctrl+Ins generates error message . . . change to keyboard shortcut not retained

2024-07-22 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=489260

--- Comment #5 from Jack  ---
I have not yet looked carefully at the other bug  you mentioned, but when you
say you changed or deleted Ctl-Ins as a short-cut for copy, where did you do
that?  If you did it in KMyMoney, I'm not surprised it didn't stick.  I believe
(but am not yet certain) that Ctl-Ins for copy is set by some part of the
system other than KMyMoney, and it is in place in the Desktop Environment
(whether Plasma or xfce or something else) when KMyMoney starts.  I suspect
that if you find whatever tool your Desktop Environment uses to set keyboard
shortcuts and delete or change it there, you will fix the problem in KMyMoney. 
I'm not really sure there is anything else KMyMoney can actually do about it if
I am correct as to the cause.  I'll try to find time to check that other bug.

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

[kmymoney] [Bug 460131] Make it possible/easier to open account's web site to download transactions

2024-07-20 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=460131

--- Comment #10 from Jack  ---
Having a link to invoke the URL (if peresent) makes sense on both the Account
and Institutions Edit pages, and I suppose even from their entry in the
relevant View.  However, for my use case, it makes sense to be able to do so
directly from the ledger.  For accounts which no longer support direct connect,
being able to go directly to the web site from the ledger saves lots of steps. 
Even if I don't have a specific URL for the account, falling back to the
institution's URL if no account URL is available make sense.

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

[kmymoney] [Bug 460131] Make it possible/easier to open account's web site to download transactions

2024-07-19 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=460131

--- Comment #8 from Jack  ---
I had been looking for it somewhere on the tab itself.  However, that icon only
seems to appear if you have explicitly entered a URL for the account.  If you
have not done so, shouldn't it appear using the Institution's URL, if present?

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

[kmymoney] [Bug 490207] Scheduled transactions Not automatically entered

2024-07-19 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=490207

Jack  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 CC||ostroffjh@users.sourceforge
   ||.net
 Status|NEEDSINFO   |REPORTED

--- Comment #6 from Jack  ---
I'm having the same problem, and I've also tried a variety of those settings. 
I have two overdue schedules, and restarting KMM does not try to load them.  I
also had one overdue schedule, and when I imported some bank transactions which
included the transaction which matched the schedule, it also did not offer to
load it.

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

[kmymoney] [Bug 460131] Make it possible/easier to open account's web site to download transactions

2024-07-18 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=460131

--- Comment #6 from Jack  ---
Now that I'm trying to test this - how do you activate the web url for an
account or institution?  I see you can click the icon next to the URL in the
Edit Institution dialog, but I don't see anything similar on Edit Account. 
Should I open a new wishlist, perhaps to add "open linked URL" to the
Institution and Account options menu?  Maybe also put a button on the ledger
page?  If I'm really stretching, could right clicking the ledger tab bring up
the Account Options menu?

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

[Elisa] [Bug 429942] Ability to append to playlist after currently playing song or album, not just after everything

2024-07-17 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=429942

Jack Hill  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/elisa/-/commit/c2e78
   ||e01aa0f44f4aad39e60fa88ccad
   ||e72a3bd7

--- Comment #6 from Jack Hill  ---
Git commit c2e78e01aa0f44f4aad39e60fa88ccade72a3bd7 by Jack Hill.
Committed on 17/07/2024 at 18:17.
Pushed by jackh into branch 'master'.

Allow adding to the playlist immediately after the current song

M  +6-0src/qml/AbstractBrowserDelegate.qml
M  +2-0src/qml/AbstractDataView.qml
M  +11   -0src/qml/DataGridView.qml
M  +4-0src/qml/DataTrackView.qml
M  +22   -0src/qml/NavigationActionBar.qml
M  +6-0src/qml/TrackBrowserDelegate.qml

https://invent.kde.org/multimedia/elisa/-/commit/c2e78e01aa0f44f4aad39e60fa88ccade72a3bd7

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

[clazy] [Bug 489962] New: A check that detects whether QVERIFY can be rewritten to use one of the QCOMPARE macros

2024-07-09 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=489962

Bug ID: 489962
   Summary: A check that detects whether QVERIFY can be rewritten
to use one of the QCOMPARE macros
Classification: Developer tools
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: jackhill3...@gmail.com
CC: smart...@kde.org
  Target Milestone: ---

SUMMARY
Qt 6.4 added macros such as QCOMPARE_GE(computed, baseline) to replace the use
of QVERIFY(computed >= baseline). These macros will output the actual value of
computed and baseline, which makes it easier to debug if a test fails.

I think it would be useful to have a check + fixit to replace instances of
QVERIFY with their QCOMPARE_* counterpart.

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

[kmymoney] [Bug 441793] Phantom Transaction

2024-07-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=441793

Jack  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #2 from Jack  ---
OP reported by personal mail he doesn't even recall posting the bug, and
doesn't remember having that problem.  Closing.

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

[kmymoney] [Bug 442354] When matching transactions, the first one selected should be first shown in the "Merge Transactions" dialog

2024-07-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=442354

Jack  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.2

--- Comment #4 from Jack  ---
Thanks for confirming, but I didn't think this was fixed in 5.1.3, only in
master branch.  Perhaps there was a partial fix in 5.1.3, which was enough to
meet your needs, with further improvement of the match dialog in master branch,
so I'll close as fixed in 5.2.

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

[kmymoney] [Bug 419570] Provide split category detail instead of fixed text 'Split transaction'

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=419570

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

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

[kmymoney] [Bug 419570] Provide split category detail instead of fixed text 'Split transaction'

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=419570

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #2 from Jack  ---
Hasn't this been addressed in the new ledger in git master?

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

[kmymoney] [Bug 441793] Phantom Transaction

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=441793

Jack  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Jack  ---
I"m not sure why this never got addressed, but unless you still have a data
file that shows this problem, I'm tempted to close this as WORKSFORME.

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

[kmymoney] [Bug 451828] When importing Online transactions using OFX, transactions may be skipped if occurred on the day of the last update

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=451828

Jack  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #6 from Jack  ---
I tend to blame such things on the phase of the moon.   I'm not suer why this
wasn't closed but doing so now.  Obviously this can be reopened if the problem
recurs.

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

[kmymoney] [Bug 454485] KMyMoney crashed when opening a ledger

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=454485

Jack  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #3 from Jack  ---
Given that gnutls has likely been upgraded since this was reported,  and you
should now be using KMM 5.1.3, does this still happen?

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

[kmymoney] [Bug 317511] Allow transaction editing from ledger view after double-clicking on category in category list

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=317511

--- Comment #7 from Jack  ---
Are we ready to call this closed and fixed in 5.2?

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

[kmymoney] [Bug 442354] When matching transactions, the first one selected should be first shown in the "Merge Transactions" dialog

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=442354

--- Comment #2 from Jack  ---
Hasn't this been addressed in the new ledger?  It is now possible to switch
which transaction is considered "first" when merging.  If someone else can
confirm, I'll be happy to close as fixed in 5.2.

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

[kmymoney] [Bug 342401] allow different payees on splits

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=342401

--- Comment #12 from Jack  ---
If I'm not mistaken, this is now possible in the new ledger, used in any
version compiled from git master.  It would be great if the OP could confirm it
works for him, and we could close as fixed in 5.2.

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

[kmymoney] [Bug 474917] Text reports are gray with no information

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=474917

--- Comment #14 from Jack  ---
I'm not sure if anything was explicitly done about this, but I wonder if we
should close it as fixed in 5.2?

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

[kmymoney] [Bug 253530] in ledger view the cursor moves to wrong position after selecting the Transfer or Withdrawal tabs

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=253530

--- Comment #6 from Jack  ---
Given it's been a long time, and I don't know if the OP is still using KMM, but
I wonder if this is still a problem with the new ledger code in git master?  I
also wonder if we have an open wishlist to alter the tab order of fields in the
ledger, which might also be helpful here.

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

[kmymoney] [Bug 273335] Wishlist- Ledger view - change item order

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=273335

Jack  changed:

   What|Removed |Added

Version|SVN |git (master)
   Platform|openSUSE|Compiled Sources

--- Comment #1 from Jack  ---
Given this is still an issue, I've updated some of the details.  However, I
don't see any reasonable way to adjust the order of individual transactions,
unless we add a new field to each transaction, as I do not think we want to
change one of the current date fields to date/time.  The new field could be
date/time, just a time, or perhaps just a  "sort" integer.  This field would
use a default value for most transactions, but be editable to slightly order
the sort within a day.  It might make sense to only allow sorting by this field
after one of the date fields.

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

[kmymoney] [Bug 489812] Kmymoney 5.1.3 stuck at splash screen

2024-07-06 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=489812

Jack  changed:

   What|Removed |Added

 Resolution|FIXED   |NOT A BUG

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

[kmymoney] [Bug 488231] Forecast

2024-07-01 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=488231

--- Comment #3 from Jack  ---
I assume you mean 5.1.3.  Hopefully this is not platform dependent.
So far, you are the only one  to report this problem, and we can't reasonably
fix a problem we don't see.  
The best way to get this addressed is for someone to reproduce it, and it would
help if you can create a minimal .kmy file that demonstrates the problem.

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

[kmymoney] [Bug 489507] crashes when I try to open the ledger

2024-06-30 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=489507

Jack  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Jack  ---
Can you run from command line and see if any useful messages are output to
console?

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

[Elisa] [Bug 488970] Wrong song is playing after pause

2024-06-30 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=488970

Jack Hill  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||jackhill3...@gmail.com
 Status|REPORTED|CONFIRMED

--- Comment #2 from Jack Hill  ---
I can reproduce this, but only with the Qt MultiMedia backend. VLC works just
fine.

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

[Alligator] [Bug 465221] Drawer doesn't go away when tapping on items

2024-06-27 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=465221

Jack Hill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/alligator/-/commit/7f46
   ||a63cef51154321e9a49c14c55fe
   ||af7515fed
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Jack Hill  ---
Git commit 7f46a63cef51154321e9a49c14c55feaf7515fed by Jack Hill.
Committed on 27/06/2024 at 19:36.
Pushed by jackh into branch 'master'.

Close sidebar when tapping on an item

Test-plan:
- Run the app
- Make window narrow enough until the sidebar becomes modal
- Tap/click on a sidebar item

Before:
- Sidebar did not close automatically

Now:
- Sidebar closes automatically

M  +15   -0src/qml/AlligatorGlobalDrawer.qml

https://invent.kde.org/network/alligator/-/commit/7f46a63cef51154321e9a49c14c55feaf7515fed

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

[Elisa] [Bug 488960] Elisa crashed in QFFmpeg::AudioRenderer::updateOutput() while browsing playlist

2024-06-25 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=488960

Jack Hill  changed:

   What|Removed |Added

 CC||jackhill3...@gmail.com

--- Comment #3 from Jack Hill  ---
What OS are you running? Were you changing tracks, or did a track finish
playing when the crash happened?

I expect this is the same issue as https://bugs.kde.org/show_bug.cgi?id=486630

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

[kmymoney] [Bug 488705] Font transaction form

2024-06-25 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=488705

Jack  changed:

   What|Removed |Added

  Component|bugtracker  |ux-ui

--- Comment #1 from Jack  ---
You didn't say which Operating System/Distribution you are using.  It may well
matter here, as each has their own ways of managing and controlling font usage.

4.6.8 is well long past unsupported, and the changes since then have been
major.  At this point I would ask if you can reproduce the issue in a version
from master branch.  Although there is still no definite timeline, it seems
unlikely at this point (unless the problem can be confirmed and turns out
trivial to fix) that it will be addressed before 5.2 is released.

However, one thing you might try is to set all  the KMyMoney font settings back
to default values, and try changing the font for the entire system.  I know
that might not be ideal, but if it works, it could be a reasonable approach
while waiting for 5.2.

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

[kmymoney] [Bug 489129] Program unexpectedly crashes

2024-06-24 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=489129

Jack  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Jack  ---
the first thing I would try is to launch KMyMoney from a command line, to see
if anything useful is printed out to console.

Also, although it may not be worth testing, I suspect that using a prior
version of the program would have been enough,  if the program crashed, then it
probably did not save a new version of the data file, and opening that file
with the older version of the program should work fine.  Can you state which
version does not work, and I assume the version you mentioned above is the one
that failed?

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

[Elisa] [Bug 488690] "Add to playlist" interrupts playback and plays another song at random (when shuffle is active)

2024-06-21 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=488690

Jack Hill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/mult
   ||imedia/elisa/-/commit/fe01a
   ||d59ca132e8b447bb6b1edb4536e
   ||b69ec24a
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Jack Hill  ---
Git commit fe01ad59ca132e8b447bb6b1edb4536eb69ec24a by Jack Hill.
Committed on 21/06/2024 at 13:55.
Pushed by jackh into branch 'master'.

MediaPlayListProxyModel: only enqueue after the current track when shuffled

and only after the current album when in album shuffle mode.

Typically if a user wants to enqueue a track, they also want to hear the
track at some point.

Also fixes an issue where the enqueued track could sometimes enqueue at
the index of the currently playing track, causing the current track to
change.

M  +30   -5autotests/mediaplaylistproxymodeltest.cpp
M  +14   -2src/mediaplaylistproxymodel.cpp

https://invent.kde.org/multimedia/elisa/-/commit/fe01ad59ca132e8b447bb6b1edb4536eb69ec24a

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

[Elisa] [Bug 394401] Allow to resize areas in main window

2024-06-19 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=394401

Jack Hill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/mult
   ||imedia/elisa/-/commit/5f874
   ||a4b82c46f199642c29705975519
   ||8a33306b
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #8 from Jack Hill  ---
Git commit 5f874a4b82c46f199642c297059755198a33306b by Jack Hill.
Committed on 19/06/2024 at 10:32.
Pushed by jackh into branch 'master'.

Allow resizing the main content sidebars

Test-plan

Simple resize
- Resize left & right sidebars
- Restart elisa
- Check sidebar widths have not changed

Hide & show playlist
- Resize left & right sidebars
- Hide playlist sidebar
- Show playlist sidebar
- Check sidebar widths have not changed

Hide & show playlist with restart
- Resize left & right sidebars
- Hide playlist sidebar
- Restart elisa
- Show playlist
- Check sidebar widths have not changed

Simple window resize
- Make right sidebar as wide as possible
- Shrink elisa window until right sidebar starts to contract in size
- Enlarge elisa window again
- Check playlist width enlarges until it reaches the configured width,
  then it maintains the same width while the main content width
  increases

Window resize with restart
- Make right sidebar as wide as possible
- Shrink elisa window until right sidebar starts to contract in size
- Restart elisa
- Enlarge elisa window again
- Check playlist width enlarges until it reaches the configured width,
  then it maintains the same width while the main content width
  increases

Left sidebar icons-only mode
- Embed a category in the sidebar
- Shrink left sidebar to minimum size
- Check that the category section header has disappeared

Minimum content width
- Play around with sidebar widths, ensuring the main content always
  displays at least 2 grid view icons

M  +7-0src/qml/BaseTheme.qml
M  +50   -24   src/qml/ContentView.qml
M  +10   -0src/qml/ElisaMainWindow.qml
M  +5-10   src/qml/ViewSelector.qml

https://invent.kde.org/multimedia/elisa/-/commit/5f874a4b82c46f199642c297059755198a33306b

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

[Akonadi] [Bug 357819] Korganizer doesn't send calendar events to Google account

2024-06-19 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=357819

--- Comment #12 from Jack  ---
Con no longer explicitly confirm.  Perhaps time to close and let someone reopen
if it still occurs with KDE6?

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

[kio] [Bug 126313] testing has no effect, all functions other than delete don't work when user lacks permission to camera

2024-06-19 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=126313

--- Comment #8 from Jack  ---
Perhaps reasonable to close as UNSUPPORTED at this point, and someone can
re-open if it is still a problem?  I'm not in position to test currently, and
probably not worth worrying about unless it still happens under KDE6.

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

[kmymoney] [Bug 415519] AppImage - aqbanking Update (All) Accounts not working

2024-06-17 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=415519

--- Comment #17 from Jack  ---
Is this still a problem, or does the info in Comment #15 provide a sufficient
solution?

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

[ktorrent] [Bug 487184] Ktorrent sending erroneous announce header triggering "Error: Abnormal access blocked !"

2024-06-17 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=487184

--- Comment #2 from Jack Hill  ---
actually, maybe not. I can't see where libktorrent sets the Referrer metadata
for that branch to be executed

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

[ktorrent] [Bug 487184] Ktorrent sending erroneous announce header triggering "Error: Abnormal access blocked !"

2024-06-17 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=487184

Jack Hill  changed:

   What|Removed |Added

 CC||jackhill3...@gmail.com

--- Comment #1 from Jack Hill  ---
Most likely caused by this line
https://invent.kde.org/frameworks/kio/-/blob/master/src/kioworkers/http/http.cpp#L398
introduced by this commit
https://invent.kde.org/frameworks/kio/-/commit/2cda0c729bb3fa3cbc7f410f6c066b4d48b2cbf0

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

[okular] [Bug 488612] Okular not launching

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

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

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

[kmymoney] [Bug 487734] cannot open when RDP to the machine

2024-06-17 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=487734

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

--- Comment #10 from Jack  ---
Jesse - as I said in Comment #6, for such discussions, please don't use a
closed bug report, but use https://discuss.kde.org, or one of the other options
listed at https://kmymoney.org/support.html.  Also, do some searching, as I
believe that topic has been discussed recently (sorry I don't have a link
handy.)  I do believe that in versions of KMyMoney from master branch, it is
possible to get asset/liability accounts included in some income/expense
reports.

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

[frameworks-qqc2-desktop-style] [Bug 488620] New: Desktop and Breeze QQC2 styles misuse icon.name and icon.source properties

2024-06-17 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=488620

Bug ID: 488620
   Summary: Desktop and Breeze QQC2 styles misuse icon.name and
icon.source properties
Classification: Frameworks and Libraries
   Product: frameworks-qqc2-desktop-style
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: jackhill3...@gmail.com
CC: ahiems...@heimr.nl, k...@davidedmundson.co.uk,
noaha...@gmail.com, notm...@gmail.com
  Target Milestone: ---

SUMMARY
The Qt Quick Controls icon documentation states:

https://doc.qt.io/qt-6/qtquickcontrols-icons.html

> Theme icons are referenced by a name, and regular icons by a source URL.
> Both icon.name and icon.source can be set to ensure that an icon will always
> be found. If the icon is found in the theme, it will always be used; even if
> icon.source is also set. If the icon is not found in the theme, icon.source
> will be used instead.

but this is not the case when running with Desktop or Breeze style. Instead
icon.name and icon.source can take either an icon name or URL, and icon.name is
given a higher priority. This means I can do `icon.name:
"image://MyProvider/cool-icon"` or `icon.source: "media-playback-start"` get an
icon.

The issue is that this does not match the behavior of upstream styles, so
developers who accidentally use the wrong property will unknowingly break the
app when running with other styles.

STEPS TO REPRODUCE
1. Build Elisa at commit ffc7a58b (latest master)
2. Run in desktop mode with Desktop style
3. Open application menu
4. Open color scheme menu

5. Close Elisa & launch again but with Material style enabled
6. Re-open color scheme menu

OBSERVED RESULT
With Desktop style: color scheme icons are shown
With Material style: no color scheme icons are shown

EXPECTED RESULT
With both styles: no color scheme icons are shown

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20240609
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.1
Kernel Version: 6.9.3-1-default (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION

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

[kmymoney] [Bug 486168] Kmymoney Reports no longer available after upgrade to Fedora 40 KDE Spin

2024-06-16 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=486168

--- Comment #17 from Jack  ---
@mattia 
The question was really whether that rebuilt version was pushed to the stable
repository.  It was not obvious to me just looking at the bug report.  Thanks
for confirming.

On porting to Qt6, no further bug or issue is needed.  It's already on the
list.  Some initial work has already been done as part of other program
changes, although there is plenty left to do.  I'm still hoping to publish some
sort of roadmap, but the next major release of KMM will be 5.2, which will be
made from master branch.  After that, I believe the major effort will be the
Qt5 -> Qt6 effort.  There is no formal timeline yet for either of these, and
it's already later than had been hoped, but things are definitely progressing.

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

[kmymoney] [Bug 486876] Show balance button on Ledger view is negative

2024-06-15 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=486876

Jack  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #6 from Jack  ---
Converting to wishlist per Comment #5.

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

[kmymoney] [Bug 486168] Kmymoney Reports no longer available after upgrade to Fedora 40 KDE Spin

2024-06-15 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=486168

Jack  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #14 from Jack  ---
I see the Fedora bug has been closed, so closing here.  Let us know if it still
doesn't work.

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

[kmymoney] [Bug 487506] “kmymoney.app” is damaged and can’t be opened. You should move it to the Trash.

2024-06-14 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=487506

--- Comment #3 from Jack  ---
I don't think anyone on the KMM team is  a Mac user.  Since you have it
working, I suspect an answer as to why what you did helped will need to come
from a Mac related list or forum.  I'll probably close as DOWNSTREAM, but if
you do find anything that might be changed in the build or packaging process,
let us know.  However, given that the current stable builds for Max x86-64 are
not working (see https://kmymoney.org/macos.html) and the version for arm64 is
from March, I'm not sure when will will be able to use such information for a
new build.

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

[kmymoney] [Bug 305019] Import from Gnucash

2024-06-14 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=305019

Jack  changed:

   What|Removed |Added

Version|4.6.3   |5.1.3

--- Comment #5 from Jack  ---
Seems to still be a legitimate request, so I'll just update the version to the
current release.
The payee field is not required, but it is useful if you want to track all the
money you have gotten from or given to some individual or organization.  Some
users even enter a payee for transfer transactions (I believe that was
mentioned an on old thread on the mailing list.)  I also have several payees
such as "Misc restaurant" or "Misc clothing store."  Some might be obvious from
the category, but not all, so reports by category and by payee are
independently useful for me.
So, the idea of having more control over whether and how payees are created
when importing gnucash data seems good.  
I don't know it will get much of a priority for the scarce developers' time,
but it's still worth tracking.

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

[kmymoney] [Bug 305019] Import from Gnucash

2024-06-14 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=305019

--- Comment #3 from Jack  ---
I'm tempted to close this as UNSUPPORTED, but I don't know if the problem is
still present with 5.1.3 or master branch.  However, it would help if someone
who needed this could could re-write the description of what is actually
desired, using more accurate terminology, as PAYEEs have names, and there is a
NOTES field, but no DESCRIPTION.

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

[kmymoney] [Bug 487734] cannot open when RDP to the machine

2024-06-14 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=487734

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net
 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Jack  ---
Thanks for letting us know.  Please take further discussion to
https://discuss.kde.org or one of the other options listed at
https://kmymoney.org/support.html.
On the report, have you looked at the cash flow reports?  If those are not what
you want, please describe in more detail how what you want differs from what is
available.  There have been some changes to reports in master branch, but it is
not likely that these will be backported to 5.1.  In that case, it would be
best if you can provide a small example set of data.
Depending on whether your keyboard shortcuts have been altered (I don't know if
the defaults are changed on Windows) Ctl-Ins starts a new transaction.  You can
confirm this by clicking the Transaction Menu and see if a shortcut is listed
on the New menu item.

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

[kirigami-addons] [Bug 484866] Licence dialog in AboutPage opens as an overlay on top of the root application window rather than the about window

2024-06-14 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=484866

Jack Hill  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/libr
   ||aries/kirigami-addons/-/com
   ||mit/5f757b8663ce0cf8395571e
   ||af5d2c0373a226f5e

--- Comment #2 from Jack Hill  ---
Git commit 5f757b8663ce0cf8395571eaf5d2c0373a226f5e by Jack Hill.
Committed on 14/06/2024 at 09:23.
Pushed by carlschwan into branch 'master'.

Open AboutPage license dialog on the correct window

Test-plan:
- Launch Elisa
- Open "About Elisa"
- Click "LGPLv3"

Before:
- License dialog opened on the main window (not the About window)

Now:
- License dialog opens on the About window

M  +1-1src/formcard/AboutPage.qml

https://invent.kde.org/libraries/kirigami-addons/-/commit/5f757b8663ce0cf8395571eaf5d2c0373a226f5e

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

[Elisa] [Bug 481994] Scrolling in lyrics with mouse wheel doesn't scroll lyrics

2024-06-13 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=481994

Jack Hill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/mult
   ||imedia/elisa/-/commit/1193d
   ||846912bdd51797ded1e45c48297
   ||8e519480
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Jack Hill  ---
Git commit 1193d846912bdd51797ded1e45c482978e519480 by Jack Hill.
Committed on 13/06/2024 at 17:04.
Pushed by jackh into branch 'master'.

ContextView: allow scrolling lyrics with the mouse wheel again

Test-plan:
- Play a track with embedded lyrics
- Open the Now Playing view and show the lyrics
- Scroll mouse wheel while hovering over lyrics

Before:
- Lyrics did not scroll

Now:
- Lyrics scroll as expected

M  +41   -45   src/qml/ContextView.qml

https://invent.kde.org/multimedia/elisa/-/commit/1193d846912bdd51797ded1e45c482978e519480

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

[Elisa] [Bug 481994] Scrolling in lyrics with mouse wheel doesn't scroll lyrics

2024-06-13 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=481994

Jack Hill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult
   |imedia/elisa/-/commit/1193d |imedia/elisa/-/commit/be708
   |846912bdd51797ded1e45c48297 |3787e2c543f5c746adc2944b81b
   |8e519480|046928e8

--- Comment #4 from Jack Hill  ---
Git commit be7083787e2c543f5c746adc2944b81b046928e8 by Jack Hill.
Committed on 13/06/2024 at 17:15.
Pushed by jackh into branch 'release/24.05'.

ContextView: allow scrolling lyrics with the mouse wheel again

Test-plan:
- Play a track with embedded lyrics
- Open the Now Playing view and show the lyrics
- Scroll mouse wheel while hovering over lyrics

Before:
- Lyrics did not scroll

Now:
- Lyrics scroll as expected


(cherry picked from commit 1193d846912bdd51797ded1e45c482978e519480)

Co-authored-by: Jack Hill 

M  +41   -45   src/qml/ContextView.qml

https://invent.kde.org/multimedia/elisa/-/commit/be7083787e2c543f5c746adc2944b81b046928e8

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

[Elisa] [Bug 488101] chosen one artist, but song from other

2024-06-10 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=488101

Jack Hill  changed:

   What|Removed |Added

 CC||jackhill3...@gmail.com

--- Comment #1 from Jack Hill  ---
I think this bug was fixed by one of these commits
https://invent.kde.org/multimedia/elisa/-/merge_requests/496/commits

Please try to reproduce the issue with Elisa version 24.02 or a later version

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

[kmymoney] [Bug 488137] Scheduled Transactions not showing in Ledger

2024-06-09 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=488137

Jack  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |NOT A BUG

--- Comment #3 from Jack  ---
Thanks for letting us know.

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

[Elisa] [Bug 484972] Files tab is empty and it closes itself after clicking on Add to playlist

2024-06-08 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=484972

--- Comment #11 from Jack Hill  ---
Git commit 246178d77c77f89a430829e5113ffd20805acb54 by Jack Hill.
Committed on 08/06/2024 at 11:10.
Pushed by ngraham into branch 'release/24.05'.

Fix potential crash when enqueueing from empty files view

If the current folder is empty, then mPendingEntries will be empty. Calling
front on an empty queue is undefined behaviour, and can result in a crash.

Test-plan: added an autotest
Related: bug 441525
(cherry picked from commit 87ef42ed7864582c7c9899def66ab56d656aa8a3)

M  +11   -0autotests/CMakeLists.txt
A  +86   -0autotests/filebrowserproxymodeltest.cpp [License:
LGPL(v3.0+)]
M  +6-7src/models/filebrowserproxymodel.cpp

https://invent.kde.org/multimedia/elisa/-/commit/246178d77c77f89a430829e5113ffd20805acb54

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

[Elisa] [Bug 441525] playlist crashes in FileBrowserProxyModel::recursiveEnqueue() Elisa if opened in Files window

2024-06-08 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=441525

Jack Hill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult
   |imedia/elisa/-/commit/87ef4 |imedia/elisa/-/commit/24617
   |2ed7864582c7c9899def66ab56d |8d77c77f89a430829e5113ffd20
   |656aa8a3|805acb54

--- Comment #10 from Jack Hill  ---
Git commit 246178d77c77f89a430829e5113ffd20805acb54 by Jack Hill.
Committed on 08/06/2024 at 11:10.
Pushed by ngraham into branch 'release/24.05'.

Fix potential crash when enqueueing from empty files view

If the current folder is empty, then mPendingEntries will be empty. Calling
front on an empty queue is undefined behaviour, and can result in a crash.

Test-plan: added an autotest
Related: bug 484972
(cherry picked from commit 87ef42ed7864582c7c9899def66ab56d656aa8a3)

M  +11   -0autotests/CMakeLists.txt
A  +86   -0autotests/filebrowserproxymodeltest.cpp [License:
LGPL(v3.0+)]
M  +6-7src/models/filebrowserproxymodel.cpp

https://invent.kde.org/multimedia/elisa/-/commit/246178d77c77f89a430829e5113ffd20805acb54

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

  1   2   3   4   5   6   7   8   9   10   >