Mailinglist Archive: zypp-devel (148 mails)
| < Previous | Next > |
Re: [zypp-devel] collect pending AIs thread
- From: Jan Kupec <jkupec@xxxxxxx>
- Date: Thu, 06 Mar 2008 15:00:40 +0100
- Message-id: <47CFF908.7010803@xxxxxxx>
Duncan Mac-Vicar P. wrote:
- add missing functionality to PoolQuery/repo_search:
* search in name | summary | description (| other attributes) maybe
through addAttribute(const solv::SolvAttr & attrid,
const std::string & value,
bool isRegex = false);
currently it searches in all attributes?
* support multiple search terms, matching ALL or ANY of them
currently we support only one search term
* support wilcards and regexes
- the following should probably go to a separate class dealing with UI
Selectables (PoolSelectableQuery?):
* support Selectables (on libzypp level only perhaps)
* search by selectable status - The UI status (see zypp/ui/Status.h)
I'll check what else we still miss from the UI requirements.
Cheers,
jano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
Hi guys,
I would like to collect in this thread all details that we need to
address in the next weeks. You can incrementally reply to this thread
and I will put them all together.
I start with:
- patch and delta rpm creation
- fix attributes to take care of translations
- integrate patch & pattern concepts (wrap APIs, etc)
- fix UIs to support this patches and patterns (including the applet)
- enhance downloader to download .solv files
- take care of media.1 for media verification (either download it when
downloading solv files only, or store it in solv file)
- add missing functionality to PoolQuery/repo_search:
* search in name | summary | description (| other attributes) maybe
through addAttribute(const solv::SolvAttr & attrid,
const std::string & value,
bool isRegex = false);
currently it searches in all attributes?
* support multiple search terms, matching ALL or ANY of them
currently we support only one search term
* support wilcards and regexes
- the following should probably go to a separate class dealing with UI
Selectables (PoolSelectableQuery?):
* support Selectables (on libzypp level only perhaps)
* search by selectable status - The UI status (see zypp/ui/Status.h)
I'll check what else we still miss from the UI requirements.
Cheers,
jano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |