timlau / yumex-dnf-old

Next Generation of Yum Extender using DNF as backend
GNU General Public License v2.0
61 stars 17 forks source link

Cleanup options #85

Closed timlau closed 8 years ago

timlau commented 8 years ago

Current

yumex-dnf contains some options shown in the main menu.

  1. Newest Only
  2. Erase unused requirements
  3. Cleanup old instonly packages.
  4. is used to select if yumex-dnf should show all versions of a given available package or just the newest version.
  5. is used to control if yumex-dnf should erase unused dependecies when executing a transaction.
  6. is used to control if yumex-dnf should remove older generations of instonly packages like kernels.

The default values for these options is set in Preferences

timlau commented 8 years ago
  1. is kind of a filter like the arch filter and the package type filters like updates, installed, available and all. So both the UI should be changed for so there is:
    • primary filter (package type): updates, installed, available and all.
    • secondary filters (archs and newest/all version)
timlau commented 8 years ago
  1. & .3 should proberly be moved into Preferences into a DNF Options page. and removed for the option section of the main menu