platform/upstream/zypper.git
14 years agoremoved unneeded code
Ján Kupec [Tue, 13 Apr 2010 15:16:11 +0000 (17:16 +0200)]
removed unneeded code

TODO: handle non-packages in SolverRequester

14 years agonot needed anymore
Ján Kupec [Tue, 13 Apr 2010 14:20:13 +0000 (16:20 +0200)]
not needed anymore

14 years agocandidate -> selected
Ján Kupec [Tue, 13 Apr 2010 11:44:15 +0000 (13:44 +0200)]
candidate -> selected

14 years agoinstall10 test case added
Ján Kupec [Tue, 13 Apr 2010 11:41:54 +0000 (13:41 +0200)]
install10 test case added

14 years agoinstall9 test case added
Ján Kupec [Tue, 13 Apr 2010 11:33:13 +0000 (13:33 +0200)]
install9 test case added

14 years ago3 more test cases added
Ján Kupec [Mon, 12 Apr 2010 13:03:02 +0000 (15:03 +0200)]
3 more test cases added

14 years agoinstall5 test case
Ján Kupec [Sun, 11 Apr 2010 22:50:12 +0000 (00:50 +0200)]
install5 test case

14 years agoTwo more install cases.
Ján Kupec [Sun, 11 Apr 2010 21:17:49 +0000 (23:17 +0200)]
Two more install cases.

14 years agosetToInstall/Remove & addRequirement/Conflict added
Ján Kupec [Sat, 10 Apr 2010 22:06:07 +0000 (00:06 +0200)]
setToInstall/Remove & addRequirement/Conflict added

14 years agomore fixes & tests
Ján Kupec [Sat, 10 Apr 2010 14:55:21 +0000 (16:55 +0200)]
more fixes & tests

14 years agoremove() uses addFeedback, fixed a few cases
Ján Kupec [Sat, 10 Apr 2010 13:28:10 +0000 (15:28 +0200)]
remove() uses addFeedback, fixed a few cases

- maybe PackageArgs should not prepare do/dont Caps on construction
  but later, due to the fact that when creating PackageArgs, one
  must already tell it wheter will will do remove() or something
  else with it

14 years agoBackup. Feedback class added. Started using auto tests.
Ján Kupec [Thu, 8 Apr 2010 15:40:06 +0000 (17:40 +0200)]
Backup. Feedback class added. Started using auto tests.

TODO:
- extend & use Feedback everywhere
- add complete resetTransact function to enable SolverRequester
  tests with pool loaded just once
- add tests for all supported scenarios
- share test data with libzypp?
- merge to master

14 years agoSolverRequester::updatePatches and installPatch added
Ján Kupec [Thu, 1 Apr 2010 12:19:23 +0000 (14:19 +0200)]
SolverRequester::updatePatches and installPatch added

14 years agoswitched install/remove to SolverRequester
Ján Kupec [Wed, 31 Mar 2010 11:26:27 +0000 (13:26 +0200)]
switched install/remove to SolverRequester

14 years agochanges
Ján Kupec [Wed, 31 Mar 2010 11:26:21 +0000 (13:26 +0200)]
changes

14 years agopkg_spec_to_poolquery: Capability argument is enough
Ján Kupec [Tue, 30 Mar 2010 16:15:21 +0000 (18:15 +0200)]
pkg_spec_to_poolquery: Capability argument is enough

14 years agotake aliases instead of RepoInfos
Ján Kupec [Tue, 30 Mar 2010 11:18:27 +0000 (13:18 +0200)]
take aliases instead of RepoInfos

14 years agorepos.h: repo_specs_to_aliases added
Ján Kupec [Tue, 30 Mar 2010 10:27:21 +0000 (12:27 +0200)]
repos.h: repo_specs_to_aliases added

14 years agomisc.h: pkg_spec_to_poolquery() added
Ján Kupec [Tue, 30 Mar 2010 09:19:28 +0000 (11:19 +0200)]
misc.h: pkg_spec_to_poolquery() added

14 years agoPackageArgs::Options added, do_by_default added.
Ján Kupec [Mon, 29 Mar 2010 19:38:47 +0000 (21:38 +0200)]
PackageArgs::Options added, do_by_default added.

