Stanislav Visnovsky [Mon, 13 Feb 2006 17:25:22 +0000 (17:25 +0000)]
forgotten
Stanislav Visnovsky [Mon, 13 Feb 2006 17:24:21 +0000 (17:24 +0000)]
another try on the public API for translatable displayName()
Michael Andres [Mon, 13 Feb 2006 16:34:00 +0000 (16:34 +0000)]
- Added to ZYpp public interface:
// Set/get the preferd locale for translated labels
// will default to LANG environment.
void setTextLocale( const Locale & textLocale_r );
Locale getTextLocale() const;
// Set/get languages to be supported by the system.
// (for language dependent packages)
typedef std::set<Locale> LocaleSet;
void setRequestedLocales( const LocaleSet & locales_r );
LocaleSet getRequestedLocales() const;
Stanislav Visnovsky [Mon, 13 Feb 2006 15:46:50 +0000 (15:46 +0000)]
Product::displayName() is translatable
Duncan Mac-Vicar P [Mon, 13 Feb 2006 15:26:55 +0000 (15:26 +0000)]
use TranslatedText for label
Duncan Mac-Vicar P [Mon, 13 Feb 2006 15:17:44 +0000 (15:17 +0000)]
add disk usage info to packages, and start implementing the parser to add this info to suse tags, commiting as backup
Michael Andres [Mon, 13 Feb 2006 15:03:22 +0000 (15:03 +0000)]
- Updated LogControl. setLineWriter allows to define a consumer
for the formated loglines. That way zypp log can be merged into
some other log.
Duncan Mac-Vicar P [Mon, 13 Feb 2006 14:31:37 +0000 (14:31 +0000)]
compile
Klaus Kaempf [Mon, 13 Feb 2006 13:42:27 +0000 (13:42 +0000)]
disable selection storing
Klaus Kaempf [Mon, 13 Feb 2006 12:59:52 +0000 (12:59 +0000)]
define loggroup
Klaus Kaempf [Mon, 13 Feb 2006 12:55:54 +0000 (12:55 +0000)]
add LOGGROUP
Klaus Kaempf [Mon, 13 Feb 2006 12:42:52 +0000 (12:42 +0000)]
define LOGGROUP
Klaus Kaempf [Mon, 13 Feb 2006 12:41:12 +0000 (12:41 +0000)]
define LOGGROUP
Klaus Kaempf [Mon, 13 Feb 2006 12:23:31 +0000 (12:23 +0000)]
implement minimalistic arch filter
Klaus Kaempf [Mon, 13 Feb 2006 12:17:46 +0000 (12:17 +0000)]
further reduce debug
Duncan Mac-Vicar P [Mon, 13 Feb 2006 11:21:32 +0000 (11:21 +0000)]
o Make the Product metadata parser use SuseTagsProductImpl
o add an accessor parseContentFile that returns a Product::Ptr
o Get rid of the data container struct, the Product implementation is
filled directly in the parser
pending: I have to change the datatype of some data members like label,
to use TranslatedText, then stano can add the accessors he needs.
Stanislav Visnovsky [Mon, 13 Feb 2006 10:29:59 +0000 (10:29 +0000)]
report start/finish source data parsing
Stefan Schubert [Mon, 13 Feb 2006 09:36:05 +0000 (09:36 +0000)]
more solution tests
Stefan Schubert [Mon, 13 Feb 2006 09:27:12 +0000 (09:27 +0000)]
correct output
Klaus Kaempf [Mon, 13 Feb 2006 09:14:59 +0000 (09:14 +0000)]
decrease debug
Stanislav Visnovsky [Mon, 13 Feb 2006 08:39:20 +0000 (08:39 +0000)]
rewrite also URLs ending with /
Stanislav Visnovsky [Mon, 13 Feb 2006 07:45:44 +0000 (07:45 +0000)]
move LanguageCode.cc up the list to compile it ASAP, it takes too long
Stanislav Visnovsky [Mon, 13 Feb 2006 07:33:09 +0000 (07:33 +0000)]
- store source alias in the XML backend
- use the alias for restoring a source
This fixes #150256
Stanislav Visnovsky [Sun, 12 Feb 2006 20:41:17 +0000 (20:41 +0000)]
provide intrusive_ptr counters
Stanislav Visnovsky [Sun, 12 Feb 2006 20:03:42 +0000 (20:03 +0000)]
propagate product info to the public interface
Stanislav Visnovsky [Sun, 12 Feb 2006 19:50:26 +0000 (19:50 +0000)]
basic susetags product resolvable
Stanislav Visnovsky [Sun, 12 Feb 2006 19:22:50 +0000 (19:22 +0000)]
Product resolvable interface
Klaus Kaempf [Sun, 12 Feb 2006 17:59:36 +0000 (17:59 +0000)]
add Dep::EXTENDS
Klaus Kaempf [Sun, 12 Feb 2006 16:22:13 +0000 (16:22 +0000)]
typedef PoolItemSet and PoolItemList locally
Klaus Kaempf [Sun, 12 Feb 2006 14:09:22 +0000 (14:09 +0000)]
rethrow if Exception cant be handled
Marius Tomaschewski [Sat, 11 Feb 2006 21:37:35 +0000 (21:37 +0000)]
Added media2.cc using two id's to "cd:"
Marius Tomaschewski [Sat, 11 Feb 2006 21:34:53 +0000 (21:34 +0000)]
Changed to use one map<accessId,{Handler,Verifier,Desired}>
Implemented checking of (cached) isDesiredMedia results
Marius Tomaschewski [Sat, 11 Feb 2006 21:30:51 +0000 (21:30 +0000)]
Changed to not print major/minior if unused
Marius Tomaschewski [Sat, 11 Feb 2006 21:23:44 +0000 (21:23 +0000)]
Fixed release() to throw MediaIsSharedException if not
possible to eject, instead of ignoring the eject arg.
Marius Tomaschewski [Sat, 11 Feb 2006 21:22:00 +0000 (21:22 +0000)]
Fixed minor() function - it returned major nr
Klaus Kaempf [Sat, 11 Feb 2006 20:44:52 +0000 (20:44 +0000)]
drop DVD-Asia, ksgmltool conflicts
add soltion
Klaus Kaempf [Sat, 11 Feb 2006 20:22:49 +0000 (20:22 +0000)]
ignores
Klaus Kaempf [Sat, 11 Feb 2006 20:22:05 +0000 (20:22 +0000)]
tests for default.sel, default-Gnome.sel, and *.sel
Klaus Kaempf [Sat, 11 Feb 2006 19:41:16 +0000 (19:41 +0000)]
pass pool() to InstOrder, speeds things up
Klaus Kaempf [Sat, 11 Feb 2006 19:40:45 +0000 (19:40 +0000)]
add testcases for selections
Klaus Kaempf [Sat, 11 Feb 2006 19:40:07 +0000 (19:40 +0000)]
tests for media order
Klaus Kaempf [Sat, 11 Feb 2006 19:36:23 +0000 (19:36 +0000)]
speedup CD-ordering by factor 5
Klaus Kaempf [Sat, 11 Feb 2006 18:30:36 +0000 (18:30 +0000)]
pass as const ref
Klaus Kaempf [Sat, 11 Feb 2006 18:14:24 +0000 (18:14 +0000)]
use the ResPool iterators to find providers during prereq sorting
Klaus Kaempf [Sat, 11 Feb 2006 17:25:49 +0000 (17:25 +0000)]
add 'full' option to display summary/description
Klaus Kaempf [Sat, 11 Feb 2006 17:20:56 +0000 (17:20 +0000)]
define LOGGROUP
Klaus Kaempf [Sat, 11 Feb 2006 17:15:56 +0000 (17:15 +0000)]
reduce debug
Klaus Kaempf [Sat, 11 Feb 2006 17:13:01 +0000 (17:13 +0000)]
add <mediaorder/> trial command
Klaus Kaempf [Sat, 11 Feb 2006 17:12:43 +0000 (17:12 +0000)]
handle mediaId
Stefan Schubert [Sat, 11 Feb 2006 17:04:23 +0000 (17:04 +0000)]
forceResolve for ZMD
Klaus Kaempf [Sat, 11 Feb 2006 17:02:17 +0000 (17:02 +0000)]
- move typedefs PoolItemList/PoolItemSet into class
- fix CD ordering
Stefan Schubert [Sat, 11 Feb 2006 16:40:52 +0000 (16:40 +0000)]
forceResolve for ZMD
Stefan Schubert [Sat, 11 Feb 2006 16:40:03 +0000 (16:40 +0000)]
forceResolve for ZMD
Stefan Schubert [Sat, 11 Feb 2006 16:38:21 +0000 (16:38 +0000)]
forceResolve for ZMD
Stefan Schubert [Sat, 11 Feb 2006 14:29:40 +0000 (14:29 +0000)]
improved text output
Stefan Schubert [Sat, 11 Feb 2006 14:29:10 +0000 (14:29 +0000)]
improved text
Stefan Schubert [Sat, 11 Feb 2006 13:56:54 +0000 (13:56 +0000)]
improved text
Stefan Schubert [Sat, 11 Feb 2006 13:56:46 +0000 (13:56 +0000)]
improved text
Stefan Schubert [Sat, 11 Feb 2006 13:14:24 +0000 (13:14 +0000)]
Showing correct solutions, if glibc will be deleted
Stefan Schubert [Sat, 11 Feb 2006 13:14:09 +0000 (13:14 +0000)]
Showing correct solutions, if glibc will be deleted
Stefan Schubert [Sat, 11 Feb 2006 13:00:00 +0000 (13:00 +0000)]
testcase for deleting packages which are required by others
Stefan Schubert [Sat, 11 Feb 2006 12:55:56 +0000 (12:55 +0000)]
testcase for deleting packages which are required by others
Stefan Schubert [Sat, 11 Feb 2006 12:54:18 +0000 (12:54 +0000)]
testcase for deleting packages which are required by others
Marius Tomaschewski [Fri, 10 Feb 2006 20:17:56 +0000 (20:17 +0000)]
Changed to use a media source with better avaliability than a cd :)
Marius Tomaschewski [Fri, 10 Feb 2006 20:08:47 +0000 (20:08 +0000)]
Increased the number of tmp attach points
Marius Tomaschewski [Fri, 10 Feb 2006 20:05:38 +0000 (20:05 +0000)]
Fixed to use random name to test it
Marius Tomaschewski [Fri, 10 Feb 2006 19:00:54 +0000 (19:00 +0000)]
- Removed obsolete MediaNr occurences.
Marius Tomaschewski [Fri, 10 Feb 2006 19:00:02 +0000 (19:00 +0000)]
- Removed MediaNr from isDesiredMedia() in verifiers.
Marius Tomaschewski [Fri, 10 Feb 2006 18:59:00 +0000 (18:59 +0000)]
- Removed MediaNr, handled completely by source.
Michael Andres [Fri, 10 Feb 2006 18:46:49 +0000 (18:46 +0000)]
- Invalidate ResPoolProxy only if pool content changes.
Klaus Kaempf [Fri, 10 Feb 2006 18:20:46 +0000 (18:20 +0000)]
back to previous version
Klaus Kaempf [Fri, 10 Feb 2006 18:20:26 +0000 (18:20 +0000)]
cope with empty returns (backport from y2pm)
Stefan Schubert [Fri, 10 Feb 2006 18:17:47 +0000 (18:17 +0000)]
ignore testcases with no solution; some failing freshen test disabled --> has to be checked
Stefan Schubert [Fri, 10 Feb 2006 18:04:17 +0000 (18:04 +0000)]
does work now
Stefan Hundhammer [Fri, 10 Feb 2006 18:03:51 +0000 (18:03 +0000)]
delete entire array, not only first element (valgrind)
Stefan Schubert [Fri, 10 Feb 2006 17:49:12 +0000 (17:49 +0000)]
sorry, referted
Stefan Schubert [Fri, 10 Feb 2006 17:48:34 +0000 (17:48 +0000)]
prefer obsolete-conflicts comparing to nornmal-conflicts
Klaus Kaempf [Fri, 10 Feb 2006 17:45:36 +0000 (17:45 +0000)]
cope with empty arch
Michael Andres [Fri, 10 Feb 2006 16:58:15 +0000 (16:58 +0000)]
- ResPoolProxy save/restore
Klaus Kaempf [Fri, 10 Feb 2006 16:32:26 +0000 (16:32 +0000)]
reduce debug
Klaus Kaempf [Fri, 10 Feb 2006 16:20:29 +0000 (16:20 +0000)]
reduce debug
Klaus Kaempf [Fri, 10 Feb 2006 16:16:01 +0000 (16:16 +0000)]
reduce debug
Klaus Kaempf [Fri, 10 Feb 2006 16:12:52 +0000 (16:12 +0000)]
only move those non-package to the nonpkginstalllist which are actually to-be-installed
Stefan Schubert [Fri, 10 Feb 2006 16:08:43 +0000 (16:08 +0000)]
not deleting conflicts automatically; evalute results at the END of solving
Stefan Schubert [Fri, 10 Feb 2006 16:07:53 +0000 (16:07 +0000)]
cleanup after making solver not deleting conflicting dependencies; added testcases for -force- solving for future tests
Klaus Kaempf [Fri, 10 Feb 2006 15:55:00 +0000 (15:55 +0000)]
make CD ordering function available
!! only for testsuite !!
Klaus Kaempf [Fri, 10 Feb 2006 15:25:22 +0000 (15:25 +0000)]
moved typedefs inside namespace
Klaus Kaempf [Fri, 10 Feb 2006 15:21:17 +0000 (15:21 +0000)]
return # of successfully commited resolvables from Target::committ()
(bug #149951)
Duncan Mac-Vicar P [Fri, 10 Feb 2006 14:39:29 +0000 (14:39 +0000)]
enable storage always
Klaus Kaempf [Fri, 10 Feb 2006 14:38:47 +0000 (14:38 +0000)]
enable selections
Klaus Kaempf [Fri, 10 Feb 2006 14:35:46 +0000 (14:35 +0000)]
return !!
Klaus Kaempf [Fri, 10 Feb 2006 14:24:06 +0000 (14:24 +0000)]
remove debug
Duncan Mac-Vicar P [Fri, 10 Feb 2006 14:09:34 +0000 (14:09 +0000)]
compile
Klaus Kaempf [Fri, 10 Feb 2006 14:06:02 +0000 (14:06 +0000)]
remove debug
Klaus Kaempf [Fri, 10 Feb 2006 14:00:56 +0000 (14:00 +0000)]
adapt to SourceImpl
Klaus Kaempf [Fri, 10 Feb 2006 13:16:59 +0000 (13:16 +0000)]
accept selections
Duncan Mac-Vicar P [Fri, 10 Feb 2006 13:13:46 +0000 (13:13 +0000)]
get rid of the evil spirits.... Not used anymore, so speedup compile time
Klaus Kaempf [Fri, 10 Feb 2006 13:12:15 +0000 (13:12 +0000)]
adapt to SourceImpl changes
Stanislav Visnovsky [Fri, 10 Feb 2006 13:08:45 +0000 (13:08 +0000)]
pass the medium Id to provideFile() call
Stanislav Visnovsky [Fri, 10 Feb 2006 13:07:50 +0000 (13:07 +0000)]
access to the medium Id from the susetags source