1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Priorities:
HB - high bug
NB - normal bug
LB - low bug
HW - high wish
NW - normal wish
LW - low wish
UN - unclassified/ verify
---
Pending work:
* review remaining translations
---
Neue Architektur:
* update installed state when updating/uninstalling package
* support reloading apt database
* installed packages currently do not show md5sum, because apt-cache show does not return them
-> what do we want to do?
* showing package information is called twice
* support search by section (exclude libraries? / only applications)
* apt-mark einbinden
* Spalte "manuell installiert"
* Commands "mark as automatically/manually installed"
* add_subdirectory(plugins/orphanplugin)
* apt-mark showmanual '~i (~slibs|~soldlibs|~slibdevel|~sintrospection|~sdebug)'
* apt-mark showmanual '~i (~slibs|~soldlibs|~sintrospection)'
[HHB] Accesses internal file database: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913689
-> use libapt if possible, otherwise «dpkg-query --listfiles»
[MB] check multiarch -libstdc++6 libstdc++6:i386 , libxcb-shm0 libxcb-shm0:i386
[LB] When no config file is available (i.e. packagesearch is startet for the first time), hiding a column always results in
hiding the description column and no other column can be hidden (really happens only when without config).
[LB] Busy cursor is not reset, if similar seach is performed for a package which does not exist
[HHW] Make project files include shared stuff
Data
[HW] install/remove multiple files
[NW] SearchPlugin should not derive from QObject (not use signals)
[NW] add separator in package list context menu after package options
[NW] allow copy all content/packages to clipboard for package list
[NW] Obsolete status?
[LW] Add search-as-you-type and "search term suggestion" (see notes file)
[LW] look into sticky search
[LW] let apt-file block the file plugin only
[LLW] allow showing of NEWS.Debian.[gz] files of installed packages
Ideas
--------------------------------
Developer profile (facet preselection, visible windows/panes)
Not reproducable:
--------------------------------
[NB, not reproducable any more] "Hide column" hides wrong columns (select "Hide Column" for "Installed Version" and "Description" will be gone
Deferred/ difficult, unimportant
--------------------------------
- save the view state of the toolbar
-> it seems QT ignores the loading of it :-(
- create nice tab order
-> this is no easy task with very little benefit
- update column display after loading plugins
-> this only bloats the code, plugins are usually not often enabled/disabled
Dismissed
--------------------------------
- add changelog and readme
-> available by the filename plugin using view
-linebreak only on lines with a single dot.
-> this is not possible as not every linebreak is symbolized by a single .
-reduce the sections to show in the tags search depended of the other filters
-> improve this to work together with the apt and related filters
For this we need a really good data structure - give it some thought!
-> this breaks the plugin structure and will not be incorporated
|