14 years agoPackageArgs::empty() added, removing -/+ duplicates
Ján Kupec [Mon, 29 Mar 2010 16:17:23 +0000 (18:17 +0200)]
PackageArgs::empty() added, removing -/+ duplicates

14 years agoFixed crash if no available packages found in repos (bnc #591760)
Ján Kupec [Mon, 29 Mar 2010 08:35:29 +0000 (10:35 +0200)]
Fixed crash if no available packages found in repos (bnc #591760)

14 years agoget rid of findInstalledItem in favor of Selectable::installedObj()
Ján Kupec [Sun, 28 Mar 2010 09:43:50 +0000 (11:43 +0200)]
get rid of findInstalledItem in favor of Selectable::installedObj()

14 years agoremoved unused SaveBetterEditionArch
Ján Kupec [Sun, 28 Mar 2010 09:32:50 +0000 (11:32 +0200)]
removed unused SaveBetterEditionArch

14 years agoinstall_remove_preprocess_args replaced by PackageArgs
Ján Kupec [Sun, 28 Mar 2010 08:33:26 +0000 (10:33 +0200)]
install_remove_preprocess_args replaced by PackageArgs

14 years agoUse PackageArgs for 'install'.
Ján Kupec [Fri, 26 Mar 2010 16:43:05 +0000 (17:43 +0100)]
Use PackageArgs for 'install'.

- TODO: extract the package selection code for all commands into
  SolverRequester
- TODO: set up test environment with loaded packages, add selection
  tests
- next: use PackageArgs in 'update'

14 years agochanges
Ján Kupec [Fri, 26 Mar 2010 12:08:29 +0000 (13:08 +0100)]
changes

14 years ago'\t' must be escaped, not ' '.
Ján Kupec [Fri, 26 Mar 2010 12:06:00 +0000 (13:06 +0100)]
'\t' must be escaped, not ' '.

- TODO: allow to choose the CSV separator in --terse

14 years ago--label added to 'targetos' command (bnc #586303)
Ján Kupec [Fri, 26 Mar 2010 11:55:13 +0000 (12:55 +0100)]
--label added to 'targetos' command (bnc #586303)

14 years agochanges
Ján Kupec [Tue, 23 Mar 2010 16:00:43 +0000 (17:00 +0100)]
changes

14 years agofixed "removed locks:" message not translated (bnc #581332)
Ján Kupec [Tue, 23 Mar 2010 15:59:11 +0000 (16:59 +0100)]
fixed "removed locks:" message not translated (bnc #581332)

14 years agoUse static Target::targetDistribution() (bnc #586303)
Ján Kupec [Tue, 23 Mar 2010 13:44:05 +0000 (14:44 +0100)]
Use static Target::targetDistribution() (bnc #586303)

14 years agochanges
Ján Kupec [Tue, 23 Mar 2010 10:13:36 +0000 (11:13 +0100)]
changes

14 years agoFixed 'lp --issues' and 'patch --cve #' (bnc #589640)
Ján Kupec [Tue, 23 Mar 2010 10:11:13 +0000 (11:11 +0100)]
Fixed 'lp --issues' and 'patch --cve #' (bnc #589640)

14 years agochanges
Ján Kupec [Thu, 18 Mar 2010 18:38:36 +0000 (19:38 +0100)]
changes

14 years agoShowing full product name in products table (bnc #589333)
Ján Kupec [Thu, 18 Mar 2010 16:33:48 +0000 (17:33 +0100)]
Showing full product name in products table (bnc #589333)

14 years agoShow full product name in summary and license text (bnc #589333)
Ján Kupec [Thu, 18 Mar 2010 15:02:52 +0000 (16:02 +0100)]
Show full product name in summary and license text (bnc #589333)

14 years agoremoved finished entry
Ján Kupec [Wed, 17 Mar 2010 15:28:29 +0000 (16:28 +0100)]
removed finished entry

14 years agochanges 1.4.0 1.4.0
Ján Kupec [Wed, 17 Mar 2010 15:27:10 +0000 (16:27 +0100)]
changes 1.4.0

14 years agoNot updated packages added to summary, shown on 'zypper up' (bnc #522223)
Ján Kupec [Wed, 17 Mar 2010 15:16:20 +0000 (16:16 +0100)]
Not updated packages added to summary, shown on 'zypper up' (bnc #522223)

Part 3 of the fix.

14 years agokindset_from(list<string>) added
Ján Kupec [Wed, 17 Mar 2010 15:14:24 +0000 (16:14 +0100)]
kindset_from(list<string>) added

- string_to_kind moved from src/misc* to src/utils/misc*

14 years agoReport back when specified selectable can't be updated (bnc #522223)
Ján Kupec [Wed, 17 Mar 2010 11:30:25 +0000 (12:30 +0100)]
Report back when specified selectable can't be updated (bnc #522223)

Part 2 of the fix 'zypper in foo' case (for -t package). Next
comes 'zypper up'.

14 years agoReport back when specified selectable can't be updated (bnc #522223)
Ján Kupec [Tue, 16 Mar 2010 16:54:57 +0000 (17:54 +0100)]
Report back when specified selectable can't be updated (bnc #522223)

This is part 1 of the fix - 'zypper up foo' case. Next: 'zypper up'
and 'zypper in foo'.

14 years agoargsToCaps() added
Ján Kupec [Sun, 7 Mar 2010 13:22:17 +0000 (14:22 +0100)]
argsToCaps() added

14 years agoPackageArgs added, preprocess() added.
Ján Kupec [Sat, 6 Mar 2010 08:27:31 +0000 (09:27 +0100)]
PackageArgs added, preprocess() added.

14 years agochanges
Ján Kupec [Wed, 3 Mar 2010 15:50:28 +0000 (16:50 +0100)]
changes

14 years agoIgnoring trailing slash when matching repos by URL (bnc #585082)
Ján Kupec [Wed, 3 Mar 2010 15:49:25 +0000 (16:49 +0100)]
Ignoring trailing slash when matching repos by URL (bnc #585082)

14 years agosle translation not needed in master anymore
Ján Kupec [Tue, 2 Mar 2010 12:02:18 +0000 (13:02 +0100)]
sle translation not needed in master anymore

14 years agotranslations
Ján Kupec [Tue, 2 Mar 2010 12:01:47 +0000 (13:01 +0100)]
translations

14 years agochanges
Ján Kupec [Tue, 2 Mar 2010 10:47:08 +0000 (11:47 +0100)]
changes

14 years agoCheck for packagekit and suggest to quit (bnc#580513)
Ján Kupec [Tue, 2 Mar 2010 10:44:25 +0000 (11:44 +0100)]
Check for packagekit and suggest to quit (bnc#580513)

14 years agoBump version for 11.3 development
Ján Kupec [Tue, 2 Mar 2010 07:04:39 +0000 (08:04 +0100)]
Bump version for 11.3 development

14 years agochanges 1.2.21 & doc BASE-SuSE-Code-11_2-Branch
Ján Kupec [Mon, 1 Mar 2010 14:35:17 +0000 (15:35 +0100)]
changes 1.2.21 & doc

14 years agoUsing zypp's identical() instead of our equalNVRA (bnc #467106)
Ján Kupec [Mon, 1 Mar 2010 14:20:18 +0000 (15:20 +0100)]
Using zypp's identical() instead of our equalNVRA (bnc #467106)

14 years agoShow installed packages only from specified repos (bnc#467106)
Ján Kupec [Mon, 1 Mar 2010 14:10:32 +0000 (15:10 +0100)]
Show installed packages only from specified repos (bnc#467106)

14 years agoShow only installed objects from specified repos (bnc #467106)
Ján Kupec [Mon, 1 Mar 2010 12:42:29 +0000 (13:42 +0100)]
Show only installed objects from specified repos (bnc #467106)

- this fixes only the detailed (solvable) view

14 years agochanges
Ján Kupec [Thu, 25 Feb 2010 21:19:41 +0000 (22:19 +0100)]
changes

14 years agoAdded few forgotten strings for translation (bnc #581332)
Ján Kupec [Thu, 25 Feb 2010 21:17:35 +0000 (22:17 +0100)]
Added few forgotten strings for translation (bnc #581332)

14 years ago- put suse specific stuff in %if suse_version block
Michael Schroeder [Thu, 25 Feb 2010 14:30:23 +0000 (15:30 +0100)]
- put suse specific stuff in %if suse_version block

14 years agoPackage has no libraries, so no need to run ldconfig in %post
Michael Andres [Thu, 25 Feb 2010 11:29:55 +0000 (12:29 +0100)]
Package has no libraries, so no need to run ldconfig in %post

14 years agochanges 1.2.20 1.2.20
Michael Andres [Thu, 25 Feb 2010 11:01:51 +0000 (12:01 +0100)]
changes 1.2.20

14 years agoFix SEGV in Summary::writeResolvableList
Michael Andres [Thu, 25 Feb 2010 11:01:37 +0000 (12:01 +0100)]
Fix SEGV in Summary::writeResolvableList

14 years agochanges
Ján Kupec [Tue, 23 Feb 2010 17:02:42 +0000 (18:02 +0100)]
changes

14 years agoAvoid a newline when --quiet (bnc #523573)
Ján Kupec [Tue, 23 Feb 2010 17:01:04 +0000 (18:01 +0100)]
Avoid a newline when --quiet (bnc #523573)

14 years agochanges
Ján Kupec [Tue, 23 Feb 2010 13:19:30 +0000 (14:19 +0100)]
changes

14 years agoShowing packages that need additional customer contract separately (bnc #581926)
Ján Kupec [Tue, 23 Feb 2010 13:14:49 +0000 (14:14 +0100)]
Showing packages that need additional customer contract separately (bnc #581926)

14 years agochanges
Ján Kupec [Mon, 22 Feb 2010 16:23:12 +0000 (17:23 +0100)]
changes

14 years agoAvoiding confirmation of unchanged license on upgrade (bnc #394396)
Ján Kupec [Mon, 22 Feb 2010 16:21:18 +0000 (17:21 +0100)]
Avoiding confirmation of unchanged license on upgrade (bnc #394396)

14 years agochanges
Ján Kupec [Sun, 21 Feb 2010 13:17:35 +0000 (14:17 +0100)]
changes

14 years agoclean -a: clean also garbage and zypper cache (bnc #467693)
Ján Kupec [Sun, 21 Feb 2010 13:14:45 +0000 (14:14 +0100)]
clean -a: clean also garbage and zypper cache (bnc #467693)

14 years agochanges & version
Ján Kupec [Fri, 19 Feb 2010 11:05:46 +0000 (12:05 +0100)]
changes & version

14 years agoFixed broken --type (bnc #580571)
Ján Kupec [Fri, 19 Feb 2010 11:00:53 +0000 (12:00 +0100)]
Fixed broken --type (bnc #580571)

14 years agochanges 1.2.17 1.2.17
Michael Andres [Wed, 10 Feb 2010 15:09:20 +0000 (16:09 +0100)]
changes 1.2.17

14 years agoFix SEGV if $HOME or $PWD are unset in the environment (bnc #578684)
Michael Andres [Wed, 10 Feb 2010 15:09:06 +0000 (16:09 +0100)]
Fix SEGV if $HOME or $PWD are unset in the environment (bnc #578684)

14 years agoFix 'zypper products' failing to list installed products (bnc #578721)
Michael Andres [Wed, 10 Feb 2010 15:08:42 +0000 (16:08 +0100)]
Fix 'zypper products' failing to list installed products (bnc #578721)

14 years agoadded missing ar.po
Ján Kupec [Mon, 8 Feb 2010 20:25:23 +0000 (21:25 +0100)]
added missing ar.po

14 years agochanges
Ján Kupec [Mon, 8 Feb 2010 19:31:37 +0000 (20:31 +0100)]
changes

14 years agoReplaced .po files in source tree by tarballs.
Ján Kupec [Mon, 8 Feb 2010 19:27:57 +0000 (20:27 +0100)]
Replaced .po files in source tree by tarballs.

- SLE translations added

14 years agofix to compile
Ján Kupec [Wed, 3 Feb 2010 15:01:04 +0000 (16:01 +0100)]
fix to compile

14 years agochanges
Ján Kupec [Wed, 3 Feb 2010 14:58:49 +0000 (15:58 +0100)]
changes

14 years agochanges & version
Ján Kupec [Wed, 3 Feb 2010 14:11:24 +0000 (15:11 +0100)]
changes & version

14 years agoexit if missing required option argument
Ján Kupec [Wed, 3 Feb 2010 12:29:04 +0000 (13:29 +0100)]
exit if missing required option argument

14 years agoStart using Capability::guessPackageSpec to parse package arguments.
Ján Kupec [Wed, 3 Feb 2010 09:25:30 +0000 (10:25 +0100)]
Start using Capability::guessPackageSpec to parse package arguments.

14 years agochanges
Ján Kupec [Sat, 30 Jan 2010 13:09:23 +0000 (14:09 +0100)]
changes

14 years agofixed ignored .arch (bnc #561294)
Ján Kupec [Sat, 30 Jan 2010 12:59:26 +0000 (13:59 +0100)]
fixed ignored .arch (bnc #561294)

14 years agoReset abort request flag on retry.
Ján Kupec [Thu, 28 Jan 2010 18:01:29 +0000 (19:01 +0100)]
Reset abort request flag on retry.

- also watch the flag in download progress handler

14 years agoupdate
Ján Kupec [Wed, 27 Jan 2010 16:57:37 +0000 (17:57 +0100)]
update

14 years agochanges
Ján Kupec [Wed, 27 Jan 2010 15:06:11 +0000 (16:06 +0100)]
changes

14 years agoSetting --root correctly when working with locks.
Ján Kupec [Wed, 27 Jan 2010 14:57:43 +0000 (15:57 +0100)]
Setting --root correctly when working with locks.

14 years agotypo
Ján Kupec [Wed, 27 Jan 2010 12:39:26 +0000 (13:39 +0100)]
typo

14 years agoMerge branch 'master' of gitorious.org:opensuse/zypper
Ján Kupec [Wed, 27 Jan 2010 12:36:27 +0000 (13:36 +0100)]
Merge branch 'master' of gitorious.org:opensuse/zypper

14 years agochanges
Ján Kupec [Wed, 27 Jan 2010 12:35:44 +0000 (13:35 +0100)]
changes

14 years agoright-align the arrow after cutting some table strings
Ján Kupec [Wed, 27 Jan 2010 12:32:30 +0000 (13:32 +0100)]
right-align the arrow after cutting some table strings

14 years agoAbbreviating strings in tables at the right column (bnc #393723).
Ján Kupec [Wed, 27 Jan 2010 12:04:39 +0000 (13:04 +0100)]
Abbreviating strings in tables at the right column (bnc #393723).

14 years agoAvoid rebuilding of pool index tables in load_repo_resolvables.
Michael Andres [Tue, 26 Jan 2010 17:21:49 +0000 (18:21 +0100)]
Avoid rebuilding of pool index tables in load_repo_resolvables.

14 years agombs_substr_by_width added
Ján Kupec [Sun, 24 Jan 2010 22:53:50 +0000 (23:53 +0100)]
mbs_substr_by_width added

14 years agoAllow to link zypper code in tests.
Ján Kupec [Sun, 24 Jan 2010 21:34:09 +0000 (22:34 +0100)]
Allow to link zypper code in tests.

14 years agorenamed test->tests
Ján Kupec [Sun, 24 Jan 2010 14:45:01 +0000 (15:45 +0100)]
renamed test->tests

14 years agoAdd test framework, like libzypp has.
Ján Kupec [Sun, 24 Jan 2010 14:37:20 +0000 (15:37 +0100)]
Add test framework, like libzypp has.

14 years agobetter names for utils/text.h function before adding new ones
Ján Kupec [Fri, 22 Jan 2010 14:44:29 +0000 (15:44 +0100)]
better names for utils/text.h function before adding new ones