[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2022-11-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397486

Nate Graham  changed:

   What|Removed |Added

 CC||vbsamp...@gmail.com

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

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2022-11-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397486

Nate Graham  changed:

   What|Removed |Added

 CC||p...@free.fr

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

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2022-02-16 Thread Ezra Sharp
https://bugs.kde.org/show_bug.cgi?id=397486

Ezra Sharp  changed:

   What|Removed |Added

 CC||ezra.sh...@nice.kiwi

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-10-13 Thread Omar
https://bugs.kde.org/show_bug.cgi?id=397486

--- Comment #10 from Omar  ---
> start with newly installed software that was installed directly from discover

it will be just a matter of time (months/years) when everybody would install a
new system and all user-installed software will be indexed.

or we could find a way to enable this only on newly installed systems

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-10-11 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=397486

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REOPENED|RESOLVED

--- Comment #9 from Aleix Pol  ---
Neither of these provide this information, as far as I know.
I don't think it's worth adding a workaround.

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-10-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397486

Nate Graham  changed:

   What|Removed |Added

 Resolution|INTENTIONAL |---
 Status|RESOLVED|REOPENED

--- Comment #8 from Nate Graham  ---
Is the problem that PackageKit, Snap, and Flatpak can't provide this
information?

Even if they can't, wouldn't we be able to have Discover store the information
itself for apps installed using Discover?

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-10-11 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=397486

Aleix Pol  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #7 from Aleix Pol  ---
Let's stand on information we actually have.

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-09-04 Thread Omar
https://bugs.kde.org/show_bug.cgi?id=397486

--- Comment #6 from Omar  ---
(In reply to Aleix Pol from comment #4)
> The real work is getting the installation date. I don't think we have the
> information easily available.

It seems hacky, but we could at least start with newly installed software that
was installed directly from discover.

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-09-04 Thread Omar
https://bugs.kde.org/show_bug.cgi?id=397486

--- Comment #5 from Omar  ---
(In reply to Nate Graham from comment #3)

Sorry, I don't think I would be able to tackle this soon. I am currently a
senior in high school and very busy right now, especial because the learning
curve would require a full dedicated weekend for me. You (or anyone) can go
ahead and implement this for the benefit of everyone.

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-09-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=397486

--- Comment #4 from Aleix Pol  ---
The real work is getting the installation date. I don't think we have the
information easily available.

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-08-23 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=397486

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397486

--- Comment #3 from Nate Graham  ---
(In reply to Omar from comment #2)
> Oh Wow, Yes I would definitely like to get my hand dirty. School is just
> starting, so I will see what can I do this weekend. 
> I have a limited experience with C++ and a non existence one with QML, but I
> develop in other languages, and have a history of picking up things pretty
> quickly. So I will try my best :D 
> 
> 
> PS: I just came here this week because of your blog posts, thanks.
Yay!

Don't worry about the QML, that part's trivial. The real work is in the C++
backend that implements the Resources model :the model simply needs to be
taught about and then publicly expose the app installation dates, at which
point telling the QML file to use that for the sort order is a one-line change.

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-08-22 Thread Omar
https://bugs.kde.org/show_bug.cgi?id=397486

--- Comment #2 from Omar  ---
Oh Wow, Yes I would definitely like to get my hand dirty. School is just
starting, so I will see what can I do this weekend. 
I have a limited experience with C++ and a non existence one with QML, but I
develop in other languages, and have a history of picking up things pretty
quickly. So I will try my best :D 


PS: I just came here this week because of your blog posts, thanks.

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

[Discover] [Bug 397486] Add Sort by last installed, for the Installed software view

2018-08-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397486

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||n...@kde.org
 Ever confirmed|0   |1
   Keywords||usability

--- Comment #1 from Nate Graham  ---
A great idea! In fact this should maybe even should be the default sort order
for the Installed page.

This would require adding a new role for "date installed" to
ResourcesProxyModel::m_roles
(https://cgit.kde.org/discover.git/tree/libdiscover/resources/ResourcesProxyModel.cpp#n40)

...and then changing the sorting order in the QML file for the Installed page
to use that
(https://cgit.kde.org/discover.git/tree/discover/qml/InstalledPage.qml#n11).

Would you like to try your hand at this, Omar?

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