Commit Graph

9601 Commits

Author SHA1 Message Date
Fabio Erculiani 8a38701c7f [sulfur] actually disable fetch, was put there for debugging purposes 2010-02-04 01:49:21 +01:00
Fabio Erculiani 815e119b75 [sulfur] make "Update all" button executing pkgs install, add updates signal handling 2010-02-04 01:44:10 +01:00
Fabio Erculiani 36b66e3ebb [sulfur] also print header and footer of messages to terminal 2010-02-04 01:43:35 +01:00
Fabio Erculiani 95c82ba889 [sulfur] fix bug causing "Actions" button to not show up when adding orphaned pkgs to queue 2010-02-04 01:18:43 +01:00
Fabio Erculiani 542adc5cad Update ChangeLog for version 0.99.33.1 0.99.33.1 2010-02-04 00:01:36 +01:00
Fabio Erculiani ee6da150aa [entropy.spm] fix function call 2010-02-04 00:00:55 +01:00
Fabio Erculiani 9ea5cbb977 [todo] update TODO 2010-02-03 22:59:00 +01:00
Fabio Erculiani bce434c47c Update ChangeLog for version 0.99.33 0.99.33 2010-02-03 21:06:18 +01:00
Fabio Erculiani 8980ce5980 [po] update translations 2010-02-03 21:05:43 +01:00
Fabio Erculiani 54ffe531b9 [po] update Italian translation 2010-02-03 21:05:08 +01:00
Fabio Erculiani 23c1de1a55 [entropy.client.interfaces.package] provide pkgpath metadatum in fetch action 2010-02-03 20:54:51 +01:00
Fabio Erculiani 9564be4134 [todo] update TODO 2010-02-03 12:55:35 +01:00
Fabio Erculiani e585ade399 [entropy.client.interfaces.Package] cleanup hardcoded download paths, make possible to fetch a pkg to custom directory 2010-02-03 12:54:51 +01:00
Fabio Erculiani 7c7f384d41 [entropy.client] rename some Client methods, uniform to the rest of API 2010-02-03 12:54:14 +01:00
Fabio Erculiani fa0d76d1ad [sulfur] improve orphaned packages handling 2010-02-03 09:00:53 +01:00
Fabio Erculiani 6c82fa7977 [entropy.const] add repo and revision string prefixes 2010-02-03 09:00:26 +01:00
Fabio Erculiani eaabcce60e [equo] deal with broken repository entries 2010-02-03 08:45:36 +01:00
Fabio Erculiani 4492b7ea38 [equo] handle None values of input_box() too 2010-02-03 08:42:52 +01:00
Fabio Erculiani 5b6cc47baf [equo] fix "equo repo disable" output message 2010-02-02 23:27:59 +01:00
Fabio Erculiani 6aaf049c2f [entropy.client.interfaces.dep] fix _generate_reverse_dependency_tree 2010-02-02 21:49:38 +01:00
Fabio Erculiani d05c7b0f8e [entropy.db] EntropyRepository: when generating reverse deps metadata, always enforce commit 2010-02-02 21:48:40 +01:00
Fabio Erculiani c696106d59 [entropy.client.interfaces.repository] when fetching a new repo, regen revdeps metadata 2010-02-02 18:29:41 +01:00
Fabio Erculiani a43e8f938d [equo] add recursive metadatum to resume cache (equo install --resume) 2010-02-02 17:56:55 +01:00
Fabio Erculiani c001b35a2e [entropy.client] make possible to generate reverse dependencies for available packages, add recursive argument 2010-02-02 17:55:41 +01:00
Fabio Erculiani 4d3a5be4bc [entropy.client] Client.open_repository() make possible to get installed packages repo 2010-02-02 16:50:43 +01:00
Fabio Erculiani dfa7b75d4f [entropy.db] EntropyRepository: implement basic __hash__ builtin method 2010-02-02 16:33:02 +01:00
Fabio Erculiani 5ede4afc4e [entropy.client] add support for recursive/non-recursive pkgs dep matching 2010-02-02 16:32:37 +01:00
Fabio Erculiani 455af9afd7 [sulfur] code style update 2010-02-02 08:14:07 +01:00
Fabio Erculiani 7a15f72585 [equo] when no repositories are provided on "equo update", create list from available repositories metadata 2010-02-02 08:12:47 +01:00
Fabio Erculiani a0a157d28d [entropy.client.interfaces.dep] don't spam terminal printing progress status when calling calculate_updates() 2010-02-02 07:31:51 +01:00
Fabio Erculiani d7f9783ba6 [entropy.client/entropy.server] ditch any reference to sqlite ":memory:" connections, break API 2010-02-02 07:22:47 +01:00
Fabio Erculiani ff0fb23a21 [todo] update TODO 2010-02-01 17:36:32 +01:00
Fabio Erculiani f34cb0136c [entropy.db] uniform EntropyRepository.search* API 2010-02-01 17:36:18 +01:00
Fabio Erculiani 4fb61510e7 [entropy.db] trivial docstring update 2010-02-01 17:23:40 +01:00
Fabio Erculiani 5b6a67f5b1 [entropy.db] remove EntropyRepository.searchSlottedPackages(), uniform search methods, add searchSlotted() 2010-02-01 17:23:04 +01:00
Fabio Erculiani 547e3edef1 [entropy.db] drop searchLicenses(), uniform to other search methods, add searchLicense() 2010-02-01 17:19:56 +01:00
Fabio Erculiani 7b5de0a68d [entropy.db] add EntropyRepository.searchPackagesByHomepage() 2010-02-01 17:19:24 +01:00
Fabio Erculiani a8abb2ea21 [entropy.db] add just_id argument to EntropyRepository.searchPackagesByDescription() 2010-02-01 17:08:21 +01:00
Fabio Erculiani 73e5418037 [entropy.client] add Client.is_entropy_package_free(), returning if a package is free as in freedom 2010-02-01 17:07:52 +01:00
Fabio Erculiani d2b73d3998 [entropy.spm] PortagePackageGroups: add "security" group 2010-02-01 15:11:02 +01:00
Fabio Erculiani 91e49c96b6 [entropy.db] API change, methods names polishing 2010-02-01 14:50:12 +01:00
Fabio Erculiani eb01989164 Update ChangeLog for version 0.99.32.1 0.99.32.1 2010-02-01 12:48:38 +01:00
Fabio Erculiani 23b11cbc89 [entropy.dump] catch SystemError exceptions on loadobj() 2010-02-01 12:48:13 +01:00
Fabio Erculiani 1f7a6cc5e2 [equo] fix regression coming from Client.installed_repository() function introduction 2010-02-01 12:47:14 +01:00
Fabio Erculiani 9acf70bfaa [entropy.spm] PortagePlugin.extract_package_metadata: move download metadatum setup further 2010-02-01 09:35:18 +01:00
Fabio Erculiani 247749de88 [po] update translations 2010-01-31 19:26:24 +01:00
Fabio Erculiani 3819272506 Update ChangeLog for version 0.99.32 0.99.32 2010-01-31 19:22:49 +01:00
Fabio Erculiani 7dcd195f74 [todo] update TODO 2010-01-31 19:22:18 +01:00
Fabio Erculiani 60ce094648 [entropy.server] import EntropyCacher in module scope 2010-01-31 19:20:38 +01:00
Fabio Erculiani 4bbe7214b5 [activator] fix undefined reference 2010-01-31 19:14:00 +01:00