[kmail2] [Bug 435410] Inconsistency between "Copy/Move Message" in main window and reader window

2021-04-15 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=435410

Laurent Montel  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||kmail/commit/a6737b4cfd48fb
   ||3ec16de1d7648b5d99dcfea39e

--- Comment #5 from Laurent Montel  ---
Git commit a6737b4cfd48fb3ec16de1d7648b5d99dcfea39e by Laurent Montel, on
behalf of Jonathan Marten.
Committed on 16/04/2021 at 04:46.
Pushed by mlaurent into branch 'master'.

Make the Copy/Move actions in the message reader window work consistently

That is, consistently with those in the main KMail window.  Use those
main window actions to set the text and icon, so that the icon fallback
implemented in Akonadi::StandardActionManager works.  Save the folder
used for a copy or move action in the recently used folder list so that
the list is updated even though we are not using the standard Akonadi
actions.

M  +1-1CMakeLists.txt
M  +17   -9src/kmreadermainwin.cpp

https://invent.kde.org/pim/kmail/commit/a6737b4cfd48fb3ec16de1d7648b5d99dcfea39e

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

[kmail2] [Bug 435410] Inconsistency between "Copy/Move Message" in main window and reader window

2021-04-10 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=435410

--- Comment #4 from Jonathan Marten  ---
Git commit 79f84aa36743637c274af0134dffe46a5122826c by Jonathan Marten.
Committed on 10/04/2021 at 07:25.
Pushed by mlaurent into branch 'master'.

Make the recently accessed folder list globally accessible

This is normally managed by RecentCollectionAction, but is only updated
by StandardActionManager when its standard actions are used.  If a
caller uses its own actions, for example KMail's separate message reader
window, then the list is not updated.

Add a static function StandardActionManager::addRecentCollection(),
which simply calls RecentCollectionAction::addRecentCollection() to
update the global recent collection list.  Read and update this list in
RecentCollectionAction as before.

M  +35   -22   src/widgets/recentcollectionaction.cpp
M  +8-4src/widgets/recentcollectionaction_p.h
M  +6-0src/widgets/standardactionmanager.cpp
M  +8-0src/widgets/standardactionmanager.h

https://invent.kde.org/pim/akonadi/commit/79f84aa36743637c274af0134dffe46a5122826c

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

[kmail2] [Bug 435410] Inconsistency between "Copy/Move Message" in main window and reader window

2021-04-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435410

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/kmail/-/merge_requests/21

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

[kmail2] [Bug 435410] Inconsistency between "Copy/Move Message" in main window and reader window

2021-04-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=435410

--- Comment #2 from Jonathan Marten  ---
First part of fix submitted as
https://invent.kde.org/pim/akonadi/-/merge_requests/57

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

[kmail2] [Bug 435410] Inconsistency between "Copy/Move Message" in main window and reader window

2021-04-06 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=435410

--- Comment #1 from Laurent Montel  ---
Git commit 45eae3fe64bccda3baee27829b09a9e330b33fa7 by Laurent Montel.
Committed on 06/04/2021 at 11:27.
Pushed by mlaurent into branch 'release/21.04'.

Add icon for "move to"

M  +1-0src/kmreadermainwin.cpp

https://invent.kde.org/pim/kmail/commit/45eae3fe64bccda3baee27829b09a9e330b33fa7

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