#
4b918abd |
| 08-Mar-2020 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Package Kit: internationalize strings that may be displayed to the user
This fixes #14525.
Change-Id: I25810a4e12caed7aa47717e278591b1716b6198c Reviewed-on: https://review.haiku-os.org/c/haiku/+/23
Package Kit: internationalize strings that may be displayed to the user
This fixes #14525.
Change-Id: I25810a4e12caed7aa47717e278591b1716b6198c Reviewed-on: https://review.haiku-os.org/c/haiku/+/2329 Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com>
show more ...
|
#
f5953f61 |
| 10-Aug-2019 |
Ryan Leavengood <leavengood@gmail.com> |
Package Kit: Purposely ignore an error getting package cache
Fixes #15230.
The comment pretty much explains it. I think needing this means this code could be redesigned, but I don't know enough yet
Package Kit: Purposely ignore an error getting package cache
Fixes #15230.
The comment pretty much explains it. I think needing this means this code could be redesigned, but I don't know enough yet to make that fix.
It also feels like this whole job system and Command pattern is overly complicated when good old functions would be fine, certainly for pkgman. But maybe this is used more heavily in HaikuDepot.
show more ...
|
#
dfbf1c8a |
| 02-Aug-2019 |
Augustin Cavalier <waddlesplash@gmail.com> |
Package Kit: Avoid discarding potential error values.
Spotted by Clang and the [[nodiscard]] patch.
|
#
106ae4ec |
| 17-Aug-2018 |
CodeforEvolution <themysterymail555@gmail.com> |
Remove Curl, Switch to NetApi in Package Kit
Change-Id: I92213ab60dc987175c323d1d9ed11ac8b3517f2f Reviewed-on: https://review.haiku-os.org/475 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
#
e711e6e4 |
| 18-May-2015 |
Axel Dörfler <axeld@pinc-software.de> |
Moved BJob, and JobQueue into the support kit.
* Put it in the BSupportKit namespace, following the style introduced with the package kit for now. * The BSupportKit::BJob class no longer knows abo
Moved BJob, and JobQueue into the support kit.
* Put it in the BSupportKit namespace, following the style introduced with the package kit for now. * The BSupportKit::BJob class no longer knows about the package kit's Context class. However, the BPackageKit::BJob class does. * Due to the namespace juggling, a lot of files had to be touched. * The JobQueue class remains private. * Due to the way Haiku is built on itself, you cannot build this change under Haiku with an older release.
show more ...
|
#
733c783d |
| 25-Jan-2011 |
Oliver Tappe <zooey@hirschkaefer.de> |
more work on package kit: * rip BRepositoryHeader out of BRepositoryConfig and add support for it to BRepositoryCache * implement repository removal * some minor cleanups
git-svn-id: file:///srv/
more work on package kit: * rip BRepositoryHeader out of BRepositoryConfig and add support for it to BRepositoryCache * implement repository removal * some minor cleanups
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40290 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
7d7ed9bf |
| 25-Jan-2011 |
Oliver Tappe <zooey@hirschkaefer.de> |
Mostly style-related changes to package kit: * drop 'Haiku' namespace * rename 'Package' namespace to 'BPackageKit' * renamed all public classes to begin with a 'B' * renamed BPackageKit::Roster to B
Mostly style-related changes to package kit: * drop 'Haiku' namespace * rename 'Package' namespace to 'BPackageKit' * renamed all public classes to begin with a 'B' * renamed BPackageKit::Roster to BPackageKit::BPackageRoster to not clash with the BRoster from the application kit. * fix some instances of public headers including private ones
Some functional changes, too: * JobQueue now removes and deletes dependants of failed jobs automatically * JobQueue supports waiting for jobs to become runnable * added a couple of InitCheck() methods where they make sense and invoke those in users of these classes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40287 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
35edda8f |
| 24-Jan-2011 |
Oliver Tappe <zooey@hirschkaefer.de> |
* more work on the package kit, repositories can now be added and refreshed
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40280 a95241bf-73f2-0310-859d-f6bbb57e9c96
|